Hello community,

here is the log from the commit of package qtractor for openSUSE:Factory 
checked in at 2015-10-19 22:50:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qtractor (Old)
 and      /work/SRC/openSUSE:Factory/.qtractor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qtractor"

Changes:
--------
--- /work/SRC/openSUSE:Factory/qtractor/qtractor.changes        2015-05-29 
10:46:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.qtractor.new/qtractor.changes   2015-10-20 
00:04:24.000000000 +0200
@@ -1,0 +2,58 @@
+Sun Oct 11 17:15:08 UTC 2015 - ec...@opensuse.org
+
+- update to 0.7.1
+  - Fixed an ages old MIDI track/channel instrument mapping (bank,
+    program) issue that prevented normal all-shut-up messages from
+    being sent to MIDI output buses/ports on playback stop.
+  - Messages standard output capture has been improved again, now
+    in both ways a non-blocking pipe may get.
+  - Fixed port on MIDI 14-bit controllers input caching.
+  - Fixed false value readings on the MIDI clip editor (aka. piano
+    -roll) tool-tips, when dragging a note velocity or controller
+    value outside the acceptable nominal range (eg. 0-127).
+  - Added LV2_BUF_SIZE__nominalBlockLength option support (patch
+    by falktx aka. Filipe Coelho, thanks).
+  - Fixed wrong initial tempo/time-signature display when session
+    is loaded from command line.
+  - LV2 plug-in UI GTK2 and X11 in Qt5 host native support added.
+  - Transport/Auto Backward feature now honoring (auto return) to
+    same current location precedence as Transport/Backward.
+  - Single/unique application instance control adapted to Qt5/X11
+    (cf. configure --enable-xunique).
+  - MIDI Tools/Transpose, Resize duration display format (frames,
+    time or BBT) have been fixed.
+  - Build fix for Qt5.5 (patch by KaOS, thanks).
+  - MIDI Tools/Quantize et al. are tentatively being corrected
+    to take event times as relative to THE beginning of session,
+    instead of MIDI clip start location.
+- update to 0.7.0
+  - Complete rewrite of Qt4 vs. Qt5 configure builds.
+  - Revised MIDI Controlllers catch-up algorithm.
+  - Mixer multi-row layout gets a little bit of a fairness fix.
+  - Non-continuous MIDI Controllers now have their Hook and Latch
+    options disabled as those are found not applicable,
+  - As an alternative to PC-keyboard shortcuts, MIDI controllers
+    are now also assignable and configurable for any of the main
+    menu command actions, all from the same old configuration
+    dialog (Help/Shortcuts...).
+  - Fixed missing Track and Clip sub-menus from Edit/context-menu
+    that were found AWOL ever since after the Lazy Tachyon beta
+    release (> 0.6.6).
+  - An off-by-one bar position (as in BBT, bar, beat and ticks)
+    has been purportedly fixed as long as LV2 Time/Position atom
+    event transfer goes.
+  - French (fr) translation line to desktop file added (patch by
+    Olivier Humbert, thanks).
+  - A new top-level widget window geometry state save and restore
+    sub-routine is now in effect.
+  - Improved MIDI clip editor resilience across tempo and time-
+    signature changes.
+  - Keyboard shortcuts configuration (Help/Shortcuts...) now
+    lists complete menu/action path where available.
+  - Fixed in-flight VST plugin editor (GUI) resizing.
+  - Added support to LV2UI_portMap extension, found really handy
+    for the cases where you have multiple plugins with different
+    port configurations and a single common UI to drive them all
+    (pull request by Hanspeter Portner aka. ventosus, thanks).
+
+-------------------------------------------------------------------

Old:
----
  qtractor-0.6.7.tar.gz

New:
----
  qtractor-0.7.1.tar.gz

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

