[dssi] Update to 1.1.1

Orcan Ogetbil oget at fedoraproject.org
Sun Oct 9 02:31:32 UTC 2011


commit ba21374a1c5a37ca1942d20b7ac3c2c384a74db9
Author: Orcan Ogetbil <oget.fedora at gmail.com>
Date:   Sat Oct 8 22:31:30 2011 -0400

    Update to 1.1.1

 .gitignore |    1 +
 README     |   11 +++++++++++
 dssi.spec  |   23 +++++++++--------------
 sources    |    2 +-
 4 files changed, 22 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 86e7445..bf5473c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 dssi-1.0.0.tar.gz
 /dssi-1.1.0.tar.gz
+/dssi-1.1.1.tar.gz
diff --git a/README b/README
new file mode 100644
index 0000000..4a3bf86
--- /dev/null
+++ b/README
@@ -0,0 +1,11 @@
+DSSI 1.1.1 Release Notes
+
+DSSI is a plugin API for software instruments with user interfaces,
+permitting them to be hosted in-process by audio applications. It is
+intended to be simple, GUI-toolkit-agnostic, and slightly biased
+towards familiarity with MIDI. The DSSI distribution package
+contains a JACK/ALSA-sequencer reference host and some plugins as
+well as the specification and header. 
+
+Changes: The only change since the 1.1.0 release is a fix to a crash
+on startup in one of the example plugins (less_trivial_synth).
diff --git a/dssi.spec b/dssi.spec
index 8dc79ec..151067d 100644
--- a/dssi.spec
+++ b/dssi.spec
@@ -1,18 +1,15 @@
 Summary:      Disposable Soft Synth Interface
 Name:         dssi
-Version:      1.1.0
-Release:      4%{?dist}
+Version:      1.1.1
+Release:      1%{?dist}
 License:      MIT
 Group:        Applications/Multimedia
 URL:          http://dssi.sourceforge.net/
 Source0:      http://download.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
-Source1:      http://download.sf.net/sourceforge/%{name}/%{name}-%{version}-RELEASE
+Source1:      http://download.sf.net/sourceforge/%{name}/README
 # Fix 64bit plugin path
 # http://sourceforge.net/tracker/?func=detail&aid=2798711&group_id=104230&atid=637350
 Patch1:       dssi-lib64.patch
-# Fix DSO-linking failure
-# http://sourceforge.net/tracker/?func=detail&aid=2948913&group_id=104230&atid=637350
-Patch2:       dssi-linking.patch
 BuildRoot:    %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: alsa-lib-devel
@@ -54,22 +51,17 @@ Libraries, include files, etc you can use to develop DSSI based applications.
 %prep
 %setup -q
 %patch1 -p1
-%patch2 -p1 -b .linking
 
-cp -a %{SOURCE1} .
+cp -a %{SOURCE1} README.%{version}
 
 %build
 %configure
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 rm $RPM_BUILD_ROOT%{_libdir}/dssi/*.la
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %check
 # Build and run the tests
 make -C tests controller
@@ -77,7 +69,7 @@ tests/controller
 
 %files
 %defattr(-,root,root,-)
-%doc README ChangeLog doc/TODO *-RELEASE
+%doc README* ChangeLog doc/TODO
 %{_bindir}/dssi_osc_send
 %{_bindir}/dssi_osc_update
 %{_bindir}/jack-dssi-host
@@ -101,11 +93,14 @@ tests/controller
 
 %files devel
 %defattr(-,root,root,-)
-%doc doc/*.txt doc/*.html COPYING
+%doc doc/*.txt COPYING
 %{_includedir}/dssi.h
 %{_libdir}/pkgconfig/dssi.pc
 
 %changelog
+* Sat Oct 08 2011 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.1.1-1
+- Update to 1.1.1
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 11ba2d5..087043e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dfc850e66fae94e7ec08aebb43d07848  dssi-1.1.0.tar.gz
+619ab73c883b02dc37ddb37001591f8b  dssi-1.1.1.tar.gz


More information about the scm-commits mailing list