Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 16fe48ec94 | |||
| 6a16d4f645 | |||
| 1eaeaa49d9 | |||
| fac2243903 | |||
| 714cadf1a5 | |||
| 2d18fd8035 |
2
_service
2
_service
@@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/evolution-data-server.git</param>
|
||||
<param name="revision">3.56.2</param>
|
||||
<param name="revision">3.58.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
||||
Binary file not shown.
3
evolution-data-server-3.58.2.obscpio
Normal file
3
evolution-data-server-3.58.2.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:61cee5456c8bc7388dd260c0646d63240225c5d650fc4a374e837d53be373566
|
||||
size 43879949
|
||||
@@ -1,3 +1,67 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 21 11:07:55 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.58.2:
|
||||
+ Bug Fixes:
|
||||
- Camel: Message info changes do not propagate sometimes
|
||||
- CamelSearchFolder: Add "not_all" "match-threads" kind
|
||||
- Crash when reading broken multipart/signed
|
||||
- Calendar: Free/busy not exported without set calendar mail
|
||||
- alarm-notify: Snooze "until X minutes before start" wrongly
|
||||
reminds "X min after start"
|
||||
+ Miscellaneous:
|
||||
- Camel: Unread count for virtual Trash/Junk folder not updated
|
||||
properly
|
||||
- CamelStoreSearch: Ignore all errors when a message cannot be
|
||||
opened
|
||||
- CamelStore: Speed up open folders with virtual Trash or Junk
|
||||
folder
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 10 07:40:54 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.58.1:
|
||||
+ Bug Fixes:
|
||||
- Calendar: Multiple detached instances cause duplicates
|
||||
- Broken multipart/signed shown as raw MIME data
|
||||
+ Miscellaneous:
|
||||
- org.gnome.EvolutionDataServer.Devel.json: Build also
|
||||
gweather-locations
|
||||
- CamelStoreDB: Keep 'sqlite_sequence' table during migration
|
||||
- CamelDB: Correct return value and repeated function call
|
||||
arguments
|
||||
- CamelStoreSearch: Unlock summary and folder when save or
|
||||
prepare_fetch_all fails
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 12 14:56:39 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 3.58.0:
|
||||
+ Bug Fixes: test-cal-component-bag: Fails to run with source
|
||||
tree only
|
||||
+ Miscellaneous: IMAP: Disable PREVIEW fetch on FETCH error
|
||||
+ Updated translations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 30 09:28:59 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 3.57.3:
|
||||
+ Calendar: Deleting "This and Future Occurrences" instances can
|
||||
duplicate events
|
||||
+ IMAP: Sometimes removes message from local summary in error
|
||||
+ alarm-notify: Add a systemd service (Adrian Vovk)
|
||||
- Changes from version 3.57.2:
|
||||
+ The libcamel API dropped CamelObject, it was not needed anymore.
|
||||
+ EReminderWatcher: Debug-print what changes had been received from the calendars
|
||||
- Changes from version 3.57.1:
|
||||
+ The libcamel API had been changed in several ways, some
|
||||
deprecated symbols had been removed, some API functions renamed
|
||||
and their return values changed (mostly from "transfer full" to
|
||||
"transfer container").
|
||||
+ libecal: Add utility functions to read and convert time to given timezone
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 23 19:20:20 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: evolution-data-server
|
||||
version: 3.56.2
|
||||
mtime: 1748024583
|
||||
commit: 9330886fe4c5685bd18d1979bd5c60cb9c3fcc6d
|
||||
version: 3.58.2
|
||||
mtime: 1763719160
|
||||
commit: 9963c57f77a2ac305881d6b54b881c93118c3f84
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package evolution-data-server
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%global with_docs 0
|
||||
|
||||
# Shared Library soNUMs, to make it easier for updates
|
||||
%define so_camel 64
|
||||
%define so_camel 66
|
||||
%define so_ebackend 11
|
||||
%define so_edataserver 27
|
||||
%define so_edataserverui 4
|
||||
@@ -32,7 +32,7 @@
|
||||
%bcond_without introspection
|
||||
|
||||
Name: evolution-data-server
|
||||
Version: 3.56.2
|
||||
Version: 3.58.2
|
||||
Release: 0
|
||||
Summary: Evolution Data Server
|
||||
License: LGPL-2.0-only
|
||||
@@ -397,6 +397,7 @@ sed -i 's/icu-i18n/icu-uc &/' CMakeLists.txt
|
||||
%{_libexecdir}/evolution-data-server/
|
||||
%endif
|
||||
%{_userunitdir}/evolution-addressbook-factory.service
|
||||
%{_userunitdir}/evolution-alarm-notify.service
|
||||
%{_userunitdir}/evolution-calendar-factory.service
|
||||
%{_userunitdir}/evolution-source-registry.service
|
||||
%{_userunitdir}/evolution-user-prompter.service
|
||||
|
||||
Reference in New Issue
Block a user