Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package goocanvas for openSUSE:Factory 
checked in at 2021-02-16 22:39:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/goocanvas (Old)
 and      /work/SRC/openSUSE:Factory/.goocanvas.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "goocanvas"

Tue Feb 16 22:39:32 2021 rev:37 rq:870848 version:3.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/goocanvas/goocanvas.changes      2020-01-27 
20:15:30.212451678 +0100
+++ /work/SRC/openSUSE:Factory/.goocanvas.new.28504/goocanvas.changes   
2021-02-16 22:49:02.942584995 +0100
@@ -1,0 +2,11 @@
+Fri Jan 29 18:22:44 UTC 2021 - Bj??rn Lie <[email protected]>
+
+- Update to version 3.0.0:
+  + Allow customize each corner radius for rectangle shape.
+  + Bump gettext version.
+  + Rotate Skew demo.
+  + Let goo_canvas_pointer_grab take NULL.
+  + Change the ABI from goocanvas-2.0 to goocanvas-3.0.
+- Update subpackages names following upstreams so/API bump.
+
+-------------------------------------------------------------------

Old:
----
  goocanvas-2.0.4.tar.xz

New:
----
  goocanvas-3.0.0.tar.xz

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

Other differences:
------------------
++++++ goocanvas.spec ++++++
--- /var/tmp/diff_new_pack.lwpdFr/_old  2021-02-16 22:49:03.498585429 +0100
+++ /var/tmp/diff_new_pack.lwpdFr/_new  2021-02-16 22:49:03.502585433 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package goocanvas
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,20 +12,20 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 # Option to easily enable/disable introspection building.
 %define with_introspection 1
 Name:           goocanvas
-Version:        2.0.4
+Version:        3.0.0
 Release:        0
 Summary:        A Cairo-based canvas widget for GTK+
 License:        LGPL-2.0-only
 Group:          Development/Libraries/GNOME
 URL:            https://wiki.gnome.org/GooCanvas
-Source0:        
https://download.gnome.org/sources/goocanvas/2.0/%{name}-%{version}.tar.xz
+Source0:        
https://download.gnome.org/sources/goocanvas/3.0/%{name}-%{version}.tar.xz
 BuildRequires:  pkgconfig
 BuildRequires:  translation-update-upstream
 BuildRequires:  pkgconfig(cairo) >= 1.10.0
@@ -43,9 +43,9 @@
 %package devel
 Summary:        Development files for GooCanvas
 Group:          Development/Libraries/GNOME
-Requires:       libgoocanvas-2_0-9 = %{version}
+Requires:       libgoocanvas-3_0-9 = %{version}
 %if %{with_introspection}
-Requires:       typelib-1_0-GooCanvas-2_0 = %{version}
+Requires:       typelib-1_0-GooCanvas-3_0 = %{version}
 %endif
 
 %description devel
@@ -55,24 +55,24 @@
 This subpackage contains the header files for developing
 applications that want to make use of libgoocanvas.
 
-%package -n libgoocanvas-2_0-9
+%package -n libgoocanvas-3_0-9
 Summary:        A Cairo-based canvas widget for GTK+
 # Needed to make lang package installable
 Group:          System/Libraries
 Provides:       %{name} = %{version}
 
-%description -n libgoocanvas-2_0-9
+%description -n libgoocanvas-3_0-9
 GooCanvas is a canvas widget for GTK+ that uses the Cairo 2D library
 for drawing. It has an optional model/view split, and uses interfaces
 for items and models, so any application object can be turned into a
 canvas item or model.
 
 %if %{with_introspection}
-%package -n typelib-1_0-GooCanvas-2_0
+%package -n typelib-1_0-GooCanvas-3_0
 Summary:        Introspection bindings for GooCanvas
 Group:          System/Libraries
 
-%description -n typelib-1_0-GooCanvas-2_0
+%description -n typelib-1_0-GooCanvas-3_0
 GooCanvas is a canvas widget for GTK+ that uses the Cairo 2D library
 for drawing.
 
@@ -82,7 +82,7 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 translation-update-upstream
 
 %build
@@ -93,34 +93,34 @@
 %else
     --disable-introspection
 %endif
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
 rm %{buildroot}%{_libdir}/*.*a
-%find_lang goocanvas2
+%find_lang goocanvas3
 
-%post -n libgoocanvas-2_0-9 -p /sbin/ldconfig
-%postun -n libgoocanvas-2_0-9 -p /sbin/ldconfig
+%post -n libgoocanvas-3_0-9 -p /sbin/ldconfig
+%postun -n libgoocanvas-3_0-9 -p /sbin/ldconfig
 
-%files -n libgoocanvas-2_0-9
+%files -n libgoocanvas-3_0-9
 %doc AUTHORS NEWS README TODO
 %{_libdir}/*.so.*
 
 %if %{with_introspection}
-%files -n typelib-1_0-GooCanvas-2_0
-%{_libdir}/girepository-1.0/GooCanvas-2.0.typelib
+%files -n typelib-1_0-GooCanvas-3_0
+%{_libdir}/girepository-1.0/GooCanvas-3.0.typelib
 %endif
 
 %files devel
-%{_includedir}/%{name}-2.0/
+%{_includedir}/%{name}-3.0/
 %{_libdir}/pkgconfig/*.pc
 %{_libdir}/*.so
 %if %{with_introspection}
-%{_datadir}/gir-1.0/GooCanvas-2.0.gir
+%{_datadir}/gir-1.0/GooCanvas-3.0.gir
 %endif
-%doc %{_datadir}/gtk-doc/html/goocanvas2/
+%doc %{_datadir}/gtk-doc/html/goocanvas3/
 
-%files lang -f goocanvas2.lang
+%files lang -f goocanvas3.lang
 
 %changelog

++++++ goocanvas-2.0.4.tar.xz -> goocanvas-3.0.0.tar.xz ++++++
++++ 78906 lines of diff (skipped)

Reply via email to