Author: jwrdegoede
Update of /cvs/free/rpms/libopenshot/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv20371
Modified Files:
.cvsignore libopenshot.spec sources
Added Files:
libopenshot-0.0.4-swig.patch
Log Message:
* Mon May 18 2015 Hans de Goede <j.w.r.degoede(a)gmail.com> - 0.0.4-1
- New upstream release 0.0.4
- Fix FTBFS (rf#3624)
libopenshot-0.0.4-swig.patch:
openshot.i | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--- NEW FILE libopenshot-0.0.4-swig.patch ---
diff -up libopenshot-0.0.4/src/bindings/python/openshot.i~
libopenshot-0.0.4/src/bindings/python/openshot.i
--- libopenshot-0.0.4/src/bindings/python/openshot.i~ 2015-02-13 08:05:17.000000000 +0100
+++ libopenshot-0.0.4/src/bindings/python/openshot.i 2015-05-18 17:01:09.494631856 +0200
@@ -1,3 +1,4 @@
+/*
####################### src/openshot.i (libopenshot) ########################
# @brief SWIG configuration for libopenshot (to generate Python SWIG bindings)
# @author Jonathan Thomas <jonathan(a)openshot.org>
@@ -23,7 +24,7 @@
# You should have received a copy of the GNU Lesser General Public License
# along with OpenShot Library. If not, see <
http://www.gnu.org/licenses/>.
################################################################################
-
+*/
%module openshot
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libopenshot/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 20 Sep 2014 14:54:54 -0000 1.2
+++ .cvsignore 18 May 2015 15:22:17 -0000 1.3
@@ -1 +1 @@
-libopenshot-0.0.3.tar.gz
+libopenshot-0.0.4.tar.gz
Index: libopenshot.spec
===================================================================
RCS file: /cvs/free/rpms/libopenshot/devel/libopenshot.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libopenshot.spec 20 Oct 2014 01:04:08 -0000 1.4
+++ libopenshot.spec 18 May 2015 15:22:17 -0000 1.5
@@ -1,17 +1,18 @@
Name: libopenshot
-Version: 0.0.3
-Release: 4%{?dist}
+Version: 0.0.4
+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
BuildRequires: ImageMagick-c++-devel
BuildRequires: ffmpeg-devel
-BuildRequires: libopenshot-audio-devel
+BuildRequires: libopenshot-audio-devel >= %{version}
BuildRequires: qt5-qttools-devel
BuildRequires: qt5-qtmultimedia-devel
BuildRequires: unittest-cpp-devel
@@ -45,6 +46,7 @@
%prep
%setup -q
+%patch0 -p1
%build
@@ -75,6 +77,10 @@
%changelog
+* Mon May 18 2015 Hans de Goede <j.w.r.degoede(a)gmail.com> - 0.0.4-1
+- New upstream release 0.0.4
+- Fix FTBFS (rf#3624)
+
* Mon Oct 20 2014 Sérgio Basto <sergio(a)serjux.com> - 0.0.3-4
- Rebuilt for FFmpeg 2.4.3
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libopenshot/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 20 Sep 2014 14:54:54 -0000 1.2
+++ sources 18 May 2015 15:22:17 -0000 1.3
@@ -1 +1 @@
-4dc4bdeaa3037fe59bdda922dd2d02b1 libopenshot-0.0.3.tar.gz
+d2a8d217ea07cee7d6de4bd542823d8e libopenshot-0.0.4.tar.gz