SHA256
1
0
forked from pool/seq24

- update to 0.9.2

* Fixed error if path for last used directory is not properly set.
  * Fix tooltip usage for older GTK versions (GTK_MINOR_VERSION < 12)
  * Fix sched_param memory leaks
  * Fix doubled key event for screen set name line
 
 New Features
  * Add support for jack session, patch provided by Torben Hohn
  * Add interrupt handler for SIGUSR1 to enable LADISH level 1 support
  * Add interrupt handler for SIGINT to ask for unsaved file changes
  * Remove "-f" command line option to be replaced by a simple <filename>
    argument (see "seq24 --help" for more information)
General Changes
  * Add mnemonics for bottom line widgets in main window and label for
    screen set name edit line
  * Add missing command line parameters to help message, display short
    options as well
  * Add command line option for program version
  * Add missing command line parameters to man page
  * Remove complaints about file read error if configuration files do not
    exist
  * Cleanup configure.in: remove unused variables, harmonize option
    enabling/disabling
  * Some code cleanups

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/seq24?expand=0&rev=12
This commit is contained in:
Stephan Kulow 2011-12-19 13:09:02 +00:00 committed by Git OBS Bridge
parent 33d39c0fea
commit 208b9b7daa
4 changed files with 35 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:525893bc67d5b55dcc0326903f91acdd5e96e092e01a1a3109ac62242d7d2fc5
size 131712

3
seq24-0.9.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dbcfd18b7744ae739717588dd71a9923e5c08cf8fe1d3e71c897515cab875b0a
size 213059

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Mon Dec 19 13:06:49 UTC 2011 - coolo@suse.de
- update to 0.9.2
* Fixed error if path for last used directory is not properly set.
* Fix tooltip usage for older GTK versions (GTK_MINOR_VERSION < 12)
* Fix sched_param memory leaks
* Fix doubled key event for screen set name line
New Features
* Add support for jack session, patch provided by Torben Hohn
* Add interrupt handler for SIGUSR1 to enable LADISH level 1 support
* Add interrupt handler for SIGINT to ask for unsaved file changes
* Remove "-f" command line option to be replaced by a simple <filename>
argument (see "seq24 --help" for more information)
General Changes
* Add mnemonics for bottom line widgets in main window and label for
screen set name edit line
* Add missing command line parameters to help message, display short
options as well
* Add command line option for program version
* Add missing command line parameters to man page
* Remove complaints about file read error if configuration files do not
exist
* Cleanup configure.in: remove unused variables, harmonize option
enabling/disabling
* Some code cleanups
-------------------------------------------------------------------
Fri Dec 2 16:43:00 UTC 2011 - coolo@suse.com

View File

@ -23,11 +23,11 @@ BuildRequires: gtkmm2-devel
BuildRequires: jack-devel
BuildRequires: update-desktop-files
Summary: A Small, Real-Time MIDI Sequencer
Version: 0.9.0
Release: 0
License: GPL-2.0+
Group: Productivity/Multimedia/Sound/Midi
Source: http://launchpad.net/seq24/trunk/0.9.0/+download/%{name}-%{version}.tar.bz2
Version: 0.9.2
Release: 0
Source: http://launchpad.net/seq24/trunk/%{version}/+download/%{name}-%{version}.tar.bz2
Source1: %name.desktop
Source2: seq24.png
Patch0: seq24-buttonbox.patch