[lilv] New upstream 0.14.0

Brendan Jones bsjones at fedoraproject.org
Sat Apr 21 09:27:13 UTC 2012


commit 89d64b94d12f28551e9ca40cd1a9249e02681bdc
Author: Brendan Jones <brendan.jones.it at gmail.com>
Date:   Sat Apr 21 11:27:05 2012 +0200

    New upstream 0.14.0

 .gitignore                                      |    1 +
 lilv-0.5.0-_lilv_test.c-from-3609-to-3610.patch |   27 -----------------------
 lilv-0.5.0-lilv_test.c-r4011.patch              |   16 -------------
 lilv.spec                                       |   19 ++++++---------
 sources                                         |    2 +-
 5 files changed, 10 insertions(+), 55 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9e80a51..d1024d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /lilv-0.5.0.tar.bz2
+/lilv-0.14.0.tar.bz2
diff --git a/lilv.spec b/lilv.spec
index a07b868..cc3e382 100644
--- a/lilv.spec
+++ b/lilv.spec
@@ -1,23 +1,19 @@
 %global maj 0
 
 Name:       lilv
-Version:    0.5.0
-Release:    3%{?dist}
+Version:    0.14.0
+Release:    1%{?dist}
 Summary:    An LV2 Resource Description Framework Library
 
 Group:      System Environment/Libraries
 License:    MIT
 URL:        http://drobilla.net/software/lilv/
 Source0:    http://download.drobilla.net/%{name}-%{version}.tar.bz2
-# correct non-deterministic node retrieval of scale points in test suite,
-# and increase the size of the test float array
-Patch0:     lilv-0.5.0-_lilv_test.c-from-3609-to-3610.patch
-Patch1:     lilv-0.5.0-lilv_test.c-r4011.patch 
 BuildRequires:  doxygen
 BuildRequires:  graphviz
 BuildRequires:  sord-devel >= 0.5.0
-BuildRequires:  lv2core-devel >= 4.0
-BuildRequires:  python2-devel
+BuildRequires:  sratom-devel >= 0.2.0
+BuildRequires:  lv2-devel >= 1.0.0
 BuildRequires:  swig
 
 %filter_setup
@@ -51,8 +47,6 @@ This package contains the python libraries for %{name}.
 
 %prep
 %setup -q 
-%patch0 
-%patch1 -p1 
 
 # we'll run ld config
 sed -i -e 's|bld.add_post_fun(autowaf.run_ldconfig)||' wscript
@@ -86,7 +80,7 @@ chmod +x %{buildroot}%{_libdir}/lib%{name}-0.so.*
 ./build/test/lilv_test
 
 %files
-%doc AUTHORS ChangeLog README COPYING
+%doc AUTHORS NEWS README COPYING
 %{_libdir}/lib%{name}-%{maj}.so.*
 %{_bindir}/lilv-bench
 %{_bindir}/lv2info
@@ -107,6 +101,9 @@ chmod +x %{buildroot}%{_libdir}/lib%{name}-0.so.*
 %{python_sitearch}/_%{name}.so
 
 %changelog
+* Fri Apr 20 2012 Brendan Jones <brendan.jones.it at gmail.com> - 0.14.0-1
+- New upstream release 0.14.0
+- 
 * Wed Feb 29 2012 Brendan Jones <brendan.jones.it at gmail.com> - 0.5.0-3
 - Remove redundant build requires, merge python bindings
 - Move man3 pages to devel package
diff --git a/sources b/sources
index d012939..ec5154b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-88f5a60ef4e217b6c44a4eff4ccf0ce9  lilv-0.5.0.tar.bz2
+d3a93a017bf93d0e6ee8cccc033a0ee9  lilv-0.14.0.tar.bz2


More information about the scm-commits mailing list