forked from pool/evolution-data-server
Accepting request 78856 from home:dimstar:branches:GNOME:Factory
Update to 3.1.5 OBS-URL: https://build.opensuse.org/request/show/78856 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-data-server?expand=0&rev=102
This commit is contained in:
14
e-d-s-deprecated.patch
Normal file
14
e-d-s-deprecated.patch
Normal file
@@ -0,0 +1,14 @@
|
||||
diff -ur evolution-data-server-3.1.4/libedataserver/e-data-server-util.c evolution-data-server-3.1.4.patched/libedataserver/e-data-server-util.c
|
||||
--- evolution-data-server-3.1.4/libedataserver/e-data-server-util.c 2011-07-15 13:50:55.000000000 +0200
|
||||
+++ evolution-data-server-3.1.4.patched/libedataserver/e-data-server-util.c 2011-08-02 21:30:55.675892114 +0200
|
||||
@@ -260,7 +260,7 @@
|
||||
/* Convert to lowercase, fall through */
|
||||
ch = g_unichar_tolower (ch);
|
||||
case G_UNICODE_LOWERCASE_LETTER:
|
||||
- if ((decomp = g_unicode_canonical_decomposition (ch, &dlen))) {
|
||||
+ if (g_unichar_fully_decompose (ch, FALSE, decomp, dlen)) {
|
||||
retval = decomp[0];
|
||||
g_free (decomp);
|
||||
return retval;
|
||||
Only in evolution-data-server-3.1.4.patched/libedataserver: e-data-server-util.c.orig
|
||||
Only in evolution-data-server-3.1.4.patched/libedataserver: e-data-server-util.c.rej
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e950bd95a20b0c7adefaf9236e3a81255e7479965506cf1cb7deed6464b8c98
|
||||
size 4496402
|
3
evolution-data-server-3.1.5.tar.bz2
Normal file
3
evolution-data-server-3.1.5.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:603513bc8d554dea40023fb7491768dce665eecf8766c02ead16cc74dfc6e7f6
|
||||
size 4493088
|
@@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 15 09:26:11 CEST 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.1.5:
|
||||
+ Bugs fixed:
|
||||
- bgo#656490: imapx: Memory leak of stream tokenbuf
|
||||
- bgo#656487: Mem leak in imapx fetch_folders_for_namespaces()
|
||||
- bgo#656480: Memory leak in camel_folder_search_search()
|
||||
- bgo#656267: Checking for auth types doesn't work properly
|
||||
- bgo#656058: Improve EBookBackendSqliteDB searching API
|
||||
- bgo#652172: Fix a regression from the previous commit
|
||||
- bgo#655748: rdate parsing failure
|
||||
- bgo#655190: Sluggish performance interacting with
|
||||
calendar/tasks
|
||||
- bgo#619135: Add photo support to Google Contacts backend
|
||||
- bgo#655499: Don't crash when getting contacts before backend
|
||||
is opened
|
||||
- bgo#654893: Fix 1 missed rename of 'msg_security' to 'dirty'
|
||||
- bgo#655414: Need translation comments
|
||||
- bgo#655409: Extra flags in CamelStoreInfo break folder type
|
||||
check
|
||||
- bgo#654472: Crash on async error return over GDBus
|
||||
- bgo#655331: pgp/gpg signature is not shown
|
||||
- bgo#654480: [imapx] Mark as Junk is not reliable
|
||||
+ Misc fixes
|
||||
+ Updated translations.
|
||||
- Update library sonum defines, following the code changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 2 19:38:54 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Add e-d-s-deprecated.patch: Use g_unichar_fully_decompose instead
|
||||
of deprecated g_unicode_canonical_decomposition.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 24 11:54:53 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
|
@@ -22,24 +22,26 @@
|
||||
# When updating the sonums, do not forget to also update baselibs.conf
|
||||
%define so_camel 28
|
||||
%define so_ebackend 1
|
||||
%define so_ebook 11
|
||||
%define so_ecal 9
|
||||
%define so_edata_book 10
|
||||
%define so_edata_cal 12
|
||||
%define so_edataserver 14
|
||||
%define so_ebook 12
|
||||
%define so_ecal 10
|
||||
%define so_edata_book 11
|
||||
%define so_edata_cal 13
|
||||
%define so_edataserver 15
|
||||
%define so_edataserverui 1
|
||||
|
||||
Name: evolution-data-server
|
||||
%define _evo_version 3.2
|
||||
License: LGPLv2+
|
||||
Group: Development/Libraries/GNOME
|
||||
Version: 3.1.4
|
||||
Version: 3.1.5
|
||||
Release: 1
|
||||
# FIXME: parallel build is broken in 3.1.3, check in later versions if this works
|
||||
Summary: Evolution Data Server
|
||||
Url: http://www.gnome.org
|
||||
Source0: http://download.gnome.org/sources/evolution-data-server/3.1/%{name}-%{version}.tar.bz2
|
||||
Source99: baselibs.conf
|
||||
# PATCH-FIX-UPSTREAM e-d-s-deprecated.patch bgo#655837 dimstar@opensuse.org -- g_unicode_canonical_decomposition is deprecated.
|
||||
Patch0: e-d-s-deprecated.patch
|
||||
BuildRequires: bison
|
||||
BuildRequires: db-devel
|
||||
%if %USE_EVOLDAP
|
||||
@@ -225,6 +227,7 @@ This package contains developer documentation.
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
translation-update-upstream
|
||||
|
||||
%build
|
||||
|
Reference in New Issue
Block a user