Hello community,

here is the log from the commit of package rosegarden for openSUSE:Leap:15.2 
checked in at 2020-02-19 18:42:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/rosegarden (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.rosegarden.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rosegarden"

Wed Feb 19 18:42:52 2020 rev:19 rq:772310 version:19.06

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/rosegarden/rosegarden.changes  2020-01-15 
15:57:49.323747434 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.rosegarden.new.26092/rosegarden.changes       
2020-02-19 18:42:53.318372570 +0100
@@ -1,0 +2,74 @@
+Mon Jun 10 09:22:55 UTC 2019 - Dave Plater <[email protected]>
+
+- Update to rosegarden xerxes version 19.06
+- Upstream changes:
+  *Bug fixes:
+  *Fix potential crashes during playback (r15422)
+  *Fix crash when rescaling during playback (r15423)
+  *Fix crash when splitting during playback (r15424)
+  *Fix horizontal wheel scrolling on segment canvas
+   (Bug #1561, r15430)
+  *Fix horizontal wheel scrolling on Matrix and Notation editors
+   (Bug #1561, r15432)
+  *Enable High DPI Scaling (Bug #1565, r15444)
+  *Roland-CM-64.rgd: Fix SN-U110-02 perc mappings (r15448)
+  *Avoid using null pointers (Bug #1566, r15453)
+  *Fix broken right edge auto scroll (Bug #1567, r15462, r15464)
+  *Fix crash when adding a Track with no Devices (r15463)
+  *Fix numerous memory leaks (r15466, r15470-5, r15477, r15479,
+   r15481, etc…)
+  *Fix build with Qt5.7 which doesn't have QSharedPointer(nullptr)
+   (r15476)
+  *SegmentParameterBox:Fix invalid memory access(Bug #1568, r15492)
+  *Fix Qt 5.7 QSharedPointer/nullptr build issue (r15493)
+  *New Features:
+  *Add Ctrl+Space shortcut for record (r15482)
+
+-------------------------------------------------------------------
+Tue Dec 18 10:14:21 UTC 2018 - [email protected]
+
+- Update to release 18.12
+- Include newly added librosegardenprivate.so
+- Upstream changes:
+  *Fixed stuck notes on matrix editor (r15283)
+  *Fixed some double-gzipped .rgd file (r15344, r15345)
+  *Removed support for Qt4 (r15347)
+  *Improved support for HiDPI displays (r15349, r15352)
+  *Fixed crash when loading composition (r15355)
+  *cmake 3.1 or above is now required (r15357)
+  *Migrate to C++11 (r15361)
+  *Use QLockFile for the document lock file, reducing leftover
+   lock file warnings (r15373)
+  *Show pointer position on new staff when clicking on a different
+   staff (r15382)
+  *Fixed wrong warning about “lyric” text type during export.
+   (r15392)
+  *Fixed some range checks in SequencerDataBlock (r15402)
+
+-------------------------------------------------------------------
+Tue Sep  4 11:22:42 UTC 2018 - [email protected]
+
+- Update to release 18.06.
+- Upstream changes:
+  *Manage MIDI Banks and Programs window now uses a scroll area
+   instead of tabs. (r15227)
+  *Add “Reset to Defaults” button to Track Parameters. (r15241)
+  *Standardized scroll wheel behavior. (Feature #445, r15245,
+   r15246, r15248, r15265)
+  *Notation: Offer spacing up to 400%. (r15266)
+  *Notation spacing is now saved to the .rg file. (r15269)
+  *Fix misc spelling errors flagged by lintian (Bug #1556, r15149)
+  *Fix soft synth tracks not responding to volume fader changes.
+  (Bug #1557, r15189)
+  *Fix Receive External checkbox not cleared. (r15194)
+  *Fix key map popup menu position on the Manage MIDI Banks and
+   Programs window. Current key map is now under the mouse as it
+   should be. (r15221)
+  *Fix a memory leak. (r15235)
+  *Fix gray leftovers when going out of Archive. (r15240)
+  *Fix Track preset name not loaded from .rg file. (r15242)
+  *Fix TrackButtons flicker when switching files. (r15244)
+  *Fix vertical zoom reset on the Matrix editor. (r15267)
+  *Fix vertical zoom reset on the Notation editor. (r15268)
+
+-------------------------------------------------------------------

Old:
----
  rosegarden-17.12.tar.bz2

New:
----
  rosegarden-19.06.tar.bz2

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

Other differences:
------------------
++++++ rosegarden.spec ++++++
--- /var/tmp/diff_new_pack.3mo8IN/_old  2020-02-19 18:42:53.794373568 +0100
+++ /var/tmp/diff_new_pack.3mo8IN/_new  2020-02-19 18:42:53.798373576 +0100
@@ -16,9 +16,9 @@
 #
 
 Name:           rosegarden
-Version:        17.12
+Version:        19.06
 Release:        0
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Summary:        Midi, Audio And Notation Editor
 Url:            http://www.rosegardenmusic.com/
 Group:          Productivity/Multimedia/Sound/Midi
@@ -75,9 +75,6 @@
 attractive application that runs on Linux, ideal for
 composers, musicians, music students, and small studio or
 home recording environments.
-This is a complete rewrite of the old 1.7.x series of
-rosegarden and has many new features and enhancements.
-See the changelog for details.
 
 %prep
 %setup -q
@@ -95,7 +92,6 @@
 # Now uses cmake
 #%%configure --enable-debug --localedir=%%{_datadir}/%%{name}/locale/
 %cmake \
-       -DUSE_QT5:BOOL=ON \
        -DCMAKE_INSTALL_LOCALEDIR:PATH=%{_datadir}/locale/
 
 #make svnheader
@@ -142,7 +138,8 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING README
+%doc AUTHORS README
+%license COPYING
 %dir %{_datadir}/metainfo
 %dir %{_datadir}/%{name}/
 %dir %{_datadir}/%{name}/autoload
@@ -161,6 +158,7 @@
 %{_datadir}/applications/com.rosegardenmusic.%{name}.desktop
 %{_datadir}/metainfo/%{name}.appdata.xml
 %{_bindir}/%{name}
+%{_libdir}/lib%{name}private.so
 %{_mandir}/man1/*
 %{_datadir}/%{name}/*
 %{_datadir}/%{name}/presets/*

++++++ rosegarden-17.12.tar.bz2 -> rosegarden-19.06.tar.bz2 ++++++
/work/SRC/openSUSE:Leap:15.2/rosegarden/rosegarden-17.12.tar.bz2 
/work/SRC/openSUSE:Leap:15.2/.rosegarden.new.26092/rosegarden-19.06.tar.bz2 
differ: char 11, line 1


Reply via email to