[evolution-rss] new git snapshot

Lucian Langa lucilanga at fedoraproject.org
Sat Jul 16 14:30:05 UTC 2011


commit abe5f2e1d8a2ad35b162baada463db3e87f69dbb
Author: Lucian Langa <lucilanga at gnome.org>
Date:   Sat Jul 16 17:29:13 2011 +0300

    new git snapshot

 .gitignore                              |    1 +
 evolution-rss-0.2.90-webkit-build.patch |   13 +++++++++++++
 evolution-rss.spec                      |   12 +++++++++---
 sources                                 |    2 +-
 4 files changed, 24 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5e9a18e..2ec50d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ evolution-rss-0.2.1-20100721.tar.gz
 /evolution-rss-0.2.90-20110323.tar.gz
 /evolution-rss-0.2.90-20110523.tar.gz
 /evolution-rss-0.2.90-20110621.tar.gz
+/evolution-rss-0.2.90-20110716.tar.gz
diff --git a/evolution-rss-0.2.90-webkit-build.patch b/evolution-rss-0.2.90-webkit-build.patch
new file mode 100644
index 0000000..eaff018
--- /dev/null
+++ b/evolution-rss-0.2.90-webkit-build.patch
@@ -0,0 +1,13 @@
+diff -Naur evolution-rss-0.2.90/configure.ac evolution-rss-0.2.90-mod/configure.ac
+--- evolution-rss-0.2.90/configure.ac	2011-07-16 15:57:01.000000000 +0300
++++ evolution-rss-0.2.90-mod/configure.ac	2011-07-16 16:51:25.000000000 +0300
+@@ -10,8 +10,7 @@
+ dnl Compiler Warning Flags
+ dnl ******************************
+ AS_COMPILER_FLAGS(WARNING_FLAGS,
+-	"-DG_DISABLE_DEPRECATED
+-	-DPANGO_DISABLE_DEPRECATED
++	"-DPANGO_DISABLE_DEPRECATED
+ 	-DGDK_PIXBUF_DISABLE_DEPRECATED
+ 	-DGDK_DISABLE_DEPRECATED
+ 	-DG_DISABLE_SINGLE_INCLUDES
diff --git a/evolution-rss.spec b/evolution-rss.spec
index 7c6c3a4..6a3c95a 100644
--- a/evolution-rss.spec
+++ b/evolution-rss.spec
@@ -2,19 +2,20 @@
 # 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
 
-%define gitdate 20110621
-%define git_version c82a21d
+%define gitdate 20110716
+%define git_version 5f8a086
 %define tarfile %{name}-%{version}-%{gitdate}.tar.gz
 %define snapshot %{gitdate}git
 
 Name:		evolution-rss
 Summary:	Evolution RSS Reader
 Version:	0.2.90
-Release:	23.%{snapshot}%{?dist}
+Release:	24.%{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-webkit-build.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:	evolution
 
@@ -36,6 +37,7 @@ This is an evolution plugin which enables evolution to read rss feeds.
 
 %prep
 %setup -q -n evolution-rss-%{version}
+%patch0 -p1 -b .webkit
 
 %build
 ./autogen.sh
@@ -92,6 +94,10 @@ fi
 %{_libdir}/evolution/*/plugins/liborg-gnome-evolution-rss.so
 
 %changelog
+* Sat Jul 16 2011 Lucian Langa <cooly at gnome.eu.org> - 0.2.90-24.20110516git
+- add patch to remove G_DISABLE_DEPRECATED flag as it breaks webkit build
+- new git snapshot
+
 * Tue Jun 21 2011 Lucian Langa <cooly at gnome.eu.org> - 0.2.90-23.20110621git
 - new git snapshot
 
diff --git a/sources b/sources
index 123a8e5..6821094 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a5f892f13c42db329b17d2242555f46e  evolution-rss-0.2.90-20110621.tar.gz
+22347210e7f55a945c2837f45330e8f0  evolution-rss-0.2.90-20110716.tar.gz


More information about the scm-commits mailing list