[xnoise] Update to 0.1.31

Michel Alexandre Salim salimma at fedoraproject.org
Mon Jan 30 23:54:03 UTC 2012


commit 3d1fa8f5f1a3cf30cad0a1e73b1f5bb02cf39ed8
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Tue Jan 31 00:53:38 2012 +0100

    Update to 0.1.31

 .gitignore  |    2 +-
 sources     |    2 +-
 xnoise.spec |   22 +++++++++++-----------
 3 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7f2ec36..f5ec49b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/xnoise-0.1.29.tar.bz2
+/xnoise-0.1.31.tar.bz2
diff --git a/sources b/sources
index 9554126..42fe33a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a97113ed8d8f9229f2274fd886a3286b  xnoise-0.1.29.tar.bz2
+5a3a9aab4ee9f9409040be737a465422  xnoise-0.1.31.tar.bz2
diff --git a/xnoise.spec b/xnoise.spec
index eb5596f..ee8c5ae 100644
--- a/xnoise.spec
+++ b/xnoise.spec
@@ -1,7 +1,7 @@
 # global hgrev
 
 Name:           xnoise
-Version:        0.1.29
+Version:        0.1.31
 #Release:        0.1.%{hgrev}hg%{?dist}
 Release:        2%{?dist}
 Summary:        Tracklist-centric Media Player
@@ -11,22 +11,20 @@ License:        GPLv2+ with exceptions
 URL:            http://www.xnoise-media-player.com/
 # hg archive -t tbz2 -r %{hgrev} ../%{name}-%{version}.tar.bz2
 #Source0:        %{name}-%{version}.tar.bz2
-Source0:        http://xnoise.googlecode.com/files/xnoise-%{version}.tar.bz2
-# G_CONST_RETURN is deprecated in F-16+'s GLib; change
-# compile flags to allow this
-Patch0:         xnoise-0.1.29-g_const_return.patch
+Source0:        https://github.com/downloads/shuerhaaken/xnoise-media-player/xnoise-%{version}.tar.bz2
 
 # for snapshots
 # BuildRequires:  gnome-common autoconf automake libtool
 # pulled in by gnome-common for snapshots
 BuildRequires:  pkgconfig
-BuildRequires:  gstreamer-plugins-base-devel
+BuildRequires:  pkgconfig(gstreamer-plugins-base-0.10)
+BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(sqlite3)
+BuildRequires:  pkgconfig(taglib_c)
 BuildRequires:  libnotify-devel
-BuildRequires:  libsoup-devel 
-BuildRequires:  sqlite-devel
-BuildRequires:  taglib-devel
+BuildRequires:  libsoup-devel
 BuildRequires:  unique-devel
-BuildRequires:  vala-devel >= 0.11.6
+BuildRequires:  vala-devel >= 0.15.0
 BuildRequires:  desktop-file-utils gettext intltool
 Requires:       hicolor-icon-theme
 # xnoise >= 0.1.14 bundles the plug-ins
@@ -54,7 +52,6 @@ developing applications that use %{name}.
 
 %prep
 %setup -q
-%patch0 -p1 -b .g_const_return
 
 
 %build
@@ -123,6 +120,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Mon Jan 30 2012 Michel Salim <salimma at fedoraproject.org> - 0.1.31-2
+- Update to 0.1.31
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.29-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list