diff --git a/.gitignore b/.gitignore index 5fe4c74..7ae8d8c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /sratom-0.4.4.tar.bz2 /sratom-0.4.6.tar.bz2 /sratom-0.6.0.tar.bz2 +/sratom-0.6.2.tar.bz2 diff --git a/sources b/sources index e6f2f6f..a6c034e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sratom-0.6.0.tar.bz2) = 899bb01896e2b65b69482041c7e06edc9e45e9a3466392c82a58f16dfc71462a6c3e3e16a5aa50a6347c8366ea72898468910a59a084762f75eb8c7031ceacf8 +SHA512 (sratom-0.6.2.tar.bz2) = 356e1dfde07fcc3eff99186ff79501557572f5d73338fd096bf639a82d1d4fe3c0e790627c8eb088053e4a2aeed4e548aca0a5572d1ab26316cfdb13374f10ac diff --git a/sratom.spec b/sratom.spec index 3dc8c29..2f07b56 100644 --- a/sratom.spec +++ b/sratom.spec @@ -2,8 +2,8 @@ %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}} Name: sratom -Version: 0.6.0 -Release: 6%{?dist} +Version: 0.6.2 +Release: 1%{?dist} Summary: A C library for serializing LV2 plugins Group: System Environment/Libraries @@ -11,11 +11,11 @@ License: MIT URL: http://drobilla.net/software/%{name}/ Source0: http://download.drobilla.net/%{name}-%{version}.tar.bz2 BuildRequires: python2 -BuildRequires: python2-rpm-macros +BuildRequires: python2-devel BuildRequires: doxygen BuildRequires: graphviz -BuildRequires: sord-devel >= 0.12.0 -BuildRequires: serd-devel >= 0.23.0 +BuildRequires: sord-devel >= 0.14.0 +BuildRequires: serd-devel >= 0.30.0 BuildRequires: lv2-devel >= 1.10.0 BuildRequires: gcc @@ -67,10 +67,6 @@ install -pm 644 COPYING NEWS README %{buildroot}%{_pkgdocdir} %check ./build/sratom_test -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - %files %{_pkgdocdir} %exclude %{_pkgdocdir}/%{name}-%{maj}/ @@ -86,6 +82,10 @@ install -pm 644 COPYING NEWS README %{buildroot}%{_pkgdocdir} %{_mandir}/man3/* %changelog +* Mon Jul 30 2018 Guido Aulisi - 0.6.2-1 +- Update to 0.6.2 +- Remove ldconfig scriptlets + * Sun Jul 15 2018 Guido Aulisi - 0.6.0-6 - Fix FTBFS due to the move of /usr/bin/python into a separate package