From 2087191da7c2a21210b216e08f6d0bf99785aefe Mon Sep 17 00:00:00 2001 From: bsjones Date: Fri, 15 Jul 2011 12:59:51 +1000 Subject: [PATCH] Correct rpmlint warnings --- .gitignore | 1 + guitarix.spec | 15 ++++++++++----- sources | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 4efb7c6..ff4d182 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ guitarix-0.10.0.tar.bz2 guitarix-0.11.0.tar.bz2 /guitarix-0.11.1.tar.bz2 /guitarix2-0.16.0.tar.bz2 +/guitarix2-0.17.0.tar.bz2 diff --git a/guitarix.spec b/guitarix.spec index 3244842..37b46d5 100644 --- a/guitarix.spec +++ b/guitarix.spec @@ -1,12 +1,11 @@ # guitarix has merged with gx_head branch and tarball is distributed as guitarix2 # project name remains guitarix however -%define altname gx_head -%define altname2 guitarix2 +%global altname gx_head +%global altname2 guitarix2 Name: guitarix -#guitarix2-0.16.0 -Version: 0.16.0 -Release: 3%{?dist} +Version: 0.17.0 +Release: 2%{?dist} Summary: Mono amplifier to JACK Group: Applications/Multimedia License: GPLv2+ @@ -124,6 +123,12 @@ rm -rf %{buildroot} %{_libdir}/ladspa/*.so %changelog +* Fri Jul 15 2011 Brendan Jones - 0.17.0-2 +- Correct changelog to prevent rpmlint warnings + +* Fri Jul 15 2011 Brendan Jones - 0.17.0-1 +- Update to 0.17.0, replace define macro with global + * Wed Jun 15 2011 Brendan Jones - 0.16.0-3 - Add BuildRequires gettext diff --git a/sources b/sources index dab85f9..bc07112 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -454d71381fbdc42a2f4da63b67333c79 guitarix2-0.16.0.tar.bz2 +e915d5f2f4fcdda0f9614678d04d9bd1 guitarix2-0.17.0.tar.bz2