Author: firewing
Update of /cvs/free/rpms/dvdstyler/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7920/F-11
Modified Files:
.cvsignore dvdstyler.spec sources
Removed Files:
dvdstyler-gcc44.patch
Log Message:
* Fri Jun 19 2009 Stewart Adam <s.adam at diffingo.com> - 1:1.7.3-0.1.beta3
- Update to 1.7.3 beta3
- Remove gcc44 patch
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/dvdstyler/F-11/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 9 Mar 2009 01:11:29 -0000 1.5
+++ .cvsignore 19 Jun 2009 20:08:04 -0000 1.6
@@ -1 +1 @@
-DVDStyler-1.7.2.tar.bz2
+DVDStyler-1.7.3b3_1.tar.bz2
Index: dvdstyler.spec
===================================================================
RCS file: /cvs/free/rpms/dvdstyler/F-11/dvdstyler.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- dvdstyler.spec 7 Apr 2009 18:41:07 -0000 1.8
+++ dvdstyler.spec 19 Jun 2009 20:08:04 -0000 1.9
@@ -1,15 +1,14 @@
Name: dvdstyler
Epoch: 1
-Version: 1.7.2
-Release: 3%{?dist}
+Version: 1.7.3
+Release: 0.1.beta3%{?dist}
Summary: Cross-platform DVD authoring application
Group: Applications/Multimedia
License: GPLv2+
URL:
http://www.dvdstyler.de/
-Source0:
http://downloads.sourceforge.net/dvdstyler/DVDStyler-%{version}.tar.bz2
+Source0:
http://downloads.sourceforge.net/dvdstyler/DVDStyler-%{version}b3_1.tar.bz2
Patch0: dvdstyler-make-desktopfile-valid.patch
-Patch1: dvdstyler-gcc44.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# build
BuildRequires: automake, autoconf, gettext
@@ -51,9 +50,8 @@
%prep
-%setup -q -n DVDStyler-%{version}
+%setup -q -n DVDStyler-%{version}b3_1
%patch0 -b .validdesktop
-%patch1 -b .gcc44
%{__sed} -i 's|_T("xine \\"dvd:/$DIR\\"");|_T("totem
\\"dvd://$DIR\\"");|' src/Config.h
%build
@@ -91,6 +89,10 @@
%{_mandir}/*/*.gz
%changelog
+* Fri Jun 19 2009 Stewart Adam <s.adam at diffingo.com> - 1:1.7.3-0.1.beta3
+- Update to 1.7.3 beta3
+- Remove gcc44 patch
+
* Tue Apr 7 2009 Stewart Adam <s.adam at diffingo.com> - 1:1.7.2-3
- Add patch to fix gcc 4.4-related build errors
Index: sources
===================================================================
RCS file: /cvs/free/rpms/dvdstyler/F-11/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 9 Mar 2009 01:11:29 -0000 1.6
+++ sources 19 Jun 2009 20:08:04 -0000 1.7
@@ -1 +1 @@
-a4480a4193e6df0041215e07ccfefc3a DVDStyler-1.7.2.tar.bz2
+1169a01857ba35e1aac62dae9975ca35 DVDStyler-1.7.3b3_1.tar.bz2
--- dvdstyler-gcc44.patch DELETED ---