Author: salimma
Update of /cvs/free/rpms/vagalume/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv13747
Modified Files:
.cvsignore sources vagalume.spec
Log Message:
* Mon Feb 7 2011 Michel Salim <salimma(a)fedoraproject.org> - 0.8.4-1
- Update to 0.8.4
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vagalume/F-14/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 18 Mar 2010 17:55:41 -0000 1.5
+++ .cvsignore 7 Feb 2011 18:50:21 -0000 1.6
@@ -1 +1 @@
-vagalume_0.8.3.orig.tar.gz
+vagalume-0.8.4.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vagalume/F-14/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 18 Mar 2010 17:55:41 -0000 1.5
+++ sources 7 Feb 2011 18:50:21 -0000 1.6
@@ -1 +1 @@
-f6cb301fe4eec68877484b258045d0df vagalume_0.8.3.orig.tar.gz
+460b229626c55043bd8c00e1af3968b7 vagalume-0.8.4.tar.gz
Index: vagalume.spec
===================================================================
RCS file: /cvs/free/rpms/vagalume/F-14/vagalume.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- vagalume.spec 14 Oct 2010 21:57:17 -0000 1.11
+++ vagalume.spec 7 Feb 2011 18:50:21 -0000 1.12
@@ -1,12 +1,12 @@
Name: vagalume
-Version: 0.8.3
-Release: 4%{?dist}
+Version: 0.8.4
+Release: 1%{?dist}
Summary: Last.fm client for GNOME and Maemo
Group: Applications/Multimedia
License: GPLv3
URL:
http://vagalume.igalia.com/
-Source0:
http://vagalume.igalia.com/files/source/vagalume_%{version}.orig.tar.gz
+Source0:
http://vagalume.igalia.com/files/source/vagalume-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gstreamer-devel gtk2-devel libxml2-devel intltool
@@ -49,13 +49,16 @@
%prep
-%setup -q -n %{name}-%{version}.orig
-#patch0 -p1 -b .border_width
-#patch1 -p1 -b .others
+%setup -q
%build
+%if 0%{?fedora} >= 15
+# No support for new libnotify yet
+%configure --disable-tray-icon
+%else
%configure
+%endif
make %{?_smp_mflags}
@@ -98,6 +101,9 @@
%changelog
+* Mon Feb 7 2011 Michel Salim <salimma(a)fedoraproject.org> - 0.8.4-1
+- Update to 0.8.4
+
* Thu Oct 14 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 0.8.3-4
- Rebuilt for gcc bug