Hello community, here is the log from the commit of package pragha for openSUSE:Factory checked in at 2014-02-12 07:23:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pragha (Old) and /work/SRC/openSUSE:Factory/.pragha.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pragha" Changes: -------- --- /work/SRC/openSUSE:Factory/pragha/pragha.changes 2013-03-26 07:01:27.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.pragha.new/pragha.changes 2014-02-12 09:49:41.000000000 +0100 @@ -1,0 +2,43 @@ +Sun Feb 9 15:30:35 UTC 2014 - [email protected] + +- Update to 1.2. + * Highlight the headers on library view. + * Disable all video features of playbin. + * Add support for embedded album art. + * Add simple appdata.xml to gnome-software. + * Continued with the cleaning, writing, and conversion to + GObjects. + + PraghaToolbar, PraghaLibraryPane, PraghaPlaylist, etc. + + PraghaApplication is based on GApplication, controlling + single instance, and dbus messages. + * All preferences have been ported to PraghaPreferences. + * Require by default Gstreamer >= 1.0. + * Fix unable to automatically play another song in pragha. + * Art-cache: fix for case artist or album cointains slash. + * Fix regression on 1.1.2: Return to import playlists. + * Fix save fuse_folders option when not set folder structure + view. + * No insensitive albumart_in_osd toggle button when change show + sytray option. + * Fix wrong min glib version. g_thread_unref need 2.31. + * Fix updating library view after rescan. + * Dbus: fix crash on get current state. + * Fix some coverity defects: + + Unused pointer value (UNUSED_VALUE). + + Uninitialized scalar variable (UNINIT). + + Division or modulo by zero (DIVIDE_BY_ZERO). + + Unchecked return value (CHECKED_RETURN). + + Unchecked return value from library (CHECKED_RETURN). + + Dereference before null check (REVERSE_INULL). + + Resource leak (RESOURCE_LEAK). + + Explicit null dereferenced (FORWARD_NULL). + * Fix thread safety when reading tags. + * Explicitly specified use normal fonts in the library. + * Fix segfault when disable and enable again mpris2. + * Add Korean and Vietnamese translations. + * Many other updates. +- Drop pragha-1.0.2-pixdir.patch (keep as is). +- Drop pragha-1.1.2-russian.patch (fixed upstream). +- Change the source URL. + +------------------------------------------------------------------- Old: ---- pragha-1.0.2-pixdir.patch pragha-1.1.2-russian.patch pragha-1.1.2.tar.bz2 New: ---- pragha-1.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pragha.spec ++++++ --- /var/tmp/diff_new_pack.cjNudN/_old 2014-02-12 09:49:42.000000000 +0100 +++ /var/tmp/diff_new_pack.cjNudN/_new 2014-02-12 09:49:42.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package pragha # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products 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,17 +17,13 @@ Name: pragha -Version: 1.1.2 +Version: 1.2 Release: 0 Summary: Lightweight Music Player License: GPL-3.0+ Group: Productivity/Multimedia/Sound/Players Url: http://pragha.wikispaces.com/ -Source0: http://dissonance.googlecode.com/files/%{name}-%{version}.tar.bz2 -# PATCH-FIX-OPENSUSE pragha-1.0.2-pixdir.patch [email protected] -- install icons into program dir, not into system one -Patch0: pragha-1.0.2-pixdir.patch -# PATCH-FIX-UPSTREAM pragha-1.1.2-russian.patch [email protected] -- correct Russian translation -Patch1: pragha-1.1.2-russian.patch +Source0: https://github.com/matiasdelellis/pragha/releases/download/v%{version}/%{name}-%{version}.tar.bz2 BuildRequires: ImageMagick BuildRequires: autoconf BuildRequires: desktop-file-utils @@ -37,7 +33,7 @@ BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: pkgconfig(gstreamer-1.0) BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) -BuildRequires: pkgconfig(gthread-2.0) >= 2.32 +BuildRequires: pkgconfig(gthread-2.0) >= 2.31 BuildRequires: pkgconfig(gtk+-2.0) >= 2.24 BuildRequires: pkgconfig(keybinder) BuildRequires: pkgconfig(libcddb) @@ -82,11 +78,9 @@ %prep %setup -q -%patch0 -%patch1 -p1 %build -%configure --with-gstreamer=1.0 +%configure make %{?_smp_mflags} %install @@ -103,7 +97,7 @@ %{buildroot}%{_datadir}/icons/hicolor/${size}/apps/%{name}.png done %fdupes -s %{buildroot}%{_datadir}/ -%find_lang %{name} +%find_lang %{name} %{?no_lang_C} %post %desktop_database_post @@ -118,9 +112,11 @@ # FIXME: add AUTHORS to docs if not empty. %doc ChangeLog COPYING FAQ NEWS README %{_bindir}/%{name} -%{_datadir}/%{name}/ +%dir %{_datadir}/appdata/ +%{_datadir}/appdata/%{name}.appdata.xml %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/*/%{name}.* +%{_datadir}/pixmaps/%{name}/ %doc %{_mandir}/man?/* %files lang -f %{name}.lang ++++++ pragha-1.1.2.tar.bz2 -> pragha-1.2.tar.bz2 ++++++ ++++ 80353 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
