[hexter-dssi] New upstream 1.0.0

Brendan Jones bsjones at fedoraproject.org
Sun Nov 4 21:30:31 UTC 2012


commit 47144114bcff870c6b144c536548ba6880ad8162
Author: Brendan Jones <brendan.jones.it at gmail.com>
Date:   Sun Nov 4 22:30:22 2012 +0100

    New upstream 1.0.0

 .gitignore       |    1 +
 hexter-dssi.spec |   14 +++++++++-----
 sources          |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a2c7dd8..981c0cc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 hexter-0.6.2.tar.gz
+/hexter-1.0.0.tar.gz
diff --git a/hexter-dssi.spec b/hexter-dssi.spec
index 0d0ba02..9c19248 100644
--- a/hexter-dssi.spec
+++ b/hexter-dssi.spec
@@ -1,9 +1,9 @@
 Summary:      DSSI software synthesizer plugin emulating DX7
 Name:         hexter-dssi
-Version:      0.6.2
-Release:      8%{?dist}
+Version:      1.0.0
+Release:      1%{?dist}
 URL:          http://dssi.sourceforge.net/hexter.html
-Source0:      http://easynews.dl.sourceforge.net/sourceforge/dssi/hexter-%{version}.tar.gz
+Source0:      http://downloads.sourceforge.net/project/dssi/hexter/1.0.1/hexter-%{version}.tar.gz
 Source1:      hexter.desktop
 Source2:      hexter.png
 License:      GPLv2+
@@ -34,10 +34,11 @@ interfaces, permitting them to be hosted in-process by audio applications.
 %setup -q -n hexter-%{version}
 
 %build
-%configure
+export LDFLAGS="-lm"
+%configure --with-gnu-ld --with-gtk
 
 make %{?_smp_mflags}
-(cd extra; gcc $CFLAGS -o tx_edit tx_edit.c -lcurses -lasound)
+(cd extra; gcc $CFLAGS -o tx_edit tx_edit.c -lcurses -lasound -lm)
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -81,6 +82,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %exclude %{_libdir}/dssi/hexter.la
 
 %changelog
+* Thu Nov 01 2012 Brendan Jones <brendan.jones.it at gmail.com> 1.0.0-1
+- New upstream release
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.2-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 5062ac7..4105ecd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d4f9e7218f658423fedfba340a0f1550  hexter-0.6.2.tar.gz
+b73ef7090b2747ee2e6d1b0d24e95456  hexter-1.0.0.tar.gz


More information about the scm-commits mailing list