[harmonyseq] Fix FTBS 909783

Brendan Jones bsjones at fedoraproject.org
Mon Jun 30 23:31:19 UTC 2014


commit 765aff98e6a9266ef1c738ba1ed4cddf6056ffd9
Author: Brendan Jones <brendan.jones.it at gmail.com>
Date:   Tue Jul 1 01:31:03 2014 +0200

    Fix FTBS 909783

 harmonyseq.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/harmonyseq.spec b/harmonyseq.spec
index 23bdc41..532c495 100644
--- a/harmonyseq.spec
+++ b/harmonyseq.spec
@@ -1,7 +1,7 @@
 Name:          harmonyseq
 Summary:       A MIDI sequencer
 Version:       0.16
-Release:       13%{?dist}
+Release:       14%{?dist}
 License:       GPLv3+
 URL:           http://harmonyseq.wordpress.com/
 Source:        http://launchpad.net/harmonyseq/stable/0.16/+download/harmonySEQ-%{version}.tar.gz
@@ -12,7 +12,7 @@ BuildRequires: glibmm24-devel
 BuildRequires: alsa-lib-devel 
 BuildRequires: liblo-devel
 BuildRequires: desktop-file-utils
-BuildRequires: autoconf automake
+BuildRequires: autoconf automake gettext-devel
 
 %description
 %{name} is a live loop-based MIDI software sequencer intended to aid music 
@@ -24,7 +24,7 @@ sed -i -e 's|-O3|%{optflags}|' src/Makefile.am \
   configure.ac 
 
 %build
-autoreconf
+autoreconf -fiv
 %configure
 make %{?_smp_mflags}
 
@@ -67,6 +67,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/mime/packages/*
 
 %changelog
+* Tue Jul 01 2014 Brendan Jones <brendan.jones.it at gmail.com> 0.16-14
+- Fix FTBS BZ#909783
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.16-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list