Hello community, here is the log from the commit of package goocanvas for openSUSE:Factory checked in at 2018-03-09 10:39:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/goocanvas (Old) and /work/SRC/openSUSE:Factory/.goocanvas.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "goocanvas" Fri Mar 9 10:39:06 2018 rev:35 rq:582756 version:2.0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/goocanvas/goocanvas.changes 2017-10-18 10:51:21.234419074 +0200 +++ /work/SRC/openSUSE:Factory/.goocanvas.new/goocanvas.changes 2018-03-09 10:39:07.754812994 +0100 @@ -1,0 +2,5 @@ +Wed Feb 28 16:31:07 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ goocanvas.spec ++++++ --- /var/tmp/diff_new_pack.JojiEF/_old 2018-03-09 10:39:08.490786492 +0100 +++ /var/tmp/diff_new_pack.JojiEF/_new 2018-03-09 10:39:08.494786349 +0100 @@ -1,7 +1,7 @@ # # spec file for package goocanvas # -# 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,22 +18,21 @@ # Option to easily enable/disable introspection building. %define with_introspection 1 - Name: goocanvas Version: 2.0.4 Release: 0 Summary: A Cairo-based canvas widget for GTK+ -License: LGPL-2.0 +License: LGPL-2.0-only Group: Development/Libraries/GNOME -Url: https://wiki.gnome.org/GooCanvas +URL: https://wiki.gnome.org/GooCanvas Source0: https://download.gnome.org/sources/goocanvas/2.0/%{name}-%{version}.tar.xz -%if %{with_introspection} -BuildRequires: gobject-introspection-devel -%endif +BuildRequires: pkgconfig BuildRequires: translation-update-upstream BuildRequires: pkgconfig(cairo) >= 1.10.0 BuildRequires: pkgconfig(gtk+-3.0) >= 3.0.0 -BuildRoot: %{_tmppath}/%{name}-%{version}-build +%if %{with_introspection} +BuildRequires: gobject-introspection-devel +%endif %description GooCanvas is a canvas widget for GTK+ that uses the Cairo 2D library @@ -60,8 +59,8 @@ Summary: A Cairo-based canvas widget for GTK+ # Needed to make lang package installable Group: System/Libraries -Provides: %{name} = %{version} Recommends: %{name}-lang +Provides: %{name} = %{version} %description -n libgoocanvas-2_0-9 GooCanvas is a canvas widget for GTK+ that uses the Cairo 2D library @@ -82,6 +81,7 @@ %endif %lang_package + %prep %setup -q translation-update-upstream @@ -102,22 +102,18 @@ %find_lang goocanvas2 %post -n libgoocanvas-2_0-9 -p /sbin/ldconfig - %postun -n libgoocanvas-2_0-9 -p /sbin/ldconfig %files -n libgoocanvas-2_0-9 -%defattr(-, root, root) %doc AUTHORS NEWS README TODO %{_libdir}/*.so.* %if %{with_introspection} %files -n typelib-1_0-GooCanvas-2_0 -%defattr(-,root,root) %{_libdir}/girepository-1.0/GooCanvas-2.0.typelib %endif %files devel -%defattr(-, root, root) %{_includedir}/%{name}-2.0/ %{_libdir}/pkgconfig/*.pc %{_libdir}/*.so
