summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>2013-01-20 22:02:58 -0600
committerYaakov Selkowitz <yselkowitz@users.sourceforge.net>2013-01-20 22:02:58 -0600
commitface85a3f8c41e46a56d0a1a9c7296d2280543d6 (patch)
treed32dec5516db890452edfe9365d73013790d88a0
parentd8392af9788c8dbcfe5362751ea7afd01f5fc724 (diff)
downloadcygwin-pcre-face85a3f8c41e46a56d0a1a9c7296d2280543d6.tar.gz
cygwin-pcre-face85a3f8c41e46a56d0a1a9c7296d2280543d6.tar.xz
cygwin-pcre-face85a3f8c41e46a56d0a1a9c7296d2280543d6.zip
cygwin-pcre 8.32
-rw-r--r--cygwin-pcre.spec12
-rw-r--r--sources2
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 <cygwin-ports-general@lists.sourceforge.net> - 8.32-1
+- Version bump.
+- Add libpcre32.
+
* Wed May 23 2012 Yaakov Selkowitz <cygwin-ports-general@lists.sourceforge.net> - 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