Hello community, here is the log from the commit of package rosegarden for openSUSE:Factory checked in at 2012-03-09 21:27:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2011-09-23 12:44:26.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rosegarden.new/rosegarden.changes 2012-03-09 21:27:15.000000000 +0100 @@ -1,0 +2,29 @@ +Wed Mar 7 13:38:53 UTC 2012 - [email protected] + +- Fixed Wrong license statement in "About box" and incorect FSF + address in COPYING with rosegarden-11.11-gplv2+.patch meanwhile + patch submitted upstream. + +------------------------------------------------------------------- +Thu Jan 26 15:52:13 UTC 2012 - [email protected] + +- Update to version 11.11.42 as requested. +- For changes visit : + http://sourceforge.net/projects/rosegarden/files/rosegarden/11.11/ + +------------------------------------------------------------------- +Wed Dec 21 10:31:46 UTC 2011 - [email protected] + +- remove call to suse_update_config (very old work around) + +------------------------------------------------------------------- +Thu Dec 1 17:03:20 UTC 2011 - [email protected] + +- add automake as buildrequire to avoid implicit dependency + +------------------------------------------------------------------- +Thu Dec 1 17:03:06 UTC 2011 - [email protected] + +- set _service to localonly to be acceptable for factory + +------------------------------------------------------------------- Old: ---- CHANGES.txt _service _service:download_url:rosegarden-11.06.tar.bz2 _service:set_version:rosegarden.spec rosegarden-11.04.12272.tar.bz2 svn.log New: ---- rosegarden-11.11-gplv2+.patch rosegarden-11.11.42.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rosegarden.spec ++++++ --- /var/tmp/diff_new_pack.7LC1Ny/_old 2012-03-09 21:27:22.000000000 +0100 +++ /var/tmp/diff_new_pack.7LC1Ny/_new 2012-03-09 21:27:22.000000000 +0100 @@ -15,31 +15,42 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - - Name: rosegarden -BuildRequires: libjack-devel xorg-x11-util-devel -BuildRequires: liblo-devel libqt4-devel >= 4.6.3 pkg-config -BuildRequires: alsa-devel dssi-devel fftw3-devel ladspa-devel liblrdf-devel -BuildRequires: libsamplerate-devel libsndfile-devel libxml2-devel lirc-devel -BuildRequires: fdupes hicolor-icon-theme shared-mime-info update-desktop-files -Version: to_be_filled_by_service -Release: 1 -License: GPLv2+ -Source0: http://sourceforge.net/projects/%{name}/%{name}-%{version}.tar.bz2 +BuildRequires: alsa-devel +BuildRequires: automake +BuildRequires: dssi-devel +BuildRequires: fdupes +BuildRequires: fftw3-devel +BuildRequires: hicolor-icon-theme +BuildRequires: ladspa-devel +BuildRequires: libjack-devel +BuildRequires: liblo-devel +BuildRequires: liblrdf-devel +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: 11.11.42 +Release: 0 +Source0: http://downloads.sourceforge.net/project/%{name}/%name/11.11/%{name}-%{version}.tar.bz2 Source1: %{name}.xpm Source2: %{name}.1 -Source3: CHANGES.txt # This patch fixes the 64 bit lib search path for dssi and ladspa and is distro specific for now. Patch0: rosegarden-10.02-plugin-lib64path.patch # This patch fixes the file search paths for examples, templates and midi driver libraries. Patch1: rosegarden-10.10-filepaths.patch -Group: Productivity/Multimedia/Sound/Midi +#Temporary patch to fix license statement in the "About box" +Patch2: rosegarden-11.11-gplv2+.patch Summary: Midi, Audio And Notation Editor +License: GPL-2.0+ +Group: Productivity/Multimedia/Sound/Midi Icon: rosegarden.xpm Url: http://www.rosegardenmusic.com/ -AutoReqProv: on Provides: rosegarden-qt4 = %{version}-%{release} rosegarden4 = %{version}-%{release} Obsoletes: rosegarden-qt4 < %{version}-%{release} rosegarden4 < %{version}-%{release} Requires: ladspa dssi @@ -62,21 +73,15 @@ rosegarden and has many new features and enhancements. See the changelog for details. -Authors: --------- - Chris Cannam <[email protected]> - Richard Bown <[email protected]> - Guillaume Laurent <[email protected]> - # TODO The current desktop menu category (kde4 at least) is Multimedia > Audio Player and not appropriate. %prep %setup -q %patch0 %patch1 +%patch2 # When we build svn we need to execute bootstrap.sh it doesn't harm the release build either. sh bootstrap.sh -%{?suse_update_config:%{suse_update_config -f}} %build export DEBUG_LADSPA @@ -106,8 +111,6 @@ chmod 644 %{buildroot}%{_datadir}/%{name}/scripts/README chmod 644 %{buildroot}%{_datadir}/%{name}/scripts/color-list chmod 644 %{buildroot}%{_datadir}/%{name}/scripts/simple-makefile -# Copy CHANGES.txt, created from sourceforge web page. -cp -v %{S:3} ./ %__install -D -m 0644 "%{SOURCE1}" "%{buildroot}%{_datadir}/pixmaps/%{name}.xpm" %suse_update_desktop_file %{buildroot}/%{_datadir}/applications/%{name}.desktop @@ -127,7 +130,7 @@ %files %defattr(-,root,root) -%doc AUTHORS COPYING README CHANGES.txt +%doc AUTHORS COPYING README %dir %{_datadir}/%{name}/ %dir %{_datadir}/%{name}/autoload %dir %{_datadir}/%{name}/chords ++++++ rosegarden-10.02-plugin-lib64path.patch ++++++ --- /var/tmp/diff_new_pack.7LC1Ny/_old 2012-03-09 21:27:22.000000000 +0100 +++ /var/tmp/diff_new_pack.7LC1Ny/_new 2012-03-09 21:27:22.000000000 +0100 @@ -1,7 +1,7 @@ Index: src/sound/LADSPAPluginFactory.cpp =================================================================== ---- src/sound/LADSPAPluginFactory.cpp.orig 2010-12-17 01:12:44.000000000 +0200 -+++ src/sound/LADSPAPluginFactory.cpp 2010-12-17 01:12:48.000000000 +0200 +--- src/sound/LADSPAPluginFactory.cpp.orig 2011-12-11 22:09:29.000000000 +0200 ++++ src/sound/LADSPAPluginFactory.cpp 2012-03-08 10:16:04.934978704 +0200 @@ -565,7 +565,7 @@ LADSPAPluginFactory::getPluginPath() path = cpath; @@ -13,8 +13,8 @@ path = std::string(home) + "/.ladspa:" + path; Index: src/sound/DSSIPluginFactory.cpp =================================================================== ---- src/sound/DSSIPluginFactory.cpp.orig 2010-12-17 01:12:44.000000000 +0200 -+++ src/sound/DSSIPluginFactory.cpp 2010-12-17 01:12:48.000000000 +0200 +--- src/sound/DSSIPluginFactory.cpp.orig 2011-12-11 22:09:29.000000000 +0200 ++++ src/sound/DSSIPluginFactory.cpp 2012-03-08 10:16:04.935978674 +0200 @@ -234,7 +234,7 @@ DSSIPluginFactory::getPluginPath() path = cpath; ++++++ rosegarden-10.10-filepaths.patch ++++++ --- /var/tmp/diff_new_pack.7LC1Ny/_old 2012-03-09 21:27:22.000000000 +0100 +++ /var/tmp/diff_new_pack.7LC1Ny/_new 2012-03-09 21:27:22.000000000 +0100 @@ -1,7 +1,7 @@ Index: src/gui/widgets/FileDialog.cpp =================================================================== ---- src/gui/widgets/FileDialog.cpp.orig 2010-12-17 01:12:44.000000000 +0200 -+++ src/gui/widgets/FileDialog.cpp 2010-12-17 01:13:37.000000000 +0200 +--- src/gui/widgets/FileDialog.cpp.orig 2011-12-11 22:09:18.000000000 +0200 ++++ src/gui/widgets/FileDialog.cpp 2012-03-08 10:16:17.474603556 +0200 @@ -49,8 +49,8 @@ FileDialog::FileDialog(QWidget *parent, QList<QUrl> urls; @@ -15,8 +15,8 @@ RG_DEBUG << "FileDialog::FileDialog(...)" << endl Index: src/gui/studio/BankEditorDialog.cpp =================================================================== ---- src/gui/studio/BankEditorDialog.cpp.orig 2010-12-17 01:12:44.000000000 +0200 -+++ src/gui/studio/BankEditorDialog.cpp 2010-12-17 01:13:37.000000000 +0200 +--- src/gui/studio/BankEditorDialog.cpp.orig 2011-12-11 22:09:20.000000000 +0200 ++++ src/gui/studio/BankEditorDialog.cpp 2012-03-08 10:16:17.475603526 +0200 @@ -1554,7 +1554,7 @@ void BankEditorDialog::slotImport() { ++++++ rosegarden-11.11-gplv2+.patch ++++++ Index: src/gui/dialogs/AboutDialog.cpp =================================================================== --- src/gui/dialogs/AboutDialog.cpp.orig 2011-12-11 22:09:15.000000000 +0200 +++ src/gui/dialogs/AboutDialog.cpp 2012-03-08 10:16:23.262430415 +0200 @@ -51,7 +51,7 @@ AboutDialog::AboutDialog(QWidget *parent mainLayout->addLayout(headerLayout); QLabel *label2 = new QLabel; - label2->setText(tr("<p>Copyright 2000-2011 the Rosegarden development team</p><p>Version: %1 Qt version: %2<br>Build key: %3</p><p>Rosegarden was brought to you by a team of volunteers across the world. For a list of contributors, visit <a style=\"color:gold\" href=\"http://www.rosegardenmusic.com/resources/authors\">http://www.rosegardenmusic.com/resources/authors</a>.<br>For more information about Rosegarden, visit <a style=\"color:gold\" href=\"http://www.rosegardenmusic.com\">http://www.rosegardenmusic.com</a>.</p><p>License: GNU General Public License Version 2</p>").arg(VERSION).arg(QT_VERSION_STR).arg(BUILDKEY)); + label2->setText(tr("<p>Copyright 2000-2011 the Rosegarden development team</p><p>Version: %1 Qt version: %2<br>Build key: %3</p><p>Rosegarden was brought to you by a team of volunteers across the world. For a list of contributors, visit <a style=\"color:gold\" href=\"http://www.rosegardenmusic.com/resources/authors\">http://www.rosegardenmusic.com/resources/authors</a>.<br>For more information about Rosegarden, visit <a style=\"color:gold\" href=\"http://www.rosegardenmusic.com\">http://www.rosegardenmusic.com</a>.</p><p>License: GNU General Public License Version 2 or later</p>").arg(VERSION).arg(QT_VERSION_STR).arg(BUILDKEY)); label2->setWordWrap(true); label2->setAlignment(Qt::AlignHCenter); label2->setOpenExternalLinks(true); Index: COPYING =================================================================== --- COPYING.orig 2011-12-11 22:09:53.000000000 +0200 +++ COPYING 2012-03-08 10:16:23.263430385 +0200 @@ -1,12 +1,12 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 675 Mass Ave, Cambridge, MA 02139, USA + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. - Preamble + Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public @@ -15,7 +15,7 @@ software--to make sure the software is f General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to +the GNU Lesser General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not @@ -255,7 +255,7 @@ make exceptions for this. Our decision of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. - NO WARRANTY + NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN @@ -277,4 +277,63 @@ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - END OF TERMS AND CONDITIONS + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + <one line to give the program's name and a brief idea of what it does.> + Copyright (C) <year> <name of author> + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + <signature of Ty Coon>, 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. ++++++ rosegarden-11.04.12272.tar.bz2 -> rosegarden-11.11.42.tar.bz2 ++++++ ++++ 214116 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
