[evolution-data-server/f19] Update to 3.8.4

Milan Crha mcrha at fedoraproject.org
Tue Jul 23 17:09:07 UTC 2013


commit 744305438451a1e5eed2ea598a913b516013d209
Author: Milan Crha <mcrha at redhat.com>
Date:   Tue Jul 23 19:08:45 2013 +0200

    Update to 3.8.4

 .gitignore                                         |    1 +
 ...tion-data-server-3.8.3-cal-tz-cache-crash.patch |   55 --------------------
 ...r-3.8.3-use-after-free-collection-backend.patch |   27 ----------
 evolution-data-server.spec                         |   17 +++----
 sources                                            |    2 +-
 5 files changed, 9 insertions(+), 93 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index faf721e..e386082 100644
--- a/.gitignore
+++ b/.gitignore
@@ -52,3 +52,4 @@ evolution-data-server-2.31.5.tar.bz2
 /evolution-data-server-3.8.1.tar.xz
 /evolution-data-server-3.8.2.tar.xz
 /evolution-data-server-3.8.3.tar.xz
+/evolution-data-server-3.8.4.tar.xz
diff --git a/evolution-data-server.spec b/evolution-data-server.spec
index 7e3df3a..cb72413 100644
--- a/evolution-data-server.spec
+++ b/evolution-data-server.spec
@@ -26,8 +26,8 @@
 ### Abstract ###
 
 Name: evolution-data-server
-Version: 3.8.3
-Release: 4%{?dist}
+Version: 3.8.4
+Release: 1%{?dist}
 Group: System Environment/Libraries
 Summary: Backend data server for Evolution
 License: LGPLv2+
@@ -43,12 +43,6 @@ Obsoletes: evolution-webcal < 2.24.0
 # RH bug #243296
 Patch01: evolution-data-server-1.11.5-fix-64bit-acinclude.patch
 
-# RH bug #981329
-Patch02: evolution-data-server-3.8.3-cal-tz-cache-crash.patch
-
-# RH bug #982737
-Patch03: evolution-data-server-3.8.3-use-after-free-collection-backend.patch
-
 ### Depdencies ###
 
 Requires: dconf
@@ -128,8 +122,6 @@ This package contains developer documentation for %{name}.
 %setup -q
 
 %patch01 -p1 -b .fix-64bit-acinclude
-%patch02 -p1 -b .cal-tz-cache-crash
-%patch03 -p1 -b .use-after-free-collection-backend
 
 mkdir -p krb5-fakeprefix/include
 mkdir -p krb5-fakeprefix/lib
@@ -378,6 +370,11 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 %{_datadir}/gtk-doc/html/libedataserver
 
 %changelog
+* Tue Jul 23 2013 Milan Crha <mcrha at redhat.com> - 3.8.4-1
+- Update to 3.8.4
+- Remove patch for RH bug #981329 (fixed upstream)
+- Remove patch for RH bug #982737 (fixed upstream)
+
 * Sun Jul 21 2013 Matthew Barnes <mbarnes at redhat.com> - 3.8.3-4
 - Require dconf for dconf-service, necessary for evolution-data-server
   to operate properly.
diff --git a/sources b/sources
index 1dac516..5d3f187 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6ebaf26bd703c6a5b6589056022d534d  evolution-data-server-3.8.3.tar.xz
+49ce0f209a4d293099fb1c17001f7290  evolution-data-server-3.8.4.tar.xz


More information about the scm-commits mailing list