Hello community,

here is the log from the commit of package evolution-rss for openSUSE:Factory
checked in at Mon Jun 6 12:37:27 CEST 2011.



--------
--- evolution-rss/evolution-rss.changes 2011-02-15 15:12:38.000000000 +0100
+++ /mounts/work_src_done/STABLE/evolution-rss/evolution-rss.changes    
2011-06-02 23:47:58.000000000 +0200
@@ -1,0 +2,52 @@
+Thu Jun  2 23:36:25 CEST 2011 - [email protected]
+
+- Drop now unneeded libgnomecanvas-devel BuildRequires.
+- Change libwebkitgtk-devel BuildRequires to
+  pkgconfig(webkitgtk-3.0).
+- Add explicit pkgconfig() BuildRequires instead of relying on
+  other packages to bring them in: evolution-data-server-1.2,
+  glib-2.0, libebook-1.2, libsoup-2.4, evolution-plugin-3.0,
+  gtk+-3.0, gtkhtml-editor-4.0.
+
+-------------------------------------------------------------------
+Wed Jun  1 15:17:06 UTC 2011 - [email protected]
+
+- Forward to git commit 11637dc: support evolution 3.1.1.
+- Add evolution-rss-evo311.patch: the evolution-rss git snapshot is
+  against evolution master, which is still called 3.1.1.
+
+-------------------------------------------------------------------
+Mon May 16 14:29:47 UTC 2011 - [email protected]
+
+- Update to version 0.2.90 (git commit 592138d - not released), to
+  fix build with evolution 3.0 and gtk+ 3.0. New features and bug
+  fixes from git will be listed on update to 0.2.90.
+- Change evolution-devel BuildRequires to
+  pkgconfig(evolution-shell-3.0).
+- Update the evo_* defines to reflect evolution 3.0 names (e.g.
+  evolution-shell => evolution-shell-3.0)
+
+-------------------------------------------------------------------
+Mon May 16 16:08:04 CEST 2011 - [email protected]
+
+- Update to version 0.2.5:
+  + Miscellaneous Fixes:
+    - Fix export function
+    - Improve debug output
+    - Fix deleting folder contents
+    - Make opml filter default when exporting
+    - Add default export file name
+  + Bugs fixed: bgo#648559, bgo#648490, bgo#647142, bgo#644100.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed May  4 09:50:48 CEST 2011 - [email protected]
+
+- Update to version 0.2.4:
+  + bgo#643187: url redirection for enclosures doesn't work as
+    expected.
+  + bgo#643050: crash on moving rss-folder.
+  + bgo#642357: crash on parsing RSS feed.
+  + bgo#641237: Importing RDF feed fails.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  evolution-rss-0.2.3.tar.bz2

New:
----
  evolution-rss-0.2.90.tar.bz2
  evolution-rss-evo311.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ evolution-rss.spec ++++++
--- /var/tmp/diff_new_pack.NHD3FX/_old  2011-06-06 12:36:30.000000000 +0200
+++ /var/tmp/diff_new_pack.NHD3FX/_new  2011-06-06 12:36:30.000000000 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _evo_branch %(pkg-config --variable execversion evolution-shell)
-%define _evo_plugindir %(pkg-config --variable plugindir evolution-plugin)
-%define _evo_errordir %(pkg-config --variable errordir evolution-plugin)
-%define _evo_imagesdir %(pkg-config --variable imagesdir evolution-shell)
+%define _evo_branch %(pkg-config --variable execversion evolution-shell-3.0)
+%define _evo_plugindir %(pkg-config --variable plugindir evolution-plugin-3.0)
+%define _evo_errordir %(pkg-config --variable errordir evolution-plugin-3.0)
+%define _evo_imagesdir %(pkg-config --variable imagesdir evolution-shell-3.0)
 
 Name:           evolution-rss
 %define         _name evolution-plugin-rss
-Version:        0.2.3
+Version:        0.2.90
 Release:        1
 Provides:       %{_name} = %{version}
 License:        GPLv2+
@@ -31,11 +31,19 @@
 Url:            http://gnome.eu.org/evo/index.php/Evolution_RSS_Reader_Plugin
 Group:          Productivity/Networking/Email/Clients
 Source:         %{name}-%{version}.tar.bz2
-BuildRequires:  evolution-devel
+# PATCH-FIX-OPENSUSE evolution-rss-evo311.patch [email protected] -- Fix 
build with evo 3.1.1. The commit upstream is against evo master, which does not 
have a different version than the last tarball.
+Patch0:         evolution-rss-evo311.patch
 BuildRequires:  gcc-c++
 BuildRequires:  intltool
-BuildRequires:  libgnomecanvas-devel
-BuildRequires:  libwebkitgtk-devel
+BuildRequires:  pkgconfig(evolution-data-server-1.2)
+BuildRequires:  pkgconfig(evolution-plugin-3.0)
+BuildRequires:  pkgconfig(evolution-shell-3.0)
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(gtkhtml-editor-4.0)
+BuildRequires:  pkgconfig(libebook-1.2)
+BuildRequires:  pkgconfig(libsoup-2.4)
+BuildRequires:  pkgconfig(webkitgtk-3.0)
 
 %description
 This plugin for Evolution adds RSS Feeds support and enables the use of
@@ -43,7 +51,6 @@
 
 %package -n %{_name}
 
-
 Summary:        Evolution Plugin for RSS Feeds Support
 Group:          Productivity/Networking/Email/Clients
 Provides:       %{name} = %{version}
@@ -56,6 +63,7 @@
 %lang_package -n %{_name}
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-schemas-install

++++++ evolution-rss-0.2.3.tar.bz2 -> evolution-rss-0.2.90.tar.bz2 ++++++
++++ 39724 lines of diff (skipped)

++++++ evolution-rss-evo311.patch ++++++
diff --git a/src/rss-config-factory.c b/src/rss-config-factory.c
index 38b6117..f452699 100644
--- a/src/rss-config-factory.c
+++ b/src/rss-config-factory.c
@@ -491,7 +491,7 @@ folder_cb (GtkWidget *widget, gpointer data)
                        EM_FOLDER_SELECTOR_CAN_CREATE,
                        _("Move to Folder"), NULL, _("M_ove"));
 
-#if EVOLUTION_VERSION >= 30101
+#if EVOLUTION_VERSION >= 30102
        selector = EM_FOLDER_SELECTOR (dialog);
        folder_tree = em_folder_selector_get_folder_tree (selector);
 #else

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to