diff --git a/blam-fedora-people-in-default-collection.patch b/blam-fedora-people-in-default-collection.patch new file mode 100644 index 0000000..f780122 --- /dev/null +++ b/blam-fedora-people-in-default-collection.patch @@ -0,0 +1,8 @@ +--- collection.xml.old 2007-04-04 22:20:24.000000000 -0700 ++++ collection.xml 2007-04-04 22:21:01.000000000 -0700 +@@ -1,4 +1,5 @@ + ++ + + + diff --git a/blam-fix-default-theme-base-href.patch b/blam-fix-default-theme-base-href.patch deleted file mode 100644 index 2a626b5..0000000 --- a/blam-fix-default-theme-base-href.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- themes/blam/theme.html.old 2007-03-07 22:25:02.000000000 -0800 -+++ themes/blam/theme.html 2007-03-07 22:26:37.000000000 -0800 -@@ -2,6 +2,7 @@ - - - ${title} -+ - - - diff --git a/blam.spec b/blam.spec index f3770db..225a274 100644 --- a/blam.spec +++ b/blam.spec @@ -3,7 +3,7 @@ Name: blam Version: 1.8.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An RSS/RDF feed reader Group: Applications/Internet @@ -12,7 +12,7 @@ URL: http://www.cmartin.tk/blam.html Source0: http://www.cmartin.tk/blam/%{name}-%{version}.tar.bz2 Patch0: %{name}-fix-PrintJob-ambiguous-reference.patch -Patch1: %{name}-fix-default-theme-base-href.patch +Patch1: %{name}-fedora-people-in-default-collection.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -50,7 +50,7 @@ use and clean interface to stay up to date %prep %setup -q %patch0 -p0 -b .fix-PrintJob-ambiguous-reference-compile-error -%patch1 -p0 -b .fix-default-theme-base-href +%patch1 -p0 -b .add-fedora-people-feed-to-default-collection.xml %build @@ -114,6 +114,13 @@ update-desktop-database &> /dev/null ||: %{_mandir}/man?/%{name}.1* %changelog +* Wed Apr 04 2007 Peter Gordon - 1.8.3-2 +- (Note to self: Don't fix it if it's not broken.) Drop unnecessary default + theme fix: + - fix-default-theme-base-href.patch +- Add patch to put the Fedora People feed into the default collection.xml: + + fedora-people-in-default-collection.patch + * Wed Mar 07 2007 Peter Gordon - 1.8.3-1 - Unorphan, since Carlos Martín Nieto has picked upstream development. - Update to new upstream release (1.8.3)