1
0

Accepting request 159696 from home:dimstar:branches:GNOME:Factory

Update to 3.7.92

OBS-URL: https://build.opensuse.org/request/show/159696
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-data-server?expand=0&rev=155
This commit is contained in:
Dominique Leuenberger 2013-03-20 18:10:06 +00:00 committed by Git OBS Bridge
parent ca9a93a133
commit 0ae42febae
5 changed files with 20 additions and 23 deletions

View File

@ -1,12 +0,0 @@
diff --git a/modules/gnome-online-accounts/Makefile.am b/modules/gnome-online-accounts/Makefile.am
index 0960e31..30ace58 100644
--- a/modules/gnome-online-accounts/Makefile.am
+++ b/modules/gnome-online-accounts/Makefile.am
@@ -28,6 +28,7 @@ module_gnome_online_accounts_la_SOURCES = \
module_gnome_online_accounts_la_LIBADD = \
$(top_builddir)/libebackend/libebackend-1.2.la \
$(top_builddir)/libedataserver/libedataserver-1.2.la \
+ $(top_builddir)/camel/libcamel-1.2.la \
$(E_BACKEND_LIBS) \
$(CAMEL_LIBS) \
$(SOUP_LIBS) \

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a27a081a141e737278d19c5edc449c77e1d54eb780010b04db7472ec2f4f3893
size 3901508

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0054e858928e333a880fa632ab9400061f5939d906584c678c086e471cad03db
size 3895568

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Mar 17 13:24:15 UTC 2013 - dimstar@opensuse.org
- Update to version 3.7.92:
+ Test suite improvements.
+ EBookBackendSqliteDB improvements.
+ EBookClient introspection fixes.
+ Fix a memory leak around imapx_untagged_vanished().
+ Correct names for im_jabber_work variables.
+ Bugs fixed: bgo#215428, bgo#350323, bgo#352266, bgo#690433,
bgo#690552, bgo#695308, bgo#695539, bgo#695960.
+ Updated translations.
- Drop e-d-s-link-goa.patch: fixed upstream.
- Drop gnome-common BuildRequires and call to gnome-autogen.sh, as
we no longer carry patches touching the build system.
-------------------------------------------------------------------
Sun Mar 3 15:31:47 UTC 2013 - dimstar@opensuse.org

View File

@ -32,7 +32,7 @@
Name: evolution-data-server
%define _evo_version 3.8
Version: 3.7.91
Version: 3.7.92
Release: 0
Summary: Evolution Data Server
License: LGPL-2.1+
@ -40,11 +40,7 @@ Group: Development/Libraries/GNOME
Url: http://www.gnome.org
Source0: http://download.gnome.org/sources/evolution-data-server/3.7/%{name}-%{version}.tar.xz
Source99: baselibs.conf
# PATCH-FIX-UPSTREAM e-d-s-link-goa.patch bgo#695067 dimstar@opensuse.org -- Fix linking of gnome-online-accounts module
Patch0: e-d-s-link-goa.patch
BuildRequires: db-devel
# Needed by patch0
BuildRequires: gnome-common
%if %USE_EVOLDAP
BuildRequires: evoldap2-devel
%else
@ -259,12 +255,9 @@ This package contains developer documentation.
%lang_package
%prep
%setup -q
%patch0 -p1
translation-update-upstream
%build
# Needed by patch0
NOCONFIGURE=1 gnome-autogen.sh
%{configure} \
--libexecdir=%{_libexecdir}/evolution-data-server \
%if %USE_EVOLDAP