From 89ae7bab6d24b36e764dd8a38d23d8a3fd4bf37e Mon Sep 17 00:00:00 2001 From: Steven M. Parrish Date: Jan 30 2009 14:31:41 +0000 Subject: Fix for WebKit in F11 --- diff --git a/liferea-1.4.20-configure.patch b/liferea-1.4.20-configure.patch deleted file mode 100644 index 40b36c5..0000000 --- a/liferea-1.4.20-configure.patch +++ /dev/null @@ -1,408 +0,0 @@ -diff -crB liferea-1.4.17/configure liferea-1.4.17-fedora/configure -*** liferea-1.4.17/configure 2008-07-22 12:42:06.000000000 -0400 ---- liferea-1.4.17-fedora/configure 2008-07-24 19:51:54.000000000 -0400 -*************** -*** 1619,1625 **** - --disable-xulrunner don't compile the xulrunner backend - --disable-gecko don't compile the Gecko backend - --enable-gecko=ARG specify which Gecko provider to use ("mozilla", -! "firefox" or "seamonkey") - --enable-gnutls Attempt to use GNUTLS for SSL support [default=yes] - --disable-libnotify don't compile the libnotify plugin - --disable-lua don't compile with LUA scripting support ---- 1619,1625 ---- - --disable-xulrunner don't compile the xulrunner backend - --disable-gecko don't compile the Gecko backend - --enable-gecko=ARG specify which Gecko provider to use ("mozilla", -! "firefox", "xulrunner-1.9" or "seamonkey") - --enable-gnutls Attempt to use GNUTLS for SSL support [default=yes] - --disable-libnotify don't compile the libnotify plugin - --disable-lua don't compile with LUA scripting support -*************** -*** 25327,25485 **** - gecko_provider=mozilla - { echo "$as_me:$LINENO: checking for Gecko provider $gecko_provider" >&5 - echo $ECHO_N "checking for Gecko provider $gecko_provider... $ECHO_C" >&6; } -- -- pkg_failed=no -- { echo "$as_me:$LINENO: checking for MOZILLA" >&5 -- echo $ECHO_N "checking for MOZILLA... $ECHO_C" >&6; } -- -- if test -n "$PKG_CONFIG"; then -- if test -n "$MOZILLA_CFLAGS"; then -- pkg_cv_MOZILLA_CFLAGS="$MOZILLA_CFLAGS" -- else -- if test -n "$PKG_CONFIG" && \ -- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$gecko_provider-gtkmozembed\"") >&5 -- ($PKG_CONFIG --exists --print-errors "$gecko_provider-gtkmozembed") 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; then -- pkg_cv_MOZILLA_CFLAGS=`$PKG_CONFIG --cflags "$gecko_provider-gtkmozembed" 2>/dev/null` -- else -- pkg_failed=yes -- fi -- fi -- else -- pkg_failed=untried - fi -! if test -n "$PKG_CONFIG"; then -! if test -n "$MOZILLA_LIBS"; then -! pkg_cv_MOZILLA_LIBS="$MOZILLA_LIBS" -! else -! if test -n "$PKG_CONFIG" && \ -! { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$gecko_provider-gtkmozembed\"") >&5 -! ($PKG_CONFIG --exists --print-errors "$gecko_provider-gtkmozembed") 2>&5 -! ac_status=$? -! echo "$as_me:$LINENO: \$? = $ac_status" >&5 -! (exit $ac_status); }; then -! pkg_cv_MOZILLA_LIBS=`$PKG_CONFIG --libs "$gecko_provider-gtkmozembed" 2>/dev/null` -! else -! pkg_failed=yes - fi -- fi -- else -- pkg_failed=untried -- fi -- -- -- -- if test $pkg_failed = yes; then -- -- if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then -- _pkg_short_errors_supported=yes -- else -- _pkg_short_errors_supported=no -- fi -- if test $_pkg_short_errors_supported = yes; then -- MOZILLA_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$gecko_provider-gtkmozembed"` -- else -- MOZILLA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$gecko_provider-gtkmozembed"` -- fi -- # Put the nasty error message in config.log where it belongs -- echo "$MOZILLA_PKG_ERRORS" >&5 - -- { echo "$as_me:$LINENO: result: no" >&5 -- echo "${ECHO_T}no" >&6; } -- enable_mozilla=no -- elif test $pkg_failed = untried; then -- enable_mozilla=no -- else -- MOZILLA_CFLAGS=$pkg_cv_MOZILLA_CFLAGS -- MOZILLA_LIBS=$pkg_cv_MOZILLA_LIBS -- { echo "$as_me:$LINENO: result: yes" >&5 -- echo "${ECHO_T}yes" >&6; } -- enable_mozilla=yes -- fi -- fi - if test "x$enable_mozilla" != "xyes" -a \( "x$enable_gecko" = "xyes" -o "x$enable_gecko" = "xfirefox" \) ; then - gecko_provider=firefox - { echo "$as_me:$LINENO: checking for Gecko provider $gecko_provider" >&5 - echo $ECHO_N "checking for Gecko provider $gecko_provider... $ECHO_C" >&6; } - -- pkg_failed=no -- { echo "$as_me:$LINENO: checking for MOZILLA" >&5 -- echo $ECHO_N "checking for MOZILLA... $ECHO_C" >&6; } -- -- if test -n "$PKG_CONFIG"; then -- if test -n "$MOZILLA_CFLAGS"; then -- pkg_cv_MOZILLA_CFLAGS="$MOZILLA_CFLAGS" -- else -- if test -n "$PKG_CONFIG" && \ -- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$gecko_provider-gtkmozembed\"") >&5 -- ($PKG_CONFIG --exists --print-errors "$gecko_provider-gtkmozembed") 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; then -- pkg_cv_MOZILLA_CFLAGS=`$PKG_CONFIG --cflags "$gecko_provider-gtkmozembed" 2>/dev/null` -- else -- pkg_failed=yes -- fi -- fi -- else -- pkg_failed=untried -- fi -- if test -n "$PKG_CONFIG"; then -- if test -n "$MOZILLA_LIBS"; then -- pkg_cv_MOZILLA_LIBS="$MOZILLA_LIBS" -- else -- if test -n "$PKG_CONFIG" && \ -- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$gecko_provider-gtkmozembed\"") >&5 -- ($PKG_CONFIG --exists --print-errors "$gecko_provider-gtkmozembed") 2>&5 -- ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; then -- pkg_cv_MOZILLA_LIBS=`$PKG_CONFIG --libs "$gecko_provider-gtkmozembed" 2>/dev/null` -- else -- pkg_failed=yes -- fi -- fi -- else -- pkg_failed=untried -- fi -- -- -- -- if test $pkg_failed = yes; then -- -- if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then -- _pkg_short_errors_supported=yes -- else -- _pkg_short_errors_supported=no -- fi -- if test $_pkg_short_errors_supported = yes; then -- MOZILLA_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$gecko_provider-gtkmozembed"` -- else -- MOZILLA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$gecko_provider-gtkmozembed"` -- fi -- # Put the nasty error message in config.log where it belongs -- echo "$MOZILLA_PKG_ERRORS" >&5 -- -- { echo "$as_me:$LINENO: result: no" >&5 -- echo "${ECHO_T}no" >&6; } -- enable_mozilla=no -- elif test $pkg_failed = untried; then -- enable_mozilla=no -- else -- MOZILLA_CFLAGS=$pkg_cv_MOZILLA_CFLAGS -- MOZILLA_LIBS=$pkg_cv_MOZILLA_LIBS -- { echo "$as_me:$LINENO: result: yes" >&5 -- echo "${ECHO_T}yes" >&6; } -- enable_mozilla=yes -- fi - fi - if test "x$enable_mozilla" != "xyes" -a \( "x$enable_gecko" = "xyes" -o "x$enable_gecko" = "xseamonkey" \) ; then - gecko_provider=seamonkey - { echo "$as_me:$LINENO: checking for Gecko provider $gecko_provider" >&5 - echo $ECHO_N "checking for Gecko provider $gecko_provider... $ECHO_C" >&6; } - - pkg_failed=no - { echo "$as_me:$LINENO: checking for MOZILLA" >&5 - echo $ECHO_N "checking for MOZILLA... $ECHO_C" >&6; } ---- 25327,25357 ---- - gecko_provider=mozilla - { echo "$as_me:$LINENO: checking for Gecko provider $gecko_provider" >&5 - echo $ECHO_N "checking for Gecko provider $gecko_provider... $ECHO_C" >&6; } - fi -! if test "x$enable_mozilla" != "xyes" -a "x$enable_gecko" = "xxulrunner-1.9" ; then -! gecko_provider=xulrunner-1.9 -! gecko_provider_gtkmozembed=libxul-embedding - fi - - if test "x$enable_mozilla" != "xyes" -a \( "x$enable_gecko" = "xyes" -o "x$enable_gecko" = "xfirefox" \) ; then - gecko_provider=firefox - { echo "$as_me:$LINENO: checking for Gecko provider $gecko_provider" >&5 - echo $ECHO_N "checking for Gecko provider $gecko_provider... $ECHO_C" >&6; } - - fi - if test "x$enable_mozilla" != "xyes" -a \( "x$enable_gecko" = "xyes" -o "x$enable_gecko" = "xseamonkey" \) ; then - gecko_provider=seamonkey - { echo "$as_me:$LINENO: checking for Gecko provider $gecko_provider" >&5 - echo $ECHO_N "checking for Gecko provider $gecko_provider... $ECHO_C" >&6; } - -+ fi -+ -+ if test "x$gecko_provider" != "x"; then -+ if test "$gecko_provider_gtkmozembed" = "x"; then -+ gecko_provider_gtkmozembed=$gecko_provider-gtkmozembed -+ fi -+ -+ - pkg_failed=no - { echo "$as_me:$LINENO: checking for MOZILLA" >&5 - echo $ECHO_N "checking for MOZILLA... $ECHO_C" >&6; } -*************** -*** 25489,25500 **** - pkg_cv_MOZILLA_CFLAGS="$MOZILLA_CFLAGS" - else - if test -n "$PKG_CONFIG" && \ -! { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$gecko_provider-gtkmozembed\"") >&5 -! ($PKG_CONFIG --exists --print-errors "$gecko_provider-gtkmozembed") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then -! pkg_cv_MOZILLA_CFLAGS=`$PKG_CONFIG --cflags "$gecko_provider-gtkmozembed" 2>/dev/null` - else - pkg_failed=yes - fi ---- 25361,25372 ---- - pkg_cv_MOZILLA_CFLAGS="$MOZILLA_CFLAGS" - else - if test -n "$PKG_CONFIG" && \ -! { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$gecko_provider_gtkmozembed\"") >&5 -! ($PKG_CONFIG --exists --print-errors "$gecko_provider_gtkmozembed") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then -! pkg_cv_MOZILLA_CFLAGS=`$PKG_CONFIG --cflags "$gecko_provider_gtkmozembed" 2>/dev/null` - else - pkg_failed=yes - fi -*************** -*** 25507,25518 **** - pkg_cv_MOZILLA_LIBS="$MOZILLA_LIBS" - else - if test -n "$PKG_CONFIG" && \ -! { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$gecko_provider-gtkmozembed\"") >&5 -! ($PKG_CONFIG --exists --print-errors "$gecko_provider-gtkmozembed") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then -! pkg_cv_MOZILLA_LIBS=`$PKG_CONFIG --libs "$gecko_provider-gtkmozembed" 2>/dev/null` - else - pkg_failed=yes - fi ---- 25379,25390 ---- - pkg_cv_MOZILLA_LIBS="$MOZILLA_LIBS" - else - if test -n "$PKG_CONFIG" && \ -! { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$gecko_provider_gtkmozembed\"") >&5 -! ($PKG_CONFIG --exists --print-errors "$gecko_provider_gtkmozembed") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then -! pkg_cv_MOZILLA_LIBS=`$PKG_CONFIG --libs "$gecko_provider_gtkmozembed" 2>/dev/null` - else - pkg_failed=yes - fi -*************** -*** 25531,25539 **** - _pkg_short_errors_supported=no - fi - if test $_pkg_short_errors_supported = yes; then -! MOZILLA_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$gecko_provider-gtkmozembed"` - else -! MOZILLA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$gecko_provider-gtkmozembed"` - fi - # Put the nasty error message in config.log where it belongs - echo "$MOZILLA_PKG_ERRORS" >&5 ---- 25403,25411 ---- - _pkg_short_errors_supported=no - fi - if test $_pkg_short_errors_supported = yes; then -! MOZILLA_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$gecko_provider_gtkmozembed"` - else -! MOZILLA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$gecko_provider_gtkmozembed"` - fi - # Put the nasty error message in config.log where it belongs - echo "$MOZILLA_PKG_ERRORS" >&5 -*************** -*** 26034,26042 **** - - - -! MOZILLA_INCLUDE_ROOT=`$PKG_CONFIG --cflags-only-I $gecko_provider-gtkmozembed | awk '{print $1}' | sed "s/^-I//"` - MOZILLA_INCLUDE_ROOT=`dirname $MOZILLA_INCLUDE_ROOT` -! MOZILLA_LIB_ROOT=`$PKG_CONFIG --libs-only-L $gecko_provider-gtkmozembed | awk '{print $1}' | cut -c 3-` - - MOZILLA_CFLAGS="$MOZILLA_CFLAGS \ - -I$MOZILLA_INCLUDE_ROOT \ ---- 25906,25914 ---- - - - -! MOZILLA_INCLUDE_ROOT=`$PKG_CONFIG --cflags-only-I $gecko_provider_gtkmozembed | awk '{print $1}' | sed "s/^-I//"` - MOZILLA_INCLUDE_ROOT=`dirname $MOZILLA_INCLUDE_ROOT` -! MOZILLA_LIB_ROOT=`$PKG_CONFIG --libs-only-L $gecko_provider_gtkmozembed | awk '{print $1}' | cut -c 3-` - - MOZILLA_CFLAGS="$MOZILLA_CFLAGS \ - -I$MOZILLA_INCLUDE_ROOT \ -diff -crB liferea-1.4.17/configure.ac liferea-1.4.17-fedora/configure.ac -*** liferea-1.4.17/configure.ac 2008-07-22 12:41:09.000000000 -0400 ---- liferea-1.4.17-fedora/configure.ac 2008-07-24 20:00:40.000000000 -0400 -*************** -*** 36,42 **** - AC_ARG_ENABLE(webkit, AS_HELP_STRING([--disable-webkit],[don't compile the webkit backend]),,enable_webkit=yes) - AC_ARG_ENABLE(xulrunner, AS_HELP_STRING([--disable-xulrunner],[don't compile the xulrunner backend]),,enable_xulrunner=yes) - AC_ARG_ENABLE(gecko, AS_HELP_STRING([--disable-gecko],[don't compile the Gecko backend]),,enable_gecko=yes) -! AC_ARG_ENABLE(gecko, AS_HELP_STRING([--enable-gecko=ARG],[specify which Gecko provider to use ("mozilla", "firefox" or "seamonkey")]),,enable_gecko=yes) - AC_ARG_ENABLE(gnutls, AS_HELP_STRING([--enable-gnutls],[Attempt to use GNUTLS for SSL support @<:@default=yes@:>@]),,enable_gnutls=yes) - AC_ARG_ENABLE(libnotify, AS_HELP_STRING([--disable-libnotify],[don't compile the libnotify plugin]),,enable_libnotify=yes) - AC_ARG_ENABLE(lua, AS_HELP_STRING([--disable-lua],[don't compile with LUA scripting support]),,enable_lua=yes) ---- 36,42 ---- - AC_ARG_ENABLE(webkit, AS_HELP_STRING([--disable-webkit],[don't compile the webkit backend]),,enable_webkit=yes) - AC_ARG_ENABLE(xulrunner, AS_HELP_STRING([--disable-xulrunner],[don't compile the xulrunner backend]),,enable_xulrunner=yes) - AC_ARG_ENABLE(gecko, AS_HELP_STRING([--disable-gecko],[don't compile the Gecko backend]),,enable_gecko=yes) -! AC_ARG_ENABLE(gecko, AS_HELP_STRING([--enable-gecko=ARG],[specify which Gecko provider to use ("mozilla", "firefox", "xulrunner-1.9" or "seamonkey")]),,enable_gecko=yes) - AC_ARG_ENABLE(gnutls, AS_HELP_STRING([--enable-gnutls],[Attempt to use GNUTLS for SSL support @<:@default=yes@:>@]),,enable_gnutls=yes) - AC_ARG_ENABLE(libnotify, AS_HELP_STRING([--disable-libnotify],[don't compile the libnotify plugin]),,enable_libnotify=yes) - AC_ARG_ENABLE(lua, AS_HELP_STRING([--disable-lua],[don't compile with LUA scripting support]),,enable_lua=yes) -*************** -*** 44,51 **** - AC_MSG_CHECKING([for 64bit platform]) - case "$target" in - x86_64-*-*) -! enable_gtkhtml2=no -! AC_MSG_RESULT([yes -> disabling GtkHTML2]) - ;; - *) - AC_MSG_RESULT([no]) ---- 44,51 ---- - AC_MSG_CHECKING([for 64bit platform]) - case "$target" in - x86_64-*-*) -! enable_gtkhtml2=yes -! AC_MSG_RESULT([yes -> enabling GtkHTML2]) - ;; - *) - AC_MSG_RESULT([no]) -*************** -*** 232,249 **** - - if test "x$enable_gecko" = "xyes" -o "x$enable_gecko" = "xmozilla" ; then - gecko_provider=mozilla -- AC_MSG_CHECKING([for Gecko provider $gecko_provider]) -- PKG_CHECK_MODULES(MOZILLA, $gecko_provider-gtkmozembed, enable_mozilla=yes, enable_mozilla=no) - fi - if test "x$enable_mozilla" != "xyes" -a \( "x$enable_gecko" = "xyes" -o "x$enable_gecko" = "xfirefox" \) ; then - gecko_provider=firefox -- AC_MSG_CHECKING([for Gecko provider $gecko_provider]) -- PKG_CHECK_MODULES(MOZILLA, $gecko_provider-gtkmozembed, enable_mozilla=yes, enable_mozilla=no) - fi - if test "x$enable_mozilla" != "xyes" -a \( "x$enable_gecko" = "xyes" -o "x$enable_gecko" = "xseamonkey" \) ; then - gecko_provider=seamonkey -- AC_MSG_CHECKING([for Gecko provider $gecko_provider]) -- PKG_CHECK_MODULES(MOZILLA, $gecko_provider-gtkmozembed, enable_mozilla=yes, enable_mozilla=no) - fi - - AM_CONDITIONAL(WITH_MOZILLA, test "x$enable_mozilla" = "xyes") ---- 232,249 ---- - - if test "x$enable_gecko" = "xyes" -o "x$enable_gecko" = "xmozilla" ; then - gecko_provider=mozilla - fi -+ -+ if test "x$enable_mozilla" != "xyes" -a "x$enable_gecko" = "xxulrunner-1.9" ; then -+ gecko_provider=xulrunner-1.9 -+ gecko_provider_gtkmozembed=libxul-embedding -+ fi -+ - if test "x$enable_mozilla" != "xyes" -a \( "x$enable_gecko" = "xyes" -o "x$enable_gecko" = "xfirefox" \) ; then - gecko_provider=firefox - fi - if test "x$enable_mozilla" != "xyes" -a \( "x$enable_gecko" = "xyes" -o "x$enable_gecko" = "xseamonkey" \) ; then - gecko_provider=seamonkey - fi - - AM_CONDITIONAL(WITH_MOZILLA, test "x$enable_mozilla" = "xyes") -*************** -*** 263,271 **** - dnl of macros to come around this. Which I would like to - dnl avoid. So this might be not very portable... - -! MOZILLA_INCLUDE_ROOT=`$PKG_CONFIG --cflags-only-I $gecko_provider-gtkmozembed | awk '{print $1}' | sed "s/^-I//"` - MOZILLA_INCLUDE_ROOT=`dirname $MOZILLA_INCLUDE_ROOT` -! MOZILLA_LIB_ROOT=`$PKG_CONFIG --libs-only-L $gecko_provider-gtkmozembed | awk '{print $1}' | cut -c 3-` - - dnl Maybe we don't need all of this... - MOZILLA_CFLAGS="$MOZILLA_CFLAGS \ ---- 263,271 ---- - dnl of macros to come around this. Which I would like to - dnl avoid. So this might be not very portable... - -! MOZILLA_INCLUDE_ROOT=`$PKG_CONFIG --cflags-only-I $gecko_provider_gtkmozembed | awk '{print $1}' | sed "s/^-I//"` - MOZILLA_INCLUDE_ROOT=`dirname $MOZILLA_INCLUDE_ROOT` -! MOZILLA_LIB_ROOT=`$PKG_CONFIG --libs-only-L $gecko_provider_gtkmozembed | awk '{print $1}' | cut -c 3-` - - dnl Maybe we don't need all of this... - MOZILLA_CFLAGS="$MOZILLA_CFLAGS \ diff --git a/liferea-1.4.23-webkit-fix.patch b/liferea-1.4.23-webkit-fix.patch new file mode 100644 index 0000000..139b310 --- /dev/null +++ b/liferea-1.4.23-webkit-fix.patch @@ -0,0 +1,12 @@ +diff -ur liferea-1.4.23/src/webkit/webkit.c liferea-1.4.23.webkit/src/webkit/webkit.c +--- liferea-1.4.23/src/webkit/webkit.c 2008-03-18 22:58:00.000000000 +0200 ++++ liferea-1.4.23.webkit/src/webkit/webkit.c 2009-01-30 09:34:06.000000000 +0200 +@@ -67,7 +67,7 @@ + g_ascii_strcasecmp (content_type, "application/xhtml+xml") == 0 + ? "application/xhtml" + : content_type; +- webkit_web_view_load_string (WEBKIT_WEB_VIEW (htmlwidget), string, content_type, "UTF-8", base); ++ webkit_web_view_load_html_string (WEBKIT_WEB_VIEW (htmlwidget), string, "file://"); + } + + static void diff --git a/liferea.spec b/liferea.spec index 56f38e7..21254be 100644 --- a/liferea.spec +++ b/liferea.spec @@ -2,7 +2,7 @@ Name: liferea Version: 1.4.23 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An RSS/RDF feed reader Group: Applications/Internet @@ -10,6 +10,7 @@ License: GPLv2+ URL: http://liferea.sourceforge.net/ Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Patch0: %{name}-fedorafeed.patch +Patch1: liferea-1.4.23-webkit-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: GConf2-devel @@ -52,6 +53,7 @@ Requires: liferea = %{version} %prep %setup -q -n %{name}-%{version} %patch0 -p1 -b .fedorafeed +%patch1 -b .webkit-fix %build %configure --disable-schemas-install --disable-gtkhtml2 --disable-lua --with-gecko=libxul --enable-webkit @@ -128,6 +130,9 @@ fi %{_libdir}/%{name}/liblihtmlw.so %changelog +* Fri Jan 30 2009 Steven M. Parrish 1.4.23-2 +- Patch to fix WebKit issue in F11 + * Sun Jan 11 2009 Steven M. Parrish 1.4.23 - New upstream release