[hydrogen] Update to 0.9.5

Orcan Ogetbil oget at fedoraproject.org
Sun Mar 27 04:23:41 UTC 2011


commit a31fbdfe845639915d6c3e0e1bba667ad4430b36
Author: Orcan Ogetbil <oget.fedora at gmail.com>
Date:   Sun Mar 27 00:23:34 2011 -0400

    Update to 0.9.5

 .gitignore                   |    1 +
 hydrogen-datadir.patch       |   22 ----------------------
 hydrogen-devel-warning.patch |   12 ++++++++++++
 hydrogen.spec                |   16 ++++++++++------
 sources                      |    2 +-
 5 files changed, 24 insertions(+), 29 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b2bf17a..9dd1fdd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 hydrogen-0.9.4.1.tar.gz
 /hydrogen-0.9.4.2.tar.gz
+/hydrogen-0.9.5.tar.gz
diff --git a/hydrogen-devel-warning.patch b/hydrogen-devel-warning.patch
new file mode 100644
index 0000000..647d6d7
--- /dev/null
+++ b/hydrogen-devel-warning.patch
@@ -0,0 +1,12 @@
+diff -rupN hydrogen-0.9.5.old/data/hydrogen.default.conf hydrogen-0.9.5/data/hydrogen.default.conf
+--- hydrogen-0.9.5.old/data/hydrogen.default.conf	2010-01-13 17:20:49.000000000 -0500
++++ hydrogen-0.9.5/data/hydrogen.default.conf	2011-03-26 08:36:07.000000000 -0400
+@@ -14,7 +14,7 @@
+         <useLash>false</useLash>
+ 	<useTimeLine>false</useTimeLine>
+ 	<maxBars>400</maxBars>
+-	<showDevelWarning>true</showDevelWarning>
++	<showDevelWarning>false</showDevelWarning>
+ 	<hearNewNotes>true</hearNewNotes>
+ 	<recordEvents>false</recordEvents>
+ 	<quantizeEvents>true</quantizeEvents>
diff --git a/hydrogen.spec b/hydrogen.spec
index 3b0eaea..9449016 100644
--- a/hydrogen.spec
+++ b/hydrogen.spec
@@ -1,12 +1,13 @@
 Summary:      Advanced drum machine for GNU/Linux
 Name:         hydrogen
-Version:      0.9.4.2
-Release:      4%{?dist}
+Version:      0.9.5
+Release:      1%{?dist}
 URL:          http://www.hydrogen-music.org/
 Source0:      http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-# Correct datadir. hydrogens busts if there is a file /usr/bin/data in the system.
-# Patch sent to the upstream devel mailing list. Fixes RHBZ#643622
-Patch0:       hydrogen-datadir.patch
+# Remove the "you are using the development version" warning
+# http://sourceforge.net/mailarchive/forum.php?forum_name=hydrogen-devel
+# See the "0.9.5 si out" thread
+Patch1:       hydrogen-devel-warning.patch
 License:      GPLv2+
 Group:        Applications/Multimedia
 BuildRoot:    %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -56,7 +57,7 @@ patch -p0 < patches/portaudio.patch
 # portmidi build fix. Looks like other distros did not obey upstream decisions
 sed -i '/porttime/d' Sconstruct
 %endif
-%patch0 -p1 -b .datadir
+%patch1 -p1 -b .nodevver
 
 
 %build
@@ -131,6 +132,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sun Mar 27 2011 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.9.5-1
+- Update to 0.9.5
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.4.2-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 7c73142..9722028 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-11759bce8193234b8393db6539aa287f  hydrogen-0.9.4.2.tar.gz
+e96f291d60e58f5d62fe616cee577dc0  hydrogen-0.9.5.tar.gz


More information about the scm-commits mailing list