[xsynth-dssi/f12/master: 4/5] - Update to 0.9.4

Orcan Ogetbil oget at fedoraproject.org
Sun Sep 26 07:14:56 UTC 2010


commit 86530a58627c070e3552daff0b30b99985e7aa74
Author: Orcan Ogetbil <oget.fedora at gmail.com>
Date:   Sun Sep 26 03:10:09 2010 -0400

    - Update to 0.9.4

 .gitignore                |    1 +
 sources                   |    2 +-
 xsynth-dssi-0.9.4-RELEASE |   10 ++++++++++
 xsynth-dssi.spec          |   22 ++++++++++++++--------
 4 files changed, 26 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 61157ae..f29aac7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 xsynth-dssi-0.9.2.tar.gz
+/xsynth-dssi-0.9.4.tar.gz
diff --git a/sources b/sources
index ba94c12..70021df 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9186bb3ef8aff99e2aef644c946e5d55  xsynth-dssi-0.9.2.tar.gz
+3432ecdac06407a992f80eb1c1ecf7cd  xsynth-dssi-0.9.4.tar.gz
diff --git a/xsynth-dssi-0.9.4-RELEASE b/xsynth-dssi-0.9.4-RELEASE
new file mode 100644
index 0000000..240b27a
--- /dev/null
+++ b/xsynth-dssi-0.9.4-RELEASE
@@ -0,0 +1,10 @@
+Xsynth-DSSI 0.9.4 Release Notes
+
+Xsynth-DSSI is a classic-analog (VCOs-VCF-VCA) style software
+synthesizer which operates as a plugin for the DSSI Soft Synth
+Interface.
+
+Changes since version 0.9.2: this release, which adds no new
+synthesis features, fixes a number of minor bugs, makes patch
+handling more robust across locales, and uses cairo (when
+available) to draw nicer knobs in the GUI.
diff --git a/xsynth-dssi.spec b/xsynth-dssi.spec
index 2e1578e..40446e8 100644
--- a/xsynth-dssi.spec
+++ b/xsynth-dssi.spec
@@ -1,14 +1,15 @@
 Summary:    Classic-analog style software synthesizer
 Name:       xsynth-dssi
-Version:    0.9.2
-Release:    4%{?dist}
+Version:    0.9.4
+Release:    1%{?dist}
 License:    GPLv2+
 Group:      Applications/Multimedia
 URL:        http://dssi.sourceforge.net/download.html#Xsynth-DSSI
-Source0:    http://dl.sourceforge.net/sourceforge/dssi/%{name}-%{version}.tar.gz
-Source1:    %{name}.desktop
+Source0:    http://download.sf.net/dssi/%{name}-%{version}.tar.gz
+Source1:    http://download.sf.net/dssi/%{name}-%{version}-RELEASE
+Source2:    %{name}.desktop
 # Derived from src/bitmap_logo.xbm
-Source2:    %{name}.png
+Source3:    %{name}.png
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: alsa-lib-devel
@@ -28,6 +29,8 @@ be hosted in-process by audio applications.
 %prep
 %setup -q
 
+cp -a %{SOURCE1} .
+
 %build
 %configure
 make %{?_smp_mflags}
@@ -47,11 +50,11 @@ rm $RPM_BUILD_ROOT%{_libdir}/dssi/%{name}.la
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
 desktop-file-install                              \
   --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
-  %{SOURCE1}
+  %{SOURCE2}
 
 # Icon
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps
-install -pm 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
+install -pm 644 %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -71,7 +74,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog README TODO COPYING
+%doc AUTHORS ChangeLog README TODO COPYING *-RELEASE
 %{_bindir}/%{name}
 %{_libdir}/dssi/%{name}/
 %{_libdir}/dssi/%{name}.so
@@ -80,6 +83,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/icons/hicolor/48x48/apps/%{name}.png
 
 %changelog
+* Sun Sep 26 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.9.4-1
+- Update to 0.9.4
+
 * Tue Jul 20 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.9.2-4
 - Rebuild against new liblo-0.26
 


More information about the scm-commits mailing list