Hello community,
here is the log from the commit of package libgnome-games-support for
openSUSE:Factory checked in at 2018-03-09 10:43:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgnome-games-support (Old)
and /work/SRC/openSUSE:Factory/.libgnome-games-support.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgnome-games-support"
Fri Mar 9 10:43:03 2018 rev:6 rq:583032 version:1.2.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/libgnome-games-support/libgnome-games-support.changes
2017-09-13 21:46:14.543907756 +0200
+++
/work/SRC/openSUSE:Factory/.libgnome-games-support.new/libgnome-games-support.changes
2018-03-09 10:43:05.422254033 +0100
@@ -1,0 +2,10 @@
+Mon Mar 5 15:24:47 UTC 2018 - [email protected]
+
+- Fix SRPM group.
+
+-------------------------------------------------------------------
+Wed Feb 28 16:34:47 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libgnome-games-support.spec ++++++
--- /var/tmp/diff_new_pack.BXldpF/_old 2018-03-09 10:43:06.198226087 +0100
+++ /var/tmp/diff_new_pack.BXldpF/_new 2018-03-09 10:43:06.202225943 +0100
@@ -1,7 +1,7 @@
#
# spec file for package libgnome-games-support
#
-# 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,19 +20,19 @@
Version: 1.2.3
Release: 0
Summary: Internal support library for GNOME games
-License: LGPL-3.0+
-Group: System/Libraries
+License: LGPL-3.0-or-later
+Group: Development/Libraries/GNOME
Url: https://git.gnome.org/browse/libgnome-games-support/
Source:
http://download.gnome.org/sources/libgnome-games-support/1.2/%{name}-%{version}.tar.xz
BuildRequires: gnome-common
BuildRequires: intltool >= 0.50.2
+BuildRequires: pkgconfig
BuildRequires: vala >= 0.24
BuildRequires: pkgconfig(gee-0.8)
BuildRequires: pkgconfig(gio-2.0) >= 2.40
BuildRequires: pkgconfig(glib-2.0) >= 2.40
BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.2
Recommends: %{name}-lang
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
libgnome-games-support is a small library intended for internal use by
@@ -61,6 +61,7 @@
with the major version number. The ABI is unstable.
%lang_package
+
%prep
%setup -q
@@ -74,22 +75,19 @@
%find_lang %{name}
%post -n libgnome-games-support-1-2 -p /sbin/ldconfig
-
%postun -n libgnome-games-support-1-2 -p /sbin/ldconfig
%files -n libgnome-games-support-1-2
-%defattr(-,root,root)
-%doc COPYING.LESSER COPYING
+%license COPYING.LESSER
+
%{_libdir}/libgnome-games-support-1.so.2*
%files devel
-%defattr(-,root,root)
%{_includedir}/gnome-games-support-1/
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/vala/
%files lang -f %{name}.lang
-%defattr(-,root,root)
%changelog