commit pcre for openSUSE:Factory
Hello community, here is the log from the commit of package pcre for openSUSE:Factory checked in at Thu May 28 22:52:36 CEST 2009. -------- --- pcre/pcre.changes 2009-05-05 14:31:37.000000000 +0200 +++ pcre/pcre.changes 2009-05-27 18:07:02.000000000 +0200 @@ -1,0 +2,5 @@ +Wed May 27 18:03:13 CEST 2009 - ms@suse.de + +- moved libpcre and libpcreposix to %{_lib} (bnc #507449) + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pcre.spec ++++++ --- /var/tmp/diff_new_pack.G23218/_old 2009-05-28 22:49:53.000000000 +0200 +++ /var/tmp/diff_new_pack.G23218/_new 2009-05-28 22:49:53.000000000 +0200 @@ -21,7 +21,7 @@ Name: pcre BuildRequires: gcc-c++ Version: 7.9 -Release: 1 +Release: 2 Summary: A library for Perl-compatible regular expressions License: BSD 3-Clause; Other uncritical OpenSource License Group: System/Libraries @@ -88,6 +88,11 @@ mv %{buildroot}/usr/share/doc/pcre %{buildroot}/%{_defaultdocdir}/pcre #empty dependecy_libs %{__rm} -f %{buildroot}%{_libdir}/*.la +#move pcre and pcreposix library into /lib +%{__mkdir_p} %{buildroot}/%{_lib} +mv %{buildroot}%{_libdir}/libpcre{,posix}.so.* %{buildroot}/%{_lib} +#update the symlinks for linking. +%{__ln_s} -v /%{_lib}/$(readlink %{buildroot}/%{_lib}/%{name}.so) %{buildroot}%{_libdir}/%{name}.so %check export LANG=POSIX @@ -108,6 +113,7 @@ %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog INSTALL LICENCE NEWS NON-UNIX-USE README %doc doc/html doc/*.txt +/%{_lib}/*.so.* %{_libdir}/*.so.* %{_bindir}/pcregrep %{_bindir}/pcretest @@ -124,6 +130,8 @@ %{_mandir}/man3/*.gz %changelog +* Wed May 27 2009 ms@suse.de +- moved libpcre and libpcreposix to %%{_lib} (bnc #507449) * Tue May 05 2009 ms@suse.de - Release 7.9 11-Apr-09 (bnc #500734) Mostly bugfixes and tidies with just a couple of minor ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de