Hello community,

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

Package is "gob2"

Wed Mar 14 19:38:49 2018 rev:24 rq:585836 version:2.0.20

Changes:
--------
--- /work/SRC/openSUSE:Factory/gob2/gob2.changes        2013-12-16 
16:20:40.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gob2.new/gob2.changes   2018-03-14 
19:39:06.685045337 +0100
@@ -1,0 +2,10 @@
+Fri Mar  9 19:01:49 UTC 2018 - [email protected]
+
+- Ensure neutrality of description.
+
+-------------------------------------------------------------------
+Wed Feb 28 16:30:55 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gob2.spec ++++++
--- /var/tmp/diff_new_pack.wewGLC/_old  2018-03-14 19:39:07.317022889 +0100
+++ /var/tmp/diff_new_pack.wewGLC/_new  2018-03-14 19:39:07.321022747 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gob2
 #
-# Copyright (c) 2013 SUSE LINUX Products 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
@@ -19,39 +19,35 @@
 Name:           gob2
 Version:        2.0.20
 Release:        0
-Summary:        Simple Preprocessor to Write GObject objects
-License:        GPL-2.0+
+Summary:        Preprocessor to Write GObject objects
+License:        GPL-2.0-or-later
 Group:          Development/Tools/GUI Builders
 Url:            http://www.5z.com/jirka/gob.html
 Source:         
http://download.gnome.org/sources/gob2/2.0/%{name}-%{version}.tar.xz
 BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  glib2-devel >= 2.4.0
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-GOB is a very simple preprocessor for making GObject objects with
-inline C code so that generated files are not editted. Syntax is
-inspired by java and yacc or lex.
+GOB is a preprocessor for making GObject objects with
+inline C code so that generated files are not editted. The syntax is
+inspired by Java, yacc/bison and lex.
 
 %prep
-%setup
+%setup -q
 rm src/lexer.c
 
 %build
 %configure
-make
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 rm examples/Makefile*
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-, root, root)
-%doc AUTHORS COPYING COPYING.generated-code README NEWS ChangeLog
+%license COPYING
+%doc AUTHORS README NEWS ChangeLog
 %doc examples
 %{_bindir}/gob2
 %{_datadir}/aclocal/gob2.m4


Reply via email to