Hello community,

here is the log from the commit of package evolution-data-server for 
openSUSE:Factory checked in at 2018-04-19 15:26:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/evolution-data-server (Old)
 and      /work/SRC/openSUSE:Factory/.evolution-data-server.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "evolution-data-server"

Thu Apr 19 15:26:05 2018 rev:189 rq:597133 version:3.28.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/evolution-data-server/evolution-data-server.changes  
    2018-03-26 12:54:05.808751314 +0200
+++ 
/work/SRC/openSUSE:Factory/.evolution-data-server.new/evolution-data-server.changes
 2018-04-19 15:26:05.399376108 +0200
@@ -1,0 +2,17 @@
+Mon Apr 16 15:15:47 UTC 2018 - dims...@opensuse.org
+
+- Add evolution-data-server-icu61.1.patch: Fix build with icu 61.1
+  (bgo#795295).
+
+-------------------------------------------------------------------
+Mon Apr  9 21:28:45 UTC 2018 - bjorn....@gmail.com
+
+- Update to version 3.28.1:
+  + [ECalMetaBackend]: Doesn't store custom time zones permanently.
+  + Correct typo in config.h.in.
+  + Update POTFILES.in.
+  + Bugs fixed: bgo#767683, bgo#725295, bgo#794434, bgo#794534,
+    bgo#794628, bgo#793601, bgo#794639, bgo#794879.
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  evolution-data-server-3.28.0.tar.xz

New:
----
  evolution-data-server-3.28.1.tar.xz
  evolution-data-server-icu61.1.patch

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

Other differences:
------------------
++++++ evolution-data-server.spec ++++++
--- /var/tmp/diff_new_pack.k5ltV3/_old  2018-04-19 15:26:06.195343742 +0200
+++ /var/tmp/diff_new_pack.k5ltV3/_new  2018-04-19 15:26:06.199343580 +0200
@@ -30,7 +30,7 @@
 %define so_edata_cal 28
 %define _evo_version 3.28
 Name:           evolution-data-server
-Version:        3.28.0
+Version:        3.28.1
 Release:        0
 Summary:        Evolution Data Server
 License:        LGPL-2.1-or-later
@@ -38,6 +38,8 @@
 URL:            https://wiki.gnome.org/Apps/Evolution
 Source0:        
http://download.gnome.org/sources/evolution-data-server/%{_evo_version}/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
+# PATCH-FIX-UPSTREAM evolution-data-server-icu61.1.patch bgo#795295 
dims...@opensuse.org -- Fix build with icu 61.1
+Patch0:         evolution-data-server-icu61.1.patch
 BuildRequires:  cmake
 BuildRequires:  db-devel
 BuildRequires:  fdupes
@@ -267,6 +269,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 
 %build

++++++ evolution-data-server-3.28.0.tar.xz -> 
evolution-data-server-3.28.1.tar.xz ++++++
++++ 5026 lines of diff (skipped)

++++++ evolution-data-server-icu61.1.patch ++++++
>From 2cd08a03bc637fa6fefb6fbe13ae2c78abe6bf9f Mon Sep 17 00:00:00 2001
From: Hussam Al-Tayeb <m...@hussam.eu.org>
Date: Mon, 16 Apr 2018 13:38:33 +0200
Subject: Bug 795295 - Fails to compile after icu 61.1 upgrade
 (icu::UnicodeString)

---
 src/libedataserver/e-alphabet-index-private.cpp | 1 +
 src/libedataserver/e-transliterator-private.cpp | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/libedataserver/e-alphabet-index-private.cpp 
b/src/libedataserver/e-alphabet-index-private.cpp
index d3e44f4..a789f44 100644
--- a/src/libedataserver/e-alphabet-index-private.cpp
+++ b/src/libedataserver/e-alphabet-index-private.cpp
@@ -36,6 +36,7 @@
 
 using icu::AlphabeticIndex;
 using icu::Locale;
+using icu::UnicodeString;
 
 struct _EAlphabetIndex {
        AlphabeticIndex *priv;
diff --git a/src/libedataserver/e-transliterator-private.cpp 
b/src/libedataserver/e-transliterator-private.cpp
index bb15593..6f1d89c 100644
--- a/src/libedataserver/e-transliterator-private.cpp
+++ b/src/libedataserver/e-transliterator-private.cpp
@@ -35,6 +35,7 @@
 #include <unicode/translit.h>
 
 using icu::Transliterator;
+using icu::UnicodeString;
 
 struct _ETransliterator {
        Transliterator *priv;
-- 
cgit v0.12



Reply via email to