Update to 0.39.0
Use python3
This commit is contained in:
parent
6efb8a70b6
commit
790edf220e
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,3 +29,4 @@ guitarix-0.11.0.tar.bz2
|
|||||||
/guitarix2-0.36.1.tar.xz
|
/guitarix2-0.36.1.tar.xz
|
||||||
/guitarix2-0.37.3.tar.xz
|
/guitarix2-0.37.3.tar.xz
|
||||||
/guitarix2-0.38.1.tar.xz
|
/guitarix2-0.38.1.tar.xz
|
||||||
|
/guitarix2-0.39.0.tar.xz
|
||||||
|
@ -7,15 +7,15 @@
|
|||||||
%define __brp_strip_static_archive %{nil}
|
%define __brp_strip_static_archive %{nil}
|
||||||
|
|
||||||
Name: guitarix
|
Name: guitarix
|
||||||
Version: 0.38.1
|
Version: 0.39.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Mono amplifier to JACK
|
Summary: Mono amplifier to JACK
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://guitarix.sourceforge.net/
|
URL: http://guitarix.sourceforge.net/
|
||||||
Source0: http://sourceforge.net/projects/%{name}/files/%{name}/%{altname2}-%{version}.tar.xz
|
Source0: http://sourceforge.net/projects/%{name}/files/%{name}/%{altname2}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: python2
|
BuildRequires: python3
|
||||||
BuildRequires: %{_bindir}/find
|
BuildRequires: %{_bindir}/find
|
||||||
BuildRequires: %{_bindir}/pathfix.py
|
BuildRequires: %{_bindir}/pathfix.py
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
@ -135,7 +135,7 @@ guitarix, but can also be used by any other ladspa host.
|
|||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
|
|
||||||
# Fix unversioned python shebangs
|
# Fix unversioned python shebangs
|
||||||
pathfix.py -pni %{_bindir}/python2 \
|
pathfix.py -pni %{_bindir}/python3 \
|
||||||
$(find -name wscript) \
|
$(find -name wscript) \
|
||||||
waf \
|
waf \
|
||||||
tools/make_jsonrpc_methods \
|
tools/make_jsonrpc_methods \
|
||||||
@ -178,9 +178,6 @@ chmod 755 %{buildroot}%{_libdir}/glade/modules/libgladegx.so
|
|||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%ldconfig_scriptlets -n libgxw
|
|
||||||
%ldconfig_scriptlets -n libgxwmm
|
|
||||||
|
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%doc changelog README
|
%doc changelog README
|
||||||
@ -221,6 +218,10 @@ chmod 755 %{buildroot}%{_libdir}/glade/modules/libgladegx.so
|
|||||||
%{_libdir}/lv2/*
|
%{_libdir}/lv2/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 29 2020 Guido Aulisi <guido.aulisi@gmail.com> - 0.39.0-1
|
||||||
|
- Update to 0.39.0
|
||||||
|
- Use python3
|
||||||
|
|
||||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.38.1-3
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.38.1-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (guitarix2-0.38.1.tar.xz) = 54d08b4ed20b9df4c69d0c86e4d668c53fffde8919f5570f376cee903926bd01945169d177d0d45976569ea55b28f8dca7884ac6dfe2f063df6583467559c5b7
|
SHA512 (guitarix2-0.39.0.tar.xz) = 5eb799498385ab9aa865e3f5a7e79d77f7f62c9bd7ad6875ec32bdec85829ed5b84bed3b0eab786ce74088fe2e1d53080f70afcb25ab1ef8d8f78a676b4947df
|
||||||
|
Loading…
Reference in New Issue
Block a user