Hello community,

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

Package is "librest"

Thu Mar  8 10:42:44 2018 rev:26 rq:582696 version:0.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/librest/librest.changes  2017-11-01 
11:07:05.647349440 +0100
+++ /work/SRC/openSUSE:Factory/.librest.new/librest.changes     2018-03-08 
10:42:46.009160970 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:36:09 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ librest.spec ++++++
--- /var/tmp/diff_new_pack.rFI0al/_old  2018-03-08 10:42:46.757134038 +0100
+++ /var/tmp/diff_new_pack.rFI0al/_new  2018-03-08 10:42:46.761133894 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package librest
 #
-# 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
@@ -16,26 +16,26 @@
 #
 
 
-Name:           librest
 %define _name   rest
 %define sover   0
 %define abi     0.7
 %define abi_pkg 0_7
 %define libname librest-%{abi_pkg}-%{sover}
+Name:           librest
 Version:        0.8.1
 Release:        0
 Summary:        Library to access RESTful web services
-License:        LGPL-2.1
+License:        LGPL-2.1-only
 Group:          Development/Libraries/GNOME
-Url:            http://git.gnome.org/browse/librest/
+URL:            http://git.gnome.org/browse/librest/
 Source0:        
http://download.gnome.org/sources/rest/0.8/%{_name}-%{version}.tar.xz
 Source99:       baselibs.conf
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(glib-2.0) >= 2.24
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(libsoup-gnome-2.4)
 BuildRequires:  pkgconfig(libxml-2.0)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 This library was designed to make it easier to access web services that
@@ -98,31 +98,29 @@
 %build
 %configure \
     --disable-static \
-     --with-ca-certificates=/etc/ssl/ca-bundle.pem
+     --with-ca-certificates=%{_sysconfdir}/ssl/ca-bundle.pem
 make %{?_smp_mflags} V=1
 
 %install
-%makeinstall
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post   -n %{libname} -p /sbin/ldconfig
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}
-%defattr(-, root, root)
-%doc AUTHORS COPYING README
+%license COPYING
+%doc AUTHORS README
 %{_libdir}/librest-%{abi}.so.%{sover}
 %{_libdir}/librest-%{abi}.so.%{sover}.*
 %{_libdir}/librest-extras-%{abi}.so.%{sover}
 %{_libdir}/librest-extras-%{abi}.so.%{sover}.*
 
 %files -n typelib-1_0-Rest-%{abi_pkg}
-%defattr(-, root, root)
 %{_libdir}/girepository-1.0/Rest-%{abi}.typelib
 %{_libdir}/girepository-1.0/RestExtras-%{abi}.typelib
 
 %files devel
-%defattr(-, root, root)
 %{_libdir}/librest-%{abi}.so
 %{_libdir}/librest-extras-%{abi}.so
 %{_libdir}/pkgconfig/rest-%{abi}.pc


Reply via email to