Accepting request 1208828 from GNOME:Factory
New stable rel (forwarded request 1208800 from iznogood) OBS-URL: https://build.opensuse.org/request/show/1208828 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution-data-server?expand=0&rev=259
This commit is contained in:
commit
ee10902513
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://gitlab.gnome.org/GNOME/evolution-data-server.git</param>
|
<param name="url">https://gitlab.gnome.org/GNOME/evolution-data-server.git</param>
|
||||||
<param name="revision">3.54.0</param>
|
<param name="revision">3.54.1</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:81ebe0196feae4351d41b3210710e6c4c5d092158c2bc968ecd09d749a758318
|
|
||||||
size 43227149
|
|
BIN
evolution-data-server-3.54.1.obscpio
(Stored with Git LFS)
Normal file
BIN
evolution-data-server-3.54.1.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 18 07:12:04 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 3.54.1:
|
||||||
|
+ Bug Fixes:
|
||||||
|
- Pass GError instead of CamelException to
|
||||||
|
camel_movemail_solaris
|
||||||
|
- Fix argument types in ENABLE_BROKEN_SPOOL code
|
||||||
|
- Use GIConv instead of iconv_t with iconv wrappers
|
||||||
|
- ESoupSession: Sometimes accesses server without OAuth2 token
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 13 07:34:22 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
Fri Sep 13 07:34:22 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
@ -5,8 +17,8 @@ Fri Sep 13 07:34:22 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|||||||
+ Bug Fixes:
|
+ Bug Fixes:
|
||||||
- Camel: Prefer GLib API for gpg process spawning.
|
- Camel: Prefer GLib API for gpg process spawning.
|
||||||
- Camel: Correct typos in disabled code.
|
- Camel: Correct typos in disabled code.
|
||||||
+ Miscellaneous:
|
+ Miscellaneous: docs: Correct developer documentation to install
|
||||||
- docs: Correct developer documentation to install API indexes.
|
API indexes.
|
||||||
+ Updated translations.
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: evolution-data-server
|
name: evolution-data-server
|
||||||
version: 3.54.0
|
version: 3.54.1
|
||||||
mtime: 1726207455
|
mtime: 1729232288
|
||||||
commit: 8366794929c7c047b75f16f3743c6b24c4afee89
|
commit: 0c6b6f30c524a1e0bc656b68e8b02f78d3a74981
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
%bcond_without introspection
|
%bcond_without introspection
|
||||||
|
|
||||||
Name: evolution-data-server
|
Name: evolution-data-server
|
||||||
Version: 3.54.0
|
Version: 3.54.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Evolution Data Server
|
Summary: Evolution Data Server
|
||||||
License: LGPL-2.0-only
|
License: LGPL-2.0-only
|
||||||
|
Loading…
Reference in New Issue
Block a user