From 525b1b0e89356a98f1e7b86be7fbe85a47d30b27 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 29 Feb 2016 11:36:20 +0100 Subject: [PATCH 1/8] Update to 3.19.91 Remove patch for GNOME bug 761883 (Fixed upstream) --- .gitignore | 1 + evolution-3.19.90-gnbug761883.patch | 15 --------------- evolution.spec | 11 ++++++----- sources | 2 +- 4 files changed, 8 insertions(+), 21 deletions(-) delete mode 100644 evolution-3.19.90-gnbug761883.patch diff --git a/.gitignore b/.gitignore index e8ade2a..529c95b 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,4 @@ evolution-2.31.5.tar.bz2 /evolution-3.19.3.tar.xz /evolution-3.19.4.tar.xz /evolution-3.19.90.tar.xz +/evolution-3.19.91.tar.xz diff --git a/evolution-3.19.90-gnbug761883.patch b/evolution-3.19.90-gnbug761883.patch deleted file mode 100644 index ab39dca..0000000 --- a/evolution-3.19.90-gnbug761883.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/e-util/e-html-editor-view.c b/e-util/e-html-editor-view.c -index b7ffba8..2abf9c2 100644 ---- a/e-util/e-html-editor-view.c -+++ b/e-util/e-html-editor-view.c -@@ -3263,8 +3263,8 @@ merge_siblings_if_necessary (WebKitDOMDocument *document, - goto signature; - repeat: - child = webkit_dom_node_get_previous_sibling (WEBKIT_DOM_NODE (element)); -- if (WEBKIT_DOM_IS_ELEMENT (prev_element)) -- prev_element = WEBKIT_DOM_ELEMENT (prev_element); -+ if (WEBKIT_DOM_IS_ELEMENT (child)) -+ prev_element = WEBKIT_DOM_ELEMENT (child); - else - goto signature; - diff --git a/evolution.spec b/evolution.spec index ec68285..858bfa7 100644 --- a/evolution.spec +++ b/evolution.spec @@ -28,8 +28,8 @@ ### Abstract ### Name: evolution -Version: 3.19.90 -Release: 2%{?dist} +Version: 3.19.91 +Release: 1%{?dist} Group: Applications/Productivity Summary: Mail and calendar client for GNOME License: GPLv2+ and GFDL @@ -46,8 +46,6 @@ Obsoletes: evolution-NetworkManager < %{last_evo_nm_version} # RH bug # #Patch01: evolution-3.17.1-doc-e-cell-renderer-color.patch -Patch01: evolution-3.19.90-gnbug761883.patch - ## Dependencies ### Requires: gvfs @@ -210,7 +208,6 @@ the functionality of the installed %{name} package. %prep %setup -q -n evolution-%{version} #%patch01 -p1 -b .doc-e-cell-renderer-color -%patch01 -p1 -b .gnbug761883 # Remove the welcome email from Novell for inbox in mail/default/*/Inbox; do @@ -530,6 +527,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/installed-tests %changelog +* Mon Feb 29 2016 Milan Crha - 3.19.91-1 +- Update to 3.19.91 +- Remove patch for GNOME bug 761883 (Fixed upstream) + * Thu Feb 18 2016 Milan Crha - 3.19.90-2 - Add patch for GNOME bug 761883 (Typo in the previous fix) diff --git a/sources b/sources index cc749c5..01e82b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -33bf93410cc1a4f2a3ad557fbc90b1f1 evolution-3.19.90.tar.xz +05b0fa2238d44871c14a3d09aa66334d evolution-3.19.91.tar.xz From c2db2f680f84c1bfc7ccecca3d5a4c95e5ca4bf1 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 14 Mar 2016 12:29:11 +0100 Subject: [PATCH 2/8] Update to 3.19.92 --- .gitignore | 1 + evolution.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 529c95b..33cc58b 100644 --- a/.gitignore +++ b/.gitignore @@ -103,3 +103,4 @@ evolution-2.31.5.tar.bz2 /evolution-3.19.4.tar.xz /evolution-3.19.90.tar.xz /evolution-3.19.91.tar.xz +/evolution-3.19.92.tar.xz diff --git a/evolution.spec b/evolution.spec index 858bfa7..a567e25 100644 --- a/evolution.spec +++ b/evolution.spec @@ -28,7 +28,7 @@ ### Abstract ### Name: evolution -Version: 3.19.91 +Version: 3.19.92 Release: 1%{?dist} Group: Applications/Productivity Summary: Mail and calendar client for GNOME @@ -527,6 +527,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/installed-tests %changelog +* Mon Mar 14 2016 Milan Crha - 3.19.92-1 +- Update to 3.19.92 + * Mon Feb 29 2016 Milan Crha - 3.19.91-1 - Update to 3.19.91 - Remove patch for GNOME bug 761883 (Fixed upstream) diff --git a/sources b/sources index 01e82b2..f39210b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -05b0fa2238d44871c14a3d09aa66334d evolution-3.19.91.tar.xz +d2a026ad907149ec11c7e6616840cf7f evolution-3.19.92.tar.xz From f961b39bfcf161571237b4c83393a9f415ad3bf9 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 21 Mar 2016 11:24:36 +0100 Subject: [PATCH 3/8] Update to 3.20.0 --- .gitignore | 1 + evolution.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 33cc58b..1a76ec2 100644 --- a/.gitignore +++ b/.gitignore @@ -104,3 +104,4 @@ evolution-2.31.5.tar.bz2 /evolution-3.19.90.tar.xz /evolution-3.19.91.tar.xz /evolution-3.19.92.tar.xz +/evolution-3.20.0.tar.xz diff --git a/evolution.spec b/evolution.spec index a567e25..397edb5 100644 --- a/evolution.spec +++ b/evolution.spec @@ -28,14 +28,14 @@ ### Abstract ### Name: evolution -Version: 3.19.92 +Version: 3.20.0 Release: 1%{?dist} Group: Applications/Productivity Summary: Mail and calendar client for GNOME License: GPLv2+ and GFDL URL: https://wiki.gnome.org/Apps/Evolution BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) -Source: http://download.gnome.org/sources/%{name}/3.19/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/%{name}/3.20/%{name}-%{version}.tar.xz Obsoletes: anjal <= %{last_anjal_version} Obsoletes: libgal2 <= %{last_libgal2_version} @@ -527,6 +527,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/installed-tests %changelog +* Mon Mar 21 2016 Milan Crha - 3.20.0-1 +- Update to 3.20.0 + * Mon Mar 14 2016 Milan Crha - 3.19.92-1 - Update to 3.19.92 diff --git a/sources b/sources index f39210b..9983f65 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d2a026ad907149ec11c7e6616840cf7f evolution-3.19.92.tar.xz +d821da82d09b7dd2bcb693751c080f86 evolution-3.20.0.tar.xz From 84c98b1999c44a380c222fa0eda9e3ac29878e5f Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 11 Apr 2016 12:30:37 +0200 Subject: [PATCH 4/8] Update to 3.20.1 --- .gitignore | 1 + evolution.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1a76ec2..b2a67b2 100644 --- a/.gitignore +++ b/.gitignore @@ -105,3 +105,4 @@ evolution-2.31.5.tar.bz2 /evolution-3.19.91.tar.xz /evolution-3.19.92.tar.xz /evolution-3.20.0.tar.xz +/evolution-3.20.1.tar.xz diff --git a/evolution.spec b/evolution.spec index 397edb5..168ab75 100644 --- a/evolution.spec +++ b/evolution.spec @@ -28,7 +28,7 @@ ### Abstract ### Name: evolution -Version: 3.20.0 +Version: 3.20.1 Release: 1%{?dist} Group: Applications/Productivity Summary: Mail and calendar client for GNOME @@ -527,6 +527,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/installed-tests %changelog +* Mon Apr 11 2016 Milan Crha - 3.20.1-1 +- Update to 3.20.1 + * Mon Mar 21 2016 Milan Crha - 3.20.0-1 - Update to 3.20.0 diff --git a/sources b/sources index 9983f65..72b2c66 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d821da82d09b7dd2bcb693751c080f86 evolution-3.20.0.tar.xz +2c97048bbacec04306f52015660e1aa5 evolution-3.20.1.tar.xz From eb57ac7b65bfa6cef2b347234ca0065254bc1625 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 9 May 2016 10:15:44 +0200 Subject: [PATCH 5/8] Update to 3.20.2 --- .gitignore | 1 + evolution.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b2a67b2..e50fce7 100644 --- a/.gitignore +++ b/.gitignore @@ -106,3 +106,4 @@ evolution-2.31.5.tar.bz2 /evolution-3.19.92.tar.xz /evolution-3.20.0.tar.xz /evolution-3.20.1.tar.xz +/evolution-3.20.2.tar.xz diff --git a/evolution.spec b/evolution.spec index 168ab75..6a48b27 100644 --- a/evolution.spec +++ b/evolution.spec @@ -28,7 +28,7 @@ ### Abstract ### Name: evolution -Version: 3.20.1 +Version: 3.20.2 Release: 1%{?dist} Group: Applications/Productivity Summary: Mail and calendar client for GNOME @@ -527,6 +527,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/installed-tests %changelog +* Mon May 09 2016 Milan Crha - 3.20.2-1 +- Update to 3.20.2 + * Mon Apr 11 2016 Milan Crha - 3.20.1-1 - Update to 3.20.1 diff --git a/sources b/sources index 72b2c66..d6d9252 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2c97048bbacec04306f52015660e1aa5 evolution-3.20.1.tar.xz +ce14a45f197f3af46a4358123500c077 evolution-3.20.2.tar.xz From 705ddd7daf545609ba58df3a2886a8ae1b1686a3 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 6 Jun 2016 11:16:34 +0200 Subject: [PATCH 6/8] Update to 3.20.3 --- .gitignore | 1 + evolution.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e50fce7..97cceee 100644 --- a/.gitignore +++ b/.gitignore @@ -107,3 +107,4 @@ evolution-2.31.5.tar.bz2 /evolution-3.20.0.tar.xz /evolution-3.20.1.tar.xz /evolution-3.20.2.tar.xz +/evolution-3.20.3.tar.xz diff --git a/evolution.spec b/evolution.spec index 6a48b27..6889be6 100644 --- a/evolution.spec +++ b/evolution.spec @@ -28,7 +28,7 @@ ### Abstract ### Name: evolution -Version: 3.20.2 +Version: 3.20.3 Release: 1%{?dist} Group: Applications/Productivity Summary: Mail and calendar client for GNOME @@ -527,6 +527,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/installed-tests %changelog +* Mon Jun 06 2016 Milan Crha - 3.20.3-1 +- Update to 3.20.3 + * Mon May 09 2016 Milan Crha - 3.20.2-1 - Update to 3.20.2 diff --git a/sources b/sources index d6d9252..ab613f7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ce14a45f197f3af46a4358123500c077 evolution-3.20.2.tar.xz +219e25e945ffec9d7125e2f679990342 evolution-3.20.3.tar.xz From 402e71b1cee19d33b6e38df864b7c54b4bdfebac Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 11 Jul 2016 10:23:48 +0200 Subject: [PATCH 7/8] Update to 3.20.4 --- .gitignore | 1 + evolution.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 97cceee..3633da2 100644 --- a/.gitignore +++ b/.gitignore @@ -108,3 +108,4 @@ evolution-2.31.5.tar.bz2 /evolution-3.20.1.tar.xz /evolution-3.20.2.tar.xz /evolution-3.20.3.tar.xz +/evolution-3.20.4.tar.xz diff --git a/evolution.spec b/evolution.spec index 6889be6..d821436 100644 --- a/evolution.spec +++ b/evolution.spec @@ -28,7 +28,7 @@ ### Abstract ### Name: evolution -Version: 3.20.3 +Version: 3.20.4 Release: 1%{?dist} Group: Applications/Productivity Summary: Mail and calendar client for GNOME @@ -527,6 +527,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/installed-tests %changelog +* Mon Jul 11 2016 Milan Crha - 3.20.4-1 +- Update to 3.20.4 + * Mon Jun 06 2016 Milan Crha - 3.20.3-1 - Update to 3.20.3 diff --git a/sources b/sources index ab613f7..585aaf0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -219e25e945ffec9d7125e2f679990342 evolution-3.20.3.tar.xz +5d36e943816a8f6dc33998bb264c07a8 evolution-3.20.4.tar.xz From 091f53ce1a876cfc1011288d7b2b7029514afd12 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 8 Aug 2016 12:07:37 +0200 Subject: [PATCH 8/8] Update to 3.20.5 --- .gitignore | 1 + evolution.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3633da2..0c5804d 100644 --- a/.gitignore +++ b/.gitignore @@ -109,3 +109,4 @@ evolution-2.31.5.tar.bz2 /evolution-3.20.2.tar.xz /evolution-3.20.3.tar.xz /evolution-3.20.4.tar.xz +/evolution-3.20.5.tar.xz diff --git a/evolution.spec b/evolution.spec index d821436..b8f4fed 100644 --- a/evolution.spec +++ b/evolution.spec @@ -28,7 +28,7 @@ ### Abstract ### Name: evolution -Version: 3.20.4 +Version: 3.20.5 Release: 1%{?dist} Group: Applications/Productivity Summary: Mail and calendar client for GNOME @@ -527,6 +527,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/installed-tests %changelog +* Mon Aug 08 2016 Milan Crha - 3.20.5-1 +- Update to 3.20.5 + * Mon Jul 11 2016 Milan Crha - 3.20.4-1 - Update to 3.20.4 diff --git a/sources b/sources index 585aaf0..d134aa4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5d36e943816a8f6dc33998bb264c07a8 evolution-3.20.4.tar.xz +a23101c768da96477d24763b01925836 evolution-3.20.5.tar.xz