[xnoise-plugins-core] - Update to 0.1.12

Michel Alexandre Salim salimma at fedoraproject.org
Sat Nov 6 20:48:04 UTC 2010


commit 783bda8b0d93fdc9bf36072278ad5a183799d817
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Sat Nov 6 21:47:55 2010 +0100

    - Update to 0.1.12

 .gitignore                              |    2 +-
 sources                                 |    2 +-
 xnoise-plugins-core-0.1.6-no_bold.patch |   11 -----------
 xnoise-plugins-core.spec                |   24 ++++++++++++------------
 4 files changed, 14 insertions(+), 25 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 06e84f5..03bef33 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-xnoise-plugins-core-0.1.6.tar.gz
+/xnoise-plugins-core-0.1.12.tar.bz2
diff --git a/sources b/sources
index 0da9f38..347c4ce 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ae9c069696b77470459e5782cb90d4b5  xnoise-plugins-core-0.1.6.tar.gz
+2d94456fcc2e90e279664e7a87cb978d  xnoise-plugins-core-0.1.12.tar.bz2
diff --git a/xnoise-plugins-core.spec b/xnoise-plugins-core.spec
index f49cf87..f0bb3f4 100644
--- a/xnoise-plugins-core.spec
+++ b/xnoise-plugins-core.spec
@@ -1,12 +1,12 @@
 Name:           xnoise-plugins-core
-Version:        0.1.6
-Release:        2%{?dist}
+Version:        0.1.12
+Release:        1%{?dist}
 Summary:        Core plugins for xnoise
 
 Group:          Applications/Multimedia
 License:        GPLv2+
 URL:            http://www.xnoise-media-player.com/
-Source0:        http://xnoise.googlecode.com/files/%{name}-%{version}.tar.gz
+Source0:        http://xnoise.googlecode.com/files/%{name}-%{version}.tar.bz2
 # http://code.google.com/p/xnoise/issues/detail?id=46
 Patch0:         %{name}-0.1.6-no_bold.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -21,6 +21,7 @@ BuildRequires:  sqlite-devel
 BuildRequires:  taglib-devel
 BuildRequires:  unique-devel
 
+
 %description
 This package contains the core plugins for xnoise. Their usage with
 xnoise is optional.
@@ -39,14 +40,14 @@ for developing additional xnoise plugins.
 
 %prep
 %setup -q
-%patch0 -p1 -b .no_bold
+#patch0 -p1 -b .no_bold
 
 
 %build
 # these plugins are currently unstable
-%configure \
-  --disable-mediawatcher \
-  --disable-lastfm-covers
+%configure
+#  --disable-mediawatcher \
+#  --disable-lastfm-covers
 make %{?_smp_mflags}
 
 
@@ -70,11 +71,7 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc COPYING AUTHORS
-# TODO
-# switch ownership of directory itself to the core xnoise package and
-# enable the line below
-#{_libdir}/xnoise/*
-%{_libdir}/xnoise
+%{_libdir}/xnoise/*
 # the license files included here are not used (yet)
 %exclude %{_datadir}/xnoise-plugins-core
 
@@ -87,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Nov  6 2010 Michel Salim <salimma at fedoraproject.org> - 0.1.12-1
+- Update to 0.1.12
+
 * Sat Jul  3 2010 Michel Salim <salimma at fedoraproject.org> - 0.1.6-2
 - Add missing BR on intltool
 - notification plugin: remove <b>...</b> formatting


More information about the scm-commits mailing list