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-12-01 20:47:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rosegarden (Old)
 and      /work/SRC/openSUSE:Factory/.rosegarden.new.31177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rosegarden"

Wed Dec  1 20:47:28 2021 rev:42 rq:934968 version:21.06.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/rosegarden/rosegarden.changes    2021-11-05 
22:58:57.716294346 +0100
+++ /work/SRC/openSUSE:Factory/.rosegarden.new.31177/rosegarden.changes 
2021-12-02 02:25:44.396506163 +0100
@@ -1,0 +2,11 @@
+Wed Dec  1 10:52:26 UTC 2021 - Dave Plater <davejpla...@gmail.com>
+
+- Create _service download file due to the spec file's download
+  link becoming unreliable.
+
+-------------------------------------------------------------------
+Tue Nov 30 07:36:40 UTC 2021 - Dave Plater <davejpla...@gmail.com>
+
+- Only recommend jack to allow pipewire jack to be installed.
+
+-------------------------------------------------------------------

Old:
----
  rosegarden-21.06.1.tar.bz2

New:
----
  _service
  _servicedata
  rosegarden-21.06.1.tar.xz

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

Other differences:
------------------
++++++ rosegarden.spec ++++++
--- /var/tmp/diff_new_pack.qmSkFw/_old  2021-12-02 02:25:44.824504686 +0100
+++ /var/tmp/diff_new_pack.qmSkFw/_new  2021-12-02 02:25:44.828504672 +0100
@@ -15,15 +15,16 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-%define major_ver 21.06
+
 Name:           rosegarden
-Version:        %{major_ver}.1
+Version:        21.06.1
 Release:        0
-Summary:        Midi, Audio And Notation Editor
 License:        GPL-2.0-or-later
+Summary:        Midi, Audio And Notation Editor
+URL:            http://www.rosegardenmusic.com/
 Group:          Productivity/Multimedia/Sound/Midi
-URL:            https://www.rosegardenmusic.com/
-Source0:        
https://sourceforge.net/projects/rosegarden/files/%{name}/%{major_ver}/%{name}-%{version}.tar.bz2
+#               
https://downloads.sourceforge.net/project/rosegarden/rosegarden/21.06/rosegarden-21.06.1.tar.bz2
+Source0:        rosegarden-21.06.1.tar.xz
 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.
@@ -47,10 +48,7 @@
 BuildRequires:  libsndfile-devel
 BuildRequires:  lilypond-fonts-common >= 2.20
 BuildRequires:  lirc-devel
-BuildRequires:  pkgconfig
-#BuildRequires:  pkgconfig(libxml++-2.6)
-BuildRequires:  shared-mime-info
-BuildRequires:  update-desktop-files
+BuildRequires:  pkg-config
 BuildRequires:  cmake(Qt5LinguistTools)
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5Gui)
@@ -59,17 +57,21 @@
 BuildRequires:  pkgconfig(Qt5Test)
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5Xml)
+#BuildRequires:  pkgconfig(libxml++-2.6)
+BuildRequires:  shared-mime-info
+BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(libxml-2.0)
 Requires:       dssi
-Requires:       jack
 Requires:       ladspa
 Requires:       ladspa-swh-plugins
 Requires:       lilypond-fonts-common >= 2.20
 Requires:       xsynth-dssi
 Recommends:     fluidsynth-dssi
+Recommends:     jack
 Recommends:     qsynth
-#Unsatisfied dependency for Factory i586
-ExcludeArch:    i586
+Icon:           rosegarden.xpm
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+ExcludeArch:    i586 i686
 
 %description
 Rosegarden is a well-rounded audio and MIDI sequencer,
@@ -85,8 +87,8 @@
 
 # When we build svn we need to execute bootstrap.sh
 #sh bootstrap.sh
-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
+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
 
 %build
 #export DEBUG_LADSPA
@@ -100,7 +102,7 @@
        -DCMAKE_INSTALL_LOCALEDIR:PATH=%{_datadir}/locale/
 
 #make svnheader
-%make_build
+make %{?_smp_mflags}
 
 %install
 mkdir -p %{buildroot}%{_datadir}/%{name}/scripts
@@ -120,6 +122,9 @@
 chmod 644 %{buildroot}%{_datadir}/%{name}/scripts/color-list
 #chmod 644 %%{buildroot}%%{_datadir}/%%{name}/scripts/simple-makefile
 rm -f %{buildroot}%{_datadir}/%{name}/scripts/svn-to-hg-and-git.sh
+pushd %{buildroot}%{_datadir}/%{name}/scripts
+sed -i '1s/^#!.*/#!\/usr\/bin\/python/' sf2rg.py
+popd
 install -D -m 0644 "%{SOURCE1}" "%{buildroot}%{_datadir}/pixmaps/%{name}.xpm"
 %suse_update_desktop_file 
%{buildroot}/%{_datadir}/applications/com.rosegardenmusic.%{name}.desktop
 #This is a man page made by help2man to satisfy factories hunger for one 
/usr/bin/ one man page.
@@ -128,6 +133,7 @@
 %fdupes -s %{buildroot}%{_datadir}/
 
 %files
+%defattr(-,root,root)
 %doc AUTHORS README
 %license COPYING
 %dir %{_datadir}/metainfo

++++++ _service ++++++
<!-- Downloads revision vx.x and removes proprietary data/windows -->
<services>
  <service name="tar_scm" mode="disabled">
    <param name="url">https://git.code.sf.net/p/rosegarden/git</param>
    <param name="scm">git</param>
    <param name="exclude">.git</param>
    <param name="match-tag">21.06.1</param>
    <param name="versionformat">21.06.1</param>
    <param name="changesgenerate">enable</param>
    <param name="filename">rosegarden</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service name="set_version" mode="disabled">
  </service>
</services>
++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param 
name="url">https://git.code.sf.net/p/rosegarden/git</param>
              <param 
name="changesrevision">8a266e5c9a3854b11f14e243ebe492d1e6de312d</param></service></servicedata>

Reply via email to