[openshot] Update to latest upstream release.

Richard Shaw hobbes1069 at rpmfusion.org
Tue Oct 18 04:58:37 CEST 2016


commit 620dda5f52413cc672047c816c9bbacd9e2fb29d
Author: Richard M. Shaw <hobbes1069 at gmail.com>
Date:   Mon Oct 17 21:58:30 2016 -0500

    Update to latest upstream release.

 .gitignore    |   1 +
 openshot.png  | Bin 3997 -> 0 bytes
 openshot.spec |  13 +++++++++++--
 sources       |   2 +-
 4 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fcbc226..d8ba6fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 openshot-1.4.3.tar.gz
 /openshot-qt-2.0.7.tar.gz
+/openshot-qt-2.1.0.tar.gz
diff --git a/openshot.spec b/openshot.spec
index 041ed50..7fc426c 100644
--- a/openshot.spec
+++ b/openshot.spec
@@ -1,5 +1,9 @@
+%global major 2
+%global minor 1
+%global patch 0
+
 Name:           openshot
-Version:        2.0.7
+Version:        %{major}.%{minor}.%{patch}
 Release:        5%{?dist}
 Summary:        Create and edit videos and movies
 
@@ -7,7 +11,7 @@ Group:          Applications/Multimedia
 License:        GPLv3+
 URL:            http://www.openshotvideo.com/
 
-Source0:        http://launchpad.net/openshot/2.0/%{version}/+download/openshot-qt-%{version}.tar.gz
+Source0:        http://launchpad.net/openshot/%{major}.%{minor}/%{version}/+download/openshot-qt-%{version}.tar.gz
 
 BuildArch: noarch
 
@@ -23,7 +27,9 @@ Requires:       python3-qt5
 Requires:       python3-qt5-webkit
 Requires:       python3-httplib2
 Requires:       python3-libopenshot
+Requires:       python3-zmq
 Requires:       ffmpeg-libs
+Requires:       openshot-lang
 
 
 %description
@@ -122,6 +128,9 @@ update-desktop-database &> /dev/null || :
 
 
 %changelog
+* Tue Aug 30 2016 Richard Shaw <hobbes1069 at gmail.com> - 2.1.0-1
+- Update to latest upstream release.
+
 * Tue Aug 23 2016 Richard Shaw <hobbes1069 at gmail.com> - 2.0.7-5
 - Install locale files.
 
diff --git a/sources b/sources
index 0271e24..c76f686 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-59e6573c0b16e942f38481e0a51ea71e  openshot-qt-2.0.7.tar.gz
+b4641ecebc02b1ad1047e3bfb3213774  openshot-qt-2.1.0.tar.gz


More information about the rpmfusion-commits mailing list