[hydrogen] Fix scons build once again

Orcan Ogetbil oget at fedoraproject.org
Wed Feb 13 04:55:19 UTC 2013


commit 29b750b719560fbd350564e43797f66ce9b6c95c
Author: Orcan Ogetbil <oget.fedora at gmail.com>
Date:   Tue Feb 12 23:55:14 2013 -0500

    Fix scons build once again

 hydrogen.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/hydrogen.spec b/hydrogen.spec
index 0b0ba87..179e4d9 100644
--- a/hydrogen.spec
+++ b/hydrogen.spec
@@ -1,7 +1,7 @@
 Summary:      Advanced drum machine for GNU/Linux
 Name:         hydrogen
 Version:      0.9.5.1
-Release:      5%{?dist}
+Release:      6%{?dist}
 URL:          http://www.hydrogen-music.org/
 Source0:      http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 # Remove the "you are using the development version" warning
@@ -64,7 +64,7 @@ sed -i '/porttime/d' Sconstruct
 
 # Workaround due to change in scons behavior. Just a temporary fix since upstream
 # switched to cmake in trunk
-sed -i '/path.walk/d' Sconstruct
+sed -i -e '/path.walk/d' -e 's|\(pkg_ver.rstrip.*\)|\1[0:3]|' Sconstruct
 
 
 %build
@@ -133,6 +133,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Tue Feb 12 2013 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.9.5.1-6
+- Fix scons build once again
+
 * Tue Feb 12 2013 Jon Ciesla <limburgher at gmail.com> - 0.9.5.1-5
 - Drop desktop vendor tag.
 


More information about the scm-commits mailing list