Hello community,

here is the log from the commit of package rosegarden for openSUSE:Factory 
checked in at 2016-10-23 12:51:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2016-07-21 
08:19:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rosegarden.new/rosegarden.changes       
2016-10-23 12:51:31.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Oct 16 07:56:16 UTC 2016 - davejpla...@gmail.com
+
+- Added rosegarden-fix-crash.patch to fix rosegarden bug:
+  https://sourceforge.net/p/rosegarden/bugs/1536/
+
+-------------------------------------------------------------------

New:
----
  rosegarden-fix-crash.patch

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

Other differences:
------------------
++++++ rosegarden.spec ++++++
--- /var/tmp/diff_new_pack.ro5YGR/_old  2016-10-23 12:51:32.000000000 +0200
+++ /var/tmp/diff_new_pack.ro5YGR/_new  2016-10-23 12:51:32.000000000 +0200
@@ -26,9 +26,12 @@
 Source0:        %{name}/%{version}/%{name}-%{version}.tar.bz2
 Source1:        %{name}.xpm
 Source2:        %{name}.1
-# This patch fixes the file search paths for examples, templates and midi 
driver libraries.
+# PATCH-FIX-OPENSUSE davejpla...@gmail.com This patch fixes the file search 
paths for examples, templates and midi driver libraries.
 Patch1:         rosegarden-10.10-filepaths.patch
+# PATCH-FIX-OPENSUSE led...@gmail.com fix bashisms in scripts
 Patch2:         rosegarden-14.02-fix-bashisms.patch
+#PATCH_FIX-UPSTREAM davejpla...@gmail.com Fixes 
https://sourceforge.net/p/rosegarden/bugs/1536/
+Patch3:         rosegarden-fix-crash.patch
 BuildRequires:  alsa-devel
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  dssi-devel
@@ -93,6 +96,7 @@
 %setup -q
 %patch1
 %patch2
+%patch3 -p1
 # When we build svn we need to execute bootstrap.sh
 #sh bootstrap.sh
 

++++++ rosegarden-fix-crash.patch ++++++
--- a/src/document/RosegardenDocument.cpp
+++ b/src/document/RosegardenDocument.cpp
@@ -947,6 +947,10 @@

         Instrument *instrument = m_studio.getInstrumentById(instrumentId);

+        // If this instrument doesn't exist, try the next track.
+        if (!instrument)
+            continue;
+
         // If this isn't a MIDI instrument, try the next track.
         if (instrument->getType() != Instrument::Midi)
             continue;
++++++ rosegarden.1 ++++++
--- /var/tmp/diff_new_pack.ro5YGR/_old  2016-10-23 12:51:32.000000000 +0200
+++ /var/tmp/diff_new_pack.ro5YGR/_new  2016-10-23 12:51:32.000000000 +0200
@@ -1,9 +1,9 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
-.TH ROSEGARDEN "1" "November 2010" "http://www.rosegardenmusic.com"; 
"Midi,Audio And Notation Editor"
+.\" 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"
 .SH NAME
-Rosegarden \- ROSEGARDEN
+Rosegarden \- manual page for Rosegarden version: 16.06 ("Rhapsody in Blue")
 .SH DESCRIPTION
 Thorn \- true
 .PP
-Build key: 6ea2c1bb54
-Built against Qt version: 4.6.3
+Build key: 6308665195
+Built against Qt version: 5.5.0


Reply via email to