Hello community,

here is the log from the commit of package pragha for openSUSE:Factory checked 
in at 2012-05-14 16:18:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pragha (Old)
 and      /work/SRC/openSUSE:Factory/.pragha.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pragha", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/pragha/pragha.changes    2012-05-07 
22:49:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pragha.new/pragha.changes       2012-05-14 
16:18:11.000000000 +0200
@@ -1,0 +2,17 @@
+Thu May  3 19:48:33 UTC 2012 - [email protected]
+
+- Update to 1.0.2.
+  * Use totem-pl-parser to open playlists when is available.
+    + With this can open internet radios playlist.
+    + Supports many more formats.
+  * Imports playlists when update the library.
+  * Use libxfce4ui instead of libexo-1 to session management.
+  * In/Sensitive menus according playback and lastfm status.
+  * Allow displaying length and progress of remote files.
+  * Fixed bugs (see NEWS file).
+  * Updated translations.
+- Dropped "optflags", "desktop", "russian" patches (fixed
+  upstream).
+- Updated "pixdir" patch.
+
+-------------------------------------------------------------------

Old:
----
  pragha-1.0-desktop.patch
  pragha-1.0-optflags.patch
  pragha-1.0-pixdir.patch
  pragha-1.0.1-russian.patch
  pragha-1.0.1.tar.bz2

New:
----
  pragha-1.0.2-pixdir.patch
  pragha-1.0.2.tar.bz2

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

Other differences:
------------------
++++++ pragha.spec ++++++
--- /var/tmp/diff_new_pack.izyhX5/_old  2012-05-14 16:18:12.000000000 +0200
+++ /var/tmp/diff_new_pack.izyhX5/_new  2012-05-14 16:18:12.000000000 +0200
@@ -16,21 +16,15 @@
 #
 
 Name:           pragha
-Version:        1.0.1
+Version:        1.0.2
 Release:        0
 License:        GPL-3.0+
 Summary:        Lightweight Music Player
 Url:            http://pragha.wikispaces.com/
 Group:          Productivity/Multimedia/Sound/Players
 Source0:        
https://github.com/downloads/matiasdelellis/%{name}/%{name}-%{version}.tar.bz2
-# PATCH-FIX-OPENSUSE pragha-1.0-pixdir.patch [email protected] -- install 
icons into program dir, not into system one
-Patch0:         pragha-1.0-pixdir.patch
-# PATCH-FIX-OPENSUSE pragha-1.0-optflags.patch [email protected] -- use 
default openSUSE optimization flags
-Patch1:         pragha-1.0-optflags.patch
-# PATCH-FIX-OPENSUSE pragha-1.0-desktop.patch lp#789867 [email protected] 
-- unity shortcuts are not a part of the freedesktop.org desktop entry spec
-Patch2:         pragha-1.0-desktop.patch
-# PATCH-FIX-UPSTREAM pragha-1.0.1-russian.patch [email protected] -- 
update Russian translation
-Patch3:         pragha-1.0.1-russian.patch
+# 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
 BuildRequires:  ImageMagick
 BuildRequires:  autoconf
 BuildRequires:  fdupes
@@ -38,7 +32,6 @@
 BuildRequires:  libtool
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(dbus-glib-1)
-BuildRequires:  pkgconfig(exo-1)
 BuildRequires:  pkgconfig(gstreamer-0.10)
 BuildRequires:  pkgconfig(gstreamer-plugins-base-0.10)
 BuildRequires:  pkgconfig(keybinder)
@@ -46,6 +39,8 @@
 BuildRequires:  pkgconfig(libclastfm) >= 0.5
 BuildRequires:  pkgconfig(libglyr)
 BuildRequires:  pkgconfig(libnotify)
+BuildRequires:  pkgconfig(libxfce4ui-1)
+BuildRequires:  pkgconfig(totem-plparser)
 %if 0%{?suse_version} >= 1210
 BuildRequires:  pkgconfig(taglib)
 %else
@@ -85,9 +80,6 @@
 %prep
 %setup -q
 %patch0
-%patch1
-%patch2
-%patch3
 
 %build
 autoconf -f -v
@@ -97,7 +89,7 @@
 %install
 %make_install
 # Remove installed docs -- I will install them myself.
-rm -rf %{buildroot}%{_datadir}/%{name}/doc
+rm -rf %{buildroot}%{_datadir}/doc/%{name}
 # Install Norwegian Bokmål locale to the right place.
 mv -f %{buildroot}%{_datadir}/locale/{no,nb}
 # Install icons of various sizes.
@@ -121,8 +113,8 @@
 
 %files
 %defattr(-,root,root,-)
-# FIXME: add AUTHORS and README to docs if not empty.
-%doc ChangeLog COPYING FAQ NEWS TODO
+# FIXME: add AUTHORS to docs if not empty.
+%doc ChangeLog COPYING FAQ NEWS README TODO
 %{_bindir}/%{name}
 %{_datadir}/%{name}
 %{_datadir}/applications/%{name}.desktop

++++++ pragha-1.0-pixdir.patch -> pragha-1.0.2-pixdir.patch ++++++
--- /work/SRC/openSUSE:Factory/pragha/pragha-1.0-pixdir.patch   2012-05-07 
22:49:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pragha.new/pragha-1.0.2-pixdir.patch    
2012-05-14 16:18:11.000000000 +0200
@@ -4,8 +4,8 @@
 ===================================================================
 --- Makefile.am.orig
 +++ Makefile.am
-@@ -11,7 +11,7 @@ man_MANS = data/pragha.1
- docdir= $(pkgdatadir)/doc
+@@ -10,7 +10,7 @@ man_MANS = data/pragha.1
+ 
  doc_DATA = ChangeLog FAQ NEWS README
  
 -imagedir = $(datadir)/pixmaps/pragha
@@ -17,7 +17,7 @@
 ===================================================================
 --- Makefile.in.orig
 +++ Makefile.in
-@@ -363,7 +363,7 @@ AUTOMAKE_OPTIONS = \
+@@ -371,7 +371,7 @@ AUTOMAKE_OPTIONS = \
  
  man_MANS = data/pragha.1
  doc_DATA = ChangeLog FAQ NEWS README
@@ -43,7 +43,7 @@
 ===================================================================
 --- src/Makefile.in.orig
 +++ src/Makefile.in
-@@ -331,7 +331,7 @@ INCLUDES = \
+@@ -342,7 +342,7 @@ INCLUDES = \
        -DDBUS_API_SUBJECT_TO_CHANGE                                    \
        -DG_LOG_DOMAIN=\"pragha\"                                       \
        -DPACKAGE_LOCALE_DIR=\"$(localedir)\"                           \

++++++ pragha-1.0.1.tar.bz2 -> pragha-1.0.2.tar.bz2 ++++++
++++ 30609 lines of diff (skipped)

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

Reply via email to