rpms/liferea/F-9 liferea-1.4.20-configure.patch, NONE, 1.1 .cvsignore, 1.76, 1.77 liferea-fedorafeed.patch, 1.6, 1.7 liferea.spec, 1.121, 1.122 sources, 1.77, 1.78

Steven M. Parrish tuxbrewr at fedoraproject.org
Wed Oct 15 22:18:55 UTC 2008


Author: tuxbrewr

Update of /cvs/pkgs/rpms/liferea/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7061

Modified Files:
	.cvsignore liferea-fedorafeed.patch liferea.spec sources 
Added Files:
	liferea-1.4.20-configure.patch 
Log Message:
New upstream release and fix for #467083

liferea-1.4.20-configure.patch:

--- NEW FILE liferea-1.4.20-configure.patch ---
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 \


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/liferea/F-9/.cvsignore,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- .cvsignore	2 Oct 2008 21:51:14 -0000	1.76
+++ .cvsignore	15 Oct 2008 22:18:24 -0000	1.77
@@ -1 +1 @@
-liferea-1.4.19.tar.gz
+liferea-1.4.20.tar.gz

liferea-fedorafeed.patch:

Index: liferea-fedorafeed.patch
===================================================================
RCS file: /cvs/pkgs/rpms/liferea/F-9/liferea-fedorafeed.patch,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- liferea-fedorafeed.patch	17 Mar 2008 13:49:28 -0000	1.6
+++ liferea-fedorafeed.patch	15 Oct 2008 22:18:24 -0000	1.7
@@ -6,7 +6,7 @@
  	<!-- end of default block -->
 -
 +	<outline text="Fedora">
-+               <outline text="FedoraNews.org" htmlUrl="http://fedora-tchung.blogspot.com/" xmlUrl="http://fedora-tchung.blogspot.com/feeds/posts/default" />
++               <outline text="FedoraNews.org" htmlUrl="http://fedoraproject.org/wiki/FWN" xmlUrl="http://fedoramagazine.wordpress.com/category/fedora-weekly-news/feed/" />
 +               <outline text="Red Hat Magazine" htmlUrl="http://www.redhat.com/magazine/" xmlUrl="http://feeds.feedburner.com/RedHatMagazine" />
 +               <outline text="Planet Fedora" htmlUrl="http://planet.fedoraproject.org/" xmlUrl="http://planet.fedoraproject.org/atom.xml" />
 +               <outline text="Fedora Info" htmlUrl="http://fedoraproject.org/infofeed/" xmlUrl="http://fedoraproject.org/infofeed/rss20.xml" />


Index: liferea.spec
===================================================================
RCS file: /cvs/pkgs/rpms/liferea/F-9/liferea.spec,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- liferea.spec	2 Oct 2008 21:51:14 -0000	1.121
+++ liferea.spec	15 Oct 2008 22:18:24 -0000	1.122
@@ -1,8 +1,8 @@
 %define gecko_ver 1.8.1.14
 
 Name:           liferea
-Version:        1.4.19
-Release: 	1%{?dist}
+Version:        1.4.20
+Release: 	2%{?dist}
 Summary:        An RSS/RDF feed reader
 
 Group:          Applications/Internet
@@ -117,6 +117,12 @@
 
 
 %changelog
+* Wed Oct 15 2008 Steven M. Parrish <smparrish at shallowcreek.net> 1.4.20-2
+- Add missing patch file
+
+* Wed Oct 15 2008 Steven M. Parrish <smparrish at shallowcreek.net> 1.4.20-1
+- New upstream release and fix for #467083
+
 * Thu Oct 02 2008  Steven M. Parrish <smparrish at shallowcreek.net> 1.4.19-1
 - New upstream release
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/liferea/F-9/sources,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- sources	2 Oct 2008 21:51:14 -0000	1.77
+++ sources	15 Oct 2008 22:18:24 -0000	1.78
@@ -1 +1 @@
-e0e1e0071d39364ba8c2c95c07a7203a  liferea-1.4.19.tar.gz
+c52212f73276aecd3293fb9d8e232d28  liferea-1.4.20.tar.gz




More information about the fedora-extras-commits mailing list