Other differences:
------------------
++++++ qtractor.spec ++++++
--- /var/tmp/diff_new_pack.IkjNld/_old  2015-10-20 00:04:25.000000000 +0200
+++ /var/tmp/diff_new_pack.IkjNld/_new  2015-10-20 00:04:25.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           qtractor
-Version:        0.6.7
+Version:        0.7.1
 Release:        0
 Summary:        An Audio/MIDI multi-track sequencer
 License:        GPL-2.0+
@@ -57,8 +57,8 @@
 
 %prep
 %setup -q
-%patch0
-%patch1
+%patch0 -p1
+%patch1 -p1
 %patch2 -p1
 %patch3
 

++++++ qtractor-0.6.7.tar.gz -> qtractor-0.7.1.tar.gz ++++++
++++ 84789 lines of diff (skipped)

++++++ qtractor-nodatetime.patch ++++++
--- /var/tmp/diff_new_pack.IkjNld/_old  2015-10-20 00:04:26.000000000 +0200
+++ /var/tmp/diff_new_pack.IkjNld/_new  2015-10-20 00:04:26.000000000 +0200
@@ -1,13 +1,12 @@
-Index: src/qtractorMainForm.cpp
-===================================================================
---- src/qtractorMainForm.cpp.orig
-+++ src/qtractorMainForm.cpp
-@@ -5443,7 +5443,7 @@ void qtractorMainForm::helpAbout (void)
+diff -Pdpru qtractor-0.7.1.orig/src/qtractorMainForm.cpp 
qtractor-0.7.1/src/qtractorMainForm.cpp
+--- qtractor-0.7.1.orig/src/qtractorMainForm.cpp       2015-10-09 
16:18:10.244820839 +0200
++++ qtractor-0.7.1/src/qtractorMainForm.cpp    2015-10-11 19:39:41.939318191 
+0200
+@@ -5452,7 +5452,7 @@ void qtractorMainForm::helpAbout (void)
        sText += "<b>" QTRACTOR_TITLE " - " + tr(QTRACTOR_SUBTITLE) + "</b><br 
/>\n";
        sText += "<br />\n";
        sText += tr("Version") + ": <b>" QTRACTOR_VERSION "</b><br />\n";
 -      sText += "<small>" + tr("Build") + ": " __DATE__ " " __TIME__ 
"</small><br />\n";
-+//    sText += "<small>" + tr("Build") + ": " __DATE__ " " __TIME__ 
"</small><br />\n";
++      //sText += "<small>" + tr("Build") + ": " __DATE__ " " __TIME__ 
"</small><br />\n";
        QStringListIterator iter(list);
        while (iter.hasNext()) {
                sText += "<small><font color=\"red\">";

++++++ qtractor-remove_path_from_exec_in_desktop_file.patch ++++++
--- /var/tmp/diff_new_pack.IkjNld/_old  2015-10-20 00:04:26.000000000 +0200
+++ /var/tmp/diff_new_pack.IkjNld/_new  2015-10-20 00:04:26.000000000 +0200
@@ -1,9 +1,10 @@
---- src/qtractor.desktop.in.orig       2014-01-03 11:33:09.602478261 +0100
-+++ src/qtractor.desktop.in    2014-01-03 11:33:16.866482972 +0100
-@@ -3,7 +3,7 @@
- Version=1.0
- GenericName=Multi-track Sequencer
+diff -Pdpru qtractor-0.7.1.orig/src/qtractor.desktop.in 
qtractor-0.7.1/src/qtractor.desktop.in
+--- qtractor-0.7.1.orig/src/qtractor.desktop.in        2015-10-09 
16:18:10.226820839 +0200
++++ qtractor-0.7.1/src/qtractor.desktop.in     2015-10-11 19:45:07.249319800 
+0200
+@@ -5,7 +5,7 @@ GenericName=Multi-track Sequencer
+ GenericName[fr]=Séquenceur multi-pistes
  Comment=Qtractor is an Audio/MIDI multi-track sequencer application
+ Comment[fr]=Qtractor est un séquenceur multi-pistes audio/MIDI
 -Exec=@ac_prefix@/bin/qtractor
 +Exec=qtractor
  Icon=qtractor


Reply via email to