[raul/f12/master] - Update to 0.7.0

Orcan Ogetbil oget at fedoraproject.org
Sun Sep 12 01:22:29 UTC 2010


commit aafac5eff80e560d2ce61aa66a0ded5f444ac836
Author: Orcan Ogetbil <oget.fedora at gmail.com>
Date:   Sat Sep 11 21:22:23 2010 -0400

    - Update to 0.7.0

 .gitignore        |    1 +
 raul-libdir.patch |   12 ------------
 raul.spec         |   24 +++++++++++-------------
 sources           |    2 +-
 4 files changed, 13 insertions(+), 26 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 092a416..2ed78bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 raul-0.6.0.tar.bz2
+/raul-0.7.0.tar.bz2
diff --git a/raul.spec b/raul.spec
index 2906f1f..4f52ac1 100644
--- a/raul.spec
+++ b/raul.spec
@@ -1,13 +1,12 @@
 Name:		raul
-Version:	0.6.0
-Release:	2%{?dist}
+Version:	0.7.0
+Release:	1%{?dist}
 Summary:	Realtime Audio Utility Library
 
 Group:		System Environment/Libraries
 License:	GPLv2+
 URL:		http://drobilla.net/software/raul/
 Source0:	http://download.drobilla.net/%{name}-%{version}.tar.bz2
-Patch0:		%{name}-libdir.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	boost-devel
@@ -40,7 +39,6 @@ This package contains the headers and development libraries for %{name}.
 
 %prep
 %setup -q
-%patch0 -p1 -b .libdir
 
 %build
 export CXXFLAGS="$RPM_OPT_FLAGS"
@@ -49,7 +47,7 @@ export CXXFLAGS="$RPM_OPT_FLAGS"
 	--prefix=%{_prefix} \
 	--libdir=%{_libdir} \
 	--test \
-	--build-docs \
+	--docs \
 	--htmldir=%{_docdir}/%{name}-devel-%{version}
 
 ./waf build -v %{?_smp_mflags}
@@ -62,15 +60,9 @@ chmod +x $RPM_BUILD_ROOT%{_libdir}/lib%{name}.so*
 
 
 %check
-pushd build/default/tests
+pushd build/default/test
 	export LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}
-	# Only run those tests that don't need user intervention
-	./atomic_test
-	./list_test
-	./midi_ringbuffer_test
-	./path_test
-	./ringbuffer_test
-	./smf_test
+	find . -executable -name "*_test" -exec {} \;
 popd
 
 %clean
@@ -98,6 +90,12 @@ rm -rf $RPM_BUILD_ROOT
 %exclude %{_includedir}/%{name}/Stateful.hpp
 
 %changelog
+* Sat Sep 11 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.7.0-1
+- Update to 0.7.0
+
+* Tue Jul 27 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.6.0-3
+- Rebuild against nnew boost
+
 * Sat Jan 30 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 0.6.0-2
 - Make macro usage more consistent
 
diff --git a/sources b/sources
index f8372c1..5efd472 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-260701c66a6a311807aac1ad86236de7  raul-0.6.0.tar.bz2
+204bc53ff5a3b0b17c3aa1be603fbfda  raul-0.7.0.tar.bz2


More information about the scm-commits mailing list