Hello community, here is the log from the commit of package libicns for openSUSE:Factory checked in at 2018-03-07 10:38:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libicns (Old) and /work/SRC/openSUSE:Factory/.libicns.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libicns" Wed Mar 7 10:38:45 2018 rev:3 rq:583447 version:0.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libicns/libicns.changes 2015-12-24 12:16:09.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libicns.new/libicns.changes 2018-03-07 10:38:46.461612162 +0100 @@ -1,0 +2,5 @@ +Fri Mar 2 20:05:50 UTC 2018 - [email protected] + +- Use system's default libpng for build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libicns.spec ++++++ --- /var/tmp/diff_new_pack.J99b9Q/_old 2018-03-07 10:38:47.757565415 +0100 +++ /var/tmp/diff_new_pack.J99b9Q/_new 2018-03-07 10:38:47.761565271 +0100 @@ -1,7 +1,7 @@ # # spec file for package libicns # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2011 Malcolm J Lewis <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -22,13 +22,13 @@ Version: 0.8.1 Release: 0 Summary: Application for manipulation of the Mac OS icns -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Productivity/Graphics/Convertors Url: http://icns.sourceforge.net/ Source0: http://download.sourceforge.net/icns/%{name}-%{version}.tar.gz BuildRequires: libjasper-devel -BuildRequires: libpng12-compat-devel BuildRequires: pkg-config +BuildRequires: pkgconfig(libpng) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -43,7 +43,7 @@ %package -n icns-utils Summary: Application for manipulation of the Mac OS icns -License: GPL-2.0 +License: GPL-2.0-only Group: Productivity/Graphics/Convertors %description -n icns-utils @@ -54,7 +54,7 @@ %package -n %{libname} Summary: System libraries for %{name} -License: LGPL-2.1 +License: LGPL-2.1-only Group: System/Libraries %description -n %{libname} @@ -62,10 +62,11 @@ %package devel Summary: Development files for %{name} -License: LGPL-2.1 +License: LGPL-2.1-only Group: Development/Libraries/Other -Requires: %{libname} = %{version}-%{release} -Provides: %{libname}-devel = %{version}-%{release} +Requires: %{libname} = %{version} +Provides: %{libname}-devel = %{version} +Requires: glibc-devel %description devel Libraries and header files for developing applications that use libicns.
