Hello community, here is the log from the commit of package python-gst for openSUSE:Factory checked in at 2018-03-06 10:46:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-gst (Old) and /work/SRC/openSUSE:Factory/.python-gst.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-gst" Tue Mar 6 10:46:46 2018 rev:19 rq:581527 version:1.12.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-gst/python-gst.changes 2017-12-12 21:23:32.864752930 +0100 +++ /work/SRC/openSUSE:Factory/.python-gst.new/python-gst.changes 2018-03-06 10:46:48.977306463 +0100 @@ -1,0 +2,5 @@ +Wed Feb 28 16:39:03 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-gst.spec ++++++ --- /var/tmp/diff_new_pack.UHtlH8/_old 2018-03-06 10:46:49.625283055 +0100 +++ /var/tmp/diff_new_pack.UHtlH8/_new 2018-03-06 10:46:49.625283055 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-gst # -# 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 @@ -16,23 +16,23 @@ # -Name: python-gst %define _name gst-python +Name: python-gst Version: 1.12.4 Release: 0 Summary: Python Bindings for GStreamer -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Languages/Python -Url: http://www.gstreamer.net/ +URL: http://www.gstreamer.net/ Source: https://gstreamer.freedesktop.org/src/gst-python/%{_name}-%{version}.tar.xz BuildRequires: %{python_module devel} BuildRequires: gobject-introspection +BuildRequires: pkgconfig BuildRequires: python-rpm-macros BuildRequires: pkgconfig(gstreamer-1.0) >= 1.12.0 BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) >= 1.12.0 BuildRequires: pkgconfig(pygobject-3.0) >= 3.0 Requires: gstreamer >= 1.11.1 -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This module contains a wrapper that allows GStreamer applications to be @@ -70,16 +70,15 @@ %make_install popd done -find %{buildroot} -name '*.la' -delete -print +find %{buildroot} -type f -name "*.la" -delete -print rm %{buildroot}%{_libdir}/gstreamer-1.0/libgstpythonplugin.so %files %{python_files} -%defattr(-,root,root) -%doc COPYING NEWS TODO +%license COPYING +%doc NEWS TODO %{python_sitearch}/gi/overrides/ %files -n gstreamer-plugin-python -%defattr(-,root,root) %{_libdir}/gstreamer-1.0/libgstpythonplugin.cpython*.so %changelog
