Hello community,

here is the log from the commit of package parole for openSUSE:Factory checked 
in at 2015-03-09 10:07:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/parole (Old)
 and      /work/SRC/openSUSE:Factory/.parole.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "parole"

Changes:
--------
--- /work/SRC/openSUSE:Factory/parole/parole.changes    2013-12-09 
16:56:11.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.parole.new/parole.changes       2015-03-09 
10:07:02.000000000 +0100
@@ -1,0 +2,68 @@
+Sat Feb 28 22:43:08 UTC 2015 - [email protected]
+
+- update to version 0.8.0
+  - increased required intltool version (0.35) (bxo#11180)
+  - use libxfce4ui's versioned help call for the documentation
+  - fallback to GStreamer 0.10 at build time if 1.0 is not
+    available (bxo#11053)
+  - fix build with GStreamer 0.10 (bxo#11052)
+  - show preview text in the font selection dialog (bxo#11425)
+  - clear startup notification when already running (bxo#11487)
+  - translation updates
+
+-------------------------------------------------------------------
+Thu May  1 08:35:37 UTC 2014 - [email protected]
+
+- update to version 0.6.1
+  - properly use specified device, use correct URI (lp#1098323)
+  - completed port to GTK+3
+    - remove deprecated GTK+2 items
+    - use GtkOverlay for player controls
+    - use symbolic icons for menus, plugins
+  - improved window maximization
+    - window dimensions are no longer saved when maximizing
+    - added "window-maximized" setting to xfconf to keep
+      maximization across sessions
+  - rearranged and improved menubar
+    - renamed "Edit" menu to "Playback"
+    - renamed "Languages" menu item to "Audio Track"
+    - added Tools menu
+    - moved Plugins and Preferences to Tools menu
+    - added DVD menu (visible only when a DVD or DVD ISO is being
+      played)
+    - added "Save Playlist" item to Media menu
+    - added "Contents" item to Help menu
+    - added "Report Bug" item to Help menu
+  - improved playlist
+    - use symbolic icons in an inline toolbar
+    - removed redundant settings button
+    - added Move Up/Down buttons
+    - improved search
+  - plugin updates
+    - added Previous/Next Track menu items to Tray plugin
+    - added Previous/Next Track menu items to Notification plugin
+    - added NEW MPRIS2 plugin
+  - other improvements
+    - updated artwork (background image, icons)
+    - fixed GStreamer 1.0 support
+    - added ability to play DVD ISOs from the Open dialog
+    - plugins now correctly report when they fail to load
+    - plugin API documentation updates
+  - bugs fixed
+    - fixed missing option to open DVD from iso (bxo#10300)
+    - fixed allowing a playlist to be sorted and/or items to be
+      moved (bxo#10066)
+    - fixed Remember playlist option in GUI not working (bxo#10269)
+    - fixed Parole showing irritating edge (bxo#10081)
+    - fixed untranslatable strings (bxo#10418)
+    - fixed loading of playlists with relative paths (bxo#10436)
+    - added realmedia video to supported video mimetypes
+      (bxo#10434)
+    - fixed IF/ELSE for plugin installation on multiple platforms
+      (bxo#10142, bxo#10441)
+    - fixed building with enable-debug=full on some platforms
+      (bxo#10525)
+    - fixed crash for m3u files with all absolute paths
+    - fixed "Remove Duplicates" functionality.
+
+-------------------------------------------------------------------

Old:
----
  parole-0.5.4.tar.bz2

New:
----
  parole-0.8.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ parole.spec ++++++
--- /var/tmp/diff_new_pack.VVQTVm/_old  2015-03-09 10:07:03.000000000 +0100
+++ /var/tmp/diff_new_pack.VVQTVm/_new  2015-03-09 10:07:03.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package parole
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,13 +17,13 @@
 
 
 Name:           parole
-Version:        0.5.4
+Version:        0.8.0
 Release:        0
 Summary:        Modern, Simple Media Player for the Xfce Desktop Environment
 License:        GPL-2.0+
 Group:          Productivity/Multimedia/Video/Players
 Url:            http://goodies.xfce.org/projects/applications/parole
-Source0:        
http://archive.xfce.org/src/apps/parole/0.5/%{name}-%{version}.tar.bz2
+Source0:        
http://archive.xfce.org/src/apps/parole/0.8/%{name}-%{version}.tar.bz2
 # PATCH-FEATURE-UPSTREAM parole-add-uri-scheme-handler-support.patch 
[email protected] -- Adds support for URI scheme handlers
 Patch1:         parole-add-uri-scheme-handler-support.patch
 BuildRequires:  gtk-doc
@@ -32,37 +32,24 @@
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gio-2.0)
-BuildRequires:  pkgconfig(glib-2.0) >= 2.32
+BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gmodule-2.0)
 BuildRequires:  pkgconfig(gobject-2.0)
-%if 0%{?suse_version} < 1230
-BuildRequires:  pkgconfig(gstreamer-0.10)
-BuildRequires:  pkgconfig(gstreamer-base-0.10)
-BuildRequires:  pkgconfig(gstreamer-interfaces-0.10)
-BuildRequires:  pkgconfig(gstreamer-pbutils-0.10)
-BuildRequires:  pkgconfig(gstreamer-video-0.10)
-%else
 BuildRequires:  pkgconfig(gstreamer-1.0)
 BuildRequires:  pkgconfig(gstreamer-base-1.0)
 BuildRequires:  pkgconfig(gstreamer-pbutils-1.0)
 BuildRequires:  pkgconfig(gstreamer-video-1.0)
-%endif
 BuildRequires:  pkgconfig(gthread-2.0)
-BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(libnotify)
-BuildRequires:  pkgconfig(libxfce4ui-1)
+BuildRequires:  pkgconfig(libxfce4ui-2)
 BuildRequires:  pkgconfig(libxfce4util-1.0)
 BuildRequires:  pkgconfig(libxfconf-0)
 BuildRequires:  pkgconfig(taglib)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Recommends:     %{name}-lang = %{version}
-%if 0%{?suse_version} < 1230
-Requires:       gstreamer010-plugins-base
-Requires:       gstreamer010-plugins-good
-%else
 Requires:       gstreamer-plugins-base
 Requires:       gstreamer-plugins-good
-%endif
 
 %description
 Parole is a modern simple media player based on the GStreamer framework and
@@ -76,7 +63,7 @@
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
 Requires:       pkgconfig(glib-2.0)
-Requires:       pkgconfig(gtk+-2.0)
+Requires:       pkgconfig(gtk+-3.0)
 Requires:       pkgconfig(libxfce4util-1.0)
 
 %description devel
@@ -91,18 +78,13 @@
 %build
 # the plugin documentation does not build
 %configure \
-    --enable-gtk-doc \
-%if 0%{?suse_version} < 1230
-    --with-gstreamer=0.10
-%else
-    --with-gstreamer=1.0
-%endif
+    --enable-gtk-doc
 make %{?_smp_mflags} V=1
 
 %install
 %make_install
 
-rm -f %{buildroot}%{_libdir}/parole-0/*.la
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %suse_update_desktop_file -G "Parole Media Player" %{name}
 
@@ -122,11 +104,15 @@
 %{_bindir}/parole
 %{_datadir}/applications/parole.desktop
 %{_datadir}/icons/hicolor/*/apps/parole*.png
+%{_datadir}/icons/hicolor/*/apps/parole*.svg
 %{_datadir}/icons/hicolor/scalable/apps/parole.svg
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/parole.appdata.xml
 %{_datadir}/parole/
 %{_libdir}/parole-0/
 
 %files lang -f %{name}.lang
+%defattr(-,root,root)
 
 %files devel
 %defattr(-,root,root,-)

++++++ parole-0.5.4.tar.bz2 -> parole-0.8.0.tar.bz2 ++++++
++++ 123987 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to