From face85a3f8c41e46a56d0a1a9c7296d2280543d6 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Sun, 20 Jan 2013 22:02:58 -0600 Subject: cygwin-pcre 8.32 --- cygwin-pcre.spec | 12 ++++++++++-- sources | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/cygwin-pcre.spec b/cygwin-pcre.spec index ca0ec4d..cb35105 100644 --- a/cygwin-pcre.spec +++ b/cygwin-pcre.spec @@ -6,7 +6,7 @@ %define __debug_install_post %{_cygwin_debug_install_post} Name: cygwin-pcre -Version: 8.30 +Version: 8.32 Release: 1 Summary: Cygwin pcre library @@ -60,7 +60,9 @@ for F in ChangeLog; do done %build -%{_cygwin_configure} --enable-pcre16 --enable-utf8 --enable-unicode-properties +%{_cygwin_configure} --enable-pcre16 --enable-pcre32 \ + --enable-utf8 --enable-unicode-properties \ + --enable-newline-is-anycrlf make %{?_smp_mflags} %install @@ -85,6 +87,7 @@ rm -rf $RPM_BUILD_ROOT %{_cygwin_bindir}/pcre-config %{_cygwin_bindir}/cygpcre-1.dll %{_cygwin_bindir}/cygpcre16-0.dll +%{_cygwin_bindir}/cygpcre32-0.dll %{_cygwin_bindir}/cygpcrecpp-0.dll %{_cygwin_bindir}/cygpcreposix-0.dll %{_cygwin_libdir}/libpcre*.dll.a @@ -97,11 +100,16 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %{_cygwin_libdir}/libpcre.a %{_cygwin_libdir}/libpcre16.a +%{_cygwin_libdir}/libpcre32.a %{_cygwin_libdir}/libpcrecpp.a %{_cygwin_libdir}/libpcreposix.a %changelog +* Sun Jan 20 2013 Yaakov Selkowitz - 8.32-1 +- Version bump. +- Add libpcre32. + * Wed May 23 2012 Yaakov Selkowitz - 8.30-1 - Version bump; breaks ABI compatibility in libpcre. - Add libpcre16. diff --git a/sources b/sources index b3207ca..41e8190 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -98e8928cccc945d04279581e778fbdff pcre-8.30.tar.bz2 +62f02a76bb57a40bc66681760ed511d5 pcre-8.32.tar.bz2 -- cgit