[lv2-c++-tools] Update to 1.0.4

Brendan Jones bsjones at fedoraproject.org
Mon Aug 15 12:48:37 UTC 2011


commit 804343929c03e68c89a431d6f042f52780cc1ae3
Author: bsjones <brendan.jones.it at gmail.com>
Date:   Mon Aug 15 22:48:19 2011 +1000

    Update to 1.0.4

 .gitignore         |    1 +
 lv2-c++-tools.spec |    9 ++++++---
 sources            |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5886b92..36533b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 lv2-c++-tools-1.0.3.tar.bz2
+/lv2-c++-tools-1.0.4.tar.bz2
diff --git a/lv2-c++-tools.spec b/lv2-c++-tools.spec
index c57f9bf..ed32a60 100644
--- a/lv2-c++-tools.spec
+++ b/lv2-c++-tools.spec
@@ -1,7 +1,7 @@
 Summary:	Support library for writing LV2 plugins in C++
 Name:		lv2-c++-tools
-Version:	1.0.3
-Release:	5%{?dist}
+Version:	1.0.4
+Release:	1%{?dist}
 License:	GPLv3+
 Group:		System Environment/Libraries
 URL:		http://ll-plugins.nongnu.org/hacking.html
@@ -25,7 +25,7 @@ easier to write LV2 plugins in C++.
 Summary:	Development files for %{name}
 Group:		Development/Libraries
 Provides:	%{name}-static = %{version}-%{release}
-Requires:	%{name} = %{version}-%{release}
+Requires:	%{name}%{_isa} = %{version}-%{release}
 Requires:	pkgconfig
 
 %description devel
@@ -85,6 +85,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Aug 15 2011 Fedora Release Engineering <brendan.jones.it at gmail.com> - 1.0.4-1
+- Rebuilt for version 1.0.4
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.3-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index b10ac0d..138f67c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8db2c4124af6ef932002bba9d99ba09f  lv2-c++-tools-1.0.3.tar.bz2
+2468f8750bae1d57300853479846e5ed  lv2-c++-tools-1.0.4.tar.bz2


More information about the scm-commits mailing list