Update to 0.42.1
This commit is contained in:
parent
2b9e2aa7e0
commit
7c1d808f78
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@ guitarix-0.11.0.tar.bz2
|
|||||||
/guitarix2-0.38.1.tar.xz
|
/guitarix2-0.38.1.tar.xz
|
||||||
/guitarix2-0.39.0.tar.xz
|
/guitarix2-0.39.0.tar.xz
|
||||||
/guitarix2-0.40.0.tar.xz
|
/guitarix2-0.40.0.tar.xz
|
||||||
|
/guitarix2-0.42.1.tar.xz
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
diff --git a/trunk/src/LV2/xputty/xfilepicker.cpp b/trunk/src/LV2/xputty/xfilepicker.cpp
|
|
||||||
index 5c4b4db7..605dde02 100644
|
|
||||||
--- a/src/LV2/xputty/xfilepicker.cpp
|
|
||||||
+++ b/src/LV2/xputty/xfilepicker.cpp
|
|
||||||
@@ -191,6 +191,6 @@ void fp_init(FilePicker *filepicker, const char *path) {
|
|
||||||
filepicker->selected_file = NULL;
|
|
||||||
filepicker->path = NULL;
|
|
||||||
filepicker->filter = NULL;
|
|
||||||
- asprintf(&filepicker->path, path);
|
|
||||||
+ asprintf(&filepicker->path, "%s", path);
|
|
||||||
assert(filepicker->path != NULL);
|
|
||||||
}
|
|
@ -4,15 +4,13 @@
|
|||||||
%global altname2 guitarix2
|
%global altname2 guitarix2
|
||||||
|
|
||||||
Name: guitarix
|
Name: guitarix
|
||||||
Version: 0.40.0
|
Version: 0.42.1
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A virtual guitar amplifier
|
Summary: A virtual guitar amplifier
|
||||||
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
|
||||||
Source1: %{name}.appdata.xml
|
Source1: %{name}.appdata.xml
|
||||||
# Fix backported from upstream commit 2609ca14
|
|
||||||
Patch0: %{name}-format-string.patch
|
|
||||||
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: python3
|
BuildRequires: python3
|
||||||
@ -221,10 +219,13 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.appdat
|
|||||||
%{_libdir}/lv2/*
|
%{_libdir}/lv2/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 27 2020 Guido Aulisi <guido.aulisi@gmail.com> - 0.42.1-1
|
||||||
|
- Update to 0.42.1
|
||||||
|
|
||||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.40.0-5
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.40.0-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
* Tue Jul 10 2020 Jeff Law <law@redhat.com> - 0.40.0-4
|
* Fri Jul 10 2020 Jeff Law <law@redhat.com> - 0.40.0-4
|
||||||
- Disable LTO
|
- Disable LTO
|
||||||
|
|
||||||
* Fri Jun 12 2020 Guido Aulisi <guido.aulisi@gmail.com> - 0.40.0-3
|
* Fri Jun 12 2020 Guido Aulisi <guido.aulisi@gmail.com> - 0.40.0-3
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (guitarix2-0.40.0.tar.xz) = 902e4d924cae68a477518cb87d7b63edb8716db93e11add921e733c315f2646652fb1b434d182e836e1e866035cabe22a41d8dc66df0b6156b5242cdd31d51e8
|
SHA512 (guitarix2-0.42.1.tar.xz) = 66a71b4d66e0cbcff7feeceae6317c016e497626c9fde3ca44e1f06e42d9021b2857151660c1c49832cc8e6f2aa27de68dfea67d4e896c7e89f84865f8ba1eb0
|
||||||
|
Loading…
Reference in New Issue
Block a user