Author: rrix
Update of /cvs/free/rpms/kdenlive/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23751
Modified Files:
kdenlive.spec
Log Message:
* Thu Jul 21 2011 Ryan Rix <ry(a)n.rix.si> 0.8-1
- New version
- Add patch to fix FTBFS
Index: kdenlive.spec
===================================================================
RCS file: /cvs/free/rpms/kdenlive/devel/kdenlive.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- kdenlive.spec 16 Apr 2011 09:09:17 -0000 1.6
+++ kdenlive.spec 22 Jul 2011 01:27:23 -0000 1.7
@@ -1,6 +1,6 @@
Name: kdenlive
-Version: 0.7.8
-Release: 2%{?dist}
+Version: 0.8
+Release: 1%{?dist}
Summary: Non-linear video editor
License: GPLv2+
Group: Applications/Multimedia
@@ -8,8 +8,7 @@
Source:
http://downloads.sourceforge.net/kdenlive/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-## upstreamable patches
-Patch100: kdenlive-0.7.8-gcc46.patch
+Patch101: kdenlive-0.8-fix-glu.patch
BuildRequires: desktop-file-utils
BuildRequires: gettext
@@ -32,7 +31,7 @@
%prep
%setup -q
-%patch100 -p1 -b .gcc46
+%patch101 -p 1
# MLT's binary melt renamed at Fedora, so we must rename it in Kdenlive, too
sed -i 's|/bin/melt|/bin/mlt-melt|' src/mainwindow.cpp
@@ -104,6 +103,10 @@
%changelog
+* Thu Jul 21 2011 Ryan Rix <ry(a)n.rix.si> 0.8-1
+- New version
+- Add patch to fix FTBFS
+
* Fri Apr 15 2011 Rex Dieter <rdieter(a)fedoraproject.org> 0.7.8-2
- update scriptlets, %%_kde4_... macros/best-practices
- +Requires: kdebase-runtime (versioned)