rpms/rosegarden4/devel rosegarden-10.04.txt, NONE, 1.1 .cvsignore, 1.8, 1.9 rosegarden4.spec, 1.20, 1.21 sources, 1.8, 1.9

Orcan Ogetbil oget at fedoraproject.org
Fri Apr 23 02:34:58 UTC 2010


Author: oget

Update of /cvs/pkgs/rpms/rosegarden4/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv21269

Modified Files:
	.cvsignore rosegarden4.spec sources 
Added Files:
	rosegarden-10.04.txt 
Log Message:
* Thu Apr 22 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 10.04-1
- Update to 10.04
- BR qt-devel instead of kdelibs-devel
- Add release notes to %doc



--- NEW FILE rosegarden-10.04.txt ---
ROSEGARDEN 10.04, codename "Abraham Darby" RELEASED

The Rosegarden team is proud to announce the release of version 10.04 of Rosegarden, an audio and MIDI sequencer and musical notation editor for Linux.

http://www.rosegardenmusic.com/

This release marks 10 years since the creation of our project at SourceForge. Rosegarden itself has been around in one form or another since 1993, but the current codebase has survived longer than any previous incarnation of the project. Rosegarden has overcome many obstacles in the last 10 years, including the incredibly brutal transition to Qt 4.

This is a routine maintenance release with a number of bug fixes. All users of 10.02 are recommended to update to 10.04.


Abraham Darby

This release, “Abraham Darby”, is the first of a possible series titled after rose cultivars with interesting names. Long before contributing his name to a modern pink hybrid rose, Abraham Darby III was an English industrialist best known as the engineer and ironmaster for the Iron Bridge at Coalbrookdale in Shropshire, the world's first cast-iron arch bridge which opened in 1781. The bridge still stands and makes for a rather beautiful tourist attraction.


Changes Since 10.02

* Fixes to crashes and incorrect updating in the notation editor (Thorsten Alteholz, Yves Guillemot and Alexander Kulikov)

* Restore duration-change shortcuts in notation forgotten in 10.02 (Thorsten Alteholz)

* Various small efficiency improvements (Chris Cannam)

* Fixes to LIRC support (Thorsten Alteholz and “Andrew”)

* Fixed to configure process to permit user override of CXXFLAGS and improve platform compatibility (Chris Cannam and Orcan Ogetbil)

* Minor improvements to desktop file definition (Dave Plater and Michael McIntyre)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rosegarden4/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- .cvsignore	19 Feb 2010 05:49:20 -0000	1.8
+++ .cvsignore	23 Apr 2010 02:34:58 -0000	1.9
@@ -1 +1 @@
-rosegarden-10.02.1.tar.bz2
+rosegarden-10.04.tar.bz2


Index: rosegarden4.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rosegarden4/devel/rosegarden4.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- rosegarden4.spec	2 Mar 2010 08:25:23 -0000	1.20
+++ rosegarden4.spec	23 Apr 2010 02:34:58 -0000	1.21
@@ -1,12 +1,13 @@
 Name:          rosegarden4
-Version:       10.02.1
+Version:       10.04
 Release:       1%{?dist}
 Summary:       MIDI, audio and notation editor
 Group:         Applications/Multimedia
 License:       GPLv2+
 URL:           http://www.rosegardenmusic.com/
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Source0:       http://downloads.sourceforge.net/project/rosegarden/rosegarden/10.02/rosegarden-%{version}.tar.bz2
+Source0:       http://downloads.sourceforge.net/project/rosegarden/rosegarden/%{version}/rosegarden-%{version}.tar.bz2
+Source1:       http://downloads.sourceforge.net/project/rosegarden/rosegarden/%{version}/rosegarden-%{version}.txt
 # Fedora doesn't want fonts built into the final binary
 Patch0:        rosegarden-separate-fonts.patch
 # Look for LADSPA/DSSI plugins in the correct place on 64bit platforms 
@@ -31,6 +32,7 @@ Provides:      rosegarden = %{version}-%
 
 Requires:      %{name}-feta-fonts = %{version}-%{release}
 Requires:      %{name}-parmesan-fonts = %{version}-%{release}
+%{?_qt4_version:Requires: qt4%{?_isa} >= %{_qt4_version}}
 
 %description
 Rosegarden is a professional audio and MIDI sequencer, score editor, and
@@ -70,6 +72,9 @@ use of Rosegarden.
 %patch0 -p1 -b .fonts
 %patch1 -p1 -b .pluginpath
 
+# Release notes
+cp -a %{SOURCE1} .
+
 # Fix permissions:
 chmod 644 src/commands/segment/SegmentSplitTwiceCommand.*
 chmod 644 src/gui/widgets/BaseTextFloat.*
@@ -77,14 +82,9 @@ chmod 644 src/gui/widgets/BaseTextFloat.
 # Add GenericName to the desktop file:
 echo "GenericName=Audio and MIDI Sequencer" >> data/desktop/rosegarden.desktop
 
-# To force our Fedora flags
-sed -i 's|@CXXFLAGS@|%optflags|' Makefile.in
-
 %build
 # The following is needed if kdelibs3 is installed
 #unset QTDIR
-# Fix DSO linking
-export LIBS="-lz -lX11 -ldl"
 %configure
 make %{?_smp_mflags}
 
@@ -127,7 +127,7 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING CONTRIBUTING README
+%doc AUTHORS COPYING CONTRIBUTING README rosegarden-%{version}.txt
 %{_bindir}/rosegarden
 %{_datadir}/applications/fedora-rosegarden.desktop
 %{_datadir}/icons/hicolor/*/mimetypes/audio-x-rosegarden-*.png
@@ -141,6 +141,11 @@ gtk-update-icon-cache %{_datadir}/icons/
 %doc data/fonts/README
 
 %changelog
+* Thu Apr 22 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 10.04-1
+- Update to 10.04
+- BR qt-devel instead of kdelibs-devel
+- Add release notes to %%doc
+
 * Thu Feb 18 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 10.02.1-1
 - Update to 10.02.1 (Qt4 version)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rosegarden4/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	19 Feb 2010 05:49:20 -0000	1.8
+++ sources	23 Apr 2010 02:34:58 -0000	1.9
@@ -1 +1 @@
-1f5ccf2df85850e51b378388303be67d  rosegarden-10.02.1.tar.bz2
+b25f2f629f31ecf24b84db3ccbe555c9  rosegarden-10.04.tar.bz2



More information about the scm-commits mailing list