Hello community,

here is the log from the commit of package python-gobject for openSUSE:Factory 
checked in at 2017-09-13 21:54:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gobject (Old)
 and      /work/SRC/openSUSE:Factory/.python-gobject.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-gobject"

Wed Sep 13 21:54:57 2017 rev:68 rq:523664 version:3.26.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gobject/python-gobject.changes    
2017-05-31 12:13:45.383098129 +0200
+++ /work/SRC/openSUSE:Factory/.python-gobject.new/python-gobject.changes       
2017-09-13 21:54:58.798147616 +0200
@@ -1,0 +2,26 @@
+Tue Sep 12 09:27:07 UTC 2017 - [email protected]
+
+- Update to version 3.26.0:
+  + Closure: silence a new compiler warning.
+  + Make sure version information passed to require_version is a
+    string (bgo#781582).
+  + Test fixes.
+
+-------------------------------------------------------------------
+Fri Sep  8 16:15:16 UTC 2017 - [email protected]
+
+- Update package summaries. Fix RPM groups and do not run fdupes
+  across hardlink partitions.
+
+-------------------------------------------------------------------
+Sun Jun 18 12:34:28 UTC 2017 - [email protected]
+
+- Update to version 3.25.1:
+  + Bugs fixed: bgo#663068, bgo#667959, bgo#686835, bgo#698548,
+    bgo#699440, bgo#707196, bgo#712197, bgo#726484, bgo#730908,
+    bgo#735076, bgo#735206, bgo#744690, bgo#746564, bgo#759009,
+    bgo#759276, bgo#762176, bgo#769789, bgo#772896, bgo#772949,
+    bgo#773394, bgo#773803, bgo#777713, bgo#777719, bgo#780396,
+    bgo#780409, bgo#780591, bgo#780652, bgo#780768, bgo#780812.
+
+-------------------------------------------------------------------

Old:
----
  pygobject-3.24.1.tar.xz

New:
----
  pygobject-3.26.0.tar.xz

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

Other differences:
------------------
++++++ python-gobject.spec ++++++
--- /var/tmp/diff_new_pack.bHgIY4/_old  2017-09-13 21:55:00.549901148 +0200
+++ /var/tmp/diff_new_pack.bHgIY4/_new  2017-09-13 21:55:00.553900585 +0200
@@ -26,15 +26,15 @@
 %define _name   pygobject
 Summary:        Python bindings for GObject
 License:        LGPL-2.1+
-Group:          Development/Libraries/Python
-Version:        3.24.1
+Group:          Development/Languages/Python
+Version:        3.26.0
 Release:        0
 Url:            https://wiki.gnome.org/Projects/PyGObject/
-Source:         
http://download.gnome.org/sources/pygobject/3.24/%{_name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/pygobject/3.26/%{_name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM pycompile-searchpath.patch [email protected] -- Fix build 
with python 3.4
 Patch1:         pycompile-searchpath.patch
+BuildRequires:  %{python_module cairo >= 1.11.1}
 BuildRequires:  %{python_module cairo-devel}
-BuildRequires:  %{python_module cairo}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -57,8 +57,8 @@
 
 
 %package Gdk
-Summary:        Python bindings for GObject -- Gdk bindings
-Group:          Development/Libraries/Python
+Summary:        Python bindings for GObject/Gdk
+Group:          Development/Languages/Python
 Requires:       %{name} = %{version}
 Requires:       %{name}-cairo = %{version}
 %define gdk_real_package %(rpm -q --qf '%%{NAME}' -f $(readlink 
%{_libdir}/libgdk-3.so -f))
@@ -72,8 +72,8 @@
 
 
 %package cairo
-Summary:        Python bindings for GObject -- Cairo bindings
-Group:          Development/Libraries/Python
+Summary:        Python bindings for GObject/Cairo
+Group:          Development/Languages/Python
 Requires:       %{name} = %{version}
 %define cairo_real_package %(rpm -q --qf '%%{NAME}' --whatprovides cairo)
 Supplements:    packageand(python-gobject:%{cairo_real_package})
@@ -85,10 +85,9 @@
 This package contains the Python Cairo bindings for GObject.
 
 
-# Dummy wrapper file to pull in all Python-version-specific dependencies 
 %package devel
-Summary:        Python bindings for GObject -- development files
-Group:          Development/Libraries/Python
+Summary:        Metapackage to pull in all of python-gobject's packages
+Group:          Development/Languages/Python
 Requires:       %{name} = %{version}
 Requires:       %{name}-Gdk = %{version}
 Requires:       %{name}-cairo = %{version}
@@ -101,8 +100,8 @@
 
 
 %package -n %{name}-common-devel
-Summary:        Python bindings for GObject -- shared development files
-Group:          Development/Libraries/Python
+Summary:        Shared development files for GObject's Python bindings
+Group:          Development/Languages/Python
 Requires:       %{python_module gobject-devel = %{version}}
 Requires:       glib2-devel >= 2.38.0
 Requires:       gnome-common
@@ -132,8 +131,7 @@
 
 export PYTHON=$python
 %configure
-
-make %{?jobs:-j%jobs} V=1
+make %{?_smp_mflags} V=1
 
 popd
 }
@@ -154,16 +152,14 @@
 find %{buildroot}%{_prefix} -name GIMarshallingTests.py* -delete -print
 
 rm examples/Makefile*
-find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f
-
-%fdupes %{buildroot}
+find %{buildroot} "(" -name '*.la' -or -name '*.a' ")" -delete
+%fdupes %{buildroot}/%{_prefix}
 
 %files %{python_files}
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog NEWS README
 %doc examples/
 %{python_sitearch}/gi/
-%{python_sitearch}/*.egg-info
 # Lives in cairo subpackage
 %exclude %{python_sitearch}/gi/_gi_cairo*.so
 # Lives in Gdk subpackage

++++++ pygobject-3.24.1.tar.xz -> pygobject-3.26.0.tar.xz ++++++
++++ 15806 lines of diff (skipped)


Reply via email to