diff --git a/.gitignore b/.gitignore index 05a93b4..834de16 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /suil-0.10.0.tar.bz2 /suil-0.10.2.tar.bz2 /suil-0.10.6.tar.bz2 +/suil-0.10.8.tar.bz2 diff --git a/sources b/sources index d8668db..ebf68f6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (suil-0.10.6.tar.bz2) = b23ffe0c0ae25467b2cd60117a2efa8c13132c8e5612619e4c9ad2cc228b835f1c7fd384db62b74d4a327e3708f189b6a91f972756fcafe501308adb732c3b36 +SHA512 (suil-0.10.8.tar.bz2) = 1d68996756ac593b2b2da6d9554e3257944cacbc8d70d90ded0f6ad5b5877778a08c779a12c7b4527d492f9c480613e030ab6933532f758e16221daa9d5c2dd4 diff --git a/suil.spec b/suil.spec index 7fbd166..570a3f3 100644 --- a/suil.spec +++ b/suil.spec @@ -2,15 +2,13 @@ %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}} Name: suil -Version: 0.10.6 -Release: 7%{?dist} +Version: 0.10.8 +Release: 1%{?dist} Summary: A lightweight C library for loading and wrapping LV2 plugin UIs License: MIT URL: http://drobilla.net/software/suil/ Source0: http://download.drobilla.net/%{name}-%{version}.tar.bz2 -# Patch sent upstream https://github.com/drobilla/suil/pull/10 -Patch0: %{name}-wrong-cocoa-detection.patch BuildRequires: doxygen @@ -24,9 +22,9 @@ BuildRequires: gtk2-devel >= 2.18.0 BuildRequires: gtk3-devel >= 3.14.0 BuildRequires: qt4-devel >= 4.4.0 BuildRequires: gcc-c++ -BuildRequires: pkgconfig(Qt5Core) -BuildRequires: pkgconfig(Qt5Network) -BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: pkgconfig(Qt5Core) >= 5.1.0 +BuildRequires: pkgconfig(Qt5Widgets) >= 5.1.0 +BuildRequires: pkgconfig(Qt5X11Extras) >= 5.1.0 # Lets not necessarily pull in toolkits dependancies. They will be provided by # the host and or the plugin @@ -53,17 +51,17 @@ sed -i -e "s|bld.add_post_fun(autowaf.run_ldconfig)||" wscript %build %set_build_flags -%{__python3} waf configure \ +%{python3} waf configure \ --prefix=%{_prefix} \ --libdir=%{_libdir} \ --mandir=%{_mandir} \ --docdir=%{_pkgdocdir} \ --no-cocoa \ --docs -%{__python3} waf build -v %{?_smp_mflags} +%{python3} waf build -v %{?_smp_mflags} %install -DESTDIR=%{buildroot} python3 waf install +DESTDIR=%{buildroot} %{python3} waf install chmod +x %{buildroot}%{_libdir}/lib%{name}-0.so.* install -pm 644 AUTHORS COPYING NEWS README.md %{buildroot}%{_pkgdocdir} @@ -93,6 +91,9 @@ install -pm 644 AUTHORS COPYING NEWS README.md %{buildroot}%{_pkgdocdir} %{_mandir}/man3/%{name}.3* %changelog +* Sun Oct 04 2020 Guido Aulisi - 0.10.8-1 +- Update to 0.10.8 + * Thu Sep 03 2020 Guido Aulisi - 0.10.6-7 - Remove old style dependency generators - Correctly glob shared libraries