Hello community,

here is the log from the commit of package evolution-rss for openSUSE:Factory 
checked in at 2014-11-24 11:08:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/evolution-rss (Old)
 and      /work/SRC/openSUSE:Factory/.evolution-rss.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "evolution-rss"

Changes:
--------
--- /work/SRC/openSUSE:Factory/evolution-rss/evolution-rss.changes      
2014-10-06 12:06:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-rss.new/evolution-rss.changes 
2014-11-24 11:08:58.000000000 +0100
@@ -1,0 +2,16 @@
+Thu Nov 20 00:42:23 UTC 2014 - [email protected]
+
+- Update to git master (0.3.95~git20141120.b2253df):
+  + Fixes miscellaneous crashes while editing feeds.
+  + General improvement of stability.
+- Drop upstreamed patches:
+  + evolution-rss-EMailPart.patch
+  + evolution-rss-ESEvent.patch
+  + evolution-rss-evo3.11.3.patch
+  + evolution-rss-evo3.11.91.patch
+  + evolution-rss-evo3.11.patch
+  + evolution-rss-remove-EShellSettings-requirements.patch
+- Detect the _evo_errordir with the same logic as the
+  m4/evolution.m4: allows building for SLE12.
+
+-------------------------------------------------------------------

Old:
----
  evolution-rss-0.3.93.tar.xz
  evolution-rss-EMailPart.patch
  evolution-rss-ESEvent.patch
  evolution-rss-evo3.11.3.patch
  evolution-rss-evo3.11.91.patch
  evolution-rss-evo3.11.patch
  evolution-rss-remove-EShellSettings-requirements.patch

New:
----
  evolution-rss-0.3.95~git20141120.b2253df.tar.xz

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

Other differences:
------------------
++++++ evolution-rss.spec ++++++
--- /var/tmp/diff_new_pack.dnT2bV/_old  2014-11-24 11:09:00.000000000 +0100
+++ /var/tmp/diff_new_pack.dnT2bV/_new  2014-11-24 11:09:00.000000000 +0100
@@ -18,36 +18,22 @@
 
 %define _evo_branch %(pkg-config --variable execversion evolution-shell-3.0)
 %define _evo_plugindir %(pkg-config --variable privlibdir 
evolution-shell-3.0)/plugins
-%define _evo_errordir %(pkg-config --variable errordir evolution-shell-3.0)
 %define _evo_imagesdir %(pkg-config --variable imagesdir evolution-shell-3.0)
-
-Name:           evolution-rss
 %define         _name evolution-plugin-rss
-Version:        0.3.93
+%if 0%{?suse_version} >= 1320
+%define _evo_errordir %(pkg-config --variable errordir evolution-shell-3.0)
+%else
+%define _evo_errordir %(pkg-config --variable errordir evolution-plugin-3.0)
+%endif
+Name:           evolution-rss
+Version:        0.3.95~git20141120.b2253df
 Release:        0
-Provides:       %{_name} = %{version}
 Summary:        Evolution Plugin for RSS Feeds Support
 License:        GPL-2.0+
 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-remove-EShellSettings-requirements.patch 
[email protected] -- Remove EShellSettings requirement, taken from git.
-Patch1:         evolution-rss-remove-EShellSettings-requirements.patch
-# PATCH-FIX-UPSTREAM evolution-rss-EMailPart.patch [email protected] -- 
Adapt to EMailPart changes of evolution 3.9.3, taken from git.
-Patch2:         evolution-rss-EMailPart.patch
-# PATCH-FIX-UPSTREAM evolution-rss-ESEvent.patch [email protected] -- Adapt 
to ESEvent changes in Evolution 3.9; taken frmo git.
-Patch3:         evolution-rss-ESEvent.patch
-# PATCH-FIX-UPSTREAM evolution-rss-evo3.11.patch [email protected] -- Fix 
build with evolution 3.11.2
-Patch4:         evolution-rss-evo3.11.patch
-# PATCH-FIX-UPSTREAM evolution-rss-evo3.11.3.patch bgo#720966 
[email protected] -- Fix build with evolution 3.11.3
-Patch5:         evolution-rss-evo3.11.3.patch
-# PATCH-FIX-UPSTREAM evolution-rss-evo3.11.91 bgo#720459 bgo#725573 
[email protected] -- Fix build with evolution 3.11.91
-Patch6:         evolution-rss-evo3.11.91.patch
+Source:         %{name}-%{version}.tar.xz
 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)
@@ -59,7 +45,9 @@
 BuildRequires:  pkgconfig(libemail-engine)
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(webkitgtk-3.0)
-%glib2_gsettings_schema_requires
+Provides:       %{_name} = %{version}
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%{glib2_gsettings_schema_requires}
 
 %description
 This plugin for Evolution adds RSS Feeds support and enables the use of
@@ -68,47 +56,38 @@
 %package -n %{_name}
 Summary:        Evolution Plugin for RSS Feeds Support
 Group:          Productivity/Networking/Email/Clients
-Provides:       %{name} = %{version}
 Recommends:     %{_name}-lang
+Provides:       %{name} = %{version}
 
 %description -n %{_name}
 This plugin for Evolution adds RSS Feeds support and enables the use of
 Evolution as a RSS Reader.
 
 %lang_package -n %{_name}
+
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
 
 %build
-# Needed for patch0 and patch2
-NOCONFIGURE=1 gnome-autogen.sh
 %configure --disable-schemas-install
-%__make %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-find %{buildroot}%{_libdir} -name '*.la' -delete -print
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name "*.la" -delete -print
 %suse_update_desktop_file -u evolution-rss
 %find_lang %{name}
 
-%clean
-rm -rf %{buildroot}
-
 %post -n %{_name}
-%glib2_gsettings_schema_post
+%{glib2_gsettings_schema_post}
 
 %postun -n %{_name}
-%glib2_gsettings_schema_postun
+%{glib2_gsettings_schema_postun}
 
 %files -n %{_name}
 %defattr(-, root, root)
 %{_bindir}/evolution-import-rss
+%{_datadir}/appdata/evolution-rss.metainfo.xml
 %{_datadir}/applications/evolution-rss.desktop
 %{_datadir}/evolution/%{_evo_branch}/ui/rss-html-rendering.ui
 %{_datadir}/evolution/%{_evo_branch}/ui/rss-main.ui
@@ -130,5 +109,6 @@
 %{_libdir}/evolution/%{_evo_branch}/modules/evolution-module-rss.so
 
 %files -n %{_name}-lang -f %{name}.lang
+%defattr(-,root,root)
 
 %changelog

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

Reply via email to