Hello community,

here is the log from the commit of package evolution-rss for openSUSE:Factory 
checked in at 2013-04-05 07:27:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/evolution-rss (Old)
 and      /work/SRC/openSUSE:Factory/.evolution-rss.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "evolution-rss", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/evolution-rss/evolution-rss.changes      
2013-01-20 12:12:11.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.evolution-rss.new/evolution-rss.changes 
2013-04-05 07:35:18.000000000 +0200
@@ -1,0 +2,18 @@
+Sun Mar 10 20:41:22 UTC 2013 - [email protected]
+
+- Add evolution-rss-soup-linking.patch: link the plugin against
+  libsoup, so it can be loaded.
+- Add gnome-common and gconf2-devel BuildRequries and call to
+  gnome-autogen.sh, as above patch touches the build system.
+
+-------------------------------------------------------------------
+Sat Mar  9 22:04:55 UTC 2013 - [email protected]
+
+- Update to version 0.3.93:
+  + Adapt to evolution API changes.
+  + Bugs fixed: bgo#684120, bgo#686142.
+  + Updated translations.
+- Drop pkgconfig(libemail-utils) and pkgconfig(libevolution-utils
+  BuildRequires: no longer needed.
+
+-------------------------------------------------------------------

Old:
----
  evolution-rss-0.3.92.tar.xz

New:
----
  evolution-rss-0.3.93.tar.xz
  evolution-rss-soup-linking.patch

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

Other differences:
------------------
++++++ evolution-rss.spec ++++++
--- /var/tmp/diff_new_pack.hEmAQt/_old  2013-04-05 07:35:22.000000000 +0200
+++ /var/tmp/diff_new_pack.hEmAQt/_new  2013-04-05 07:35:22.000000000 +0200
@@ -23,7 +23,7 @@
 
 Name:           evolution-rss
 %define         _name evolution-plugin-rss
-Version:        0.3.92
+Version:        0.3.93
 Release:        0
 Provides:       %{_name} = %{version}
 Summary:        Evolution Plugin for RSS Feeds Support
@@ -31,7 +31,13 @@
 Group:          Productivity/Networking/Email/Clients
 Url:            http://gnome.eu.org/evo/index.php/Evolution_RSS_Reader_Plugin
 Source:         http://gnome.eu.org/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM evolution-rss-soup-linking.patch bgo#695586 
[email protected] -- Link the plugin against libsoup.
+Patch0:         evolution-rss-soup-linking.patch
 BuildRequires:  gcc-c++
+# Needed only for patch0, in order to bootstrap
+BuildRequires:  gconf2-devel
+# Needed for patch0
+BuildRequires:  gnome-common
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(evolution-data-server-1.2)
@@ -42,8 +48,6 @@
 BuildRequires:  pkgconfig(gtkhtml-editor-4.0)
 BuildRequires:  pkgconfig(libebook-1.2)
 BuildRequires:  pkgconfig(libemail-engine)
-BuildRequires:  pkgconfig(libemail-utils)
-BuildRequires:  pkgconfig(libevolution-utils)
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(webkitgtk-3.0)
 %glib2_gsettings_schema_requires
@@ -65,8 +69,11 @@
 %lang_package -n %{_name}
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+# Needed for patch0
+NOCONFIGURE=1 gnome-autogen.sh
 %configure --disable-schemas-install
 %__make %{?_smp_mflags}
 

++++++ evolution-rss-0.3.92.tar.xz -> evolution-rss-0.3.93.tar.xz ++++++
++++ 13975 lines of diff (skipped)

++++++ evolution-rss-soup-linking.patch ++++++
diff --git a/src/Makefile.am b/src/Makefile.am
index 7a86c1f..4d04dab 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -131,6 +131,7 @@ evolution_module_rss_la_CPPFLAGS =                  \
         -DG_LOG_DOMAIN=\"evolution-module-rss\"                \
         $(EVOLUTION_RSS_EPLUGIN_LIBS)
 
+evolution_module_rss_la_LIBADD = $(LIBSOUP_LIBS)
 
 evolution_module_rss_la_LDFLAGS =              \
         -avoid-version -module $(NO_UNDEFINED)
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to