Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libgee06 for openSUSE:Factory checked in at 2024-02-09 23:52:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libgee06 (Old) and /work/SRC/openSUSE:Factory/.libgee06.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgee06" Fri Feb 9 23:52:37 2024 rev:4 rq:1145241 version:0.6.6 Changes: -------- --- /work/SRC/openSUSE:Factory/libgee06/libgee06.changes 2013-03-21 22:05:29.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libgee06.new.1815/libgee06.changes 2024-02-09 23:52:59.624420768 +0100 @@ -1,0 +2,5 @@ +Thu Feb 8 15:56:15 UTC 2024 - Dominique Leuenberger <[email protected]> + +- Prepare for RPM 4.20: use autosetup. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgee06.spec ++++++ --- /var/tmp/diff_new_pack.5MNe8S/_old 2024-02-09 23:53:00.496452191 +0100 +++ /var/tmp/diff_new_pack.5MNe8S/_new 2024-02-09 23:53:00.500452335 +0100 @@ -1,7 +1,7 @@ # -# spec file for package libgee +# spec file for package libgee06 # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2010 Luis Medinas, Portugal # # All modifications and additions to the file contributed by third parties @@ -13,25 +13,24 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -Name: libgee06 %define _name libgee +Name: libgee06 Version: 0.6.6 Release: 0 Summary: GObject-based library providing commonly used data structures -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Libraries/GNOME -Url: http://live.gnome.org/Libgee +URL: https://live.gnome.org/Libgee Source: http://download.gnome.org/sources/libgee/0.6/%{_name}-%{version}.tar.xz # PATCH-FIX-OPENSUSE libgee-gir.patch [email protected] -- The typelib file should not reference libgee, but libgee.so.2. The patch is not clean for upstream, but discussion has started at bgo#667529. Patch0: libgee-gir.patch BuildRequires: glib2-devel BuildRequires: gobject-introspection-devel BuildRequires: vala -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Libgee is a collection library providing GObject-based interfaces and @@ -69,35 +68,28 @@ classes for commonly used data structures. %prep -%setup -q -n %{_name}-%{version} -%patch0 -p1 +%autosetup -n %{_name}-%{version} -p1 %build %configure --disable-static -make %{?jobs:-j%jobs} +%make_build %install -%makeinstall -rm %{buildroot}%{_libdir}/*.la - -%clean -rm -rf %{buildroot} +%make_install +find %{buildroot} -type f -name "*.la" -delete -print %post -n libgee2 -p /sbin/ldconfig - %postun -n libgee2 -p /sbin/ldconfig %files -n libgee2 -%defattr(-, root, root) -%doc AUTHORS ChangeLog COPYING NEWS README +%license COPYING +%doc AUTHORS ChangeLog NEWS README %{_libdir}/*.so.* %files -n typelib-1_0-Gee-1_0 -%defattr(-,root,root) %{_libdir}/girepository-1.0/Gee-1.0.typelib %files -n libgee06-devel -%defattr(-, root, root) %{_includedir}/gee-1.0/ %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc
