[lingot] version bump

Karel Volný kvolny at fedoraproject.org
Fri Jun 24 09:58:11 UTC 2011


commit 07411eb986a30aacea15090c3af9573d70433cb8
Author: Karel Volný <kvolny at redhat.com>
Date:   Fri Jun 24 11:57:35 2011 +0200

    version bump

 .gitignore                          |    1 +
 lingot-0.9.0-jackportisactive.patch |   33 +++++++++++++++++++++++++++++++++
 lingot.spec                         |   13 ++++++++++---
 sources                             |    2 +-
 4 files changed, 45 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2f6b081..890852b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 lingot-0.8.1.tar.gz
+/lingot-0.9.0.tar.gz
diff --git a/lingot-0.9.0-jackportisactive.patch b/lingot-0.9.0-jackportisactive.patch
new file mode 100644
index 0000000..6d75e68
--- /dev/null
+++ b/lingot-0.9.0-jackportisactive.patch
@@ -0,0 +1,33 @@
+diff -r c1733baa41e8 -r 749df5080742 src/lingot-audio-jack.c
+--- a/src/lingot-audio-jack.c	Tue Feb 22 17:39:42 2011 +0000
++++ b/src/lingot-audio-jack.c	Mon Apr 11 11:14:52 2011 +0000
+@@ -177,7 +177,7 @@
+ 	const char **ports = NULL;
+ 	const char* exception;
+ 
+-	unsigned long int flags = JackPortIsActive | JackPortIsOutput;
++	unsigned long int flags = JackPortIsOutput;
+ 
+ 	try {
+ 		if (client != NULL) {
+@@ -265,8 +265,9 @@
+ 			throw(_("Cannot activate client"));
+ 		}
+ 
+-		ports = jack_get_ports(audio->jack_client, NULL, NULL, JackPortIsActive
+-				| JackPortIsOutput);
++		ports
++				= jack_get_ports(audio->jack_client, NULL, NULL,
++						JackPortIsOutput);
+ 		if (ports == NULL) {
+ 			throw(_("No active capture ports"));
+ 		}
+@@ -321,7 +322,7 @@
+ #	ifdef JACK
+ 	//jack_cycle_wait(audio->jack_client);
+ 	const char** ports = jack_get_ports(audio->jack_client, NULL, NULL,
+-			JackPortIsActive | JackPortIsOutput);
++			JackPortIsOutput);
+ 
+ 	if (ports != NULL) {
+ 		int i, j = 0;
diff --git a/lingot.spec b/lingot.spec
index 7f57b58..b4045b2 100644
--- a/lingot.spec
+++ b/lingot.spec
@@ -1,12 +1,13 @@
 Name:		lingot
-Version:	0.8.1
-Release:	2%{?dist}
+Version:	0.9.0
+Release:	1%{?dist}
 Summary:	A musical instruments tuner
 
 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
@@ -20,6 +21,7 @@ configurability gives it a more general character.
 
 %prep
 %setup -q
+%patch0 -p1
 
 
 %build
@@ -46,10 +48,15 @@ rm -rf %{buildroot}
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}/
-%{_datadir}/%{name}/glade/lingot-config-dialog.glade
+%{_datadir}/%{name}/glade/
 
 
 %changelog
+* Fri Jun 24 2011 Karel Volný <kvolny at redhat dot com> 0.9.0-1
+- New version 0.9.0
+- Support for different scales
+- Backported patch for newer JACK (hg rev 243:749df5080742)
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index e191213..58785e2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ab46e142f47bfb8e8fd565517202e46a  lingot-0.8.1.tar.gz
+363612bd55d3dc204d23cd26e25ef1f5  lingot-0.9.0.tar.gz


More information about the scm-commits mailing list