Hello community,

here is the log from the commit of package rosegarden for openSUSE:Factory 
checked in at 2014-09-22 09:24:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rosegarden (Old)
 and      /work/SRC/openSUSE:Factory/.rosegarden.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rosegarden"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rosegarden/rosegarden.changes    2014-02-11 
12:00:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rosegarden.new/rosegarden.changes       
2014-09-22 09:24:09.000000000 +0200
@@ -1,0 +2,28 @@
+Fri Sep 19 12:28:37 UTC 2014 - [email protected]
+
+- Update to release 14.02 code named "Kaleidoscope"
+- Upstream Bug Fixes
+  * Fix a transposition bug (Bug #1383, r13540).
+  * Fix a bug related to running status and meta events in exported MIDI files
+    (r13544)
+  * Fix an endless loop with certain MIDI files (Bug #1419, r13550)
+  * Pitch tracker patch from Nick Bailey (r13597)
+  * Fix a crash when exporting to LilyPond with an empty copyright header
+    (r13603)
+  * Fix for bad handling of "(c)" in the copyright header when exporting to
+    LilyPond (r13603)
+  * Fix for handling obscure MIDI files that have an extra unused padding byte
+    at the very end (r13604)
+  * Fix to allow controllers in zero-length segments to play (r13650)
+  * Fix for guessBeats crashes (r13653)
+  * Fix for channel allocator waste-minimizer (r13654)
+  * Fix to avoid freeing zero-length intervals (r13655)
+  * Fix Jump to Quick Marker shortcut, Ctrl+M, in notation (r13656)
+  * Fix for first note of a segment playing late (Bug 1378, r13657)
+- New Features
+  * New auto-expand feature added to the Change Composition Length dialog
+    (Feature #417, r13542, r13555).
+- New Device Files
+  * Casio CTK-3200 device file contributed by Eric (tuxyme)
+
+-------------------------------------------------------------------

Old:
----
  rosegarden-13.10.tar.bz2

New:
----
  rosegarden-14.02.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rosegarden.spec ++++++
--- /var/tmp/diff_new_pack.L4LPnF/_old  2014-09-22 09:24:11.000000000 +0200
+++ /var/tmp/diff_new_pack.L4LPnF/_new  2014-09-22 09:24:11.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rosegarden
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
 #
 
 Name:           rosegarden
-Version:        13.10
+Version:        14.02
 Release:        0
 License:        GPL-2.0+
 Summary:        Midi, Audio And Notation Editor
@@ -104,7 +104,6 @@
 rm -rf %{buildroot}%{_datadir}/%{name}/mime
 rm -f %{buildroot}%{_datadir}/%{name}/*.cpp
 rm -f %{buildroot}%{_datadir}/%{name}/*.o
-rm -f %{buildroot}%{_datadir}/%{name}/rc/notation.rc~ 
 chmod 755 %{buildroot}%{_datadir}/%{name}/scripts/*
 chmod 644 %{buildroot}%{_datadir}/%{name}/scripts/lircrc.rosegarden
 chmod 644 %{buildroot}%{_datadir}/%{name}/scripts/README
@@ -130,6 +129,7 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING README
+%dir %{_datadir}/appdata
 %dir %{_datadir}/%{name}/
 %dir %{_datadir}/%{name}/autoload
 %dir %{_datadir}/%{name}/chords
@@ -161,7 +161,6 @@
 %{_datadir}/%{name}/styles/*
 %{_datadir}/%{name}/templates/*
 %{_datadir}/mime/packages/%{name}.xml
-%dir %{_datadir}/appdata
 %{_datadir}/appdata/rosegarden.appdata.xml
 
 %changelog

++++++ rosegarden-10.10-filepaths.patch ++++++
--- /var/tmp/diff_new_pack.L4LPnF/_old  2014-09-22 09:24:11.000000000 +0200
+++ /var/tmp/diff_new_pack.L4LPnF/_new  2014-09-22 09:24:11.000000000 +0200
@@ -1,8 +1,8 @@
 Index: src/gui/widgets/FileDialog.cpp
 ===================================================================
---- src/gui/widgets/FileDialog.cpp.orig        2011-12-11 22:09:18.000000000 
+0200
-+++ src/gui/widgets/FileDialog.cpp     2012-03-08 10:16:17.474603556 +0200
-@@ -49,8 +49,8 @@ FileDialog::FileDialog(QWidget *parent,
+--- src/gui/widgets/FileDialog.cpp.orig        2014-03-03 13:58:55.000000000 
+0200
++++ src/gui/widgets/FileDialog.cpp     2014-09-19 14:38:06.330513955 +0200
+@@ -51,8 +51,8 @@ FileDialog::FileDialog(QWidget *parent,
      QList<QUrl> urls;
  
      QString home = 
QUrl::fromLocalFile(QDesktopServices::storageLocation(QDesktopServices::HomeLocation)).path();
@@ -15,9 +15,9 @@
      RG_DEBUG  << "FileDialog::FileDialog(...)" << endl
 Index: src/gui/studio/BankEditorDialog.cpp
 ===================================================================
---- src/gui/studio/BankEditorDialog.cpp.orig   2011-12-11 22:09:20.000000000 
+0200
-+++ src/gui/studio/BankEditorDialog.cpp        2012-03-08 10:16:17.475603526 
+0200
-@@ -1554,7 +1554,7 @@ void
+--- src/gui/studio/BankEditorDialog.cpp.orig   2014-03-03 13:58:56.000000000 
+0200
++++ src/gui/studio/BankEditorDialog.cpp        2014-09-19 14:38:06.331514197 
+0200
+@@ -1555,7 +1555,7 @@ void
  BankEditorDialog::slotImport()
  {
      QString home = 
QUrl::fromLocalFile(QDesktopServices::storageLocation(QDesktopServices::HomeLocation)).path();

++++++ rosegarden-13.10.tar.bz2 -> rosegarden-14.02.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/rosegarden/rosegarden-13.10.tar.bz2 
/work/SRC/openSUSE:Factory/.rosegarden.new/rosegarden-14.02.tar.bz2 differ: 
char 11, line 1

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to