Author: firewing
Update of /cvs/free/rpms/dvdstyler/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27933
Modified Files:
dvdstyler.spec
Removed Files:
dvdstyler-ffmpeg-use-enum.patch
Log Message:
* Tue Oct 25 2011 Stewart Adam <s.adam at diffingo.com> - 1:1.8.3-3
- Rebuilt to fix symbol error with latest wxsvg 1.1.2 update
Index: dvdstyler.spec
===================================================================
RCS file: /cvs/free/rpms/dvdstyler/F-14/dvdstyler.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- dvdstyler.spec 16 Aug 2011 18:48:02 -0000 1.14
+++ dvdstyler.spec 25 Oct 2011 06:06:29 -0000 1.15
@@ -1,7 +1,7 @@
Name: dvdstyler
Epoch: 1
Version: 1.8.3
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Cross-platform DVD authoring application
Group: Applications/Multimedia
@@ -10,7 +10,6 @@
Source0:
http://downloads.sourceforge.net/dvdstyler/DVDStyler-%{version}.tar.bz2
Patch0: dvdstyler-make-desktopfile-valid.patch
Patch1: dvdstyler-wxVillaLib-libjpeg.patch
-Patch2: dvdstyler-ffmpeg-use-enum.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# build
BuildRequires: automake, autoconf
@@ -55,7 +54,6 @@
%setup -q -n DVDStyler-%{version}
%patch0 -b .validdesktop
%patch1 -b .libjpeg
-%patch2 -p1 -b .ffmpeg
%{__sed} -i 's|_T("xine \\"dvd:/$DIR\\"");|_T("totem
\\"dvd://$DIR\\"");|' src/Config.h
%build
@@ -95,6 +93,9 @@
%{_mandir}/*/*.gz
%changelog
+* Tue Oct 25 2011 Stewart Adam <s.adam at diffingo.com> - 1:1.8.3-3
+- Rebuilt to fix symbol error with latest wxsvg 1.1.2 update
+
* Sun Aug 14 2011 Dominik Mierzejewski <rpm at greysector.net> - 1:1.8.3-2
- Fix build with current FFmpeg
--- dvdstyler-ffmpeg-use-enum.patch DELETED ---