Hello community, here is the log from the commit of package libgovirt for openSUSE:Factory checked in at 2018-03-08 10:51:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libgovirt (Old) and /work/SRC/openSUSE:Factory/.libgovirt.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgovirt" Thu Mar 8 10:51:53 2018 rev:11 rq:583033 version:0.3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/libgovirt/libgovirt.changes 2016-04-15 19:06:52.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libgovirt.new/libgovirt.changes 2018-03-08 10:51:55.221387702 +0100 @@ -1,0 +2,11 @@ +Mon Mar 5 15:23:26 UTC 2018 - [email protected] + +- Fix SRPM group. Update summaries. Fix faulty disable-static + switch. + +------------------------------------------------------------------- +Wed Feb 28 16:35:01 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgovirt.spec ++++++ --- /var/tmp/diff_new_pack.EkryXE/_old 2018-03-08 10:51:55.833365671 +0100 +++ /var/tmp/diff_new_pack.EkryXE/_new 2018-03-08 10:51:55.833365671 +0100 @@ -1,7 +1,7 @@ # # spec file for package libgovirt # -# Copyright (c) 2016 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,17 +20,17 @@ Version: 0.3.4 Release: 0 Summary: GObject based oVirt bindings -License: LGPL-2.1+ -Group: System/Libraries +License: LGPL-2.1-or-later +Group: Development/Libraries/GNOME Url: http://cgit.freedesktop.org/~teuf/govirt Source: http://download.gnome.org/sources/libgovirt/0.3/%{name}-%{version}.tar.xz BuildRequires: gobject-introspection-devel >= 1.30.0 BuildRequires: intltool +BuildRequires: pkgconfig BuildRequires: pkgconfig(gio-2.0) >= 2.26.0 BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(gthread-2.0) >= 2.26.0 BuildRequires: pkgconfig(rest-0.7) >= 0.7.92 -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description GoVirt is a GObject wrapper for the oVirt REST API [1]. It will @@ -41,7 +41,7 @@ %package -n libgovirt2 Summary: GObject based oVirt bindings Group: System/Libraries -Recommends: Recommends: %{name}-lang +Recommends: %{name}-lang # To make the lang package installable Provides: %{name} = %{version} @@ -52,7 +52,7 @@ bindings. %package -n typelib-1_0-GoVirt-1_0 -Summary: GObject based oVirt bindings -- Introspection bindings +Summary: Introspection bindings for the GObject-based oVirt bindings Group: System/Libraries %description -n typelib-1_0-GoVirt-1_0 @@ -62,7 +62,7 @@ bindings. %package devel -Summary: GObject based oVirt bindings -- Development files +Summary: Development files for the GObject-based oVirt bindings Group: Development/Languages/C and C++ Requires: libgovirt2 = %{version} Requires: typelib-1_0-GoVirt-1_0 = %{version} @@ -74,34 +74,32 @@ bindings. %lang_package + %prep %setup -q %build %configure \ - -disable-static + --disable-static make %{?_smp_mflags} %install %make_install -find %{buildroot} -name '*.la' -type f -delete -print +find %{buildroot} -type f -name "*.la" -delete -print %find_lang %{name} %{?no_lang_C} %post -n libgovirt2 -p /sbin/ldconfig - %postun -n libgovirt2 -p /sbin/ldconfig %files -n libgovirt2 -%defattr(-,root,root) -%doc README COPYING +%license COPYING +%doc README %{_libdir}/libgovirt.so.* %files -n typelib-1_0-GoVirt-1_0 -%defattr(-,root,root) %{_libdir}/girepository-1.0/GoVirt-1.0.typelib %files devel -%defattr(-,root,root) %{_datadir}/gir-1.0/GoVirt-1.0.gir %{_includedir}/govirt-1.0/ %{_libdir}/libgovirt.so
