Hello community,

here is the log from the commit of package rosegarden for openSUSE:Factory 
checked in at 2017-05-27 13:13:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rosegarden (Old)
 and      /work/SRC/openSUSE:Factory/.rosegarden.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rosegarden"

Sat May 27 13:13:35 2017 rev:28 rq:489921 version:17.04

Changes:
--------
--- /work/SRC/openSUSE:Factory/rosegarden/rosegarden.changes    2016-11-14 
20:15:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rosegarden.new/rosegarden.changes       
2017-05-27 13:13:51.993663764 +0200
@@ -1,0 +2,38 @@
+Fri Apr 21 16:32:14 UTC 2017 - [email protected]
+
+- Update to release 17.04 codename "Twice in a blue moon".
+- Removed rosegarden-fix-crash.patch fix is in this version.
+- Rebased rosegarden-10.10-filepaths.patch.
+- Upstream changes:
+  *Bug Fixes
+  * Fix memory leak: delete StartupLogo when closing it.
+  * Add compilation fix for Ubuntu 16.04.01 LTS.
+  * TrackParameterBox: Fix initial track label problem.
+  * Fix #1534: Send channel setup when output is changed.
+  * TrackParameterBox: Make color combo visible for audio tracks.
+  * autoload: Fix audio track colors.
+  * Fix #1532: Crash when trying to edit a triggered segment.
+  * Fix #1536: Crash on dangling Instrument IDs.
+  * Fix “Always use default studio” stickiness.
+  * Fix #1538: No sound when entering notes with keyboard.
+  * Fix time stamp bug in MIDI file export.
+  * Improve progress dialogs throughout the application.
+  * Repair control rulers in Qt 5 builds.
+  * Cleanup incorrect name and filter during audio file export.
+  * Fix compilation with -DQT_STRICT_ITERATORS.
+  * Fix compilation without jack.
+  * Enable -DQT_NO_URL_CAST_FROM_STRING and fix compilation
+    accordingly.
+  * Fix “all piano” issue with empty connections.
+  * Fix MIDI import connection problem.
+  * Fix a bug in the parallels checker, bug #1544.
+  * Fix #1491 Xruns on exit.
+  * Fix wait cursor.
+  *New Features
+  * Hide unused frames for audio tracks in track parameters.
+  * Improve handling of collapsing frames in track parameters
+    and document properties.
+  * Track 20 recent files, rather than 10.
+  * Replace stylesheet with custom QStyle.
+
+-------------------------------------------------------------------

Old:
----
  rosegarden-16.06.tar.bz2
  rosegarden-fix-crash.patch

New:
----
  rosegarden-17.04.tar.bz2

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

Other differences:
------------------
++++++ rosegarden.spec ++++++
--- /var/tmp/diff_new_pack.PyWriV/_old  2017-05-27 13:13:52.917533148 +0200
+++ /var/tmp/diff_new_pack.PyWriV/_new  2017-05-27 13:13:52.917533148 +0200
@@ -16,22 +16,19 @@
 #
 
 Name:           rosegarden
-Version:        16.06
+Version:        17.04
 Release:        0
 License:        GPL-2.0+
 Summary:        Midi, Audio And Notation Editor
 Url:            http://www.rosegardenmusic.com/
 Group:          Productivity/Multimedia/Sound/Midi
-# http://sourceforge.net/projects/rosegarden/files/ This source url prevents 
me from checking out the tarball.
-Source0:        %{name}/%{version}/%{name}-%{version}.tar.bz2
+Source0:        
https://sourceforge.net/projects/rosegarden/files/%{name}/%{version}/%{name}-%{version}.tar.bz2
 Source1:        %{name}.xpm
 Source2:        %{name}.1
 # PATCH-FIX-OPENSUSE [email protected] This patch fixes the file search 
paths for examples, templates and midi driver libraries.
 Patch1:         rosegarden-10.10-filepaths.patch
 # PATCH-FIX-OPENSUSE [email protected] fix bashisms in scripts
 Patch2:         rosegarden-14.02-fix-bashisms.patch
