Hello community,

here is the log from the commit of package zlib for openSUSE:Factory checked in 
at 2020-12-03 18:38:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zlib (Old)
 and      /work/SRC/openSUSE:Factory/.zlib.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zlib"

Thu Dec  3 18:38:03 2020 rev:81 rq:851291 version:1.2.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/zlib/zlib.changes        2020-11-26 
23:08:36.668783281 +0100
+++ /work/SRC/openSUSE:Factory/.zlib.new.5913/zlib.changes      2020-12-03 
18:38:11.133693509 +0100
@@ -7,0 +8,5 @@
+Wed Oct 28 14:38:00 UTC 2020 - Ludwig Nussel <lnus...@suse.de>
+
+- install to /usr (boo#1029961)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ zlib.spec ++++++
--- /var/tmp/diff_new_pack.sZrumD/_old  2020-12-03 18:38:12.089695320 +0100
+++ /var/tmp/diff_new_pack.sZrumD/_new  2020-12-03 18:38:12.093695327 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package zlib
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -154,7 +154,7 @@
 CC="cc" ./configure \
     --shared \
     --prefix=%{_prefix} \
-    --libdir=/%{_lib} \
+    --libdir=%{_libdir} \
 %ifarch s390x s390
     --dfltcc \
 %endif
@@ -183,13 +183,6 @@
 %install
 mkdir -p %{buildroot}%{_libdir}
 %make_install
-# Fix shared library placement/symlinks
-ln -s -v /%{_lib}/$(readlink %{buildroot}/%{_lib}/libz.so) 
%{buildroot}%{_libdir}/libz.so
-rm -v %{buildroot}/%{_lib}/libz.so
-# Static lib
-mv %{buildroot}/%{_lib}/libz.a %{buildroot}%{_libdir}
-# Move .pc file to _libdir
-mv %{buildroot}/%{_lib}/pkgconfig %{buildroot}%{_libdir}
 # manpage
 install -m 644 zlib.3 %{buildroot}%{_mandir}/man3
 install -m 644 zutil.h %{buildroot}%{_includedir}
@@ -211,8 +204,8 @@
 
 %files -n libz1
 %license LICENSE
-/%{_lib}/libz.so.1.2.*
-/%{_lib}/libz.so.1
+%{_libdir}/libz.so.1.2.*
+%{_libdir}/libz.so.1
 
 %files devel
 %doc README ChangeLog
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to