Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rosegarden for openSUSE:Factory 
checked in at 2021-01-18 11:30:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rosegarden (Old)
 and      /work/SRC/openSUSE:Factory/.rosegarden.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rosegarden"

Mon Jan 18 11:30:26 2021 rev:38 rq:863955 version:20.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/rosegarden/rosegarden.changes    2020-08-17 
12:09:47.370841691 +0200
+++ /work/SRC/openSUSE:Factory/.rosegarden.new.28504/rosegarden.changes 
2021-01-18 11:34:45.685106449 +0100
@@ -1,0 +2,43 @@
+Mon Jan 18 00:12:21 UTC 2021 - Dirk M??ller <[email protected]>
+
+- update to 20.12:
+  * Fix QPainterPath compilation error (r15845)
+  * Fixed several SysEx-related bugs in the Event editor (r15853)
+    * SysEx load now remembers the last used path.
+    * SysEx load now strips the F0/F7 bytes from the file when reading.
+    * SysEx save now remembers the last used path.
+    * SysEx save now fills in the FileDialog fields correctly.
+    * SysEx save now adds the F0/F7 bytes to the data before saving.
+  * Event Editor: Fix garbage on SysEx load error (r15855)
+  * Event Parameter Dialog: Fix incorrect window title (r15857)
+  * Fix length of notes added in percussion matrix (r15870)
+  * Fix compilation error with Qt < 5.8 (r15872, r15896, others)
+  * Fix issues with ALSA port name matching at file load (r15875,
+    r15879, r15893-r15895, r15906, r15909)
+  * Fix "&" in device name renders file unreadable.  Bug #1586. (r15886)
+  * Matrix editor: Fix control rulers not appearing.  Bug #1543.
+    (r15887)
+  * Event editor: Fix crashes when editing (r15899, r15902, r15903)
+  * Reduce connection check interval to 1 second (r15912)
+  * Fix external controller port not working (r15915, r15916, r15919,
+    r15927, r15929)
+  * Fix ALSA timer selection persistence (r15936)
+  * Fix disabled button text color (r15938)
+  * Fix plugins not found (r15947)
+  * Send proper CCs out the external controller port for motorized
+    control surfaces.  Bug #1587. (r15952, r15954)
+  * Fix unwanted CCs going out with old files.  Feature #482.  (r15961)
+  * Fix slow load time with many segments.  Bug #1589.  (r16026)
+  * Enable/Disable external controller port in the preferences (r15932,
+    r15946, others)
+  * Transport buttons (play, stop, etc...) on MIDI controllers are now
+    supported so long as they use Pro Tools standard CCs (110-118).
+    Feature #423.  (r15962-r15964)
+  * Korg nanoKONTROL2 support (r15994-r16013, r16015, r16016, r16021)
+  * Icon Loader (r15862-r15865, r15868)
+  * New ExternalController class (r15922)
+  * Preferences dialog (r15939-r15944)
+  * ALSA MIDI interface (r15975-r15993)
+- remove rosegarden-include-QPainterPath.patch (obsolete)
+
+-------------------------------------------------------------------

Old:
----
  rosegarden-20.06.tar.bz2
  rosegarden-include-QPainterPath.patch

New:
----
  rosegarden-20.12.tar.bz2

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

Other differences:
------------------
++++++ rosegarden.spec ++++++
--- /var/tmp/diff_new_pack.h6Q0uM/_old  2021-01-18 11:34:46.309107765 +0100
+++ /var/tmp/diff_new_pack.h6Q0uM/_new  2021-01-18 11:34:46.313107773 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rosegarden
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,16 +12,17 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 Name:           rosegarden
-Version:        20.06
+Version:        20.12
 Release:        0
-License:        GPL-2.0-or-later
 Summary:        Midi, Audio And Notation Editor
-Url:            http://www.rosegardenmusic.com/
+License:        GPL-2.0-or-later
 Group:          Productivity/Multimedia/Sound/Midi
