Hello community,

here is the log from the commit of package clutter-gtk for openSUSE:Factory 
checked in at 2018-03-14 19:26:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/clutter-gtk (Old)
 and      /work/SRC/openSUSE:Factory/.clutter-gtk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "clutter-gtk"

Wed Mar 14 19:26:30 2018 rev:54 rq:585839 version:1.8.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/clutter-gtk/clutter-gtk.changes  2017-09-13 
21:41:21.581125121 +0200
+++ /work/SRC/openSUSE:Factory/.clutter-gtk.new/clutter-gtk.changes     
2018-03-14 19:26:32.459831239 +0100
@@ -1,0 +2,10 @@
+Sat Mar 10 00:10:43 UTC 2018 - [email protected]
+
+- Fix SRPM group. Update summaries.
+
+-------------------------------------------------------------------
+Wed Feb 28 16:24:20 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ clutter-gtk.spec ++++++
--- /var/tmp/diff_new_pack.XSWqHA/_old  2018-03-14 19:26:33.611790336 +0100
+++ /var/tmp/diff_new_pack.XSWqHA/_new  2018-03-14 19:26:33.615790193 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package clutter-gtk
 #
-# 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,8 +20,8 @@
 Version:        1.8.4
 Release:        0
 Summary:        GTK+ integration for Clutter
-License:        LGPL-2.1+
-Group:          System/Libraries
+License:        LGPL-2.1-or-later
+Group:          Development/Libraries/GNOME
 Url:            http://clutter-project.org/
 Source0:        
https://download.gnome.org/sources/clutter-gtk/1.8/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
@@ -54,7 +54,7 @@
 Clutter GTK+ enables the use of GTK+ with Clutter.
 
 %package -n typelib-1_0-GtkClutter-1_0
-Summary:        GTK+ integration for Clutter -- Introspection bindings
+Summary:        Introspection bindings for the GTK+ Clutter integration
 Group:          System/Libraries
 
 %description -n typelib-1_0-GtkClutter-1_0
@@ -67,7 +67,7 @@
 GTK+.
 
 %package devel
-Summary:        GTK+ integration for Clutter - Development Files
+Summary:        Development files for the GTK+ Clutter integration
 Group:          Development/Libraries/GNOME
 Requires:       libclutter-gtk-1_0-0 = %{version}
 Requires:       typelib-1_0-GtkClutter-1_0 = %{version}
@@ -86,24 +86,25 @@
 %setup -q
 
 %build
-%{meson} \
+%meson \
        -Denable_docs=true \
        %{nil}
-%{meson_build}
+%meson_build
 
 # Check disabled as it seems to be missing from meson build for now
 #%%check
 #%%{meson_test}
 
 %install
-%{meson_install}
+%meson_install
 %find_lang cluttergtk-1.0 %{?no_lang_C}
 
 %post -n libclutter-gtk-1_0-0 -p /sbin/ldconfig
 %postun -n libclutter-gtk-1_0-0 -p /sbin/ldconfig
 
 %files -n libclutter-gtk-1_0-0
-%doc README COPYING
+%license COPYING
+%doc README
 %{_libdir}/*.so.*
 
 %files -n typelib-1_0-GtkClutter-1_0


Reply via email to