[lingot] * Tue Aug 23 2011 Karel Volný <kvolny at redhat dot com> 0.9.1-1 - New version 0.9.1 - Fixed bug #

Karel Volný kvolny at fedoraproject.org
Tue Aug 23 11:12:41 UTC 2011


commit 6534ba17212df228205e5874bd2d07a7f9a1c943
Author: Karel Volný <kvolny at redhat.com>
Date:   Tue Aug 23 13:12:15 2011 +0200

    * Tue Aug 23 2011 Karel Volný <kvolny at redhat dot com> 0.9.1-1
    - New version 0.9.1
    -  Fixed bug #33046: Lingot fails to compile with libjack-dev version < 2
    -   (removed lingot-0.9.0-jackportisactive.patch)
    -  Fixed bug #34007: JACK support broken in lingot 0.9.0
    -  Added 48K sample rate to OSS and ALSA.

 .gitignore                          |    1 +
 lingot-0.9.0-jackportisactive.patch |   33 ---------------------------------
 lingot.spec                         |   13 +++++++++----
 sources                             |    2 +-
 4 files changed, 11 insertions(+), 38 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 890852b..574a3ff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 lingot-0.8.1.tar.gz
 /lingot-0.9.0.tar.gz
+/lingot-0.9.1.tar.gz
diff --git a/lingot.spec b/lingot.spec
index b4045b2..2ddf81e 100644
--- a/lingot.spec
+++ b/lingot.spec
@@ -1,5 +1,5 @@
 Name:		lingot
-Version:	0.9.0
+Version:	0.9.1
 Release:	1%{?dist}
 Summary:	A musical instruments tuner
 
@@ -7,7 +7,6 @@ Group:		Applications/Multimedia
 License:	GPLv2+
 URL:		http://www.nongnu.org/lingot/
 Source0:	http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.gz
-Patch0:		lingot-0.9.0-jackportisactive.patch
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires:	alsa-lib-devel desktop-file-utils gettext intltool
@@ -21,7 +20,6 @@ configurability gives it a more general character.
 
 %prep
 %setup -q
-%patch0 -p1
 
 
 %build
@@ -32,7 +30,7 @@ make %{?_smp_mflags}
 %install
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
-# remove the EXTRA_DIST files; most of them is included in %doc anyway
+# remove the EXTRA_DIST files; most of them is included in %%doc anyway
 rm -rf %{buildroot}/%{_defaultdocdir}/%{name}
 %find_lang %{name}
 desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
@@ -52,6 +50,13 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Aug 23 2011 Karel Volný <kvolny at redhat dot com> 0.9.1-1
+- New version 0.9.1
+-  Fixed bug #33046: Lingot fails to compile with libjack-dev version < 2
+-   (removed lingot-0.9.0-jackportisactive.patch)
+-  Fixed bug #34007: JACK support broken in lingot 0.9.0
+-  Added 48K sample rate to OSS and ALSA.
+
 * Fri Jun 24 2011 Karel Volný <kvolny at redhat dot com> 0.9.0-1
 - New version 0.9.0
 - Support for different scales
diff --git a/sources b/sources
index 58785e2..ab04841 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-363612bd55d3dc204d23cd26e25ef1f5  lingot-0.9.0.tar.gz
+5a61c88e3770270246385ab9dbc39793  lingot-0.9.1.tar.gz


More information about the scm-commits mailing list