Hello community, here is the log from the commit of package python-gst for openSUSE:Factory checked in at 2014-10-22 16:23:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-09-17 17:24:47.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-gst.new/python-gst.changes 2014-10-22 16:23:17.000000000 +0200 @@ -1,0 +2,15 @@ +Mon Oct 20 16:26:48 UTC 2014 - [email protected] + +- Update to version 1.4.0: + + pythonplugin: Fix compiler warning about unused format string + argument. + +------------------------------------------------------------------- +Sat Oct 11 21:20:12 UTC 2014 - [email protected] + +- Update to version 1.3.90: + + Sync up for releasse with GStreamer 1.4.x. +- Split new subpackage gstreamer-plugin-python, when building for + python3. + +------------------------------------------------------------------- python3-gst.changes: same change Old: ---- gst-python-1.2.1.tar.bz2 New: ---- gst-python-1.4.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-gst.spec ++++++ --- /var/tmp/diff_new_pack.Vx9rwS/_old 2014-10-22 16:23:18.000000000 +0200 +++ /var/tmp/diff_new_pack.Vx9rwS/_new 2014-10-22 16:23:18.000000000 +0200 @@ -33,13 +33,13 @@ Name: python-gst %define _name gst-python -Version: 1.2.1 +Version: 1.4.0 Release: 0 Summary: Python Bindings for GStreamer License: LGPL-2.1+ Group: Development/Languages/Python Url: http://www.gstreamer.net/ -Source: http://gstreamer.freedesktop.org/src/gst-python/%{_name}-%{version}.tar.bz2 +Source: http://gstreamer.freedesktop.org/src/gst-python/%{_name}-%{version}.tar.xz BuildRequires: gstreamer-plugins-base-devel %if %{build_for_python3} BuildRequires: python3-devel @@ -55,6 +55,16 @@ This module contains a wrapper that allows GStreamer applications to be written in Python. +%if %{build_for_python3} +%package -n gstreamer-plugin-python +Summary: GStreamer 1.0 plugin for python +Group: System/Libraries + +%description -n gstreamer-plugin-python +This module contains a wrapper that allows GStreamer applications to be +written in Python. +%endif + %prep %setup -q -n %{_name}-%{version} @@ -69,6 +79,9 @@ %install %make_install find %{buildroot} -name '*.la' -delete -print +%if ! %{build_for_python3} +rm %{buildroot}%{_libdir}/gstreamer-1.0/libgstpythonplugin.so +%endif %clean rm -rf %{buildroot} @@ -78,4 +91,10 @@ %doc COPYING NEWS TODO %{local_py_sitedir}/gi/overrides/ +%if %{build_for_python3} +%files -n gstreamer-plugin-python +%defattr(-,root,root) +%{_libdir}/gstreamer-1.0/libgstpythonplugin.so +%endif + %changelog python3-gst.spec: same change -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
