diff --git a/guitarix.spec b/guitarix.spec index ae8c98e..e07f41f 100644 --- a/guitarix.spec +++ b/guitarix.spec @@ -4,17 +4,13 @@ %global altname2 guitarix2 Name: guitarix -Version: 0.21.0 -Release: 2%{?dist} +Version: 0.22.3 +Release: 1%{?dist} Summary: Mono amplifier to JACK Group: Applications/Multimedia License: GPLv2+ URL: http://guitarix.sourceforge.net/ Source0: http://sourceforge.net/projects/%{name}/files/%{name}/%{altname2}-%{version}.tar.bz2 -# to grab source from svn: sh guitarix-snapshot.sh 1245 -Source1: guitarix-snapshot.sh -# add missing glibmm headers for gcc 4.7 -Patch0: guitarix-0.21.0-glib.patch BuildRequires: desktop-file-utils BuildRequires: faust @@ -71,8 +67,7 @@ and monocompressor ladspa plug-ins that come together with guitarix, but can also be used by any other ladspa host. %prep -%setup -q -n %{name}2-%{version} -%patch0 -p1 +%setup -q -n %{name}-%{version} # The build system does not use these bundled libraries by default. But # just to make sure: @@ -116,6 +111,9 @@ chmod 644 %{buildroot}/%{_datadir}/%{altname}/skins/* %{_datadir}/ladspa %changelog +* Tue May 15 2012 Brendan Jones - 0.22.3-1 +- Update to 0.22.3 + * Wed Jan 18 2012 Brendan Jones - 0.21.0-2 - Remove parallel build diff --git a/guitarix2-0.22.3.tar.bz2 b/guitarix2-0.22.3.tar.bz2 new file mode 100644 index 0000000..d0f06cf Binary files /dev/null and b/guitarix2-0.22.3.tar.bz2 differ