Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libcroco for openSUSE:Factory checked in at 2021-11-10 21:45:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcroco (Old) and /work/SRC/openSUSE:Factory/.libcroco.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcroco" Wed Nov 10 21:45:43 2021 rev:40 rq:930078 version:0.6.13 Changes: -------- --- /work/SRC/openSUSE:Factory/libcroco/libcroco.changes 2021-08-24 10:54:18.496365813 +0200 +++ /work/SRC/openSUSE:Factory/.libcroco.new.1890/libcroco.changes 2021-11-10 21:45:48.675794799 +0100 @@ -1,0 +2,9 @@ +Fri Nov 5 20:42:47 UTC 2021 - Bj??rn Lie <bjorn....@gmail.com> + +- Add 0_6-3 define sover, make future soversion bumps easy to + handle. +- Add missing explicit libname-sover Requires to devel subpackage. +- Use ldconfig_scriplets macro for post(un) handling. +- Move doc files mainly developers care for to devel package. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcroco.spec ++++++ --- /var/tmp/diff_new_pack.1flE2S/_old 2021-11-10 21:45:49.195795026 +0100 +++ /var/tmp/diff_new_pack.1flE2S/_new 2021-11-10 21:45:49.199795027 +0100 @@ -16,6 +16,8 @@ # +%define sover 0_6-3 + Name: libcroco Version: 0.6.13 Release: 0 @@ -30,6 +32,7 @@ Patch0: libcroco-CVE-2017-8834.patch # PATCH-FIX-UPSTREAM libcroco-CVE-2020-12825.patch boo#1171685 mgo...@suse.com -- limit recursion in block and any productions. Patch1: libcroco-CVE-2020-12825.patch + BuildRequires: pkgconfig BuildRequires: pkgconfig(glib-2.0) >= 2.0 BuildRequires: pkgconfig(libxml-2.0) >= 2.4.23 @@ -38,7 +41,7 @@ Libcroco is a stand-alone CSS2 parsing library. It provides a low-level event-driven SAC-like API and a CSS object model-like API. -%package 0_6-3 +%package %{sover} Summary: CSS2 Parser Library # bug437293 Group: System/Libraries @@ -46,7 +49,7 @@ Obsoletes: libcroco-64bit %endif -%description 0_6-3 +%description %{sover} Libcroco is a stand-alone CSS2 parsing library. It provides a low-level event-driven SAC-like API and a CSS object model-like API. @@ -54,6 +57,7 @@ Summary: CSS2 Parser Library Development Files Group: Development/Libraries/C and C++ Requires: %{name} = %{version} +Requires: %{name}-%{sover} = %{version} %description devel Libcroco is a stand-alone CSS2 parsing library. It provides a low-level @@ -72,18 +76,18 @@ %make_install find %{buildroot} -type f -name "*.la" -delete -print -%post 0_6-3 -p /sbin/ldconfig -%postun 0_6-3 -p /sbin/ldconfig +%ldconfig_scriptlets %{sover} %files %license COPYING -%doc AUTHORS ChangeLog HACKING NEWS README TODO +%doc NEWS %{_bindir}/csslint-0.6 -%files 0_6-3 +%files %{sover} %{_libdir}/*.so.* %files devel +%doc AUTHORS ChangeLog HACKING README TODO %doc %{_datadir}/gtk-doc/html/libcroco/ %{_bindir}/*-config %{_includedir}/*