Hello community, here is the log from the commit of package python-gst for openSUSE:Factory checked in at 2015-11-26 17:04:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-gst (Old) and /work/SRC/openSUSE:Factory/.python-gst.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-gst" Changes: -------- --- /work/SRC/openSUSE:Factory/python-gst/python-gst.changes 2014-10-22 16:23:17.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-gst.new/python-gst.changes 2015-11-26 17:04:09.000000000 +0100 @@ -1,0 +2,20 @@ +Mon Nov 23 21:28:43 UTC 2015 - zaitor@opensuse.org + +- Update to version 1.6.1: + + Fix regression creating (Ghost)Pad (bgo#757108). +- Changes from version 1.6.0: + + tests: + - Fix tests in python2. + - Add test_fraction back in the testsuite. + - Bring back the testsuite and test if the initialization + override works. + + overrides: + - Do not use inspect.signature as it is not avalaible in + python2. + - Disable all GStreamer APIs until Gst has been initialized. + - Try hard to make the query writable in the pad query + function. + + Remove INSTALL file. + + plugin: Name differently between python2 and python3. + +------------------------------------------------------------------- python3-gst.changes: same change Old: ---- gst-python-1.4.0.tar.xz New: ---- gst-python-1.6.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-gst.spec ++++++ --- /var/tmp/diff_new_pack.Uhyugi/_old 2015-11-26 17:04:10.000000000 +0100 +++ /var/tmp/diff_new_pack.Uhyugi/_new 2015-11-26 17:04:10.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package python-gstreamer +# spec file for package python-gst # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %define build_for_python3 0 %if %{build_for_python3} @@ -33,7 +34,7 @@ Name: python-gst %define _name gst-python -Version: 1.4.0 +Version: 1.6.1 Release: 0 Summary: Python Bindings for GStreamer License: LGPL-2.1+ @@ -94,7 +95,7 @@ %if %{build_for_python3} %files -n gstreamer-plugin-python %defattr(-,root,root) -%{_libdir}/gstreamer-1.0/libgstpythonplugin.so +%{_libdir}/gstreamer-1.0/libgstpythonplugin.cpython*.so %endif %changelog ++++++ python3-gst.spec ++++++ --- /var/tmp/diff_new_pack.Uhyugi/_old 2015-11-26 17:04:10.000000000 +0100 +++ /var/tmp/diff_new_pack.Uhyugi/_new 2015-11-26 17:04:10.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package python-gstreamer +# spec file for package python3-gst # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %define build_for_python3 1 %if %{build_for_python3} @@ -33,7 +34,7 @@ Name: python3-gst %define _name gst-python -Version: 1.4.0 +Version: 1.6.1 Release: 0 Summary: Python Bindings for GStreamer License: LGPL-2.1+ @@ -94,7 +95,7 @@ %if %{build_for_python3} %files -n gstreamer-plugin-python %defattr(-,root,root) -%{_libdir}/gstreamer-1.0/libgstpythonplugin.so +%{_libdir}/gstreamer-1.0/libgstpythonplugin.cpython*.so %endif %changelog ++++++ gst-python-1.4.0.tar.xz -> gst-python-1.6.1.tar.xz ++++++ ++++ 4300 lines of diff (skipped)