diff --git a/.gitignore b/.gitignore index 4aa26df..9519a94 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ rosegarden-10.04.2.tar.bz2 /rosegarden-11.11.42-gcc-4.7.patch /rosegarden-11.11.42.tar.bz2 /rosegarden-12.04.tar.bz2 +/rosegarden-12.12.25.tar.bz2 +/README diff --git a/rosegarden-12.12.README b/rosegarden-12.12.README new file mode 100644 index 0000000..3454f6a --- /dev/null +++ b/rosegarden-12.12.README @@ -0,0 +1,32 @@ +====== ROSEGARDEN 12.12, codename "Glenfiddich" RELEASED ====== + +The Rosegarden team is proud to announce the release of version 12.12 of Rosegarden, an audio and MIDI sequencer and musical notation editor for Linux. + +http://www.rosegardenmusic.com/ + +This release continues the trend of putting almost all development effort into stabilization instead of new features. Once again, Ted Felix deserves a large amount of credit for his tenacious pursuit of solutions to immensely complex problems. + +===== Bug Fixes ===== + * The last release was r12926 in svn. + * Fix for bug #1348 (was #3542166) "MIDI Recording Drops Notes" (r12959) + * Fix for bug #1349 (was #3546135) "Crash going past end of composition" (r13005) + * r12928-12933 have Chris fixing up some audio stuff that looks important. Crashes are mentioned. + * r12937 has Tom adding some controller commands that look really interesting. + * Julien (serval2412) sent us some cppcheck-related code quality fixes in r12943 and r12950. + * When a repeating segment follows an ordinary segment, if the clef/key is redundant and therefore hidden, the first repeat bar was misplaced in the notation editor. (The bar inset was computed without taking account of clef/key redundance.) + * Lyrics with multiple verses are now distributed among repeated segments (true repeating segments or successive linked segments) in the notation editor. This is controlled by the new "distribute verses" option in the notation panel of the configuration editor + * Notation editor : When there are more repeated segments displayed than the number of verses in lyrics, first verses are shown again under the last segments. + * Patch to fix the float edit thing from Tim Munro (r13102) + * Synth plugins Controls button crash and a plugin settings bug fix from Tim Munro. (r13103) + * Fix broken delete audio files dialog, bug #1357. (r13111 and r13112) + * Better handling of overlapping notes when recording. This is a partial fix for bug #1350 "Can't Record Beethoven". (r13116) + * Meter deflection fix from Robin Gareus (r13104) + * Fix broken segment transpose controls #1361 (r13118) + * Patch from Tim Munro to add lib64 variants to search path for DSSI and LADSPA plugins (r13125) + * Fix a bug that sometimes crashed RG (r13134) + * Notation view left and right arrows now skip over "hidden" events that show only in rulers (r13135) + * Fix for bug #1352 "Manage Synth Plugins crash" (r13138, r13139) + * Fix for bug #1375. Rosegarden exports foreign character filenames correctly (r13151) + +===== New Features ===== + * Tom's new controller commands (r12937). Notation view has a new menu of controller commands, allowing controllers to be placed, edited, and copy/cut/pasted in a group. diff --git a/rosegarden4.spec b/rosegarden4.spec index 0cc349e..a28d154 100644 --- a/rosegarden4.spec +++ b/rosegarden4.spec @@ -1,9 +1,9 @@ -%global maj 12.04 -%global min +%global maj 12.12 +%global min .25 Name: rosegarden4 Version: %{maj}%{?min} -Release: 3%{?dist} +Release: 2%{?dist} Summary: MIDI, audio and notation editor Group: Applications/Multimedia License: GPLv2+ @@ -13,8 +13,6 @@ Source0: http://downloads.sourceforge.net/project/rosegarden/rosegarden/%{ Source1: rosegarden-%{maj}.README # 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 -Patch1: rosegarden-pluginpath.patch BuildRequires: alsa-lib-devel BuildRequires: desktop-file-utils @@ -73,7 +71,6 @@ use of Rosegarden. %prep %setup -q -n rosegarden-%{version} %patch0 -p1 -b .fonts -%patch1 -p1 -b .pluginpath # Release notes cp -a %{SOURCE1} ./README.%{maj} @@ -93,7 +90,7 @@ rm -rf %{buildroot} make install DESTDIR=%{buildroot} -desktop-file-install --vendor fedora \ +desktop-file-install \ --dir %{buildroot}%{_datadir}/applications \ --delete-original \ --remove-category X-SuSE-Sequencer \ @@ -130,7 +127,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %doc AUTHORS CONTRIBUTING README %doc README.%{maj} %{_bindir}/rosegarden -%{_datadir}/applications/fedora-rosegarden.desktop +%{_datadir}/applications/rosegarden.desktop %{_datadir}/icons/hicolor/*/mimetypes/audio-x-rosegarden-*.png %{_datadir}/icons/hicolor/*/apps/rosegarden.png %{_datadir}/mime/packages/rosegarden.xml @@ -142,6 +139,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %doc data/fonts/README COPYING %changelog +* Mon Feb 11 2013 Brendan Jones 12.12.25-2 +- Remove desktop vendor +- Remove plugin path patch + +* Thu Jan 10 2013 Brendan Jones 12.12.25-1 +- Update to 12.12.25 + * Sat Jul 21 2012 Fedora Release Engineering - 12.04-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index d6dae3e..4740c2f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b11f4fcad69df45365d2125181524559 rosegarden-12.04.tar.bz2 +31ba61b7f446e4194c81408b99a3aa4e README