Hello community,
here is the log from the commit of package gst-fluendo-mp3 for
openSUSE:Factory:NonFree checked in at 2017-02-14 00:48:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory:NonFree/gst-fluendo-mp3 (Old)
and /work/SRC/openSUSE:Factory:NonFree/.gst-fluendo-mp3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gst-fluendo-mp3"
Changes:
--------
--- /work/SRC/openSUSE:Factory:NonFree/gst-fluendo-mp3/gst-fluendo-mp3.changes
2015-03-18 13:09:01.000000000 +0100
+++
/work/SRC/openSUSE:Factory:NonFree/.gst-fluendo-mp3.new/gst-fluendo-mp3.changes
2017-02-14 00:48:42.331658942 +0100
@@ -1,0 +2,8 @@
+Wed Feb 8 23:15:49 UTC 2017 - [email protected]
+
+- Drop GStreamer 0.10 support on suse_version > 1320 (anything
+ after SLE12 base / Leap 42.x):
+ + Drop gstreamer-0_10-plugins-base-devel BuildRequires.
+ + Drop gstreamer-0_10-fluendo-mp3 subpackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gst-fluendo-mp3.spec ++++++
--- /var/tmp/diff_new_pack.K8srbc/_old 2017-02-14 00:48:43.759457382 +0100
+++ /var/tmp/diff_new_pack.K8srbc/_new 2017-02-14 00:48:43.759457382 +0100
@@ -38,12 +38,14 @@
NoSource: 2
NoSource: 3
NoSource: 4
+%if 0%{?suse_version} < 1330
BuildRequires: gstreamer-0_10-plugins-base-devel
+%define gst_0_10_libdir %{_libdir}/gstreamer-0.10
+%endif
BuildRequires: gstreamer-plugins-base-devel
BuildRequires: gstreamer-utils
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-ExclusiveArch: %ix86 x86_64 ppc
-%define gst_0_10_libdir %{_libdir}/gstreamer-0.10
+ExclusiveArch: %ix86 x86_64
%define gst_1_0_libdir %{_libdir}/gstreamer-1.0
%package -n gstreamer-0_10-fluendo-mp3
@@ -79,34 +81,37 @@
%ifarch x86_64
echo x86_64
%setup -c -T -a 2
-%else
+%endif
%ifarch ppc
echo ppc
%setup -c -T -a 3
-%else
+%endif
+%ifarch %ix86
echo i386
%setup -c -T -a 1
%endif
-%endif
%build
%install
+%if 0%{?suse_version} < 1330
install -d %{buildroot}%{gst_0_10_libdir}
-install -d %{buildroot}%{gst_1_0_libdir}
install -m 755 codecs/gstreamer-0.10/libgst*.so %{buildroot}%{gst_0_10_libdir}
-install -m 755 codecs/gstreamer-1.0/libgst*.so %{buildroot}%{gst_1_0_libdir}
-# test section
gst-inspect-0.10 --gst-plugin-path=%{buildroot}%{gst_0_10_libdir} flump3dec
+%endif
+install -d %{buildroot}%{gst_1_0_libdir}
+install -m 755 codecs/gstreamer-1.0/libgst*.so %{buildroot}%{gst_1_0_libdir}
gst-inspect-1.0 --gst-plugin-path=%{buildroot}%{gst_1_0_libdir} flump3dec
%clean
rm -rf "%{buildroot}"
+%if 0%{?suse_version} < 1330
%files -n gstreamer-0_10-fluendo-mp3
%defattr(-,root,root)
%doc LICENSE.txt README.txt
%{gst_0_10_libdir}/libgst*.so
+%endif
%files -n gstreamer-fluendo-mp3
%defattr(-,root,root)