Hello community, here is the log from the commit of package pcre for openSUSE:Factory checked in at 2012-11-10 16:55:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pcre (Old) and /work/SRC/openSUSE:Factory/.pcre.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pcre", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/pcre/pcre.changes 2012-08-22 12:16:37.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.pcre.new/pcre.changes 2012-11-10 16:55:09.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Nov 7 13:35:35 UTC 2012 - [email protected] + +- Use the --enable-pcre16 configure flag. + This switch enables 16 bit character support that will be required by Qt5 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pcre.spec ++++++ --- /var/tmp/diff_new_pack.N4wmE2/_old 2012-11-10 16:55:10.000000000 +0100 +++ /var/tmp/diff_new_pack.N4wmE2/_new 2012-11-10 16:55:10.000000000 +0100 @@ -46,6 +46,7 @@ Summary: A library for Perl-compatible regular expressions Group: System/Libraries Requires: libpcre1 = %{version} +Requires: libpcre16-0 = %{version} Requires: libpcrecpp0 = %{version} Requires: libpcreposix0 = %{version} Requires: libstdc++-devel @@ -82,6 +83,15 @@ expression pattern matching using the same syntax and semantics as Perl 5. +%package -n libpcre16-0 +Summary: A library for Perl-compatible regular expressions +Group: System/Libraries + +%description -n libpcre16-0 +The PCRE library is a set of functions that implement regular +expression pattern matching using the same syntax and semantics +as Perl 5. + %package -n libpcreposix0 Summary: A library for Perl-compatible regular expressions Group: System/Libraries @@ -137,6 +147,7 @@ --with-link-size=2 \ --with-match-limit=10000000 \ --enable-newline-is-lf \ + --enable-pcre16 \ --enable-utf8 \ --enable-unicode-properties %{__make} %{?_smp_mflags} @@ -172,6 +183,10 @@ %postun -n libpcre1 -p /sbin/ldconfig +%post -n libpcre16-0 -p /sbin/ldconfig + +%postun -n libpcre16-0 -p /sbin/ldconfig + %post -n libpcrecpp0 -p /sbin/ldconfig %postun -n libpcrecpp0 -p /sbin/ldconfig @@ -185,6 +200,10 @@ %doc AUTHORS COPYING ChangeLog LICENCE NEWS README %{_libdir}/libpcre.so.* +%files -n libpcre16-0 +%defattr(-,root,root) +%{_libdir}/libpcre16.so.* + %files -n libpcrecpp0 %defattr(-,root,root) %{_libdir}/libpcrecpp.so.* @@ -210,6 +229,7 @@ %{_includedir}/* %{_libdir}/*.so %{_libdir}/pkgconfig/libpcre.pc +%{_libdir}/pkgconfig/libpcre16.pc %{_libdir}/pkgconfig/libpcrecpp.pc %{_libdir}/pkgconfig/libpcreposix.pc %{_mandir}/man1/pcre-config.* ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.N4wmE2/_old 2012-11-10 16:55:10.000000000 +0100 +++ /var/tmp/diff_new_pack.N4wmE2/_new 2012-11-10 16:55:10.000000000 +0100 @@ -1,4 +1,5 @@ libpcre1 +libpcre16-0 libpcreposix0 libpcrecpp0 provides "pcre-<targettype> = <version>" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
