diff --git a/gstreamer1-plugins-good.spec b/gstreamer1-plugins-good.spec index 8ad6495..51c04e1 100644 --- a/gstreamer1-plugins-good.spec +++ b/gstreamer1-plugins-good.spec @@ -13,7 +13,7 @@ Name: gstreamer1-plugins-good Version: 1.13.1 -Release: 2%{?gitcommit:.git%{shortcommit}}%{?dist} +Release: 3%{?gitcommit:.git%{shortcommit}}%{?dist} Summary: GStreamer plugins with good code and licensing License: LGPLv2+ @@ -72,6 +72,9 @@ BuildRequires: jack-audio-connection-kit-devel BuildRequires: gtk-doc BuildRequires: python-devel +# Obsoletes/Provides moved from plugins-bad-free +Obsoletes: gstreamer1-plugin-mpg123 < 1.13.1 +Provides: gstreamer1-plugin-mpg123 = %{version}-%{release} %description GStreamer is a streaming media framework, based on graphs of filters which @@ -88,6 +91,10 @@ good quality and under the LGPL license. %package gtk Summary: GStreamer "good" plugins gtk plugin Requires: %{name}%{?_isa} = %{version}-%{release} +# handle upgrade path +Obsoletes: gstreamer1-plugins-bad-free-gtk < 1.13.1-2 +Provides: gstreamer1-plugins-bad-free-gtk = %{version}-%{release} +Provides: gstreamer1-plugins-bad-free-gtk%{?_isa} = %{version}-%{release} %description gtk GStreamer is a streaming media framework, based on graphs of elements which @@ -297,6 +304,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %changelog +* Tue Feb 27 2018 Rex Dieter - 1.13.1-3 +- -gtk: Obsoletes/Provides: gstreamer1-plugins-bad-free-gtk +- Obsoletes/Provides: gstreamer1-plugin-mpg123 + * Tue Feb 27 2018 Wim Taymans - 1.13.1-2 - The gtk plugin was moved from -bad, make a new subpackage for it. - the mp3 plugins were moved from -ugly, add BuildRequires.