[rosegarden4] Update to 13.10

Brendan Jones bsjones at fedoraproject.org
Tue Nov 5 02:40:46 UTC 2013


commit 8aac941d9ace4c596d4e6639f88a893e2c96ee62
Author: Brendan Jones <brendan.jones.it at gmail.com>
Date:   Tue Nov 5 03:36:04 2013 +0100

    Update to 13.10

 .gitignore                    |    1 +
 rosegarden-13.06-r13430.patch |   57 -----
 rosegarden-13.06.README       |  494 -----------------------------------------
 rosegarden-13.10.README       |   83 +++++++
 rosegarden4.spec              |   10 +-
 sources                       |    2 +-
 6 files changed, 90 insertions(+), 557 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fcd2c0c..3bf85f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ rosegarden-10.04.2.tar.bz2
 /README
 /rosegarden-13.04.tar.bz2
 /rosegarden-13.06.tar.bz2
+/rosegarden-13.10.tar.bz2
diff --git a/rosegarden-13.10.README b/rosegarden-13.10.README
new file mode 100644
index 0000000..922e506
--- /dev/null
+++ b/rosegarden-13.10.README
@@ -0,0 +1,83 @@
+====== ROSEGARDEN 13.10, codename "Joie de Vivre" RELEASED ======
+
+The Rosegarden team is proud to announce the release of version 13.10 of
+Rosegarden, the MIDI sequencer that features a rich understanding of music
+notation along with basic support for digital audio.
+
+http://www.rosegardenmusic.com/
+
+This release adds a few minor features and fixes a goodly number of bad bugs.
+The most interesting new features are a new configuration option that allows
+you to avoid starting JACK when Rosegarden starts, and a new Interpret Toolbar
+in the notation editor that provides a streamlined way of applying the
+interpretations formerly only accessible through the Interpret dialog.
+
+===== Bug Fixes =====
+ 
+  * Pitch Bend Sequence Dialog, number of steps must be positive.  (r13345)
+
+  * Fix disconnected move up staff / move down staff commands (r13352)
+
+  * Fix sysex import dialog black-on-black problem (bug #1396, r13353)
+
+  * Fix for #1372 Rests of new segments don't adapt to time signature changes.
+    From Daniel Gloeckner.  (r13354)
+
+  * Fix a refresh bug introduced in r13273 and present in 13.06 involving
+    deleting contemporaneous segments on a track.  This may have broken
+    CompositionView refresh in other cases as well.  (r13367)
+
+  * Fix UTF8 in track and segment names. (r13362, r13363)
+
+  * Fix the update of notation editors when a track name is changed (r13370)
+
+  * Fix a "No such key" bug in the key signature dialog (r13385)
+
+  * Fix MIDI thru latency issue when recording (bug #1393, r13414)
+
+  * Fix repeating segments so they function when overlapping on one track
+
+  * Fix tuplet numbers drawing in black when they should be other colors
+  * (r13444)
+
+  * Fix several interconnected bugs related to MIDI export that were causing a
+    variety of problems due to issues with bad event ordering and the
+    introduction of spurious controllers
+
+  * Fix problems when recording past the end of the composition (bug #1407,
+    r13499)
+
+  * Fix various crashes when pasting (r13510)
+
+  * Fix crash when attempting to import programs from .sfArk files (format not
+    supported) (r13515)
+
+
+===== New Features =====
+  * Selection event filter can select rests
+
+  * Selection event filter can select either performance or notation duration
+
+  * LilyPond export converts a ''(c)'' or a ''(C)'' in the copyright header to a
+    proper symbol automatically
+
+  * New interpretation toolbar for the notation editor streamlines the
+    ''**Adjust -> Interpret**'' process
+
+  * New option to allow LilyPond to export fingerings inside the staff (can
+    improve collision resolution)
+
+  * New option to instruct Rosegarden not to start JACK automatically at
+    startup, allowing you to control this behavior without having to put garbage
+    in your ~/.jackdrc file
+
+  * Support LilyPond 2.14
+
+  
+=====Other people who contributed to Rosegarden development:=====
+  * Daniel Gloeckner
+
+=====People who contributed device files to the Rosegarden Library=====
+  * Gary G.
+  * Oliver Ücker 
+  * J.P. Morris
diff --git a/rosegarden4.spec b/rosegarden4.spec
index cd21864..b5949da 100644
--- a/rosegarden4.spec
+++ b/rosegarden4.spec
@@ -1,9 +1,9 @@
-%global maj 13.06
+%global maj 13.10
 #%%global min 
 
 Name:          rosegarden4
 Version:       %{maj}
-Release:       2%{?dist}
+Release:       1%{?dist}
 Summary:       MIDI, audio and notation editor
 Group:         Applications/Multimedia
 License:       GPLv2+
@@ -13,8 +13,6 @@ Source0:       http://downloads.sourceforge.net/project/rosegarden/rosegarden/%{
 Source1:       rosegarden-%{maj}.README
 # Fedora doesn't want fonts built into the final binary
 Patch0:        rosegarden-separate-fonts.patch
-# gnome-software support
-Patch1:        rosegarden-13.06-r13430.patch
 
 BuildRequires: alsa-lib-devel
 BuildRequires: desktop-file-utils
@@ -73,7 +71,6 @@ use of Rosegarden.
 %prep
 %setup -q -n rosegarden-%{version}
 %patch0 -p1 -b .fonts
-%patch1 -p3 -b .app-installer
 
 # Release notes
 cp -a %{SOURCE1} ./README.%{maj}
@@ -144,6 +141,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %doc data/fonts/README COPYING
 
 %changelog
+* Tue Nov 05 2013 Brendan Jones <brendan.jones.it at gmail.com> 13.10-1
+- Update to 13.10
+
 * Mon Sep 30 2013 Brendan Jones <brendan.jones.it at gmail.com> 13.06-2
 - Add appdata file
 - Clean up changelog
diff --git a/sources b/sources
index 5855541..f0a6701 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-67b110277718b6ef2ec098a8fc452340  rosegarden-13.06.tar.bz2
+730a830da4d3b60fa8b15716d8dcd8a4  rosegarden-13.10.tar.bz2


More information about the scm-commits mailing list