+URL:            https://www.rosegardenmusic.com/
 Source0:        
https://sourceforge.net/projects/rosegarden/files/%{name}/%{version}/%{name}-%{version}.tar.bz2
 Source1:        %{name}.xpm
 Source2:        %{name}.1
@@ -29,7 +30,6 @@
 Patch1:         rosegarden-10.10-filepaths.patch
 # PATCH-FIX-OPENSUSE [email protected] fix bashisms in scripts
 Patch2:         rosegarden-14.02-fix-bashisms.patch
-Patch3:         rosegarden-include-QPainterPath.patch
 BuildRequires:  alsa-devel
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  dssi-devel
@@ -41,33 +41,31 @@
 BuildRequires:  libjack-devel
 BuildRequires:  liblo-devel
 BuildRequires:  liblrdf-devel
-BuildRequires: pkgconfig(Qt5Core)
-BuildRequires: pkgconfig(Qt5Gui)
-BuildRequires: pkgconfig(Qt5Network)
-BuildRequires: pkgconfig(Qt5PrintSupport)
-BuildRequires: pkgconfig(Qt5Widgets)
-BuildRequires: pkgconfig(Qt5Xml)
-BuildRequires: pkgconfig(Qt5Test)
-BuildRequires: cmake(Qt5LinguistTools)
 BuildRequires:  libsamplerate-devel
 BuildRequires:  libsndfile-devel
 BuildRequires:  lilypond-fonts-common >= 2.20
 BuildRequires:  lirc-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 #BuildRequires:  pkgconfig(libxml++-2.6)
 BuildRequires:  shared-mime-info
 BuildRequires:  update-desktop-files
+BuildRequires:  cmake(Qt5LinguistTools)
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5Gui)
+BuildRequires:  pkgconfig(Qt5Network)
+BuildRequires:  pkgconfig(Qt5PrintSupport)
+BuildRequires:  pkgconfig(Qt5Test)
+BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  pkgconfig(Qt5Xml)
 BuildRequires:  pkgconfig(libxml-2.0)
 Requires:       dssi
-Requires:       xsynth-dssi
+Requires:       jack
 Requires:       ladspa
 Requires:       ladspa-swh-plugins
 Requires:       lilypond-fonts-common >= 2.20
-Requires:       jack
-Recommends:     qsynth
+Requires:       xsynth-dssi
 Recommends:     fluidsynth-dssi
-Icon:           rosegarden.xpm
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Recommends:     qsynth
 
 %description
 Rosegarden is a well-rounded audio and MIDI sequencer,
@@ -83,8 +81,8 @@
 
 # When we build svn we need to execute bootstrap.sh
 #sh bootstrap.sh
-for i in `grep -rl "/usr/bin/env python"`;do sed -i 
'1s/^#!.*/#!\/usr\/bin\/python3/' ${i} ;done
-for i in `grep -rl "/usr/bin/python"`;do sed -i 
'1s/^#!.*/#!\/usr\/bin\/python3/' ${i} ;done
+for i in `grep -rl "%{_bindir}/env python"`;do sed -i 
'1s/^#!.*/#!\/usr\/bin\/python3/' ${i} ;done
+for i in `grep -rl "%{_bindir}/python"`;do sed -i 
'1s/^#!.*/#!\/usr\/bin\/python3/' ${i} ;done
 
 %build
 #export DEBUG_LADSPA
@@ -98,7 +96,7 @@
        -DCMAKE_INSTALL_LOCALEDIR:PATH=%{_datadir}/locale/
 
 #make svnheader
-make %{?_smp_mflags}
+%make_build
 
 %install
 mkdir -p %{buildroot}%{_datadir}/%{name}/scripts
@@ -129,7 +127,6 @@
 %fdupes -s %{buildroot}%{_datadir}/
 
 %files
-%defattr(-,root,root)
 %doc AUTHORS README
 %license COPYING
 %dir %{_datadir}/metainfo

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

Reply via email to