Hello community,

here is the log from the commit of package shotcut for openSUSE:Factory checked 
in at 2019-01-21 11:07:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/shotcut (Old)
 and      /work/SRC/openSUSE:Factory/.shotcut.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "shotcut"

Mon Jan 21 11:07:42 2019 rev:22 rq:667311 version:19.01.19

Changes:
--------
--- /work/SRC/openSUSE:Factory/shotcut/shotcut.changes  2018-12-28 
12:34:29.675998127 +0100
+++ /work/SRC/openSUSE:Factory/.shotcut.new.28833/shotcut.changes       
2019-01-21 11:07:42.566709450 +0100
@@ -1,0 +2,35 @@
+Sun Jan 20 12:07:47 UTC 2019 - [email protected]
+
+- Update to version 19.01.19 and remove shotcut-QAction.patch which
+  is no longer relevant.
+- Upstream changes:
+  *Fix Overlay HTML filter height.
+  *Use generic sans-serif font face instead of Arial.
+  *Add templates for Overlay HTML.
+  *Fix using relative path to asset in HTML editor.
+  *Add SVG to the HTML editor's open image dialog.
+  *Add Slow Zoom, Hold presets.
+  *Remove the old presets with "Pan" in them.
+  *Change animation presets Pan -> Move.
+  *Fix calling the correct parent onFinished().
+  *Auto retry export job without parallel processing.
+  *Add Center Playhead to the Keyframes menu.
+  *Add Center Playhead option to Timeline menu.
+  *Fix aspect ratio for Export Frame.
+  *Fix trim to remove transition adds frames.
+  *Fix ripple trim when clip has a transition.
+  *Fix filter not adjusted when trim transition.
+  *Change maximum for Speed to 50.
+  *Default to first DirectShow devices.
+  *Improve Color Grading filter UI.
+  *Fix speed when the region and language radix differ.
+  *Fix changing speed can move clip.
+  *Refactor m_updateCommand to QScopedPointer.
+  *Fix no hardware encoders found with space in path.
+  *Fix Video Mode in New Project.
+  *Prioritize display over other frameDisplayed slots.
+  *Fix external monitoring on Linux screen.
+  *Fix missing file for Stabilize without Analyze.
+  *Fix audio changed by Mask From File video filter.
+
+-------------------------------------------------------------------

Old:
----
  shotcut-18.12.23.tar.gz
  shotcut-QAction.patch

New:
----
  shotcut-19.01.19.tar.gz

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

Other differences:
------------------
++++++ shotcut.spec ++++++
--- /var/tmp/diff_new_pack.aek810/_old  2019-01-21 11:07:43.142708720 +0100
+++ /var/tmp/diff_new_pack.aek810/_new  2019-01-21 11:07:43.146708715 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package shotcut
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 %bcond_with    x264
 
 Name:           shotcut
-Version:        18.12.23
+Version:        19.01.19
 Release:        0
 # This package creates a build time version from the current date and uses it 
to check
 # for updates. See patch1 and prep/build section. For reproducible builds.
@@ -34,7 +34,6 @@
 Source:         
https://github.com/mltframework/shotcut/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE shotcut-noupdatecheck.patch [email protected] -- 
Disable automatic update check
 Patch1:         shotcut-noupdatecheck.patch
-Patch2:         shotcut-QAction.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
@@ -87,8 +86,7 @@
 %prep
 %setup -q
 echo "Qt5Core = %{qt5version}"
-%patch1
-%patch2
+%autopatch -p0
 
 # Search for executable files
 find . \

++++++ shotcut-18.12.23.tar.gz -> shotcut-19.01.19.tar.gz ++++++
++++ 2836 lines of diff (skipped)

++++++ shotcut-noupdatecheck.patch ++++++
--- /var/tmp/diff_new_pack.aek810/_old  2019-01-21 11:07:43.698708015 +0100
+++ /var/tmp/diff_new_pack.aek810/_new  2019-01-21 11:07:43.702708009 +0100
@@ -1,8 +1,8 @@
 Index: src/mainwindow.cpp
 ===================================================================
---- src/mainwindow.cpp.orig    2018-11-13 20:25:40.000000000 +0200
-+++ src/mainwindow.cpp 2018-11-15 08:57:47.161378926 +0200
-@@ -3313,7 +3313,7 @@ void MainWindow::on_actionUpgrade_trigge
+--- src/mainwindow.cpp.orig    2019-01-19 06:58:33.000000000 +0200
++++ src/mainwindow.cpp 2019-01-20 13:41:00.318441271 +0200
+@@ -3329,7 +3329,7 @@ void MainWindow::on_actionUpgrade_trigge
              Settings.setAskUpgradeAutomatic(false);
      }
      showStatusMessage("Checking for upgrade...");
@@ -11,7 +11,7 @@
  }
  
  void MainWindow::on_actionOpenXML_triggered()
-@@ -3448,7 +3448,7 @@ void MainWindow::onUpgradeCheckFinished(
+@@ -3464,7 +3464,7 @@ void MainWindow::onUpgradeCheckFinished(
                      m_upgradeUrl = json.object().value("url").toString();
                  showStatusMessage(action, 15 /* seconds */);
              } else {
@@ -22,9 +22,9 @@
              return;
 Index: src/src.pro
 ===================================================================
---- src/src.pro.orig   2018-11-13 20:25:40.000000000 +0200
-+++ src/src.pro        2018-11-15 08:57:47.161378926 +0200
-@@ -303,7 +303,7 @@ debug_and_release {
+--- src/src.pro.orig   2019-01-19 06:58:33.000000000 +0200
++++ src/src.pro        2019-01-20 13:41:00.318441271 +0200
+@@ -308,7 +308,7 @@ debug_and_release {
  LIBS += -lCuteLogger
  
  isEmpty(SHOTCUT_VERSION) {


Reply via email to