Hello community, here is the log from the commit of package radiotray for openSUSE:Factory checked in at 2016-05-13 09:24:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/radiotray (Old) and /work/SRC/openSUSE:Factory/.radiotray.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "radiotray" Changes: -------- --- /work/SRC/openSUSE:Factory/radiotray/radiotray.changes 2015-01-07 09:39:05.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.radiotray.new/radiotray.changes 2016-05-13 09:24:02.000000000 +0200 @@ -1,0 +2,13 @@ +Tue May 10 18:25:29 UTC 2016 - [email protected] + +- Add radiotray-port-gst1-gtk3.patch: Port to gtk3 and + gstreamer-1.0. +- Following above port: Replace gstreamer-0_10-plugins-fluendo_mp3 + for gstreamer-fluendo_mp3 recommends, and python-gstreamer-0_10 + for python-gst Requires. Also add python-gobject-Gdk Requires + following the split in python-gobject. +- Stop passing + sed -i 's:^#!/usr/bin/env :#!/usr/bin/:' src/radiotray.py, now + part of patch. + +------------------------------------------------------------------- New: ---- radiotray-port-gst1-gtk3.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ radiotray.spec ++++++ --- /var/tmp/diff_new_pack.Si9kK7/_old 2016-05-13 09:24:03.000000000 +0200 +++ /var/tmp/diff_new_pack.Si9kK7/_new 2016-05-13 09:24:03.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package radiotray # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -26,18 +26,21 @@ Source0: http://downloads.sourceforge.net/project/radiotray/releases/%{name}-%{version}.tar.gz # PATCH-FIX-UPSTREAM radiotray-0.7.3-fix-wrong-mutex-unlock.patch boo#904322 Patch0: radiotray-0.7.3-fix-wrong-mutex-unlock.patch +# PATCH-FIX-UPSTREAM radiotray-port-gst1-gtk3.patch [email protected] -- Port to gtk3 and gstreamer-1.0. +Patch1: radiotray-port-gst1-gtk3.patch BuildRequires: fdupes BuildRequires: gettext BuildRequires: python BuildRequires: python-xdg BuildRequires: update-desktop-files -Requires: python-gstreamer-0_10 +Requires: python-gobject-Gdk +Requires: python-gst Requires: python-gtk Requires: python-lxml Requires: python-notify Requires: python-xdg Recommends: %{name}-lang -Recommends: gstreamer-0_10-plugins-fluendo_mp3 +Recommends: gstreamer-fluendo-mp3 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %py_requires @@ -55,8 +58,8 @@ %lang_package %prep %setup -q -sed -i 's:^#!/usr/bin/env :#!/usr/bin/:' src/radiotray.py %patch0 -p0 +%patch1 -p0 %build CFLAGS="%{optflags}" python setup.py build ++++++ radiotray-port-gst1-gtk3.patch ++++++ ++++ 1892 lines (skipped)
