commit 8f577e9bea2caebe8b0bb2587a3c1c64c37cabc8
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Sep 3 15:22:01 2017 +0100
Update libopenshot to 0.1.7
Fix compilation with GCC 7 by adding -Wno-error, reference
https://github.com/monocasual/giada/issues/139
.gitignore | 1 +
libopenshot.spec | 13 +++++++++----
sources | 2 +-
3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d84f2cd..4424880 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ libopenshot-0.0.6.tar.gz
/libopenshot-0.1.3.tar.gz
/libopenshot-0.1.4.tar.gz
/libopenshot-0.1.6.tar.gz
+/libopenshot-0.1.7.tar.gz
diff --git a/libopenshot.spec b/libopenshot.spec
index fa431a4..028ac27 100644
--- a/libopenshot.spec
+++ b/libopenshot.spec
@@ -1,6 +1,6 @@
Name: libopenshot
-Version: 0.1.6
-Release: 2%{?dist}
+Version: 0.1.7
+Release: 1%{?dist}
Summary: Library for creating and editing videos
License: LGPLv3+
@@ -11,7 +11,7 @@ BuildRequires: cmake swig
BuildRequires: python3-devel
BuildRequires: ImageMagick-c++-devel
BuildRequires: ffmpeg-devel
-BuildRequires: libopenshot-audio-devel >= 0.1.1
+BuildRequires: libopenshot-audio-devel >= 0.1.4
BuildRequires: qt5-qttools-devel
BuildRequires: qt5-qtmultimedia-devel
BuildRequires: unittest-cpp-devel
@@ -51,7 +51,7 @@ applications that use %{name}.
%build
-export CXXFLAGS="%{optflags} -Wl,--as-needed"
+export CXXFLAGS="%{optflags} -Wl,--as-needed -Wno-error"
%cmake .
make %{?_smp_mflags}
@@ -78,6 +78,11 @@ make %{?_smp_mflags}
%changelog
+* Sat Sep 02 2017 Sérgio Basto <sergio(a)serjux.com> - 0.1.7-1
+- Update libopenshot to 0.1.7
+- Fix compilation with GCC 7 by adding -Wno-error, reference
+
https://github.com/monocasual/giada/issues/139
+
* Sun Aug 27 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 0.1.6-2
- Rebuilt for ImageMagick
diff --git a/sources b/sources
index 38413fa..3c814ac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-912b366ea564319dcf818c35279fd414 libopenshot-0.1.6.tar.gz
+bbd249895fa87c91a67a7e9ad652e545 libopenshot-0.1.7.tar.gz