commit pcre for openSUSE:Factory
Hello community, here is the log from the commit of package pcre for openSUSE:Factory checked in at Tue Jun 2 12:10:15 CEST 2009. -------- --- pcre/pcre.changes 2009-05-27 18:07:02.000000000 +0200 +++ /mounts/work_src_done/STABLE/pcre/pcre.changes 2009-05-30 22:02:33.000000000 +0200 @@ -1,0 +2,5 @@ +Sat May 30 22:02:07 CEST 2009 - dmueller@suse.de + +- fix symlinks to libpcre and libpcreposix to fix the build + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pcre.spec ++++++ --- /var/tmp/diff_new_pack.U13648/_old 2009-06-02 12:09:51.000000000 +0200 +++ /var/tmp/diff_new_pack.U13648/_new 2009-06-02 12:09:51.000000000 +0200 @@ -21,7 +21,7 @@ Name: pcre BuildRequires: gcc-c++ Version: 7.9 -Release: 2 +Release: 3 Summary: A library for Perl-compatible regular expressions License: BSD 3-Clause; Other uncritical OpenSource License Group: System/Libraries @@ -90,9 +90,12 @@ %{__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 +for l in libpcre libpcreposix; do + ldest=$(readlink %{buildroot}/%{_libdir}/$l.so) + mv %{buildroot}%{_libdir}/$l.so.* %{buildroot}/%{_lib} + #update the symlinks for linking. + %{__ln_s} -vf /%{_lib}/$ldest %{buildroot}%{_libdir}/$l.so +done %check export LANG=POSIX @@ -130,6 +133,8 @@ %{_mandir}/man3/*.gz %changelog +* Sat May 30 2009 dmueller@suse.de +- fix symlinks to libpcre and libpcreposix to fix the build * Wed May 27 2009 ms@suse.de - moved libpcre and libpcreposix to %%{_lib} (bnc #507449) * Tue May 05 2009 ms@suse.de ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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