Hello community,

here is the log from the commit of package shotcut for openSUSE:Factory checked 
in at 2017-11-07 09:58:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/shotcut (Old)
 and      /work/SRC/openSUSE:Factory/.shotcut.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "shotcut"

Tue Nov  7 09:58:19 2017 rev:7 rq:538931 version:17.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/shotcut/shotcut.changes  2017-10-03 
23:20:22.768289131 +0200
+++ /work/SRC/openSUSE:Factory/.shotcut.new/shotcut.changes     2017-11-07 
09:58:38.028918712 +0100
@@ -1,0 +2,18 @@
+Sat Nov  4 11:18:02 UTC 2017 - [email protected]
+
+- Update to 17.11 and rebase shotcut-noupdatecheck.patch.
+- Upstream changes:
+  *Allow toggle GPU processing in any Display Method.
+  *Remove the frameDisplayed throttle.
+  *Reduce free space theshold to 50 GiB.
+  *Add Nepali translation.
+  *Add warning if the drive for export is low on space.
+  *Display warning if file to export is in project.
+  *Pause upon changing timeline zoom.
+  *Hide the gif format and codec.
+  *Fix adding transition changes selection.
+  *Fix #411 Ripple All Tracks not fully splitting clips.
+  *Fix Add All to Timeline not including filters.
+  *Do not adjust Timeline zoom until slider is released.
+
+-------------------------------------------------------------------

Old:
----
  shotcut-17.10.tar.gz

New:
----
  shotcut-17.11.tar.gz

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

Other differences:
------------------
++++++ shotcut.spec ++++++
--- /var/tmp/diff_new_pack.VCsMWz/_old  2017-11-07 09:58:39.204876049 +0100
+++ /var/tmp/diff_new_pack.VCsMWz/_new  2017-11-07 09:58:39.208875904 +0100
@@ -22,7 +22,7 @@
 %bcond_with    x264
 
 Name:           shotcut
-Version:        17.10
+Version:        17.11
 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.
@@ -136,6 +136,7 @@
 popd
 cp -v version.json %{buildroot}%{_datadir}/%{name}
 %suse_update_desktop_file -i %{name}
+chmod 0755 %{buildroot}/%{_datadir}/%{name}/qml/export-edl/rebuild.sh
 %fdupes -s %{buildroot}/%{_datadir}
 
 %post

++++++ shotcut-17.10.tar.gz -> shotcut-17.11.tar.gz ++++++
++++ 43607 lines of diff (skipped)

++++++ shotcut-noupdatecheck.patch ++++++
--- /var/tmp/diff_new_pack.VCsMWz/_old  2017-11-07 09:58:39.916850219 +0100
+++ /var/tmp/diff_new_pack.VCsMWz/_new  2017-11-07 09:58:39.916850219 +0100
@@ -1,8 +1,8 @@
 Index: src/mainwindow.cpp
 ===================================================================
---- 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
+--- src/mainwindow.cpp.orig    2017-11-03 04:44:37.000000000 +0200
++++ src/mainwindow.cpp 2017-11-04 12:00:00.461015731 +0200
+@@ -2908,7 +2908,7 @@ void MainWindow::on_menuExternal_aboutTo
  void MainWindow::on_actionUpgrade_triggered()
  {
      showStatusMessage("Checking for upgrade...");
@@ -11,7 +11,7 @@
  }
  
  void MainWindow::on_actionOpenXML_triggered()
-@@ -3024,7 +3024,7 @@ void MainWindow::onUpgradeCheckFinished(
+@@ -3040,7 +3040,7 @@ void MainWindow::onUpgradeCheckFinished(
                      m_upgradeUrl = json.object().value("url").toString();
                  showStatusMessage(action, 10 /* seconds */);
              } else {
@@ -22,10 +22,10 @@
              return;
 Index: src/src.pro
 ===================================================================
---- 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
+--- src/src.pro.orig   2017-11-03 04:44:37.000000000 +0200
++++ src/src.pro        2017-11-04 12:00:00.465015866 +0200
+@@ -326,7 +326,7 @@ debug_and_release {
+ LIBS += -lCuteLogger -lmvcp -lpthread
  
  isEmpty(SHOTCUT_VERSION) {
 -    !win32:SHOTCUT_VERSION = $$system(date "+%y.%m.%d")


Reply via email to