From 2baac0353135314d50594065265b13dcae78df987318bb2c823d16660473db9f Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Fri, 7 Sep 2012 22:47:26 +0000 Subject: [PATCH 1/4] Accepting request 132664 from GNOME:Next Starting to push GNOME:Next... OBS-URL: https://build.opensuse.org/request/show/132664 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-data-server?expand=0&rev=137 --- baselibs.conf | 16 +-- evolution-data-server-3.4.4.tar.xz | 3 - evolution-data-server-3.5.91.tar.xz | 3 + evolution-data-server.changes | 168 ++++++++++++++++++++++++++++ evolution-data-server.spec | 43 ++++--- 5 files changed, 204 insertions(+), 29 deletions(-) delete mode 100644 evolution-data-server-3.4.4.tar.xz create mode 100644 evolution-data-server-3.5.91.tar.xz diff --git a/baselibs.conf b/baselibs.conf index bbe9a76..d712dbf 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,8 +1,8 @@ -libcamel-1_2-33 -libebackend-1_2-2 -libebook-1_2-13 -libecal-1_2-11 -libedata-book-1_2-13 -libedata-cal-1_2-15 -libedataserver-1_2-16 -libedataserverui-3_0-1 +libcamel-1_2-40 +libebackend-1_2-4 +libebook-1_2-14 +libecal-1_2-15 +libedata-book-1_2-15 +libedata-cal-1_2-18 +libedataserver-1_2-17 +libedataserverui-3_0-4 diff --git a/evolution-data-server-3.4.4.tar.xz b/evolution-data-server-3.4.4.tar.xz deleted file mode 100644 index 0fb142d..0000000 --- a/evolution-data-server-3.4.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce9e1d5625503cd7f1f0631ec2f552e26800c33305b45722b34eba8da5ced491 -size 3647048 diff --git a/evolution-data-server-3.5.91.tar.xz b/evolution-data-server-3.5.91.tar.xz new file mode 100644 index 0000000..7453c77 --- /dev/null +++ b/evolution-data-server-3.5.91.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20e3639cbf8bd1bb4556011563dee87353467d5eb33b15dc0ebbc57ce5cbccf5 +size 3915796 diff --git a/evolution-data-server.changes b/evolution-data-server.changes index c85656b..a689a9e 100644 --- a/evolution-data-server.changes +++ b/evolution-data-server.changes @@ -1,3 +1,171 @@ +------------------------------------------------------------------- +Sun Sep 2 11:17:04 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.5.91: + + IMAPX thread-safety improvements + + Start/stop book/cal views in a dedicated thread + + IMAP - Do not do folder summary update as all-or-nothing + approach + + ESourceWebdav: Add "resource-query" property + + WebDAV addressbook cannot be opened + + Could not create folders in Yahoo! account using imapx + + Bugs fixed: bgo#660383, bgo#680467, bgo#680961, bgo#681930. + bgo#681939, bgo#681995, bgo#682706 + + Updated translations. +- Drop evolution-data-server-EAuthSession.patch: fixed upstream. + +------------------------------------------------------------------- +Mon Aug 27 20:12:11 UTC 2012 - dimstar@opensuse.org + +- Add evolution-data-server-EAuthSession.patch: Fix broken + dispatching of EAuthenticationSession + +------------------------------------------------------------------- +Sun Aug 19 22:10:57 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.5.90: + + Do not update unread count in source folder for junk/deleted + messages. + + e-book-backend-db-cache.h: Avoid DB typedef. + + CamelSession: Make forward_to() method asynchronous. + + CamelSession: Remove camel_session_lock/unlock(). + + CamelSession: Have add_service() return a new reference. + + Have camel_session_list_services() return new references. + + Rename camel_session_get_service(). + + Rename camel_service_get_settings(). + + Add e_collection_backend_claim_all_resources(). + + cache-reaper: Clean up abandoned data directories. + + Deprecate e_client_remove_sync(). + + Bugs fixed: bgo#678289, bgo#679488, bgo#680744, bgo#681046, + bgo#681318, bgo#681321, bgo#681466, bgo#681640, bgo#681679, + bgo#682038, bgo#682102, bgo#682103. + + Updated translations. +- Bump so_camel defines to 40, following upstream. + +------------------------------------------------------------------- +Tue Aug 14 13:12:16 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.5.5: + + Support creating/deleting remote resources + + Use template files to generate GEnumClass types + + google: Fix removal of custom vCard attributes in Google + address book + + Make sure IMAP is connected before doing online operations + + Move e_pointer_tracker to camel + + Replace e_source_registry_server_queue_auth_session() + + CamelIMAPXServer: fixed API function for running custom + commands + + Fix a memory leak in e-cal-system-timezone.c + + Conditionally enable bug-buddy/gtk+ also for + evolution-source-registry + + libecal: fix memory leak after failed object creation + + e_source_registry_commit_source_sync(): Handle collection + members. + + Bugs fixed: bgo#551788, bgo#674696, bgo#677530, bgo#678893, + bgo#679017, bgo#679808, bgo#680013, bgo#680106, bgo#680211, + bgo#680502, bgo#680687. + + Updated translations. +- Bump so_ebackend defines to 35, following upstream. +- Drop bison BuildRequires, following upstream: this dependency + was apparenly never really needed (but checked for by configure). + +------------------------------------------------------------------- +Tue Aug 14 13:00:37 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.5.4: + + Rework CamelIMAPXServer to be subclassed and extended more + easily. + + google: Remove the option to not cache Google Contacts data + locally + + Fix install failure in google backend. + + Add ESourceResource extension type. + + weather: update for newer GWeather + + Camel: Use folder display name in status messages when + possible + + online-accounts: Mail sources need to be writable. + + Bugs fixed: bgo#559391, bgo#578240, bgo#677697, bgo#677886, + bgo#678602, bgo#678856, bgo#678903. + + Updated translations. +- Bump so_camel to 39, following upstream. + +------------------------------------------------------------------- +Tue Aug 14 12:05:26 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.5.3: + + GConf dependency has been dropped. + + Account data now resides in plain text files rather than GConf + XML blobs. + + Port remaining bits from GConf to GSettings. + + Add 'evolution-source-viewer' test tool + + ldap: Avoid a race during finalize. + + imap[x]: Remove shell command option from user interfaces. + + google: + - Split conversion functions from Google backend into a util + lib + - Add some tests to Google address book backend + - Add a new custom vCard property containing Google system + groups + - Make "rel" and "label" mutually exclusive for certain + elements. + + Various build fixes + + Several API Changes (see docs) + + Bugs fixed: bgo#668247, bgo#673817, bgo#676541, bgo#677183, + bgo#677610, bgo#677642, bgo#677664, bgo#677687, bgo#677841, + bgo#677933, bgo#678067, bgo#678069, bgo#678255, bgo#678378, + bgo#678618. + + Updated translations. +- Drop pkgconfig(dbus-glib-1) BuildRequires. +- Add pkgconfig(gcr-base-3) BuildRequires: new dependency. +- Bump so_* defines, following upstream: + + so_camel 38, so_ebackend 4, so_ebook 14, so_ecal 15, + so_edata_book 15, so_edata_cal 18, so_edataserver 17 and + so_edataserverui 4. +- Update baselibs.conf according the soname bumps. + +------------------------------------------------------------------- +Tue Aug 14 11:59:15 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.5.2: + + Remove extra test on Google server photo data validity. + + Split camel-imapx library and merge into camel so that + providers can be written on top of imapx. + + Add a extended response handler for unhandled imapx tokens to + be handled by the derived providers. + + Add EAsyncClosure. + + Make sure data-book/cal is closed/freed in a separate thread. + + CalDAV: Report NoSuchCal only when opening, ObjectNotFound + otherwise. + + Better error message for SOUP_STATUS_SSL_FAILED response. + + CalDAV: Also rename NoSuchCal to ObjectNotFound in + caldav_server_put_object(). + + Camel: Allow SSL certificate resave and use detailed errors + from SSL stream. + + Remove camel_folder_has_search_capability(). + + CamelService: Rewrite connect/disconnect API. + + Simplify vFolder's code and other bunch of related time + optimizations. + + Bugs fixed: bgo#606181, bgo#664639, bgo#666327, bgo#667725, + bgo#669191, bgo#670279, bgo#671603, bgo#673946, bgo#675387, + bgo#676108, bgo#676403, bgo#676506. + + Updated translations. +- Update baselibs.conf. +- Drop xz BuildRequires as it now comes for free in the build + system. + +------------------------------------------------------------------- +Tue Aug 14 10:55:02 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.5.1: + + Add an --enable-code-coverage configure option to enable gcov + support + + Fix Google Talk vCard attribute name definition + + Bugs fixed: + - bgo#664639: IMAPx Doesn't quit gracefully on account disable + - bgo#668989: Add a twitter username to IM in contacts + - bgo#658742, bgo#665381, bgo#668549, bgo#668679, bgo#669034, + bgo#669085, bgo#670435, bgo#670457, bgo#671537, bgo#672175. + + Updated translations. + ------------------------------------------------------------------- Tue Aug 14 09:06:01 UTC 2012 - dimstar@opensuse.org diff --git a/evolution-data-server.spec b/evolution-data-server.spec index 5e31691..ac56290 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -21,26 +21,25 @@ # Shared Library soNUMs, to make it easier for updates # When updating the sonums, do not forget to also update baselibs.conf -%define so_camel 33 -%define so_ebackend 2 -%define so_ebook 13 -%define so_ecal 11 -%define so_edata_book 13 -%define so_edata_cal 15 -%define so_edataserver 16 -%define so_edataserverui 1 +%define so_camel 40 +%define so_ebackend 5 +%define so_ebook 14 +%define so_ecal 15 +%define so_edata_book 15 +%define so_edata_cal 18 +%define so_edataserver 17 +%define so_edataserverui 4 Name: evolution-data-server -%define _evo_version 3.4 -Version: 3.4.4 +%define _evo_version 3.6 +Version: 3.5.91 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.4/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/evolution-data-server/3.5/%{name}-%{version}.tar.xz Source99: baselibs.conf -BuildRequires: bison BuildRequires: db-devel %if %USE_EVOLDAP BuildRequires: evoldap2-devel @@ -56,22 +55,20 @@ BuildRequires: intltool BuildRequires: krb5-devel BuildRequires: libgdata-devel BuildRequires: libgnome-keyring-devel -BuildRequires: libgweather-devel >= 2.25.4 +BuildRequires: libgweather-devel >= 3.5.0 BuildRequires: libical-devel >= 0.43 BuildRequires: libidl-devel -BuildRequires: libsoup-devel +BuildRequires: libsoup-devel >= 2.38.1 BuildRequires: mozilla-nss-devel BuildRequires: nss-shared-helper-devel BuildRequires: python-devel BuildRequires: sqlite3-devel BuildRequires: translation-update-upstream BuildRequires: vala -BuildRequires: pkgconfig(dbus-glib-1) >= 0.6 -BuildRequires: pkgconfig(goa-1.0) +BuildRequires: pkgconfig(gcr-base-3) >= 3.4 +BuildRequires: pkgconfig(goa-1.0) >= 3.2 BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(oauth) -# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467 -BuildRequires: xz %if %USE_EVOLDAP Requires: libevoldap-2_4-2 %endif @@ -134,6 +131,7 @@ and calendar in the GNOME Desktop. This package contains a shared system library to access calendars. %if %{?with_introspection} + %package -n typelib-1_0-ECalendar-1_2 Summary: Evolution Data Server - Calendar Client Library, Introspection bindings Group: System/Libraries @@ -157,6 +155,7 @@ and calendar in the GNOME Desktop. This package contains a shared system library for address book backends. %if %{?with_introspection} + %package -n typelib-1_0-EBook-1_2 Summary: Evolution Data Server - Address Book Backend Library, Introspection bindings Group: System/Libraries @@ -190,6 +189,7 @@ and calendar in the GNOME Desktop. This package contains a shared system library. %if %{?with_introspection} + %package -n typelib-1_0-EDataServer-1_2 Summary: Evolution Data Server - Utilities Library, Introspection bindings Group: System/Libraries @@ -340,9 +340,13 @@ find %{buildroot} -name '*.la' -type f -delete -print %doc COPYING ChangeLog NEWS TODO # ui/ subdir is used by libedataserverui %{_datadir}/evolution-data-server-%{_evo_version}/ +%{_datadir}/GConf/gsettings/evolution-data-server.convert %{_datadir}/GConf/gsettings/libedataserver.convert +%{_datadir}/glib-2.0/schemas/org.gnome.Evolution.DefaultSources.gschema.xml %{_datadir}/glib-2.0/schemas/org.gnome.evolution.eds-shell.gschema.xml %{_datadir}/glib-2.0/schemas/org.gnome.evolution.shell.network-config.gschema.xml +%{_datadir}/glib-2.0/schemas/org.gnome.evolution-data-server.addressbook.gschema.xml +%{_datadir}/glib-2.0/schemas/org.gnome.evolution-data-server.calendar.gschema.xml # Category icons that are used by libedataserver %{_datadir}/pixmaps/evolution-data-server/ %{_datadir}/dbus-1/services/org.gnome.evolution.dataserver.*.service @@ -368,6 +372,7 @@ find %{buildroot} -name '*.la' -type f -delete -print %{_libdir}/libecal-1.2.so.%{so_ecal}* %if %{?with_introspection} + %files -n typelib-1_0-ECalendar-1_2 %defattr(-, root, root) %{_libdir}/girepository-1.0/ECalendar-1.2.typelib @@ -378,6 +383,7 @@ find %{buildroot} -name '*.la' -type f -delete -print %{_libdir}/libedata-book-1.2.so.%{so_edata_book}* %if %{?with_introspection} + %files -n typelib-1_0-EBook-1_2 %defattr(-, root, root) %{_libdir}/girepository-1.0/EBook-1.2.typelib @@ -392,6 +398,7 @@ find %{buildroot} -name '*.la' -type f -delete -print %{_libdir}/libedataserver-1.2.so.%{so_edataserver}* %if %{?with_introspection} + %files -n typelib-1_0-EDataServer-1_2 %defattr(-, root, root) %{_libdir}/girepository-1.0/EDataServer-1.2.typelib From db59fd96d95f23ec7ea2dfedae8386e81452700c0e9874171763062a248070fc Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Fri, 7 Sep 2012 22:56:35 +0000 Subject: [PATCH 2/4] Accepting request 133324 from home:vuntz:branches:GNOME:Factory suggested tweak OBS-URL: https://build.opensuse.org/request/show/133324 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-data-server?expand=0&rev=138 --- evolution-data-server.changes | 56 ++++++++--------------------------- 1 file changed, 12 insertions(+), 44 deletions(-) diff --git a/evolution-data-server.changes b/evolution-data-server.changes index a689a9e..3a8c9d7 100644 --- a/evolution-data-server.changes +++ b/evolution-data-server.changes @@ -4,11 +4,7 @@ Sun Sep 2 11:17:04 UTC 2012 - dimstar@opensuse.org - Update to version 3.5.91: + IMAPX thread-safety improvements + Start/stop book/cal views in a dedicated thread - + IMAP - Do not do folder summary update as all-or-nothing - approach - + ESourceWebdav: Add "resource-query" property - + WebDAV addressbook cannot be opened - + Could not create folders in Yahoo! account using imapx + + Various other code changes. + Bugs fixed: bgo#660383, bgo#680467, bgo#680961, bgo#681930. bgo#681939, bgo#681995, bgo#682706 + Updated translations. @@ -26,16 +22,8 @@ Sun Aug 19 22:10:57 UTC 2012 - dimstar@opensuse.org - Update to version 3.5.90: + Do not update unread count in source folder for junk/deleted messages. - + e-book-backend-db-cache.h: Avoid DB typedef. - + CamelSession: Make forward_to() method asynchronous. - + CamelSession: Remove camel_session_lock/unlock(). - + CamelSession: Have add_service() return a new reference. - + Have camel_session_list_services() return new references. - + Rename camel_session_get_service(). - + Rename camel_service_get_settings(). - + Add e_collection_backend_claim_all_resources(). + cache-reaper: Clean up abandoned data directories. - + Deprecate e_client_remove_sync(). + + Various other code changes. + Bugs fixed: bgo#678289, bgo#679488, bgo#680744, bgo#681046, bgo#681318, bgo#681321, bgo#681466, bgo#681640, bgo#681679, bgo#682038, bgo#682102, bgo#682103. @@ -47,20 +35,11 @@ Tue Aug 14 13:12:16 UTC 2012 - dimstar@opensuse.org - Update to version 3.5.5: + Support creating/deleting remote resources - + Use template files to generate GEnumClass types - + google: Fix removal of custom vCard attributes in Google - address book + + Fix removal of custom vCard attributes in Google address book + Make sure IMAP is connected before doing online operations - + Move e_pointer_tracker to camel - + Replace e_source_registry_server_queue_auth_session() - + CamelIMAPXServer: fixed API function for running custom - commands - + Fix a memory leak in e-cal-system-timezone.c + Conditionally enable bug-buddy/gtk+ also for evolution-source-registry - + libecal: fix memory leak after failed object creation - + e_source_registry_commit_source_sync(): Handle collection - members. + + Various other code changes. + Bugs fixed: bgo#551788, bgo#674696, bgo#677530, bgo#678893, bgo#679017, bgo#679808, bgo#680013, bgo#680106, bgo#680211, bgo#680502, bgo#680687. @@ -75,14 +54,13 @@ Tue Aug 14 13:00:37 UTC 2012 - dimstar@opensuse.org - Update to version 3.5.4: + Rework CamelIMAPXServer to be subclassed and extended more easily. - + google: Remove the option to not cache Google Contacts data - locally - + Fix install failure in google backend. - + Add ESourceResource extension type. - + weather: update for newer GWeather + + Remove the option to not cache Google Contacts data locally + + Update for newer GWeather + Camel: Use folder display name in status messages when possible + + Preset timeout on SoupSession-s to 90 seconds + online-accounts: Mail sources need to be writable. + + Various other code changes. + Bugs fixed: bgo#559391, bgo#578240, bgo#677697, bgo#677886, bgo#678602, bgo#678856, bgo#678903. + Updated translations. @@ -92,12 +70,10 @@ Tue Aug 14 13:00:37 UTC 2012 - dimstar@opensuse.org Tue Aug 14 12:05:26 UTC 2012 - dimstar@opensuse.org - Update to version 3.5.3: - + GConf dependency has been dropped. + Account data now resides in plain text files rather than GConf XML blobs. + Port remaining bits from GConf to GSettings. + Add 'evolution-source-viewer' test tool - + ldap: Avoid a race during finalize. + imap[x]: Remove shell command option from user interfaces. + google: - Split conversion functions from Google backend into a util @@ -108,7 +84,8 @@ Tue Aug 14 12:05:26 UTC 2012 - dimstar@opensuse.org - Make "rel" and "label" mutually exclusive for certain elements. + Various build fixes - + Several API Changes (see docs) + + Several API breaks (see docs) + + Various other code changes. + Bugs fixed: bgo#668247, bgo#673817, bgo#676541, bgo#677183, bgo#677610, bgo#677642, bgo#677664, bgo#677687, bgo#677841, bgo#677933, bgo#678067, bgo#678069, bgo#678255, bgo#678378, @@ -129,21 +106,11 @@ Tue Aug 14 11:59:15 UTC 2012 - dimstar@opensuse.org + Remove extra test on Google server photo data validity. + Split camel-imapx library and merge into camel so that providers can be written on top of imapx. - + Add a extended response handler for unhandled imapx tokens to - be handled by the derived providers. - + Add EAsyncClosure. - + Make sure data-book/cal is closed/freed in a separate thread. - + CalDAV: Report NoSuchCal only when opening, ObjectNotFound - otherwise. - + Better error message for SOUP_STATUS_SSL_FAILED response. - + CalDAV: Also rename NoSuchCal to ObjectNotFound in - caldav_server_put_object(). + Camel: Allow SSL certificate resave and use detailed errors from SSL stream. - + Remove camel_folder_has_search_capability(). - + CamelService: Rewrite connect/disconnect API. + Simplify vFolder's code and other bunch of related time optimizations. + + Various other code changes. + Bugs fixed: bgo#606181, bgo#664639, bgo#666327, bgo#667725, bgo#669191, bgo#670279, bgo#671603, bgo#673946, bgo#675387, bgo#676108, bgo#676403, bgo#676506. @@ -159,6 +126,7 @@ Tue Aug 14 10:55:02 UTC 2012 - dimstar@opensuse.org + Add an --enable-code-coverage configure option to enable gcov support + Fix Google Talk vCard attribute name definition + + Various other code changes. + Bugs fixed: - bgo#664639: IMAPx Doesn't quit gracefully on account disable - bgo#668989: Add a twitter username to IM in contacts From dc951e9d0d60eafd1d5d827312e934aee8b2b884b94ec99bcb5c4a82fcbf670a Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 21 Sep 2012 19:38:50 +0000 Subject: [PATCH 3/4] Accepting request 134550 from home:dimstar:branches:GNOME:Factory Update to 3.5.92 OBS-URL: https://build.opensuse.org/request/show/134550 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-data-server?expand=0&rev=139 --- evolution-data-server-3.5.91.tar.xz | 3 --- evolution-data-server-3.5.92.tar.xz | 3 +++ evolution-data-server.changes | 19 +++++++++++++++++++ evolution-data-server.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 evolution-data-server-3.5.91.tar.xz create mode 100644 evolution-data-server-3.5.92.tar.xz diff --git a/evolution-data-server-3.5.91.tar.xz b/evolution-data-server-3.5.91.tar.xz deleted file mode 100644 index 7453c77..0000000 --- a/evolution-data-server-3.5.91.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20e3639cbf8bd1bb4556011563dee87353467d5eb33b15dc0ebbc57ce5cbccf5 -size 3915796 diff --git a/evolution-data-server-3.5.92.tar.xz b/evolution-data-server-3.5.92.tar.xz new file mode 100644 index 0000000..885de5b --- /dev/null +++ b/evolution-data-server-3.5.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:461e67b9c2f7ae18cf72d0d8273378729001aa9fd87ddbd695008179b5925180 +size 3932904 diff --git a/evolution-data-server.changes b/evolution-data-server.changes index 3a8c9d7..fa79881 100644 --- a/evolution-data-server.changes +++ b/evolution-data-server.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sun Sep 16 20:57:32 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.5.92: + + CamelIMAPXServer: Fix shell command connections + + IMAPX: Copy also user flags/tags on message append, if server + can save them + + IMAP: + - Be able to read messages from cache in offline mode + - Do not update folder list when the operation was cancelled + + Skip sources with disabled parents from completion lookup + + ESourceRegistry: Work around GType deadlock. + + CalDAV: Block EProxy::changed when changing priv::uri + + Fix a memory leak from MH-format camel provider + + Unwrap GDBus error in generic EClient operations + + Bugs fixed: bgo#677393, bgo#677685, bgo#677871, bgo#679219, + bgo#682398, bgo#683785. + + Updated translations. + ------------------------------------------------------------------- Sun Sep 2 11:17:04 UTC 2012 - dimstar@opensuse.org diff --git a/evolution-data-server.spec b/evolution-data-server.spec index ac56290..fd7224f 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -32,7 +32,7 @@ Name: evolution-data-server %define _evo_version 3.6 -Version: 3.5.91 +Version: 3.5.92 Release: 0 Summary: Evolution Data Server License: LGPL-2.1+ From 1a1a78dc927964b89d0e416baa9b2277e3ddb47f2630fb5cde5d7e4a16f79a4a Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sun, 23 Sep 2012 17:23:59 +0000 Subject: [PATCH 4/4] Accepting request 135440 from home:Zaitor:branches:GNOME:Factory Update OBS-URL: https://build.opensuse.org/request/show/135440 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-data-server?expand=0&rev=140 --- evolution-data-server-3.5.92.tar.xz | 3 --- evolution-data-server-3.6.0.tar.xz | 3 +++ evolution-data-server.changes | 6 ++++++ evolution-data-server.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 evolution-data-server-3.5.92.tar.xz create mode 100644 evolution-data-server-3.6.0.tar.xz diff --git a/evolution-data-server-3.5.92.tar.xz b/evolution-data-server-3.5.92.tar.xz deleted file mode 100644 index 885de5b..0000000 --- a/evolution-data-server-3.5.92.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:461e67b9c2f7ae18cf72d0d8273378729001aa9fd87ddbd695008179b5925180 -size 3932904 diff --git a/evolution-data-server-3.6.0.tar.xz b/evolution-data-server-3.6.0.tar.xz new file mode 100644 index 0000000..e9aada3 --- /dev/null +++ b/evolution-data-server-3.6.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a7dd1a8109aefa748e6ba7b6469bb5bf8739b30a197c495db516703f3aaba8 +size 4238696 diff --git a/evolution-data-server.changes b/evolution-data-server.changes index fa79881..9610223 100644 --- a/evolution-data-server.changes +++ b/evolution-data-server.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Sep 23 09:42:17 UTC 2012 - zaitor@opensuse.org + +- Update to version 3.6.0: + + Updated translations. + ------------------------------------------------------------------- Sun Sep 16 20:57:32 UTC 2012 - dimstar@opensuse.org diff --git a/evolution-data-server.spec b/evolution-data-server.spec index fd7224f..310478c 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -32,13 +32,13 @@ Name: evolution-data-server %define _evo_version 3.6 -Version: 3.5.92 +Version: 3.6.0 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.5/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/evolution-data-server/3.6/%{name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: db-devel %if %USE_EVOLDAP