Hello community,

here is the log from the commit of package libgsf for openSUSE:Factory checked 
in at 2018-03-08 10:52:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgsf (Old)
 and      /work/SRC/openSUSE:Factory/.libgsf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgsf"

Thu Mar  8 10:52:26 2018 rev:61 rq:583052 version:1.14.42

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgsf/libgsf.changes    2017-11-30 
16:30:59.096105945 +0100
+++ /work/SRC/openSUSE:Factory/.libgsf.new/libgsf.changes       2018-03-08 
10:52:27.144238480 +0100
@@ -1,0 +2,10 @@
+Mon Mar  5 15:51:54 UTC 2018 - [email protected]
+
+- Update summaries. Fix SRPM group.
+
+-------------------------------------------------------------------
+Wed Feb 28 16:35:05 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libgsf.spec ++++++
--- /var/tmp/diff_new_pack.4S06Ge/_old  2018-03-08 10:52:27.916210689 +0100
+++ /var/tmp/diff_new_pack.4S06Ge/_new  2018-03-08 10:52:27.916210689 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgsf
 #
-# 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
@@ -19,18 +19,15 @@
 Name:           libgsf
 Version:        1.14.42
 Release:        0
-Summary:        Simple I/O library for dealing with structured file formats
-License:        GPL-2.0+ and LGPL-2.1+
-Group:          System/Libraries
+Summary:        I/O library for dealing with structured file formats
+License:        GPL-2.0-or-later AND LGPL-2.1-or-later
+Group:          Development/Libraries/GNOME
 Url:            https://www.gnome.org
 Source:         
http://download.gnome.org/sources/libgsf/1.14/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
 BuildRequires:  intltool
 BuildRequires:  libbz2-devel
-BuildRequires:  pkg-config
-%if !0%{?is_opensuse}
-BuildRequires:  translation-update-upstream
-%endif
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(gio-2.0) >= 2.26.0
@@ -38,20 +35,18 @@
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.26.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 1.0.0
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.4.16
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# bug437293
-%ifarch ppc64
-Obsoletes:      libgsf-64bit
-%endif
 #
 Requires:       libgsf-1-114
+%if !0%{?is_opensuse}
+BuildRequires:  translation-update-upstream
+%endif
 
 %description
 The libgsf library is an extensible I/O abstraction library for dealing
 with structured file formats.
 
 %package tools
-Summary:        Simple I/O library for dealing with structured file formats -- 
Tools
+Summary:        Tools from libgsf, a structured file formats handling library
 Group:          Productivity/Office/Other
 Recommends:     %{name}-lang
 
@@ -67,7 +62,7 @@
 This package provides a thumbnailer for office files.
 
 %package 1-114
-Summary:        Simple I/O library for dealing with structured file formats
+Summary:        I/O library for dealing with structured file formats
 Group:          System/Libraries
 Recommends:     %{name}-lang
 # To make lang package installable
@@ -76,10 +71,6 @@
 Obsoletes:      libgsf-gnome < 1.14.22
 # With libgsf 1.14.23 (first in 12.2), we prefer to use introspection
 Obsoletes:      python-gsf < 1.14.23
-# bug437293
-%ifarch ppc64
-Obsoletes:      libgsf-64bit
-%endif
 #
 
 %description 1-114
@@ -87,7 +78,7 @@
 with structured file formats.
 
 %package -n typelib-1_0-Gsf-1
-Summary:        Office files thumbnailer for the GNOME desktop -- 
Introspection bindings
+Summary:        Introspection bindings for the GNOME desktop Office files 
thumbnailer
 Group:          System/Libraries
 
 %description -n typelib-1_0-Gsf-1
@@ -95,16 +86,12 @@
 with structured file formats.
 
 %package devel
-Summary:        Simple I/O library for dealing with structured file formats -- 
Develoment Files
+Summary:        Development files for libgsf, a structured file format 
handling library
 Group:          Development/Libraries/GNOME
 Requires:       libgsf-1-114 = %{version}
 Requires:       typelib-1_0-Gsf-1 = %{version}
 Provides:       %{name}-doc = %{version}
 Obsoletes:      %{name}-doc < %{version}
-# bug437293
-%ifarch ppc64
-Obsoletes:      libgsf-devel-64bit
-%endif
 #
 
 %description devel
@@ -112,6 +99,7 @@
 with structured file formats.
 
 %lang_package
+
 %prep
 %setup -q
 %if !0%{?is_opensuse}
@@ -119,8 +107,7 @@
 %endif
 
 %build
-%configure --with-pic \
-        --disable-static \
+%configure --disable-static \
         --enable-introspection
 make %{?_smp_mflags}
 
@@ -130,35 +117,31 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post 1-114 -p /sbin/ldconfig
-
 %postun 1-114 -p /sbin/ldconfig
 
 %files tools
-%defattr(-, root, root)
-%doc AUTHORS COPYING ChangeLog NEWS README
+%license COPYING
+%doc AUTHORS ChangeLog NEWS README
 %{_bindir}/gsf
 %{_bindir}/gsf-vba-dump
-%doc %{_mandir}/man1/gsf.*
-%doc %{_mandir}/man1/gsf-vba-dump.*
+%{_mandir}/man1/gsf.1%{ext_man}
+%{_mandir}/man1/gsf-vba-dump.1%{ext_man}
 
 %files -n gsf-office-thumbnailer
-%defattr(-, root, root)
 %{_bindir}/gsf-office-thumbnailer
-%doc %{_mandir}/man1/gsf-office-thumbnailer.*
+%{_mandir}/man1/gsf-office-thumbnailer.1%{ext_man}
 %dir %{_datadir}/thumbnailers
 %{_datadir}/thumbnailers/gsf-office.thumbnailer
 
 %files 1-114
-%defattr (-, root, root)
-%doc AUTHORS COPYING ChangeLog NEWS README
+%license COPYING
+%doc AUTHORS ChangeLog NEWS README
 %{_libdir}/libgsf-1.so.*
 
 %files -n typelib-1_0-Gsf-1
-%defattr(-, root, root)
 %{_libdir}/girepository-1.0/Gsf-1.typelib
 
 %files devel
-%defattr(-, root, root)
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
 %{_includedir}/libgsf-1


Reply via email to