Accepting request 176655 from GNOME:Factory
Push GNOME 3.9.1 - been running it for a while now. OBS-URL: https://build.opensuse.org/request/show/176655 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution-data-server?expand=0&rev=117
This commit is contained in:
commit
961cabc984
@ -3,6 +3,6 @@ libebackend-1_2-6
|
||||
libebook-1_2-14
|
||||
libebook-contacts-1_2-0
|
||||
libecal-1_2-15
|
||||
libedata-book-1_2-17
|
||||
libedata-cal-1_2-20
|
||||
libedata-book-1_2-19
|
||||
libedata-cal-1_2-21
|
||||
libedataserver-1_2-17
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0425d8b73dcf705840cdf9fc955b3ca05b9aacc6eb2d2d97f159725be3a8b896
|
||||
size 3914780
|
3
evolution-data-server-3.9.1.tar.xz
Normal file
3
evolution-data-server-3.9.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50ee415ead7fcf3a267488f87ffcb1348f02f2c697b9fe8f604d702338aba296
|
||||
size 3911400
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 29 11:21:08 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.9.1:
|
||||
+ Start modernizing the EBookBackend and ECalBackend APIs.
|
||||
+ Rewrite client connection tracking for factories.
|
||||
+ libedata-*: Remove all deprecated backend APIs.
|
||||
+ Simplify direct access to address books.
|
||||
+ Fix implicit declaration of WIFEXITED.
|
||||
+ E*Client: Use G_DBUS_MESSAGE_FLAGS_NO_REPLY_EXPECTED for
|
||||
close().
|
||||
+ Remove EBookBackendSync.
|
||||
+ sqlite addressbook: fix memory corruption in get_revision
|
||||
+ Automatically strip D-Bus info from error messages.
|
||||
+ EBookBackendSqliteDB: Avoid summary introspection on initial
|
||||
creation.
|
||||
+ Switch NULL to empty string in e_util_utf8_{data_}make_valid().
|
||||
+ LC_ADDRESS is a GNU extension. Treat it as such.
|
||||
+ CamelStoreSettings::filter-inbox: Change default to TRUE.
|
||||
+ Do not consider PGP and S/MIME subparts as attachments.
|
||||
+ ECalClient test: test-client-get-revision not broken anymore.
|
||||
+ Improve error handling in imapx_server_get_message().
|
||||
+ Fix reference leak in book_client_view_emit_objects_modified().
|
||||
+ Bugs fixed: bgo#271262, bgo#691939, bgo#695578, bgo#696637,
|
||||
bgo#698261, bgo#698726.
|
||||
+ Updated translations.
|
||||
- Bump soname defines: so_edata_book to 19 and so_edata_cal to 21.
|
||||
- Updated baselibs.conf, to follow the soname changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 15 17:30:50 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -26,19 +26,19 @@
|
||||
%define so_ebook 14
|
||||
%define so_ebook_contacts 0
|
||||
%define so_ecal 15
|
||||
%define so_edata_book 17
|
||||
%define so_edata_cal 20
|
||||
%define so_edata_book 19
|
||||
%define so_edata_cal 21
|
||||
%define so_edataserver 17
|
||||
|
||||
Name: evolution-data-server
|
||||
%define _evo_version 3.8
|
||||
Version: 3.8.1
|
||||
%define _evo_version 3.10
|
||||
Version: 3.9.1
|
||||
Release: 0
|
||||
Summary: Evolution Data Server
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Libraries/GNOME
|
||||
Url: http://www.gnome.org
|
||||
Source0: http://download.gnome.org/sources/evolution-data-server/3.8/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/evolution-data-server/3.9/%{name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
BuildRequires: db-devel
|
||||
%if %USE_EVOLDAP
|
||||
@ -65,7 +65,7 @@ BuildRequires: sqlite3-devel
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: vala
|
||||
BuildRequires: pkgconfig(gcr-base-3) >= 3.4
|
||||
BuildRequires: pkgconfig(goa-1.0) >= 3.2
|
||||
BuildRequires: pkgconfig(goa-1.0) >= 3.8
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(libsecret-unstable) >= 0.5
|
||||
%if %USE_EVOLDAP
|
||||
|
Loading…
Reference in New Issue
Block a user