Hello community,

here is the log from the commit of package shotcut for openSUSE:Factory checked 
in at 2018-10-25 08:12:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/shotcut (Old)
 and      /work/SRC/openSUSE:Factory/.shotcut.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "shotcut"

Thu Oct 25 08:12:54 2018 rev:17 rq:642582 version:18.10.08

Changes:
--------
--- /work/SRC/openSUSE:Factory/shotcut/shotcut.changes  2018-08-31 
10:47:47.295446367 +0200
+++ /work/SRC/openSUSE:Factory/.shotcut.new/shotcut.changes     2018-10-25 
08:13:19.660149312 +0200
@@ -1,0 +2,14 @@
+Wed Oct 17 08:36:02 UTC 2018 - [email protected]
+
+- Update to 18.10.08
+- Droid fonts are no longer present.
+- Rebased shotcut-QAction.patch and shotcut-noupdatecheck.patch.
+- Upstream changes:
+  Fix ffmpeg build on macOS and Linux.
+  Fix VUI rectangle control's fixed aspect ratio handling.
+  Fix timeline rulers inaccurate after video mode fps change.
+  Always supply force argument for waveform function calls.
+  Fix Text filter preset not saving the text.
+  Replace Droid font with Liberation due to incompatible license.
+
+-------------------------------------------------------------------

Old:
----
  shotcut-18.08.14.tar.gz

New:
----
  shotcut-18.10.08.tar.gz

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

Other differences:
------------------
++++++ shotcut.spec ++++++
--- /var/tmp/diff_new_pack.ki0tBk/_old  2018-10-25 08:13:20.716148621 +0200
+++ /var/tmp/diff_new_pack.ki0tBk/_new  2018-10-25 08:13:20.716148621 +0200
@@ -22,7 +22,7 @@
 %bcond_with    x264
 
 Name:           shotcut
-Version:        18.08.14
+Version:        18.10.08
 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.
@@ -93,12 +93,6 @@
 # Search for executable files
 find . \
 \( -name \*.html -o -name \*.js \) -type f -executable -exec chmod a-x {} + || 
