Hello community,

here is the log from the commit of package gom for openSUSE:Factory checked in 
at 2018-03-09 10:39:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gom (Old)
 and      /work/SRC/openSUSE:Factory/.gom.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gom"

Fri Mar  9 10:39:04 2018 rev:7 rq:582755 version:0.3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/gom/gom.changes  2017-09-14 21:16:15.829723350 
+0200
+++ /work/SRC/openSUSE:Factory/.gom.new/gom.changes     2018-03-09 
10:39:04.762920730 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:31:05 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gom.spec ++++++
--- /var/tmp/diff_new_pack.zESRps/_old  2018-03-09 10:39:05.286901862 +0100
+++ /var/tmp/diff_new_pack.zESRps/_new  2018-03-09 10:39:05.286901862 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gom
 #
-# 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,9 +20,9 @@
 Version:        0.3.3
 Release:        0
 Summary:        GObject Data Mapper
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Development/Libraries/GNOME
-Url:            https://git.gnome.org/browse/gom/
+URL:            https://git.gnome.org/browse/gom/
 Source:         
http://download.gnome.org/sources/gom/0.3/%{name}-%{version}.tar.xz
 BuildRequires:  meson >= 0.38.1
 BuildRequires:  pkgconfig
@@ -77,22 +77,23 @@
 %setup -q
 
 %build
-%{meson}
-%{meson_build}
+%meson
+%meson_build
 
 %check
 # Temp disable tests while we figure out why it times out on x86_64
 #meson_test
 
 %install
-%{meson_install}
+%meson_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libgom-1_0-0 -p /sbin/ldconfig
 %postun -n libgom-1_0-0 -p /sbin/ldconfig
 
 %files -n libgom-1_0-0
-%doc README COPYING
+%license COPYING
+%doc README
 %{_libdir}/libgom-1.0.so.*
 
 %files -n typelib-1_0-Gom-1_0


Reply via email to