Hello community,

here is the log from the commit of package shotcut for openSUSE:Factory checked 
in at 2017-10-03 23:20:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/shotcut (Old)
 and      /work/SRC/openSUSE:Factory/.shotcut.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "shotcut"

Tue Oct  3 23:20:22 2017 rev:6 rq:530847 version:17.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/shotcut/shotcut.changes  2017-08-24 
18:54:49.956859741 +0200
+++ /work/SRC/openSUSE:Factory/.shotcut.new/shotcut.changes     2017-10-03 
23:20:22.768289131 +0200
@@ -1,0 +2,11 @@
+Tue Oct  3 11:17:19 UTC 2017 - davejpla...@gmail.com
+
+- Update to 17.10 and rebase shotcut-noupdatecheck.patch.
+- Upstream changes:
+  *Fixed multi-threaded decoding with FFmpeg v3.2.
+  *Added 1080p 59.94 and 60 fps video modes.
+  *Added support for NVENC to Export panel.
+  *Updated SDL to v2.0
+  *Updated FFmpeg to v3.2
+
+-------------------------------------------------------------------

Old:
----
  shotcut-17.08.tar.gz

New:
----
  shotcut-17.10.tar.gz

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

Other differences:
------------------
++++++ shotcut.spec ++++++
--- /var/tmp/diff_new_pack.W20ChM/_old  2017-10-03 23:20:23.724154610 +0200
+++ /var/tmp/diff_new_pack.W20ChM/_new  2017-10-03 23:20:23.728154048 +0200
@@ -22,7 +22,7 @@
 %bcond_with    x264
 
 Name:           shotcut
-Version:        17.08
+Version:        17.10
 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.

++++++ shotcut-17.08.tar.gz -> shotcut-17.10.tar.gz ++++++
++++ 23012 lines of diff (skipped)

++++++ shotcut-desktopfile.patch ++++++
--- /var/tmp/diff_new_pack.W20ChM/_old  2017-10-03 23:20:24.536040353 +0200
+++ /var/tmp/diff_new_pack.W20ChM/_new  2017-10-03 23:20:24.540039790 +0200
@@ -1,7 +1,7 @@
-Index: snap/setup/gui/shotcut.desktop
+Index: snap/gui/shotcut.desktop
 ===================================================================
---- snap/gui/shotcut.desktop.orig      2017-04-02 06:05:12.000000000 +0200
-+++ snap/gui/shotcut.desktop   2017-05-03 12:54:12.255456495 +0200
+--- snap/gui/shotcut.desktop.orig      2017-10-02 04:53:27.000000000 +0200
++++ snap/gui/shotcut.desktop   2017-10-03 12:58:24.860145264 +0200
 @@ -4,7 +4,7 @@ Name=Shotcut
  GenericName=Video Editor
  Comment=Free, cross-platform, open source video editor

++++++ shotcut-noupdatecheck.patch ++++++
--- /var/tmp/diff_new_pack.W20ChM/_old  2017-10-03 23:20:24.552038101 +0200
+++ /var/tmp/diff_new_pack.W20ChM/_new  2017-10-03 23:20:24.556037538 +0200
@@ -1,21 +1,8 @@
 Index: src/mainwindow.cpp
 ===================================================================
---- src/mainwindow.cpp.orig    2017-08-02 07:41:40.000000000 +0200
-+++ src/mainwindow.cpp 2017-08-05 06:23:17.818576703 +0200
-@@ -1878,9 +1878,9 @@ void MainWindow::showEvent(QShowEvent* e
- 
-     windowHandle()->installEventFilter(this);
- 
--    QAction* action = new QAction(tr("Click here to check for a new version 
of Shotcut."), 0);
--    connect(action, SIGNAL(triggered(bool)), 
SLOT(on_actionUpgrade_triggered()));
--    showStatusMessage(action, 10 /* seconds */);
-+    //QAction* action = new QAction(tr("Click here to check for a new version 
of Shotcut."), 0);
-+    //connect(action, SIGNAL(triggered(bool)), 
SLOT(on_actionUpgrade_triggered()));
-+    //showStatusMessage(action, 10 /* seconds */);
- }
- 
- void MainWindow::on_actionOpenOther_triggered()
-@@ -2885,7 +2885,7 @@ void MainWindow::on_menuExternal_aboutTo
+--- src/mainwindow.cpp.orig    2017-10-03 12:58:28.220255509 +0200
++++ src/mainwindow.cpp 2017-10-03 13:00:09.631579581 +0200
+@@ -2892,7 +2892,7 @@ void MainWindow::on_menuExternal_aboutTo
  void MainWindow::on_actionUpgrade_triggered()
  {
      showStatusMessage("Checking for upgrade...");
@@ -24,7 +11,7 @@
  }
  
  void MainWindow::on_actionOpenXML_triggered()
-@@ -3017,7 +3017,7 @@ void MainWindow::onUpgradeCheckFinished(
+@@ -3024,7 +3024,7 @@ void MainWindow::onUpgradeCheckFinished(
                      m_upgradeUrl = json.object().value("url").toString();
                  showStatusMessage(action, 10 /* seconds */);
              } else {
@@ -35,8 +22,8 @@
              return;
 Index: src/src.pro
 ===================================================================
---- src/src.pro.orig   2017-08-02 07:41:40.000000000 +0200
-+++ src/src.pro        2017-08-05 06:23:17.818576703 +0200
+--- src/src.pro.orig   2017-10-03 12:58:28.220255509 +0200
++++ src/src.pro        2017-10-03 13:00:09.631579581 +0200
 @@ -324,7 +324,7 @@ debug_and_release {
  LIBS += -lLogger -lmvcp -lpthread
  


Reply via email to