Author: goetz Date: Sun Feb 4 19:27:42 2007 New Revision: 116158 Added: packages/cooker/totem/current/SOURCES/totem-2.17.90-plparser-exports.patch Modified: packages/cooker/totem/current/SPECS/totem.spec
Log: fix exports of the plparser library (upstream bug #404304) Added: packages/cooker/totem/current/SOURCES/totem-2.17.90-plparser-exports.patch ============================================================================== --- (empty file) +++ packages/cooker/totem/current/SOURCES/totem-2.17.90-plparser-exports.patch Sun Feb 4 19:27:42 2007 @@ -0,0 +1,13 @@ +Index: src/plparse/plparser.symbols +=================================================================== +--- src/plparse/plparser.symbols (revision 3993) ++++ src/plparse/plparser.symbols (working copy) +@@ -1,5 +1,8 @@ + totem_pl_parser_error_quark + totem_pl_parser_get_type ++totem_pl_parser_result_get_type ++totem_pl_parser_error_get_type ++totem_pl_parser_type_get_type + totem_pl_parser_write + totem_pl_parser_write_with_title + totem_pl_parser_add_ignored_scheme Modified: packages/cooker/totem/current/SPECS/totem.spec ============================================================================== --- packages/cooker/totem/current/SPECS/totem.spec (original) +++ packages/cooker/totem/current/SPECS/totem.spec Sun Feb 4 19:27:42 2007 @@ -12,10 +12,13 @@ Summary: Movie player for GNOME 2 Name: totem Version: 2.17.90 -Release: %mkrel 1 +Release: %mkrel 2 Source0: http://ftp.gnome.org/pub/GNOME/sources/totem/%{name}-%{version}.tar.bz2 Source1: %name-16.png Source2: %name-32.png +# gw fix exports of the plparser lib (upstream bug 404304) +# http://bugzilla.gnome.org/attachment.cgi?id=81885&action=view +Patch: totem-2.17.90-plparser-exports.patch License: GPL Group: Video BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot @@ -131,6 +134,7 @@ %prep %setup -q +%patch ./autogen.sh make distclean
