[sound-juicer] Update to 3.15.91

David King amigadave at fedoraproject.org
Mon Mar 2 15:53:07 UTC 2015


commit e30165ea2ff9cb1a649df3e088a84cd002e64bb4
Author: David King <amigadave at amigadave.com>
Date:   Mon Mar 2 15:34:28 2015 +0000

    Update to 3.15.91

 .gitignore        |  1 +
 sound-juicer.spec | 17 +++++++----------
 sources           |  2 +-
 3 files changed, 9 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 45dddb7..90b153d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ sound-juicer-2.31.5.tar.bz2
 /sound-juicer-3.13.91.tar.xz
 /sound-juicer-3.13.92.tar.xz
 /sound-juicer-3.14.0.tar.xz
+/sound-juicer-3.15.91.tar.xz
diff --git a/sound-juicer.spec b/sound-juicer.spec
index 328d648..281b9d0 100644
--- a/sound-juicer.spec
+++ b/sound-juicer.spec
@@ -2,12 +2,12 @@
 
 Name:		sound-juicer
 Summary:	Clean and lean CD ripper
-Version:	3.14.0
-Release:	3%{?dist}
+Version:	3.15.91
+Release:	1%{?dist}
 License:	GPLv2+
 Group:		Applications/Multimedia
 #VCS: git:git://git.gnome.org/sound-juicer
-Source:		http://download.gnome.org/sources/sound-juicer/3.14/%{name}-%{version}.tar.xz
+Source:		http://download.gnome.org/sources/sound-juicer/3.15/%{name}-%{version}.tar.xz
 URL:		http://www.burtonini.com/blog/computers/sound-juicer
 
 Requires: gstreamer1-plugins-good
@@ -45,13 +45,6 @@ GStreamer-based CD ripping tool. Saves audio CDs to Ogg/vorbis.
 %build
 %configure
 
-# drop unneeded direct library deps with --as-needed
-# libtool doesn't make this easy, so we do it the hard way
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/      func_append compile_command " -Wl,-O1,--as-needed"\n      func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-# Remove RPATH
-sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
-sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
-
 make V=1 %{?_smp_mflags}
 
 
@@ -86,6 +79,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %doc AUTHORS COPYING README NEWS
 %{_bindir}/sound-juicer
 %{_datadir}/sound-juicer
+%{_datadir}/appdata/sound-juicer.appdata.xml
 %{_datadir}/applications/sound-juicer.desktop
 %{_datadir}/GConf/gsettings/sound-juicer.convert
 %{_datadir}/glib-2.0/schemas/org.gnome.sound-juicer.gschema.xml
@@ -93,6 +87,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_mandir}/man1/*
 
 %changelog
+* Mon Mar 02 2015 David King <amigadave at amigadave.com> - 3.15.91-1
+- Update to 3.15.91
+
 * Sun Dec 14 2014 David King <amigadave at amigadave.com> - 3.14.0-3
 - Stop requiring gtk2 (#1147157)
 - Use pkgconfig for BuildRequires
diff --git a/sources b/sources
index cc9f119..a109acf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ddd34848d86a10009ee4b07d3759a80a  sound-juicer-3.14.0.tar.xz
+1786775a5c70555f21628f6fb4948f9d  sound-juicer-3.15.91.tar.xz


More information about the scm-commits mailing list