From a36e399fa374f2c9a367af0c209fd08ce7b4b771 Mon Sep 17 00:00:00 2001 From: Brian Pepple Date: Jan 17 2008 05:39:04 +0000 Subject: - Update to 1.4.11. --- diff --git a/.cvsignore b/.cvsignore index cfa3c4c..2f62c75 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -liferea-1.4.10.tar.gz +liferea-1.4.11.tar.gz diff --git a/liferea-1.4.10-gtkhtml2_x64.patch b/liferea-1.4.10-gtkhtml2_x64.patch deleted file mode 100644 index c69dbcf..0000000 --- a/liferea-1.4.10-gtkhtml2_x64.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -ur liferea-1.4.10.OLD/configure liferea-1.4.10/configure ---- liferea-1.4.10.OLD/configure 2007-12-19 15:00:52.000000000 -0500 -+++ liferea-1.4.10/configure 2008-01-07 15:12:39.000000000 -0500 -@@ -21685,8 +21685,8 @@ - echo $ECHO_N "checking for 64bit platform... $ECHO_C" >&6; } - case "$target" in - x86_64-*-*) -- enable_gtkhtml2=no -- { echo "$as_me:$LINENO: result: yes -> disabling GtkHTML2" >&5 -+ enable_gtkhtml2=yes -+ { echo "$as_me:$LINENO: result: yes -> enabling GtkHTML2" >&5 - echo "${ECHO_T}yes -> disabling GtkHTML2" >&6; } - ;; - *) diff --git a/liferea-gtkhtml2_x64.patch b/liferea-gtkhtml2_x64.patch new file mode 100644 index 0000000..2cfbf86 --- /dev/null +++ b/liferea-gtkhtml2_x64.patch @@ -0,0 +1,14 @@ +diff -ur liferea-1.4.11.OLD/configure liferea-1.4.11/configure +--- liferea-1.4.11.OLD/configure 2008-01-16 14:19:38.000000000 -0500 ++++ liferea-1.4.11/configure 2008-01-16 16:42:06.000000000 -0500 +@@ -21821,8 +21821,8 @@ + echo $ECHO_N "checking for 64bit platform... $ECHO_C" >&6; } + case "$target" in + x86_64-*-*) +- enable_gtkhtml2=no +- { echo "$as_me:$LINENO: result: yes -> disabling GtkHTML2" >&5 ++ enable_gtkhtml2=yes ++ { echo "$as_me:$LINENO: result: yes -> enabling GtkHTML2" >&5 + echo "${ECHO_T}yes -> disabling GtkHTML2" >&6; } + ;; + *) diff --git a/liferea.spec b/liferea.spec index c5aea06..5d40011 100644 --- a/liferea.spec +++ b/liferea.spec @@ -1,8 +1,8 @@ %define gecko_ver 1.8.1.10 Name: liferea -Version: 1.4.10 -Release: 3%{?dist} +Version: 1.4.11 +Release: 1%{?dist} Summary: An RSS/RDF feed reader Group: Applications/Internet @@ -12,7 +12,7 @@ Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.g Patch0: %{name}-fedorafeed.patch # Temporary hack to work around gtkhtml2 support on x86_64, # until xulrunner support is fixed. -Patch1: %{name}-%{version}-gtkhtml2_x64.patch +Patch1: %{name}-gtkhtml2_x64.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) #BuildRequires: gecko-devel = %{gecko_ver} @@ -121,6 +121,9 @@ fi %changelog +* Wed Jan 16 2008 Brian Pepple - 1.4.11-1 +- Update to 1.4.11. + * Mon Jan 7 2008 Brian Pepple - 1.4.10-3 - Ugh. Drop the requires on gecko also, since we're not using xulrunner. diff --git a/sources b/sources index 6b05f38..40bf4ae 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7a60b58fc0044f72fb0d67f77eaffad5 liferea-1.4.10.tar.gz +b96a479a4b72560cbdd8df8b7efd24b3 liferea-1.4.11.tar.gz