Update to 0.24.14

epel9
Guido Aulisi 3 years ago
parent b3fc897e20
commit 63aa11892f

1
.gitignore vendored

@ -11,3 +11,4 @@
/lilv-0.24.8.tar.bz2
/lilv-0.24.10.tar.bz2
/lilv-0.24.12.tar.bz2
/lilv-0.24.14.tar.bz2

@ -1,12 +0,0 @@
diff --git a/wscript b/wscript
index 9810fed..1a13ea7 100644
--- a/wscript
+++ b/wscript
@@ -556,6 +556,7 @@ def build(bld):
# Documentation
if bld.env.DOCS:
+ bld.env.LILV_MAJOR_VERSION = LILV_MAJOR_VERSION
bld.recurse('doc/c')
# Man pages

@ -1,13 +0,0 @@
diff --git a/wscript b/wscript
index f6780d0..bed2995 100644
--- a/wscript
+++ b/wscript
@@ -570,7 +570,7 @@ def test(tst):
if tst.env.LILV_PYTHON:
with tst.group('python') as check:
- check(['python', '-m', 'unittest', 'discover', 'bindings/'])
+ check(['python3', '-m', 'unittest', 'discover', 'bindings/'])
with tst.group('plugin') as check:
for p in test_plugins:

@ -2,19 +2,14 @@
%global maj 0
Name: lilv
Version: 0.24.12
Release: 5%{?dist}
Version: 0.24.14
Release: 1%{?dist}
Summary: An LV2 Resource Description Framework Library
License: MIT
URL: http://drobilla.net/software/lilv/
Source0: http://download.drobilla.net/%{name}-%{version}.tar.bz2
# New test suite looks for unversioned python
Patch0: %{name}-test-python.patch
# Patch sent upstream https://github.com/lv2/lilv/pull/45
Patch1: %{name}-doc-install-directory.patch
BuildRequires: doxygen
BuildRequires: graphviz
BuildRequires: sord-devel >= 0.14.0
@ -122,6 +117,9 @@ chmod +x %{buildroot}%{_libdir}/lib%{name}-0.so.*
%{python3_sitelib}/__pycache__/*
%changelog
* Sat May 28 2022 Guido Aulisi <guido.aulisi@gmail.com> - 0.24.14-1
- Update to 0.24.14
* Mon Apr 18 2022 Igor Raits <igor.raits@gmail.com> - 0.24.12-5
- Fix upgradepath for multilib

@ -1 +1 @@
SHA512 (lilv-0.24.12.tar.bz2) = ea22db4e995792b62d60d793169c792549b8fb0255c2cf7a85780dd149811921e2fae5eaea0fb83465f01b14dfa66361af3be40bf7cb3733e98655b943f4faee
SHA512 (lilv-0.24.14.tar.bz2) = f266e91f3cbc325c25dd7d08bde5033091cb3072c2dcb1490e9474f562b798dbc71c45ca7d971ed4dfd6bb16f5f6725ae242a58c4486684b71350e73f1469f47

Loading…
Cancel
Save