Update to 2.0.0-0.10.20190501git41f81a8

This commit is contained in:
Martin Gansser 2019-05-15 11:06:53 +02:00
parent dfb2c1870d
commit 8d3212b6d2
1 changed files with 9 additions and 6 deletions

View File

@ -1,11 +1,13 @@
%global commit0 2f3a4424591b49689403372d35d55148bef5a51b
# https://github.com/falkTX/Carla/commit/41f81a8af2e9ba11ed6b6aa458da4c2d9c9d4d5f
%global commit0 41f81a8af2e9ba11ed6b6aa458da4c2d9c9d4d5f
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%global pname carla
%global commitdate 20181225
%global commitdate 20190501
Name: Carla
Version: 2.0.0
Release: 0.9.%{commitdate}git%{shortcommit0}%{?dist}
Release: 0.10.%{commitdate}git%{shortcommit0}%{?dist}
Summary: Audio plugin host
# The entire source code is GPLv2+ except
@ -53,9 +55,6 @@ Summary: Audio plugin host
License: GPLv2+ and BSD and Boost and ISC and MIT and zlib
URL: https://github.com/falkTX/Carla
Source0: https://github.com/falkTX/%{name}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
Patch0: carla-0001-change-libdir-path.patch
# upstream: https://github.com/falkTX/Carla/issues/805
Patch1: Carla-bswap.patch
BuildRequires: gcc gcc-c++
BuildRequires: pkgconfig(alsa)
@ -191,6 +190,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%{_bindir}/%{pname}-settings
%{_bindir}/%{pname}-single
%{_libdir}/%{pname}/
%{_libdir}/jack/
%{_datadir}/applications/%{pname}-control.desktop
%{_datadir}/applications/%{pname}.desktop
%{_datadir}/%{pname}/
@ -212,6 +212,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%{_libdir}/pkgconfig/%{pname}-native-plugin.pc
%changelog
* Wed May 15 2019 Martin Gansser <martinkg@fedoraproject.org> - 2.0.0-0.10.20190501git41f81a8
- Update to 2.0.0-0.10.20190501git41f81a8
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-0.9.20181225git2f3a442
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild