commit 068be97217c39ec6755bae4f330729eee958837e
Author: Martin Gansser <mgansser(a)online.de>
Date: Tue Jun 4 09:58:20 2019 +0200
Update to 19.06.04
.gitignore | 1 +
shotcut-noupdatecheck.patch | 10 +++++-----
shotcut.spec | 10 +++++++---
sources | 2 +-
4 files changed, 14 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 760d6be..c8b2657 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@
/shotcut-19.01.24.tar.gz
/shotcut-19.01.27.tar.gz
/shotcut-19.02.28.tar.gz
+/shotcut-19.06.04.tar.gz
diff --git a/shotcut-noupdatecheck.patch b/shotcut-noupdatecheck.patch
index 98c6d25..d3d7472 100644
--- a/shotcut-noupdatecheck.patch
+++ b/shotcut-noupdatecheck.patch
@@ -1,9 +1,9 @@
---- src/mainwindow.cpp.orig 2018-10-02 13:48:27.170388091 +0200
-+++ src/mainwindow.cpp 2018-10-02 13:49:59.172328038 +0200
-@@ -2790,9 +2790,9 @@
- showStatusMessage("Checking for upgrade...");
-
m_network.get(QNetworkRequest(QUrl("http://check.shotcut.org/version...;
+--- src/mainwindow.cpp.orig 2019-04-23 15:28:14.999850370 +0200
++++ src/mainwindow.cpp 2019-04-23 15:29:38.767713374 +0200
+@@ -2922,9 +2922,9 @@
+ m_network.get(request);
} else {
+ m_network.setStrictTransportSecurityEnabled(false);
- 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, 15 /* seconds */);
diff --git a/shotcut.spec b/shotcut.spec
index f94b12e..143b826 100644
--- a/shotcut.spec
+++ b/shotcut.spec
@@ -3,8 +3,9 @@
%define _vstring %(echo %{version} |tr -d ".")
Name: shotcut
-Version: 19.02.28
+Version: 19.06.04
Release: 1%{dist}
+#Release: 0.1.beta1%%{dist}
Summary: A free, open source, cross-platform video editor
# The entire source code is GPLv3+ except mvcp/ which is LGPLv2+
License: GPLv3+ and LGPLv2+
@@ -34,8 +35,8 @@ BuildRequires: pkgconfig(Qt5WebSockets)
BuildRequires: pkgconfig(Qt5X11Extras)
BuildRequires: pkgconfig(Qt5Xml)
BuildRequires: qt5-linguist
-BuildRequires: pkgconfig(mlt++) >= 6.10.0
-BuildRequires: pkgconfig(mlt-framework) >= 6.10.0
+BuildRequires: pkgconfig(mlt++) >= 6.16.0
+BuildRequires: pkgconfig(mlt-framework) >= 6.16.0
BuildRequires: x264-devel
BuildRequires: webvfx-devel
@@ -187,6 +188,9 @@ appstream-util validate-relax --nonet
%{buildroot}/%{_metainfodir}/org.%{name}.S
%doc doc
%changelog
+* Tue Jun 04 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 19.06.04-1
+- Update to 19.06.04
+
* Thu Mar 21 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 19.02.28-1
- Update to 19.02.28
diff --git a/sources b/sources
index e541ac2..e8805f5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-882abf8084489315914e707c3f452041 shotcut-19.02.28.tar.gz
+ccefdf2901a769cb9ef0179950a385e4 shotcut-19.06.04.tar.gz