Hello community, here is the log from the commit of package libgdata for openSUSE:Factory checked in at 2018-03-08 10:47:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libgdata (Old) and /work/SRC/openSUSE:Factory/.libgdata.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgdata" Thu Mar 8 10:47:06 2018 rev:57 rq:582812 version:0.17.9 Changes: -------- --- /work/SRC/openSUSE:Factory/libgdata/libgdata.changes 2017-09-13 21:49:48.593792233 +0200 +++ /work/SRC/openSUSE:Factory/.libgdata.new/libgdata.changes 2018-03-08 10:47:08.515709560 +0100 @@ -1,0 +2,5 @@ +Wed Feb 28 16:34:23 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgdata.spec ++++++ --- /var/tmp/diff_new_pack.gGRVo2/_old 2018-03-08 10:47:09.175685799 +0100 +++ /var/tmp/diff_new_pack.gGRVo2/_new 2018-03-08 10:47:09.179685655 +0100 @@ -1,7 +1,7 @@ # # spec file for package libgdata # -# 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,18 +18,18 @@ # Update baselibs.conf when changing this %define _sover 22 - Name: libgdata Version: 0.17.9 Release: 0 Summary: GLib-based library for accessing online service APIs using the GData protocol -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Libraries/GNOME -Url: http://live.gnome.org/libgdata +URL: http://live.gnome.org/libgdata Source: https://download.gnome.org/sources/libgdata/0.17/%{name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: gobject-introspection-devel BuildRequires: intltool +BuildRequires: pkgconfig BuildRequires: translation-update-upstream BuildRequires: pkgconfig(gcr-base-3) BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.14 @@ -43,7 +43,6 @@ BuildRequires: pkgconfig(libuhttpmock-0.0) >= 0.5.0 BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(oauth) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description libgdata is a GLib-based library for accessing online service APIs using @@ -51,7 +50,6 @@ to access the common Google services, and has full asynchronous support. %package -n libgdata%{_sover} - Summary: GLib-based library for accessing online service APIs using the GData protocol Group: System/Libraries Recommends: %{name}-lang @@ -88,8 +86,8 @@ This subpackage contains the header files for developing applications that want to make use of libgdata. - %lang_package + %prep %setup -q translation-update-upstream @@ -105,20 +103,17 @@ %find_lang gdata %post -n libgdata%{_sover} -p /sbin/ldconfig - %postun -n libgdata%{_sover} -p /sbin/ldconfig %files -n libgdata%{_sover} -%defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING HACKING NEWS README +%license COPYING +%doc AUTHORS ChangeLog HACKING NEWS README %{_libdir}/*.so.%{_sover}* %files -n typelib-1_0-GData-0_0 -%defattr(-,root,root) %{_libdir}/girepository-1.0/GData-0.0.typelib %files devel -%defattr(-,root,root) %{_includedir}/libgdata/ %{_libdir}/*.so %{_libdir}/pkgconfig/libgdata.pc
