commit 130b6750a51bfc39d45a41c465014984e4fb105b
Author: martinkg <martinkg(a)fedoraproject.org>
Date: Mon Jan 8 19:33:10 2018 +0100
Update to 18.01
.gitignore | 1 +
shotcut.spec | 15 +++++++++------
sources | 2 +-
3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1975fd2..1ebf67a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/shotcut-17.10.tar.gz
/shotcut-17.11.tar.gz
/shotcut-17.12.tar.gz
+/shotcut-18.01.tar.gz
diff --git a/shotcut.spec b/shotcut.spec
index 0393d3f..9974e75 100644
--- a/shotcut.spec
+++ b/shotcut.spec
@@ -3,8 +3,8 @@
%define _vstring %(echo %{version} |tr -d ".")
Name: shotcut
-Version: 17.12
-Release: 2%{dist}
+Version: 18.01
+Release: 1%{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+
@@ -114,8 +114,8 @@ Supplements: (%{name} = %{version}-%{release} and langpacks-%{1})\
# Create version.json from current version
echo "{" > version.json
-echo " \"version_number\": %{_vstring}04," >> version.json
-echo " \"version_string\": \"%{version}.04\"," >>
version.json
+echo " \"version_number\": %{_vstring}02," >> version.json
+echo " \"version_string\": \"%{version}.02\"," >>
version.json
echo " \"url\":
\"https://shotcut.org/blog/new-release-%{_vstring}/\"" >>
version.json
echo "}" >> version.json
echo "" >> version.json
@@ -124,8 +124,8 @@ echo "" >> version.json
rm -rf drmingw
%build
-export _VSTRING="%{version}.04"
-%{qmake_qt5} _VSTRING="%{version}.04" \
+export _VSTRING="%{version}.02"
+%{qmake_qt5} _VSTRING="%{version}.02" \
PREFIX=%{buildroot}%{_prefix}
%make_build
@@ -191,6 +191,9 @@ appstream-util validate-relax --nonet
%{buildroot}/%{_datadir}/appdata/%{name}.a
%doc doc
%changelog
+* Mon Jan 08 2018 Martin Gansser <martinkg(a)fedoraproject.org> - 18.01-1
+- Update to 18.01
+
* Sat Dec 09 2017 Martin Gansser <martinkg(a)fedoraproject.org> - 17.12-2
- Rebuild
diff --git a/sources b/sources
index 8625384..2630184 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f2d1b4bacdee13bb6b21ee9d38c2e7fc shotcut-17.12.tar.gz
+13af985917e0425bced7c1aa2e9cf806 shotcut-18.01.tar.gz
Show replies by date