rpms/sound-juicer/devel .cvsignore, 1.57, 1.58 sound-juicer.spec, 1.125, 1.126 sources, 1.59, 1.60

Matthias Clasen mclasen at fedoraproject.org
Tue Mar 30 23:09:30 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/sound-juicer/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv789

Modified Files:
	.cvsignore sound-juicer.spec sources 
Log Message:
2.28.2



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sound-juicer/devel/.cvsignore,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -p -r1.57 -r1.58
--- .cvsignore	25 Nov 2009 16:05:35 -0000	1.57
+++ .cvsignore	30 Mar 2010 23:09:29 -0000	1.58
@@ -1 +1 @@
-sound-juicer-2.28.1.tar.bz2
+sound-juicer-2.28.2.tar.bz2


Index: sound-juicer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sound-juicer/devel/sound-juicer.spec,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -p -r1.125 -r1.126
--- sound-juicer.spec	6 Jan 2010 13:04:36 -0000	1.125
+++ sound-juicer.spec	30 Mar 2010 23:09:29 -0000	1.126
@@ -7,20 +7,18 @@
 
 Name:		sound-juicer
 Summary:	Clean and lean CD ripper
-Version:	2.28.1
-Release:	2%{?dist}
+Version:	2.28.2
+Release:	1%{?dist}
 License:	GPLv2+
 Group:		Applications/Multimedia
+#VCS: git:git://git.gnome.org/sound-juicer
 Source:		http://download.gnome.org/sources/sound-juicer/2.28/%{name}-%{version}.tar.bz2
 URL:		http://www.burtonini.com/blog/computers/sound-juicer
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:	cdparanoia
 
 Requires(pre): GConf2 >= %{gconf_version}
 Requires(post): GConf2 >= %{gconf_version}
 Requires(preun): GConf2 >= %{gconf_version}
-Requires(post): scrollkeeper
-Requires(postun): scrollkeeper
 
 BuildRequires:  gnome-media-devel >= %{gnome_media_version}
 BuildRequires:	libmusicbrainz3-devel
@@ -42,15 +40,12 @@ BuildRequires:  desktop-file-utils
 
 ExcludeArch: s390 s390x
 
-# http://git.gnome.org/browse/sound-juicer/patch/?id=7f94a7b90f823a123bd7aaa2f49600aabfcbc24b
-Patch0:		sound-juicer-mb-crasher.patch
 
 %description
 GStreamer-based CD ripping tool. Saves audio CDs to Ogg/vorbis.
 
 %prep
 %setup -q
-%patch0 -p1 -b .mb-crasher
 
 %build
 # work around a gstreamer problem where it
@@ -100,23 +95,21 @@ if [ "$1" -eq 0 ]; then
 fi
 
 %post
-scrollkeeper-update -q
 update-desktop-database -q
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/sound-juicer.schemas > /dev/null || :
-touch --no-create %{_datadir}/icons/hicolor
-if [ -x /usr/bin/gtk-update-icon-cache ]; then
-  /usr/bin/gtk-update-icon-cache -q %{_datadir}/icons/hicolor;
-fi
+touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
 
 %postun
-scrollkeeper-update -q
 update-desktop-database -q
-touch --no-create %{_datadir}/icons/hicolor
-if [ -x /usr/bin/gtk-update-icon-cache ]; then
-  /usr/bin/gtk-update-icon-cache -q %{_datadir}/icons/hicolor;
+if [ $1 -eq 0 ]; then
+  touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
+  gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 fi
 
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
+
 %files -f sound-juicer.lang
 %defattr(-, root, root)
 %doc AUTHORS COPYING README NEWS
@@ -129,6 +122,9 @@ fi
 %{_mandir}/man1/*
 
 %changelog
+* Tue Mar 30 2010 Matthias Clasen <mclasen at redhat.com> 2.28.2-1
+- Update to 2.28.2
+
 * Wed Jan 06 2010 Bastien Nocera <bnocera at redhat.com> 2.28.1-2
 - Fix potential musicbrainz crasher
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sound-juicer/devel/sources,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -p -r1.59 -r1.60
--- sources	25 Nov 2009 16:05:36 -0000	1.59
+++ sources	30 Mar 2010 23:09:29 -0000	1.60
@@ -1 +1 @@
-680c036ca9b062fe198fada30edbf534  sound-juicer-2.28.1.tar.bz2
+b40da7b2888d0c658fcfdff104ac8bbb  sound-juicer-2.28.2.tar.bz2



More information about the scm-commits mailing list