Hello community,

here is the log from the commit of package rosegarden for openSUSE:Factory 
checked in at 2013-04-29 14:18:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rosegarden (Old)
 and      /work/SRC/openSUSE:Factory/.rosegarden.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rosegarden", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rosegarden/rosegarden.changes    2013-02-07 
14:54:33.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rosegarden.new/rosegarden.changes       
2013-04-29 14:18:17.000000000 +0200
@@ -1,0 +2,15 @@
+Sun Apr 28 07:24:23 UTC 2013 - [email protected]
+
+- Update to release 13.04 code named "Allysand"
+- Upstream bug fixes :
+  * Don't export certain properties in MusicXML that MusicXML can't
+    handle
+  * Fix #1387; export text events (eg. lyrics) to MIDI
+  * Fix #703; auto-beaming no longer does an extra unselected bar
+  * Fix minor notation layout issue
+  * Fix notation scrolling problem
+  * Fix bug with FreeChannel
+- New features :
+  * Choose among 0db, -3dB, -6dB panning laws for audio
+
+-------------------------------------------------------------------

Old:
----
  rosegarden-12.12.25.tar.bz2

New:
----
  rosegarden-13.04.tar.bz2

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

Other differences:
------------------
++++++ rosegarden.spec ++++++
--- /var/tmp/diff_new_pack.U3gOJV/_old  2013-04-29 14:18:20.000000000 +0200
+++ /var/tmp/diff_new_pack.U3gOJV/_new  2013-04-29 14:18:20.000000000 +0200
@@ -16,6 +16,18 @@
 #
 
 Name:           rosegarden
+Version:        13.04
+Release:        0
+License:        GPL-2.0+
+Summary:        Midi, Audio And Notation Editor
+Url:            http://www.rosegardenmusic.com/
+Group:          Productivity/Multimedia/Sound/Midi
+# http://sourceforge.net/projects/rosegarden/files/ This source url prevent me 
from checking out the tarball.
+Source0:        %{name}/%{version}/%{name}-%{version}.tar.bz2
+Source1:        %{name}.xpm
+Source2:        %{name}.1
+# This patch fixes the file search paths for examples, templates and midi 
driver libraries.
+Patch1:         rosegarden-10.10-filepaths.patch
 BuildRequires:  alsa-devel
 BuildRequires:  automake
 BuildRequires:  dssi-devel
@@ -29,27 +41,19 @@
 BuildRequires:  libqt4-devel >= 4.6.3
 BuildRequires:  libsamplerate-devel
 BuildRequires:  libsndfile-devel
-BuildRequires:  libxml2-devel
 BuildRequires:  lirc-devel
 BuildRequires:  pkg-config
 BuildRequires:  shared-mime-info
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-util-devel
-Version:        12.12.25
-Release:        0
-Source0:        
http://downloads.sourceforge.net/project/%{name}/%name/11.11/%{name}-%{version}.tar.bz2
-Source1:        %{name}.xpm
-Source2:        %{name}.1
-# This patch fixes the file search paths for examples, templates and midi 
driver libraries.
-Patch1:         rosegarden-10.10-filepaths.patch
-Summary:        Midi, Audio And Notation Editor
-License:        GPL-2.0+
-Group:          Productivity/Multimedia/Sound/Midi
+BuildRequires:  pkgconfig(libxml-2.0)
+Requires:       dssi
+Requires:       ladspa
+Provides:       rosegarden-qt4 = %{version}
+Provides:       rosegarden4 = %{version}
+Obsoletes:      rosegarden-qt4 < %{version}
+Obsoletes:      rosegarden4 < %{version}
 Icon:           rosegarden.xpm
-Url:            http://www.rosegardenmusic.com/
-Provides:       rosegarden-qt4 = %{version}-%{release} rosegarden4 = 
%{version}-%{release}
-Obsoletes:      rosegarden-qt4 < %{version}-%{release} rosegarden4 < 
%{version}-%{release}
-Requires:       ladspa dssi
 %if 0%{?suse_version} > 1120
 Requires:       lilypond
 %else
@@ -84,7 +88,7 @@
 export CXXFLAGS="$CFLAGS"
 # -fmessage-length=0 -O2 -fno-strict-aliasing -Wall -D_FORTIFY_SOURCE=2 
-fstack-protector -funwind-tables -fasynchronous-unwind-tables
 %configure --enable-debug --localedir=%{_datadir}/%{name}/locale/
-%__make %{?jobs:-j%{jobs}}
+make %{?_smp_mflags}
 # This translation handling make section is possibly only necessary when 
building svn
 make ts
 make ts-noobsolete
@@ -95,7 +99,7 @@
 cp -p scripts/* %{buildroot}%{_datadir}/%{name}/scripts/
 cp -r data/* %{buildroot}%{_datadir}/%{name}/
 
-%makeinstall
+%make_install
 rm -rf %{buildroot}%{_datadir}/%{name}/desktop
 rm -rf %{buildroot}%{_datadir}/%{name}/mime
 rm -f %{buildroot}%{_datadir}/%{name}/*.cpp
@@ -106,11 +110,11 @@
 chmod 644 %{buildroot}%{_datadir}/%{name}/scripts/color-list
 chmod 644 %{buildroot}%{_datadir}/%{name}/scripts/simple-makefile
 
-%__install -D -m 0644 "%{SOURCE1}" 
"%{buildroot}%{_datadir}/pixmaps/%{name}.xpm"
+install -D -m 0644 "%{SOURCE1}" "%{buildroot}%{_datadir}/pixmaps/%{name}.xpm"
 %suse_update_desktop_file %{buildroot}/%{_datadir}/applications/%{name}.desktop
 #This is a man page made by help2man to satisfy factories hunger for one 
/usr/bin/ one man page.
 mkdir -p %{buildroot}%{_mandir}/man1
-%__install -D -m 0644 "%{SOURCE2}" "%{buildroot}%{_mandir}/man1/"
+install -D -m 0644 "%{SOURCE2}" "%{buildroot}%{_mandir}/man1/"
 %fdupes -s %{buildroot}%{_datadir}
 
 %post
@@ -120,7 +124,7 @@
 /usr/bin/update-mime-database "%{_datadir}/mime" >/dev/null
 
 %clean
-rm -rf %buildroot
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)

++++++ rosegarden-12.12.25.tar.bz2 -> rosegarden-13.04.tar.bz2 ++++++
++++ 99226 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to