Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rosegarden for openSUSE:Factory checked in at 2023-04-09 18:41:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rosegarden (Old) and /work/SRC/openSUSE:Factory/.rosegarden.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rosegarden" Sun Apr 9 18:41:26 2023 rev:45 rq:1078161 version:22.12.1 Changes: -------- --- /work/SRC/openSUSE:Factory/rosegarden/rosegarden.changes 2022-06-19 21:11:41.722200323 +0200 +++ /work/SRC/openSUSE:Factory/.rosegarden.new.19717/rosegarden.changes 2023-04-09 18:43:25.222567249 +0200 @@ -1,0 +2,13 @@ +Sun Apr 09 07:19:09 UTC 2023 - [email protected] + +- Remove broken service and build Leap the same way as Tumbleweed. +- Download from chief developer's git hub site. +- Update to version 22.12.1: + *The Rosegarden team is proud to announce the release of + version 22.12 of Rosegarden, a MIDI sequencer that features a + rich understanding of music notation along with basic support + for digital audio. + *Fix a crash caused by static initialization/link order. + Bug #1647. [fa6eea8] + +------------------------------------------------------------------- Old: ---- _service _servicedata rosegarden-22.06.tar.zst New: ---- rosegarden-22.12.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rosegarden.spec ++++++ --- /var/tmp/diff_new_pack.N2TUbV/_old 2023-04-09 18:43:25.778570394 +0200 +++ /var/tmp/diff_new_pack.N2TUbV/_new 2023-04-09 18:43:25.786570440 +0200 @@ -1,7 +1,7 @@ # # spec file for package rosegarden # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,14 +16,16 @@ # +%define vers 22.12 + Name: rosegarden -Version: 22.06 +Version: 22.12.1 Release: 0 License: GPL-2.0-or-later Summary: Midi, Audio And Notation Editor URL: https://www.rosegardenmusic.com/ Group: Productivity/Multimedia/Sound/Midi -Source0: rosegarden-%{version}.tar.zst +Source0: https://github.com/tedfelix/%{name}-official/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz 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. @@ -82,13 +84,7 @@ home recording environments. %prep -%if 0%{?suse_version} <= 1500 -zstd -d %{S:0} -o ./%{name}-%{version}.tar -tar -xf %{name}-%{version}.tar -cd %{name}-%{version} -%else -%setup -q -%endif +%setup -q -n %{name}-official-%{version} %autopatch -p1 # When we build svn we need to execute bootstrap.sh @@ -140,7 +136,7 @@ %files %defattr(-,root,root) -%doc AUTHORS README +%doc AUTHORS README.md %license COPYING %dir %{_datadir}/metainfo %dir %{_datadir}/%{name}/
