Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rosegarden for openSUSE:Factory checked in at 2024-12-13 22:39:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rosegarden (Old) and /work/SRC/openSUSE:Factory/.rosegarden.new.29675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rosegarden" Fri Dec 13 22:39:26 2024 rev:50 rq:1230782 version:24.12 Changes: -------- --- /work/SRC/openSUSE:Factory/rosegarden/rosegarden.changes 2024-07-01 11:21:49.006222084 +0200 +++ /work/SRC/openSUSE:Factory/.rosegarden.new.29675/rosegarden.changes 2024-12-13 22:41:45.270611959 +0100 @@ -1,0 +2,71 @@ +Fri Dec 13 10:22:07 UTC 2024 - Dave Plater <davejpla...@gmail.com> + +- Renamed rosegarden-10.10-filepaths.patch to + rosegarden-fix-filepaths.patch to prevent future confusion. + +------------------------------------------------------------------- +Thu Dec 5 00:23:45 UTC 2024 - Konstantin Voinov <k...@kott.no-ip.biz> + +- enable LV2 beta support +- refresh rosegarden-10.10-filepaths.patch +- update .spec +- update to 24.12: + * Bug Fixes + + * LV2: Fix link problem with no gtk2. [2e168f0d] + * LV2: Add lv2 check for GUI library ok. [9cb306b3] + * Manage MIDI Banks and Programs dialog now allows the same bank + * MSB/LSB to be used for percussion and non-percussion banks on + * the same device. Bug #1692. + * Fix wrong ports being assigned on file load. Bug #1687. + * [663099cc] + * Fix autoscroll and highlighting behavior with multiple segments + * on a track. Bug #1672. + * Fix missing scroll bar on Instrument Parameters Bank dropdown. + * Bug #1695. [295a2f7a] + * Fix "turn repeats into copies" misses last segment. Bug #1696. + * [afcf2f0e] + * Fix shortcut order ignored. Bug #1702. [b1272a6d] + * Fix unexpected cursor position when moving from note to note + * on a bar with a clef or time signature. Bug #1704. [215b9d27] + * Fix unexpected translation of bank and program names. Bug #1705. + * [6dbd6bcd] + * Fix unexpected Save As... directory. Feature #522. [15db9d10] + * Fix broken tempo line in tempo ruler after adding a time + * signature change. Bug #1706. [6a7ef89e] + * Fix "Modify MIDI Filters" dialog does not mark document as changed. + * Bug #1707. [4e505977] + * Fix LV2 sfizz plugin support. [8fce0614] + * Fix group box formatting issue in native/light theme. Bug #1678. + * [d2df6376] + * LV2: Fix crashes and locking related to atom buffers. [95b09722] + * [be37b31e] + + * New Features + + * Make MIDI File Division value configurable for Export. + * GH #9. [991e4839] + * WAV export of audio and soft synth tracks. + * File > Export > Export WAV File... [5b4d109e] + * Apply interpretations to more than one segment. + * Segment > Interpret... Feature #517. [b8a243a5] + * LV2 support has been promoted to beta. [a602850c] + * Advanced Looping has been promoted out of beta. [25bdbf69] + + * General Improvements + + * Manage MIDI Banks and Programs dialog is now full-featured and can + * be used to edit every aspect of an .rgd device file. + * Studio > Manage MIDI Devices > Banks... + * Tempo and Time Signature Editor has been rewritten and improved. + + * Additional Contributions + + * Korg-M3-Factory-ALL.rgd (Chuck Elliot) + * Korg-M1.rgd (Chuck Elliot) + * Updated Polish translation (Grzegorz Pruchniakowski) + * Updated Chinese translation (Icenowy Zheng) + * Yamaha-MM6-MM8.rgd (Icenowy Zheng) + * Yamaha-PSR-SX600.rgd (Huanyu Liu) + +------------------------------------------------------------------- Old: ---- rosegarden-10.10-filepaths.patch rosegarden-24.06.tar.gz New: ---- rosegarden-24.12.tar.gz rosegarden-fix-filepaths.patch BETA DEBUG BEGIN: Old: - Renamed rosegarden-10.10-filepaths.patch to rosegarden-fix-filepaths.patch to prevent future confusion. BETA DEBUG END: BETA DEBUG BEGIN: New:- Renamed rosegarden-10.10-filepaths.patch to rosegarden-fix-filepaths.patch to prevent future confusion. BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rosegarden.spec ++++++ --- /var/tmp/diff_new_pack.qhJpM1/_old 2024-12-13 22:41:45.774632983 +0100 +++ /var/tmp/diff_new_pack.qhJpM1/_new 2024-12-13 22:41:45.774632983 +0100 @@ -16,10 +16,10 @@ # -%define vers 22.12 +%define vers 24.12 Name: rosegarden -Version: 24.06 +Version: 24.12 Release: 0 License: GPL-2.0-or-later Summary: Midi, Audio And Notation Editor @@ -29,7 +29,7 @@ Source1: %{name}.xpm Source2: %{name}.1 # 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 +Patch1: rosegarden-fix-filepaths.patch # PATCH-FIX-OPENSUSE led...@gmail.com fix bashisms in scripts Patch2: rosegarden-14.02-fix-bashisms.patch # PATCH-FIX-OPENSUSE port scripts/sf2rg.py to Python 3 @@ -59,6 +59,7 @@ BuildRequires: pkgconfig(Qt5Test) BuildRequires: pkgconfig(Qt5Widgets) BuildRequires: pkgconfig(Qt5Xml) +BuildRequires: pkgconfig(lilv-0) #BuildRequires: pkgconfig(libxml++-2.6) BuildRequires: shared-mime-info BuildRequires: update-desktop-files @@ -108,7 +109,7 @@ %install mkdir -p %{buildroot}%{_datadir}/%{name}/scripts -cp -p scripts/* %{buildroot}%{_datadir}/%{name}/scripts/ +cp -p -r scripts/* %{buildroot}%{_datadir}/%{name}/scripts/ cp -r data/* %{buildroot}%{_datadir}/%{name}/ pushd build ++++++ rosegarden-14.02-fix-bashisms.patch ++++++ --- /var/tmp/diff_new_pack.qhJpM1/_old 2024-12-13 22:41:45.798633984 +0100 +++ /var/tmp/diff_new_pack.qhJpM1/_new 2024-12-13 22:41:45.802634151 +0100 @@ -1,7 +1,7 @@ -Index: rosegarden-19.12/scripts/distclean.sh +Index: b/scripts/distclean.sh =================================================================== ---- rosegarden-19.12.orig/scripts/distclean.sh 2020-06-03 13:56:12.929998737 +0200 -+++ rosegarden-19.12/scripts/distclean.sh 2020-06-03 13:56:42.131153109 +0200 +--- a/scripts/distclean.sh 2024-12-04 20:06:05.000000000 +0200 ++++ b/scripts/distclean.sh 2024-12-13 12:49:36.571854220 +0200 @@ -1,12 +1,10 @@ #!/bin/sh -rm -f {,src/,po/,docs/,data/}CMakeCache.txt @@ -23,10 +23,10 @@ + done +done rm -rf RGbuild/* -Index: rosegarden-19.12/scripts/reorganise.sh +Index: b/scripts/reorganise.sh =================================================================== ---- rosegarden-19.12.orig/scripts/reorganise.sh 2020-06-03 13:56:12.929998737 +0200 -+++ rosegarden-19.12/scripts/reorganise.sh 2020-06-03 13:56:42.131153109 +0200 +--- a/scripts/reorganise.sh 2024-12-04 20:06:05.000000000 +0200 ++++ b/scripts/reorganise.sh 2024-12-13 12:49:36.571854220 +0200 @@ -585,7 +585,7 @@ for file in guitar/*.h ; do fi fi ++++++ rosegarden-24.06.tar.gz -> rosegarden-24.12.tar.gz ++++++ /work/SRC/openSUSE:Factory/rosegarden/rosegarden-24.06.tar.gz /work/SRC/openSUSE:Factory/.rosegarden.new.29675/rosegarden-24.12.tar.gz differ: char 12, line 1 ++++++ rosegarden-fix-filepaths.patch ++++++ Index: b/src/gui/studio/BankEditorDialog.cpp =================================================================== --- a/src/gui/studio/BankEditorDialog.cpp 2024-12-04 20:06:05.000000000 +0200 +++ b/src/gui/studio/BankEditorDialog.cpp 2024-12-13 12:49:21.584515793 +0200 @@ -1216,7 +1216,7 @@ BankEditorDialog::slotImport() const QString home = QUrl::fromLocalFile(QDesktopServices::storageLocation(QDesktopServices::HomeLocation)).path(); #endif - const QString deviceDir = home + "/.local/share/rosegarden/library"; + const QString deviceDir = home + "/usr/share/rosegarden/library"; QString urlString = FileDialog::getOpenFileName( this, // parent Index: b/src/gui/widgets/FileDialog.cpp =================================================================== --- a/src/gui/widgets/FileDialog.cpp 2024-12-04 20:06:05.000000000 +0200 +++ b/src/gui/widgets/FileDialog.cpp 2024-12-13 12:49:21.584515793 +0200 @@ -58,8 +58,8 @@ FileDialog::FileDialog(QWidget *parent, #else QString home = QDesktopServices::storageLocation(QDesktopServices::HomeLocation); #endif - QString examples = home + "/.local/share/rosegarden/examples"; - QString templates = home + "/.local/share/rosegarden/templates"; + QString examples = home + "/usr/share/rosegarden/examples"; + QString templates = home + "/usr/share/rosegarden/templates"; QString rosegarden = home + "/rosegarden"; RG_DEBUG << "FileDialog::FileDialog(...)" ++++++ scripts-sf2rg-python3.patch ++++++ --- /var/tmp/diff_new_pack.qhJpM1/_old 2024-12-13 22:41:45.874637155 +0100 +++ /var/tmp/diff_new_pack.qhJpM1/_new 2024-12-13 22:41:45.874637155 +0100 @@ -1,7 +1,7 @@ -Index: rosegarden-20.12/scripts/sf2rg.py +Index: b/scripts/sf2rg.py =================================================================== ---- rosegarden-20.12.orig/scripts/sf2rg.py -+++ rosegarden-20.12/scripts/sf2rg.py +--- a/scripts/sf2rg.py 2024-12-04 20:06:05.000000000 +0200 ++++ b/scripts/sf2rg.py 2024-12-13 12:49:45.871443718 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3