Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libgee for openSUSE:Factory checked in at 2022-02-11 23:06:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libgee (Old) and /work/SRC/openSUSE:Factory/.libgee.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgee" Fri Feb 11 23:06:34 2022 rev:42 rq:953249 version:0.20.5 Changes: -------- --- /work/SRC/openSUSE:Factory/libgee/libgee.changes 2021-03-21 23:20:05.488733504 +0100 +++ /work/SRC/openSUSE:Factory/.libgee.new.1956/libgee.changes 2022-02-11 23:06:38.094476772 +0100 @@ -1,0 +2,10 @@ +Thu Feb 10 09:20:23 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Update to version 0.20.5: + + Fixes for newer valac. + + Use Makefile.introspection instead of custom rule. +- Drop conditional Requires for long obsolete versions of openSUSE. +- Modernize spec, use ldconfig_scriptlets macro for post(un) + handling and other current macros. + +------------------------------------------------------------------- Old: ---- libgee-0.20.4.tar.xz New: ---- libgee-0.20.5.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgee.spec ++++++ --- /var/tmp/diff_new_pack.adLIwk/_old 2022-02-11 23:06:38.570478094 +0100 +++ /var/tmp/diff_new_pack.adLIwk/_new 2022-02-11 23:06:38.574478105 +0100 @@ -1,7 +1,7 @@ # # spec file for package libgee # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2010 Luis Medinas, Portugal # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: libgee -Version: 0.20.4 +Version: 0.20.5 Release: 0 Summary: GObject-based library providing commonly used data structures License: LGPL-2.1-or-later @@ -38,9 +38,6 @@ %package -n libgee-0_8-2 Summary: GObject-based library providing commonly used data structures Group: System/Libraries -%if 0%{?suse_version} <= 1210 -Requires: typelib-1_0-Gee-0_8 -%endif %description -n libgee-0_8-2 Libgee is a collection library providing GObject-based interfaces and @@ -71,18 +68,17 @@ This package provides all the files needed for development using Libgee. %prep -%setup -q +%autosetup -p1 %build %configure --disable-static -make %{?_smp_mflags} +%make_build %install %make_install find %{buildroot} -type f -name "*.la" -delete -print -%post -n libgee-0_8-2 -p /sbin/ldconfig -%postun -n libgee-0_8-2 -p /sbin/ldconfig +%ldconfig_scriptlets -n libgee-0_8-2 %files -n libgee-0_8-2 %license COPYING ++++++ libgee-0.20.4.tar.xz -> libgee-0.20.5.tar.xz ++++++ ++++ 47066 lines of diff (skipped)