[evolution-rss] update to latest git snapshot

Lucian Langa lucilanga at fedoraproject.org
Tue Nov 8 23:04:27 UTC 2011


commit 7edd4c87ee0dc0f8ca7d80f00d5e2f4b9bb78a16
Author: Lucian Langa <lucilanga at gnome.org>
Date:   Wed Nov 9 00:03:47 2011 +0100

    update to latest git snapshot

 .gitignore         |    1 +
 evolution-rss.spec |   16 +++++++++-------
 sources            |    2 +-
 3 files changed, 11 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b32b45d..2122637 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ evolution-rss-0.2.1-20100721.tar.gz
 /evolution-rss-0.2.90-20110716.tar.gz
 /evolution-rss-0.2.90-20110726.tar.gz
 /evolution-rss-0.2.90-20110818.tar.gz
+/evolution-rss-0.2.90-20111108.tar.xz
diff --git a/evolution-rss.spec b/evolution-rss.spec
index 2fb18e3..aca8d28 100644
--- a/evolution-rss.spec
+++ b/evolution-rss.spec
@@ -1,21 +1,20 @@
 # Tarfile created using git
 # git clone git://git.gnome.org/evolution-rss
-# git archive --format=tar --prefix=evolution-rss-0.1.9/ %{git_version} | gzip > evolution-rss-0.1.9-%{gitdate}.tar.gz
+# git archive --format=tar --prefix=evolution-rss-0.2.9/ %{git_version} | xz > evolution-rss-0.2.9-%{gitdate}.tar.xz
 
-%define gitdate 20110818
-%define git_version 8617cf7
-%define tarfile %{name}-%{version}-%{gitdate}.tar.gz
+%define gitdate 20111108
+%define git_version ecfcc9d
+%define tarfile %{name}-%{version}-%{gitdate}.tar.xz
 %define snapshot %{gitdate}git
 
 Name:		evolution-rss
 Summary:	Evolution RSS Reader
 Version:	0.2.90
-Release:	30.%{snapshot}%{?dist}
+Release:	31.%{snapshot}%{?dist}
 Group:		Applications/Internet
 License:	GPLv2 and GPLv2+
 URL:		http://gnome.eu.org/evo/index.php/Evolution_RSS_Reader_Plugin
 Source:		%{tarfile}
-Patch0:         evolution-rss-0.2.90-get-watched-windows.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:	evolution
 
@@ -37,7 +36,6 @@ This is an evolution plugin which enables evolution to read rss feeds.
 
 %prep
 %setup -q -n evolution-rss-%{version}
-%patch0 -p1 -b .get-watched-windows
 
 %build
 ./autogen.sh
@@ -94,6 +92,10 @@ fi
 %{_libdir}/evolution/*/plugins/liborg-gnome-evolution-rss.so
 
 %changelog
+* Tue Nov 08 2011 cooly at gnome.eu.org - 0.2.90-31.20111108git
+- drop patches - fixed upstream
+- new git snapshot
+
 * Fri Nov 04 2011 Milan Crha <mcrha at redhat.com> - 0.2.90-30.20110818git
 - Replace dropped e_shell_get_watched_windows() function
 
diff --git a/sources b/sources
index e355b8d..1df7e6c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-15ca230c4126262871766ca5c85ee242  evolution-rss-0.2.90-20110818.tar.gz
+01fd4c50742c0f42a57f86f7c5647d07  evolution-rss-0.2.90-20111108.tar.xz


More information about the scm-commits mailing list