Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libpng16 for openSUSE:Factory 
checked in at 2023-02-02 18:07:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libpng16 (Old)
 and      /work/SRC/openSUSE:Factory/.libpng16.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libpng16"

Thu Feb  2 18:07:37 2023 rev:48 rq:1062455 version:1.6.39

Changes:
--------
--- /work/SRC/openSUSE:Factory/libpng16/libpng16.changes        2022-11-26 
18:45:11.939122367 +0100
+++ /work/SRC/openSUSE:Factory/.libpng16.new.32243/libpng16.changes     
2023-02-02 18:27:40.627205231 +0100
@@ -1,0 +2,12 @@
+Wed Feb  1 12:18:06 UTC 2023 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Fix build: some*.la files are symlinks. Adjust spec to use
+   find -type f,l
+
+-------------------------------------------------------------------
+Wed Feb  1 09:24:14 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- switch to pkgconfig(zlib) to allow alternative providers as well
+- build with glibc hwcaps optimized libs
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libpng16.spec ++++++
--- /var/tmp/diff_new_pack.CUbzS1/_old  2023-02-02 18:27:41.015207608 +0100
+++ /var/tmp/diff_new_pack.CUbzS1/_new  2023-02-02 18:27:41.019207632 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libpng16
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -37,7 +37,8 @@
 Source4:        baselibs.conf
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
-BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(zlib)
+%{?suse_build_hwcaps_libs}
 
 %package -n %{libname}
 Summary:        Library for the Portable Network Graphics Format (PNG)
@@ -50,7 +51,7 @@
 Requires:       %{libname} = %{version}
 Requires:       glibc-devel
 Requires:       pkgconfig
-Requires:       zlib-devel
+Requires:       pkgconfig(zlib)
 Recommends:     libpng%{branch}-compat-devel
 #
 
@@ -117,7 +118,7 @@
 
 %install
 %make_install
-rm %{buildroot}/%{_libdir}/libpng*.la
+find %{buildroot} -type f,l -name "*.la" -delete -print
 mkdir -p %{buildroot}%{_sysconfdir}/rpm
 install -D -m644 %{SOURCE3} %{buildroot}%{_rpmmacrodir}/macros.libpng-tools
 %if %{debug_build} ||%{asan_build}

Reply via email to