rpms/liferea/devel liferea-1.0.23-fedorafeed.patch, NONE, 1.1 liferea.spec, 1.51, 1.52

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Thu Oct 12 18:25:43 UTC 2006


Author: bpepple

Update of /cvs/extras/rpms/liferea/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv873

Modified Files:
	liferea.spec 
Added Files:
	liferea-1.0.23-fedorafeed.patch 
Log Message:
* Thu Oct 12 2006 Brian Pepple <bpepple at fedoraproject.org> - 1.0.23-3
- Add patch to add Fedora default feeds. (#209301)


liferea-1.0.23-fedorafeed.patch:

--- NEW FILE liferea-1.0.23-fedorafeed.patch ---
diff -ur liferea-1.0.23.OLD/opml/feedlist.opml liferea-1.0.23/opml/feedlist.opml
--- liferea-1.0.23.OLD/opml/feedlist.opml	2006-02-04 20:10:05.000000000 -0500
+++ liferea-1.0.23/opml/feedlist.opml	2006-10-06 13:18:08.000000000 -0400
@@ -18,7 +18,13 @@
         <outline text="Planet Debian" htmlUrl="http://planet.debian.org/" xmlUrl="http://planet.debian.org/rss20.xml" />
         <outline text="Slashdot" htmlUrl="http://slashdot.org"  xmlUrl="http://slashdot.org/slashdot.rss" />
         <outline text="TuxMobil" htmlUrl="http://tuxmobil.org" xmlUrl="http://tuxmobil.org/tuxmobil_rss.rdf" />      
-      </outline>	
+      </outline>
+      <outline text="Fedora">
+	<outline text="FedoraNews.org" htmlUrl="http://fedoranews.org/" xmlUrl="http://fedoranews.org/cms/taxonomy/term/15/0/feed" />
+	<outline text="Red Hat Magazine" htmlUrl="http://www.redhat.com/magazine/" xmlUrl="http://www.redhat.com/magazine/rss20.xml" />
+	<outline text="Fedora People" htmlUrl="http://fedoraproject.org/people/" xmlUrl="http://fedoraproject.org/people/rss20.xml" />
+	<outline text="Fedora Info" htmlUrl="http://fedoraproject.org/infofeed/" xmlUrl="http://fedoraproject.org/infofeed/rss20.xml" />
+      </outline>
     </outline>
     <outline text="Unread" title="Unread" description="Unread" type="vfolder" htmlUrl="" xmlUrl="vfolder">
       <outline type="rule" text="Read status" rule="unread" value="" additive="true"/>


Index: liferea.spec
===================================================================
RCS file: /cvs/extras/rpms/liferea/devel/liferea.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- liferea.spec	4 Oct 2006 22:59:45 -0000	1.51
+++ liferea.spec	12 Oct 2006 18:25:43 -0000	1.52
@@ -2,13 +2,14 @@
 
 Name:           liferea
 Version:        1.0.23
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        An RSS/RDF feed reader
 
 Group:          Applications/Internet
 License:        GPL
 URL:            http://liferea.sourceforge.net/
 Source0:        http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Patch0:		%{name}-%{version}-fedorafeed.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtkhtml2-devel
@@ -40,6 +41,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch0 -p1 -b .fedorafeed
 
 
 %build
@@ -108,6 +110,9 @@
 
 
 %changelog
+* Thu Oct 12 2006 Brian Pepple <bpepple at fedoraproject.org> - 1.0.23-3
+- Add patch to add Fedora default feeds. (#209301)
+
 * Thu Oct 05 2006 Christian Iseli <Christian.Iseli at licr.org> 1.0.23-2
  - rebuilt for unwind info generation, broken in gcc-4.1.1-21
 




More information about the scm-commits mailing list