rpms/liferea/F-8 liferea-nm-0.7.patch, NONE, 1.1 liferea.spec, 1.93, 1.94

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Wed Oct 24 18:05:17 UTC 2007


Author: katzj

Update of /cvs/pkgs/rpms/liferea/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12152

Modified Files:
	liferea.spec 
Added Files:
	liferea-nm-0.7.patch 
Log Message:
* Wed Oct 24 2007 Jeremy Katz <katzj at redhat.com> - 1.2.23-4
- Fix build against new NetworkManager


liferea-nm-0.7.patch:

--- NEW FILE liferea-nm-0.7.patch ---
diff -up liferea-1.2.23/src/update.c.nm liferea-1.2.23/src/update.c
--- liferea-1.2.23/src/update.c.nm	2007-10-24 08:35:56.000000000 -0400
+++ liferea-1.2.23/src/update.c	2007-10-24 08:36:03.000000000 -0400
@@ -35,7 +35,7 @@
 #include <string.h>
 
 #ifdef USE_NM
-#include <NetworkManager/libnm_glib.h>
+#include <libnm_glib.h>
 #endif
 
 #include "common.h"


Index: liferea.spec
===================================================================
RCS file: /cvs/pkgs/rpms/liferea/F-8/liferea.spec,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- liferea.spec	24 Oct 2007 03:00:10 -0000	1.93
+++ liferea.spec	24 Oct 2007 18:04:39 -0000	1.94
@@ -2,7 +2,7 @@
 
 Name:           liferea
 Version:        1.2.23
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary:        An RSS/RDF feed reader
 
 Group:          Applications/Internet
@@ -10,6 +10,7 @@
 URL:            http://liferea.sourceforge.net/
 Source0:        http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Patch0:		%{name}-1.2.10-fedorafeed.patch
+Patch1:         %{name}-nm-0.7.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtkhtml2-devel
@@ -23,6 +24,7 @@
 BuildRequires:  desktop-file-utils
 BuildRequires:  gettext
 BuildRequires:	perl(XML::Parser)
+BuildRequires:  NetworkManager-glib-devel
 
 Requires:	gecko-libs = %{gecko_ver}
 
@@ -41,6 +43,7 @@
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1 -b .fedorafeed
+%patch1 -p1 -b .nm
 
 
 %build
@@ -113,6 +116,9 @@
 
 
 %changelog
+* Wed Oct 24 2007 Jeremy Katz <katzj at redhat.com> - 1.2.23-4
+- Fix build against new NetworkManager
+
 * Tue Oct 23 2007 Jeremy Katz <katzj at redhat.com> - 1.2.23-3
 - Don't build against NetworkManager as the nm-glib api seems to have changed
 




More information about the fedora-extras-commits mailing list