-#PATCH_FIX-UPSTREAM [email protected] Fixes 
https://sourceforge.net/p/rosegarden/bugs/1536/
-Patch3:         rosegarden-fix-crash.patch
 BuildRequires:  alsa-devel
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  dssi-devel
@@ -73,11 +70,6 @@
 Requires:       jack
 Recommends:     qsynth
 Recommends:     fluidsynth-dssi
-# This is old, rosegarden was a kde3 app called rosegarden4 and it's first qt4 
version had the qt4 suffix.
-#Provides:       rosegarden-qt4 = %%{version}
-#Obsoletes:      rosegarden-qt4 < %%{version}
-#Provides:       rosegarden4 = %%{version}
-#Obsoletes:      rosegarden4 < %%{version}
 Icon:           rosegarden.xpm
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -96,7 +88,6 @@
 %setup -q
 %patch1
 %patch2
-%patch3 -p1
 # When we build svn we need to execute bootstrap.sh
 #sh bootstrap.sh
 

++++++ rosegarden-10.10-filepaths.patch ++++++
--- /var/tmp/diff_new_pack.PyWriV/_old  2017-05-27 13:13:52.949528624 +0200
+++ /var/tmp/diff_new_pack.PyWriV/_new  2017-05-27 13:13:52.949528624 +0200
@@ -1,10 +1,10 @@
 Index: src/gui/widgets/FileDialog.cpp
 ===================================================================
---- src/gui/widgets/FileDialog.cpp.orig
-+++ src/gui/widgets/FileDialog.cpp
-@@ -58,8 +58,8 @@ FileDialog::FileDialog(QWidget *parent,
+--- src/gui/widgets/FileDialog.cpp.orig        2017-04-19 15:39:16.000000000 
+0200
++++ src/gui/widgets/FileDialog.cpp     2017-04-21 18:31:36.613889673 +0200
+@@ -56,8 +56,8 @@ FileDialog::FileDialog(QWidget *parent,
  #else
-     QString home = 
QUrl::fromLocalFile(QDesktopServices::storageLocation(QDesktopServices::HomeLocation)).path();
+     QString home = 
QDesktopServices::storageLocation(QDesktopServices::HomeLocation);
  #endif
 -    QString examples = home + "/.local/share/rosegarden/examples";
 -    QString templates = home + "/.local/share/rosegarden/templates";
@@ -15,9 +15,9 @@
      RG_DEBUG  << "FileDialog::FileDialog(...)"
 Index: src/gui/studio/BankEditorDialog.cpp
 ===================================================================
---- src/gui/studio/BankEditorDialog.cpp.orig
-+++ src/gui/studio/BankEditorDialog.cpp
-@@ -1568,7 +1568,7 @@ BankEditorDialog::slotImport()
+--- src/gui/studio/BankEditorDialog.cpp.orig   2017-04-19 15:39:14.000000000 
+0200
++++ src/gui/studio/BankEditorDialog.cpp        2017-04-21 18:31:36.613889673 
+0200
+@@ -1553,7 +1553,7 @@ BankEditorDialog::slotImport()
  #else
      QString home = 
QUrl::fromLocalFile(QDesktopServices::storageLocation(QDesktopServices::HomeLocation)).path();
  #endif

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

++++++ rosegarden.1 ++++++
--- /var/tmp/diff_new_pack.PyWriV/_old  2017-05-27 13:13:52.985523535 +0200
+++ /var/tmp/diff_new_pack.PyWriV/_new  2017-05-27 13:13:52.989522970 +0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.43.3.
-.TH ROSEGARDEN "1" "October 2016" "Rosegarden version: 16.06 ("Rhapsody in 
Blue")" "User Commands"
+.TH ROSEGARDEN "1" "October 2016" "Rosegarden version: 17.04 ("Twice in a Blue 
Moon")" "User Commands"
 .SH NAME
 Rosegarden \- manual page for Rosegarden version: 16.06 ("Rhapsody in Blue")
 .SH DESCRIPTION


Reply via email to