Hello community,

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

Package is "gmime"

Thu Mar  8 10:43:30 2018 rev:65 rq:582719 version:3.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gmime/gmime.changes      2018-02-03 
15:39:18.498322755 +0100
+++ /work/SRC/openSUSE:Factory/.gmime.new/gmime.changes 2018-03-08 
10:43:32.779476974 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:26:55 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gmime.spec ++++++
--- /var/tmp/diff_new_pack.vFeta1/_old  2018-03-08 10:43:33.427453643 +0100
+++ /var/tmp/diff_new_pack.vFeta1/_new  2018-03-08 10:43:33.431453499 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gmime
 #
-# 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
@@ -18,28 +18,26 @@
 
 # Define a base version
 %define base_ver 3.0
-
 # Define a so version
 # NOTE - also update baselibs.conf when bumping this
 %define so_ver 3_0
-
 Name:           gmime
 Version:        3.2.0
 Release:        0
 Summary:        MIME Parser and Utility Library
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Productivity/Networking/Email/Utilities
-Url:            http://spruce.sourceforge.net/gmime/
+URL:            http://spruce.sourceforge.net/gmime/
 Source:         
http://download.gnome.org/sources/gmime/3.2/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
 BuildRequires:  gobject-introspection-devel >= 1.30.0
 BuildRequires:  gpgme-devel
 BuildRequires:  gtk-doc
+BuildRequires:  pkgconfig
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(libidn) >= 0.0.0
 BuildRequires:  pkgconfig(vapigen)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 GMime is a C/C++ library for parsing and creating messages using
@@ -84,23 +82,19 @@
 
 %install
 %make_install
-find %{buildroot}%{_libdir} -type f -name "*.la" -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libgmime-%{so_ver}-0 -p /sbin/ldconfig
-
 %postun -n libgmime-%{so_ver}-0 -p /sbin/ldconfig
 
 %files -n libgmime-%{so_ver}-0
-%defattr (-, root, root)
-%doc COPYING
+%license COPYING
 %{_libdir}/*.so.*
 
 %files -n typelib-1_0-GMime-%{so_ver}
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/GMime-%{base_ver}.typelib
 
 %files devel
-%defattr (-, root, root)
 %doc AUTHORS PORTING README TODO
 %doc %{_datadir}/gtk-doc/html/gmime-3.2/
 %{_datadir}/gir-1.0/GMime-%{base_ver}.gir


Reply via email to