Hello community,
here is the log from the commit of package gstreamer-editing-services for
openSUSE:Factory checked in at 2018-03-06 10:46:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-editing-services (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-editing-services.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-editing-services"
Tue Mar 6 10:46:39 2018 rev:22 rq:581523 version:1.12.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-editing-services/gstreamer-editing-services.changes
2017-12-12 21:23:20.513349184 +0100
+++
/work/SRC/openSUSE:Factory/.gstreamer-editing-services.new/gstreamer-editing-services.changes
2018-03-06 10:46:43.829492424 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:31:35 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-editing-services.spec ++++++
--- /var/tmp/diff_new_pack.oQDCuw/_old 2018-03-06 10:46:44.525467282 +0100
+++ /var/tmp/diff_new_pack.oQDCuw/_new 2018-03-06 10:46:44.529467138 +0100
@@ -1,7 +1,7 @@
#
# spec file for package gstreamer-editing-services
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands.
#
# All modifications and additions to the file contributed by third parties
@@ -21,12 +21,13 @@
Version: 1.12.4
Release: 0
Summary: GStreamer Editing Services
-License: GPL-3.0+ and LGPL-2.1+
+License: GPL-3.0-or-later AND LGPL-2.1-or-later
Group: Productivity/Multimedia/Other
-Url:
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-editing-services/html/ges-architecture.html
+URL:
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-editing-services/html/ges-architecture.html
Source:
https://gstreamer.freedesktop.org/src/gstreamer-editing-services/%{name}-%{version}.tar.xz
BuildRequires: flex
BuildRequires: gcc-c++
+BuildRequires: pkgconfig
BuildRequires: pkgconfig(bash-completion) >= 2.0
BuildRequires: pkgconfig(gio-2.0) >= 2.16
BuildRequires: pkgconfig(glib-2.0) >= 2.40.0
@@ -41,7 +42,6 @@
BuildRequires: pkgconfig(gtk+-x11-3.0) >= 2.91.3
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(pygobject-3.0)
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
The GStreamer multimedia framework and the accompanying GNonLin set of plugins
for non-linear editing offer all the building blocks for:
@@ -56,7 +56,7 @@
%package -n libges-1_0-0
Summary: GStreamer Editing Services - Libraries
-License: LGPL-2.1+
+License: LGPL-2.1-or-later
Group: System/Libraries
%description -n libges-1_0-0
@@ -72,7 +72,7 @@
%package -n typelib-1_0-GES-1_0
Summary: GStreamer Editing Services - Libraries
-License: GPL-3.0+ and LGPL-2.1+
+License: GPL-3.0-or-later AND LGPL-2.1-or-later
Group: System/Libraries
%description -n typelib-1_0-GES-1_0
@@ -88,7 +88,7 @@
%package devel
Summary: GStreamer Editing Services - Development files
-License: GPL-3.0+ and LGPL-2.1+
+License: GPL-3.0-or-later AND LGPL-2.1-or-later
Group: Development/Languages/C and C++
Requires: %{name} = %{version}
Requires: libges-1_0-0 = %{version}
@@ -115,16 +115,14 @@
%install
%make_install
-find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
%post -n libges-1_0-0 -p /sbin/ldconfig
-
%postun -n libges-1_0-0 -p /sbin/ldconfig
%files
-%defattr(-,root,root)
-%doc COPYING
-%doc %{_mandir}/man1/ges-launch-1.0.1.gz
+%license COPYING
+%{_mandir}/man1/ges-launch-1.0.1%{ext_man}
%{_bindir}/ges-launch-1.0
%{_datadir}/bash-completion/completions/ges-launch-1.0
%dir %{_datadir}/gstreamer-1.0/validate-scenario
@@ -134,17 +132,15 @@
%{python_sitearch}/gstreamer-editing-services/GES.*
%files -n libges-1_0-0
-%defattr(-,root,root)
-%doc COPYING
+%license COPYING
+
%{_libdir}/gstreamer-1.0/libgstnle.so
%{_libdir}/libges-1.0.so.*
%files -n typelib-1_0-GES-1_0
-%defattr(-,root,root)
%{_libdir}/girepository-1.0/GES-1.0.typelib
%files devel
-%defattr(-,root,root)
%doc ChangeLog README
%{_datadir}/gir-1.0/GES-1.0.gir
%{_includedir}/gstreamer-1.0/ges/