rpms/liferea/F-13 lX11.patch, NONE, 1.1 .cvsignore, 1.86, 1.87 liferea.spec, 1.144, 1.145 sources, 1.87, 1.88

Steven M. Parrish tuxbrewr at fedoraproject.org
Sat Mar 27 19:26:50 UTC 2010


Author: tuxbrewr

Update of /cvs/pkgs/rpms/liferea/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv19890

Modified Files:
	.cvsignore liferea.spec sources 
Added Files:
	lX11.patch 
Log Message:
New release and fix for 564609

lX11.patch:
 Makefile.in |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE lX11.patch ---
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) \


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/liferea/F-13/.cvsignore,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -p -r1.86 -r1.87
--- .cvsignore	25 Jan 2010 14:58:07 -0000	1.86
+++ .cvsignore	27 Mar 2010 19:26:50 -0000	1.87
@@ -1 +1 @@
-liferea-1.6.2.tar.gz
+liferea-1.6.3.tar.gz


Index: liferea.spec
===================================================================
RCS file: /cvs/pkgs/rpms/liferea/F-13/liferea.spec,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -p -r1.144 -r1.145
--- liferea.spec	25 Jan 2010 15:25:14 -0000	1.144
+++ liferea.spec	27 Mar 2010 19:26:50 -0000	1.145
@@ -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 the
 %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 <smparrish at gmail.com> - 1.6.3-1
+- New upstream release
+- Fix for 564609
+
 * Mon Jan 25 2010 Steven M. Parrish <smparrish at gmail.com> - 1.6.2-2
 - Fix Epoch issue
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/liferea/F-13/sources,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -p -r1.87 -r1.88
--- sources	25 Jan 2010 14:58:07 -0000	1.87
+++ sources	27 Mar 2010 19:26:50 -0000	1.88
@@ -1 +1 @@
-dc1de9a080be73eecf53a8f551d7ad52  liferea-1.6.2.tar.gz
+ca354e526bd4e22da0b90083a68b8530  liferea-1.6.3.tar.gz



More information about the scm-commits mailing list