Hello community, here is the log from the commit of package libcroco for openSUSE:Factory checked in at 2018-03-08 10:46:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcroco (Old) and /work/SRC/openSUSE:Factory/.libcroco.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcroco" Thu Mar 8 10:46:43 2018 rev:36 rq:582802 version:0.6.12 Changes: -------- --- /work/SRC/openSUSE:Factory/libcroco/libcroco.changes 2017-10-10 11:41:33.655226591 +0200 +++ /work/SRC/openSUSE:Factory/.libcroco.new/libcroco.changes 2018-03-08 10:46:45.148550852 +0100 @@ -1,0 +2,5 @@ +Wed Feb 28 16:34:08 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcroco.spec ++++++ --- /var/tmp/diff_new_pack.HxKPmX/_old 2018-03-08 10:46:46.028519170 +0100 +++ /var/tmp/diff_new_pack.HxKPmX/_new 2018-03-08 10:46:46.032519026 +0100 @@ -1,7 +1,7 @@ # # spec file for package libcroco # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,23 +20,19 @@ Version: 0.6.12 Release: 0 Summary: CSS2 Parser Library -License: LGPL-2.1 +License: LGPL-2.1-only Group: Development/Libraries/C and C++ -Url: http://www.freespiders.org/projects/libcroco/ +URL: http://www.freespiders.org/projects/libcroco/ Source: http://download.gnome.org/sources/libcroco/0.6/%{name}-%{version}.tar.xz Source99: baselibs.conf # PATCH-FIX-UPSTREAM libcroco-fix-CVE-2017-7960.patch boo#1034481 [email protected] -- Fix CVE-2017-7960 Patch0: libcroco-fix-CVE-2017-7960.patch # PATCH-FIX-UPSTREAM libcroco-fix-CVE-2017-7961.patch boo#1034482 [email protected] -- Fix CVE-2017-7961 Patch1: libcroco-fix-CVE-2017-7961.patch +BuildRequires: pkgconfig BuildRequires: pkgconfig(glib-2.0) >= 2.0 BuildRequires: pkgconfig(libxml-2.0) >= 2.4.23 -# bug437293 -%ifarch ppc64 -Obsoletes: libcroco-64bit -%endif # -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Libcroco is a stand-alone CSS2 parsing library. It provides a low-level @@ -59,10 +55,6 @@ Summary: CSS2 Parser Library Development Files Group: Development/Libraries/C and C++ Requires: %{name} = %{version} -# bug437293 -%ifarch ppc64 -Obsoletes: libcroco-devel-64bit -%endif # %description devel @@ -82,23 +74,20 @@ %install %make_install -rm -f %{buildroot}%{_libdir}/*.la +find %{buildroot} -type f -name "*.la" -delete -print %post 0_6-3 -p /sbin/ldconfig - %postun 0_6-3 -p /sbin/ldconfig %files -%defattr (-, root, root) -%doc AUTHORS COPYING COPYING.LIB ChangeLog HACKING NEWS README TODO +%license COPYING +%doc AUTHORS ChangeLog HACKING NEWS README TODO %{_bindir}/csslint-0.6 %files 0_6-3 -%defattr (-, root, root) %{_libdir}/*.so.* %files devel -%defattr (-, root, root) %doc %{_datadir}/gtk-doc/html/libcroco/ %{_bindir}/*-config %{_includedir}/*
