[jack_capture] Update to 0.9.61

verdurin verdurin at fedoraproject.org
Wed Jan 11 13:19:26 UTC 2012


commit de4112e5f4c755a605b4e9fdcca7c3021f091e6e
Author: Adam Huffman <verdurin at fedoraproject.org>
Date:   Wed Jan 11 13:19:20 2012 +0000

    Update to 0.9.61

 .gitignore        |    1 +
 jack_capture.spec |    9 ++++++---
 sources           |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a4d7794..f0e27d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 jack_capture-0.9.53.tar.gz
 /jack_capture-0.9.56.tar.gz
+/jack_capture-0.9.61.tar.gz
diff --git a/jack_capture.spec b/jack_capture.spec
index 018a0ec..e8e56b8 100644
--- a/jack_capture.spec
+++ b/jack_capture.spec
@@ -1,6 +1,6 @@
 Name:		jack_capture
-Version:	0.9.56
-Release:	4%{?dist}
+Version:	0.9.61
+Release:	1%{?dist}
 Summary:	Record sound files with JACK
 Group:		Applications/Multimedia
 # As explained in the COPYING file,
@@ -46,7 +46,7 @@ make install DESTDIR=%{buildroot} prefix=%{_prefix}
 # Desktop file
 mkdir -p %{buildroot}/%{_datadir}/applications
 desktop-file-install					\
-	--dir=${RPM_BUILD_ROOT}%{_datadir}/applications	\
+	--dir=%{buildroot}%{_datadir}/applications	\
 	%{SOURCE1}
 
 # Icon
@@ -77,6 +77,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/applications/%{name}.desktop
 
 %changelog
+* Wed Jan 11 2012 Adam Huffman <verdurin at fedoraproject.org> - 0.9.61-1
+- update to 0.9.61
+
 * Tue Dec 06 2011 Adam Jackson <ajax at redhat.com> - 0.9.56-4
 - Rebuild for new libpng
 
diff --git a/sources b/sources
index dd598af..74cd214 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1d56ff221e3a82c29d5f02c1d3989e47  jack_capture-0.9.56.tar.gz
+67808571799a01cd3bd6eb960d4ba537  jack_capture-0.9.61.tar.gz


More information about the scm-commits mailing list