:
-#Remove license restricted Droid fonts
-rm src/qml/filters/webvfx_threejs_text/fonts/droid_sans_bold.typeface.js
-rm src/qml/filters/webvfx_threejs_text/fonts/droid_sans_regular.typeface.js
-rm src/qml/filters/webvfx_threejs_text/fonts/droid_serif_bold.typeface.js
-rm src/qml/filters/webvfx_threejs_text/fonts/droid_serif_regular.typeface.js
-rm -rf src/qml/filters/webvfx_threejs_text/*
 
 # Create version.json from current version
 echo "{" > version.json

++++++ shotcut-18.08.14.tar.gz -> shotcut-18.10.08.tar.gz ++++++
++++ 122610 lines of diff (skipped)

++++++ shotcut-QAction.patch ++++++
--- /var/tmp/diff_new_pack.ki0tBk/_old  2018-10-25 08:13:21.460148134 +0200
+++ /var/tmp/diff_new_pack.ki0tBk/_new  2018-10-25 08:13:21.460148134 +0200
@@ -6,8 +6,8 @@
 
 Index: src/docks/recentdock.h
 ===================================================================
---- src/docks/recentdock.h.orig        2018-06-02 17:08:34.000000000 +0200
-+++ src/docks/recentdock.h     2018-06-18 16:26:50.335290509 +0200
+--- src/docks/recentdock.h.orig        2018-10-09 00:42:11.000000000 +0200
++++ src/docks/recentdock.h     2018-10-17 10:16:26.969203842 +0200
 @@ -22,6 +22,7 @@
  #include <QDockWidget>
  #include <QStandardItemModel>
@@ -18,9 +18,9 @@
      class RecentDock;
 Index: src/docks/timelinedock.h
 ===================================================================
---- src/docks/timelinedock.h.orig      2018-06-02 17:08:34.000000000 +0200
-+++ src/docks/timelinedock.h   2018-06-18 16:33:46.066577642 +0200
-@@ -22,6 +22,7 @@
+--- src/docks/timelinedock.h.orig      2018-10-09 00:42:11.000000000 +0200
++++ src/docks/timelinedock.h   2018-10-17 10:16:26.969203842 +0200
+@@ -21,6 +21,7 @@
  #include <QDockWidget>
  #include <QQuickWidget>
  #include <QApplication>

++++++ shotcut-noupdatecheck.patch ++++++
--- /var/tmp/diff_new_pack.ki0tBk/_old  2018-10-25 08:13:21.468148129 +0200
+++ /var/tmp/diff_new_pack.ki0tBk/_new  2018-10-25 08:13:21.468148129 +0200
@@ -1,19 +1,19 @@
 Index: src/mainwindow.cpp
 ===================================================================
---- src/mainwindow.cpp.orig    2018-08-11 16:47:59.000000000 +0200
-+++ src/mainwindow.cpp 2018-08-14 11:56:51.036167338 +0200
-@@ -3085,7 +3085,7 @@ void MainWindow::on_menuExternal_aboutTo
- void MainWindow::on_actionUpgrade_triggered()
- {
+--- src/mainwindow.cpp.orig    2018-10-17 10:11:48.966149487 +0200
++++ src/mainwindow.cpp 2018-10-17 10:12:14.259157820 +0200
+@@ -3241,7 +3241,7 @@ void MainWindow::on_actionUpgrade_trigge
+             Settings.setAskUpgradeAutomatic(false);
+     }
      showStatusMessage("Checking for upgrade...");
 -    
m_network.get(QNetworkRequest(QUrl("http://check.shotcut.org/version.json";)));
 +    
m_network.get(QNetworkRequest(QUrl("file:///usr/share/shotcut/version.json")));
  }
  
  void MainWindow::on_actionOpenXML_triggered()
-@@ -3217,7 +3217,7 @@ void MainWindow::onUpgradeCheckFinished(
+@@ -3375,7 +3375,7 @@ void MainWindow::onUpgradeCheckFinished(
                      m_upgradeUrl = json.object().value("url").toString();
-                 showStatusMessage(action, 10 /* seconds */);
+                 showStatusMessage(action, 15 /* seconds */);
              } else {
 -                showStatusMessage(tr("You are running the latest version of 
Shotcut."));
 +                showStatusMessage(tr("Use Yast or zypper for updates."));
@@ -22,14 +22,14 @@
              return;
 Index: src/src.pro
 ===================================================================
---- src/src.pro.orig   2018-08-11 16:47:59.000000000 +0200
-+++ src/src.pro        2018-08-14 11:56:51.036167338 +0200
-@@ -294,7 +294,7 @@ debug_and_release {
- LIBS += -lCuteLogger
- 
- isEmpty(SHOTCUT_VERSION) {
--    !win32:SHOTCUT_VERSION = $$system(date "+%y.%m.%d")
-+    !win32:SHOTCUT_VERSION = $$_VSTRING
-      win32:SHOTCUT_VERSION = adhoc
- }
- DEFINES += SHOTCUT_VERSION=\\\"$$SHOTCUT_VERSION\\\"
+--- src/src.pro.orig   2018-10-17 10:12:14.259157820 +0200
++++ src/src.pro        2018-10-17 10:14:58.049671468 +0200
+@@ -300,7 +300,7 @@ debug_and_release {
+ LIBS += -lCuteLogger
+ 
+ isEmpty(SHOTCUT_VERSION) {
+-    !win32:SHOTCUT_VERSION = $$system(date "+%y.%m.%d")
++    !win32:SHOTCUT_VERSION =  $$_VSTRING
+      win32:SHOTCUT_VERSION = adhoc
+ }
+ DEFINES += SHOTCUT_VERSION=\\\"$$SHOTCUT_VERSION\\\"


Reply via email to