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 - 0.9.5.1-6 +- Fix scons build once again + * Tue Feb 12 2013 Jon Ciesla - 0.9.5.1-5 - Drop desktop vendor tag.