Accepting request 250406 from multimedia:apps
1 OBS-URL: https://build.opensuse.org/request/show/250406 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rosegarden?expand=0&rev=18
This commit is contained in:
commit
6a77a1f86c
@ -1,8 +1,8 @@
|
||||
Index: src/gui/widgets/FileDialog.cpp
|
||||
===================================================================
|
||||
--- 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,
|
||||
--- src/gui/widgets/FileDialog.cpp.orig 2014-03-03 13:58:55.000000000 +0200
|
||||
+++ src/gui/widgets/FileDialog.cpp 2014-09-19 14:38:06.330513955 +0200
|
||||
@@ -51,8 +51,8 @@ FileDialog::FileDialog(QWidget *parent,
|
||||
QList<QUrl> urls;
|
||||
|
||||
QString home = QUrl::fromLocalFile(QDesktopServices::storageLocation(QDesktopServices::HomeLocation)).path();
|
||||
@ -15,9 +15,9 @@ Index: src/gui/widgets/FileDialog.cpp
|
||||
RG_DEBUG << "FileDialog::FileDialog(...)" << endl
|
||||
Index: src/gui/studio/BankEditorDialog.cpp
|
||||
===================================================================
|
||||
--- 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
|
||||
--- src/gui/studio/BankEditorDialog.cpp.orig 2014-03-03 13:58:56.000000000 +0200
|
||||
+++ src/gui/studio/BankEditorDialog.cpp 2014-09-19 14:38:06.331514197 +0200
|
||||
@@ -1555,7 +1555,7 @@ void
|
||||
BankEditorDialog::slotImport()
|
||||
{
|
||||
QString home = QUrl::fromLocalFile(QDesktopServices::storageLocation(QDesktopServices::HomeLocation)).path();
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c3a1961b75ded3ded634e9c24f194fd483b11bc797a2603cf5a61fec674e6d5
|
||||
size 6355164
|
3
rosegarden-14.02.tar.bz2
Normal file
3
rosegarden-14.02.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5d1d78424582326dcde4bb46b521eb25c2b3fd05b98ce3aaf7f2ffd2e9f7cd6
|
||||
size 6402898
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 19 12:28:37 UTC 2014 - davejplater@gmail.com
|
||||
|
||||
- Update to release 14.02 code named "Kaleidoscope"
|
||||
- Upstream Bug Fixes
|
||||
* Fix a transposition bug (Bug #1383, r13540).
|
||||
* Fix a bug related to running status and meta events in exported MIDI files
|
||||
(r13544)
|
||||
* Fix an endless loop with certain MIDI files (Bug #1419, r13550)
|
||||
* Pitch tracker patch from Nick Bailey (r13597)
|
||||
* Fix a crash when exporting to LilyPond with an empty copyright header
|
||||
(r13603)
|
||||
* Fix for bad handling of "(c)" in the copyright header when exporting to
|
||||
LilyPond (r13603)
|
||||
* Fix for handling obscure MIDI files that have an extra unused padding byte
|
||||
at the very end (r13604)
|
||||
* Fix to allow controllers in zero-length segments to play (r13650)
|
||||
* Fix for guessBeats crashes (r13653)
|
||||
* Fix for channel allocator waste-minimizer (r13654)
|
||||
* Fix to avoid freeing zero-length intervals (r13655)
|
||||
* Fix Jump to Quick Marker shortcut, Ctrl+M, in notation (r13656)
|
||||
* Fix for first note of a segment playing late (Bug 1378, r13657)
|
||||
- New Features
|
||||
* New auto-expand feature added to the Change Composition Length dialog
|
||||
(Feature #417, r13542, r13555).
|
||||
- New Device Files
|
||||
* Casio CTK-3200 device file contributed by Eric (tuxyme)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 22 21:34:10 UTC 2013 - zaitor@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rosegarden
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
Name: rosegarden
|
||||
Version: 13.10
|
||||
Version: 14.02
|
||||
Release: 0
|
||||
License: GPL-2.0+
|
||||
Summary: Midi, Audio And Notation Editor
|
||||
@ -104,7 +104,6 @@ rm -rf %{buildroot}%{_datadir}/%{name}/desktop
|
||||
rm -rf %{buildroot}%{_datadir}/%{name}/mime
|
||||
rm -f %{buildroot}%{_datadir}/%{name}/*.cpp
|
||||
rm -f %{buildroot}%{_datadir}/%{name}/*.o
|
||||
rm -f %{buildroot}%{_datadir}/%{name}/rc/notation.rc~
|
||||
chmod 755 %{buildroot}%{_datadir}/%{name}/scripts/*
|
||||
chmod 644 %{buildroot}%{_datadir}/%{name}/scripts/lircrc.rosegarden
|
||||
chmod 644 %{buildroot}%{_datadir}/%{name}/scripts/README
|
||||
@ -130,6 +129,7 @@ rm -rf %{buildroot}
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING README
|
||||
%dir %{_datadir}/appdata
|
||||
%dir %{_datadir}/%{name}/
|
||||
%dir %{_datadir}/%{name}/autoload
|
||||
%dir %{_datadir}/%{name}/chords
|
||||
@ -161,7 +161,6 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/%{name}/styles/*
|
||||
%{_datadir}/%{name}/templates/*
|
||||
%{_datadir}/mime/packages/%{name}.xml
|
||||
%dir %{_datadir}/appdata
|
||||
%{_datadir}/appdata/rosegarden.appdata.xml
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user