commit 9c0dc5a5cf5ee05f61a832616f2fe6aefde30f1b
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Sep 8 12:14:20 2017 +0100
Update libopenshot to 0.1.8
.gitignore | 1 +
libopenshot.spec | 10 +++++++---
sources | 2 +-
3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4424880..783f715 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ libopenshot-0.0.6.tar.gz
/libopenshot-0.1.4.tar.gz
/libopenshot-0.1.6.tar.gz
/libopenshot-0.1.7.tar.gz
+/libopenshot-0.1.8.tar.gz
diff --git a/libopenshot.spec b/libopenshot.spec
index 028ac27..8257525 100644
--- a/libopenshot.spec
+++ b/libopenshot.spec
@@ -1,5 +1,5 @@
Name: libopenshot
-Version: 0.1.7
+Version: 0.1.8
Release: 1%{?dist}
Summary: Library for creating and editing videos
@@ -53,7 +53,7 @@ applications that use %{name}.
%build
export CXXFLAGS="%{optflags} -Wl,--as-needed -Wno-error"
%cmake .
-make %{?_smp_mflags}
+%make_build
%install
@@ -66,7 +66,8 @@ make %{?_smp_mflags}
%files
-%doc AUTHORS COPYING README
+%doc AUTHORS README
+%license COPYING
%{_libdir}/*.so.*
%files devel
@@ -78,6 +79,9 @@ make %{?_smp_mflags}
%changelog
+* Thu Sep 07 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 0.1.8-1
+- Update libopenshot to 0.1.8
+
* 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
diff --git a/sources b/sources
index 3c814ac..94769b7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bbd249895fa87c91a67a7e9ad652e545 libopenshot-0.1.7.tar.gz
+70930d0c973dac2ab5468175224f142b libopenshot-0.1.8.tar.gz
Show replies by date