[suil] New upstream release

Brendan Jones bsjones at fedoraproject.org
Sat Dec 15 11:50:06 UTC 2012


commit da1e0b775138533808d85dcf05b1e5e947f1495e
Author: Brendan Jones <brendan.jones.it at gmail.com>
Date:   Sat Dec 15 12:50:02 2012 +0100

    New upstream release

 .gitignore |    1 +
 sources    |    2 +-
 suil.spec  |    8 +++++---
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 36719c0..c3a255a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /suil-0.6.0.tar.bz2
+/suil-0.6.6.tar.bz2
diff --git a/sources b/sources
index 7a3eb3f..a24cd62 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3c655c065569945bea570b1dc78b92e2  suil-0.6.0.tar.bz2
+6b596ad806b7bf34dfba34afb48bb758  suil-0.6.6.tar.bz2
diff --git a/suil.spec b/suil.spec
index 998f8fe..9bdbd9f 100644
--- a/suil.spec
+++ b/suil.spec
@@ -1,7 +1,7 @@
 %global maj 0
 Name:       suil
-Version:    0.6.0
-Release:    4%{?dist}
+Version:    0.6.6
+Release:    1%{?dist}
 Summary:    A lightweight C library for loading and wrapping LV2 plugin UIs
 
 Group:      System Environment/Libraries
@@ -61,7 +61,6 @@ export CXXFLAGS="%{optflags}"
 ./waf build -v %{?_smp_mflags}
 
 %install
-rm build/doc/man/man3/_*
 DESTDIR=%{buildroot} ./waf install
 chmod +x %{buildroot}%{_libdir}/lib%{name}-0.so.*
 
@@ -86,6 +85,9 @@ chmod +x %{buildroot}%{_libdir}/lib%{name}-0.so.*
 %{_mandir}/man3/%{name}.3.gz
 
 %changelog
+* Sat Dec 15 2012 Brendan Jones <brendan.jones.it at gmail.com> 0.6.6-1
+- New upstream
+
 * Tue Jul 24 2012 Brendan Jones <brendan.jones.it at gmail.com> 0.6.0-4
 - Remove unwanted man file generated from doxygen
 


More information about the scm-commits mailing list