Author: hobbes1069
Update of /cvs/free/rpms/libopenshot/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv12141
Modified Files:
.cvsignore libopenshot.spec sources
Removed Files:
libopenshot-0.0.4-swig.patch
Log Message:
* Mon Nov 16 2015 Richard Shaw <hobbes1069(a)gmail.com> - 0.0.6-1
- Update to latest upstream release.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libopenshot/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 18 May 2015 15:22:17 -0000 1.3
+++ .cvsignore 16 Nov 2015 17:26:48 -0000 1.4
@@ -1 +1 @@
-libopenshot-0.0.4.tar.gz
+libopenshot-0.0.6.tar.gz
Index: libopenshot.spec
===================================================================
RCS file: /cvs/free/rpms/libopenshot/devel/libopenshot.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libopenshot.spec 24 Jun 2015 21:38:11 -0000 1.6
+++ libopenshot.spec 16 Nov 2015 17:26:48 -0000 1.7
@@ -1,14 +1,11 @@
-%global optflags %(echo %{optflags} -Wl,--as-needed )
-
Name: libopenshot
-Version: 0.0.4
-Release: 2%{?dist}
+Version: 0.0.6
+Release: 1%{?dist}
Summary: Library for creating and editing videos
License: LGPLv3+
URL:
http://www.openshot.org/
Source0:
https://launchpad.net/%{name}/0.0/%{version}/+download/%{name}-%{version}...
-Patch0: libopenshot-0.0.4-swig.patch
BuildRequires: cmake swig
BuildRequires: python3-devel
@@ -48,10 +45,10 @@
%prep
%setup -q
-%patch0 -p1
%build
+export CXXFLAGS="%{optflags} -Wl,--as-needed"
%cmake .
make %{?_smp_mflags}
@@ -78,6 +75,9 @@
%changelog
+* Mon Nov 16 2015 Richard Shaw <hobbes1069(a)gmail.com> - 0.0.6-1
+- Update to latest upstream release.
+
* Wed Jun 24 2015 Sérgio Basto <sergio(a)serjux.com> - 0.0.4-2
- Fixed unused-direct-shlib-dependency in cmake with global optflags,
instead use "export CXXFLAGS" that was override all flags .
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libopenshot/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 18 May 2015 15:22:17 -0000 1.3
+++ sources 16 Nov 2015 17:26:48 -0000 1.4
@@ -1 +1 @@
-d2a8d217ea07cee7d6de4bd542823d8e libopenshot-0.0.4.tar.gz
+092d31af6db060ef10cb8b057a0b1e26 libopenshot-0.0.6.tar.gz
--- libopenshot-0.0.4-swig.patch DELETED ---