diff --git a/.cvsignore b/.cvsignore index e373956..d570615 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -liferea-1.6.2.tar.gz +liferea-1.6.3.tar.gz diff --git a/lX11.patch b/lX11.patch new file mode 100644 index 0000000..0d2cd8b --- /dev/null +++ b/lX11.patch @@ -0,0 +1,13 @@ +diff -crB liferea-1.6.3/src/Makefile.in liferea-1.6.3-fedora/src/Makefile.in +*** liferea-1.6.3/src/Makefile.in 2010-02-22 16:30:22.000000000 -0500 +--- liferea-1.6.3-fedora/src/Makefile.in 2010-03-27 14:59:37.502022524 -0400 +*************** +*** 368,373 **** +--- 368,374 ---- + notification/libnotification.a \ + ui/libliui.a \ + webkit/libwebkit.a \ ++ -lX11 \ + $(SYNC_LIB) \ + $(PACKAGE_LIBS) $(SM_LIBS) \ + $(DBUS_LIBS) $(NM_LIBS) $(INTLLIBS) $(GNUTLS_LIBS) $(AVAHI_LIBS) \ diff --git a/liferea.spec b/liferea.spec index f30cd66..92846c8 100644 --- a/liferea.spec +++ b/liferea.spec @@ -1,6 +1,6 @@ Name: liferea -Version: 1.6.2 -Release: 2%{?dist} +Version: 1.6.3 +Release: 1%{?dist} Summary: An RSS/RDF feed reader Group: Applications/Internet @@ -8,6 +8,7 @@ License: GPLv2+ URL: http://liferea.sourceforge.net/ Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Patch0: %{name}-fedorafeed.patch +Patch1: lX11.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Epoch: 1 @@ -42,6 +43,7 @@ browse through their items, and show their contents. %prep %setup -q -n %{name}-%{version} %patch0 -p1 -b .fedorafeed +%patch1 -p1 -b .lX11 %build #autoreconf -f -i @@ -114,6 +116,10 @@ fi %dir %{_libdir}/%{name} %changelog +* Sat Mar 27 2010 Steven M. Parrish - 1.6.3-1 +- New upstream release +- Fix for 564609 + * Mon Jan 25 2010 Steven M. Parrish - 1.6.2-2 - Fix Epoch issue diff --git a/sources b/sources index f6513da..7ccb777 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dc1de9a080be73eecf53a8f551d7ad52 liferea-1.6.2.tar.gz +ca354e526bd4e22da0b90083a68b8530 liferea-1.6.3.tar.gz