Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package evolution for openSUSE:Factory 
checked in at 2024-03-20 21:10:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/evolution (Old)
 and      /work/SRC/openSUSE:Factory/.evolution.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "evolution"

Wed Mar 20 21:10:55 2024 rev:275 rq:1159459 version:3.52.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/evolution/evolution.changes      2024-01-06 
17:29:12.515688951 +0100
+++ /work/SRC/openSUSE:Factory/.evolution.new.1905/evolution.changes    
2024-03-20 21:11:46.496282570 +0100
@@ -1,0 +2,79 @@
+Fri Mar 15 07:14:21 UTC 2024 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Update to version 3.52.0:
+  + Bug Fixes:
+     - Workaround excessive memory use
+     - Calendar: Prefer html/markdown description in preview
+     - Incorrect/missing URLs in app metadata
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri Mar  1 08:38:46 UTC 2024 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Update to version 3.51.3:
+  + Replace G_TYPE_INSTANCE_GET_PRIVATE() with G_ADD_PRIVATE().
+  + plugin_ui_hook_finalize: Chain up to the finalize() method.
+  + Composer: Stop message send when retrieve of the content
+    failed.
+  + Composer: Hint places for folding in Autocrypt header.
+  + Composer: Change "Remove Key" to "Send without Key" in
+    Autocrypt question.
+  + ci: Export the help with Gitlab Pages.
+  + itip-formatter: Show "Unable to send item..." errors with error
+    icon.
+  + Calendar: Remove support for
+    E_CAL_STATIC_CAPABILITY_RETRACT_SUPPORTED.
+  + Calendar: Meeting deletion can sometimes send duplicate cancel
+    messages.
+  + appdata: Add <branding/> colors.
+
+-------------------------------------------------------------------
+Mon Feb 12 15:05:23 UTC 2024 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Update to version 3.51.2:
+  + build: Don't set CFLAGS returned by pkg-config as
+    CMAKE_REQUIRED_FLAGS.
+  + build: Bump CMake version requirement to 3.15.
+  + build: align glib_encoded_version with the version
+    requirements.
+  + EContactEditor: Explicitly set horizontal/vertical expand/fill
+    for tab content.
+  + e-shell: Describe --force-shutdown option as closing also
+    background processes.
+  + Composer: Ask before sending mail with an Autocrypt header.
+
+-------------------------------------------------------------------
+Tue Jan 16 09:19:35 UTC 2024 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Update to version 3.51.1:
+  + shell: Move from gtk_main() to g_application_run().
+  + flatpak: Add missing comma in the manifests.
+  + EBulkEditTasks: Edit Categories as diff of added/removed
+    categories.
+  + EContactCard: Card sometimes hides values.
+  + Fix a memory leak in ECompEditor.
+  + evolution-util-docs: Remove API index for 2.24 symbols, none
+    exist anymore.
+  + build: Use -Wshadow build option, if available.
+  + Calendar: Go to day/today in Year View doesn't update internal
+    view dates.
+  + Update Flatpak manifests.
+  + e-bulk-edit-contacts: Initialize 'section_grid' variable.
+  + data: Update appdata.
+  + EHTMLEditor: Let emoji chooser point to the caret in the
+    message body.
+  + EYearView: Fix a crash when moving through search results.
+  + EShell: Emit "ready-to-start" event after modules and
+    preferences window is ready.
+  + Composer: Use link references only when composing HTML message.
+  + rss: Ensure feed icon size to not be too large.
+  + Mail: Skip disabled accounts for File->Download messages for
+    offline use.
+  + EMailBackend: Fallback to CamelOperation message when showing
+    error.
+  + Add x-scheme-handler/mid into the .desktop file.
+  + help: Fix invalid markup in Czech help translation.
+  + Updated translations.
+- Convert to source service for easier updating.
+
+-------------------------------------------------------------------

Old:
----
  evolution-3.50.3.tar.xz

New:
----
  _service
  evolution-3.52.0.obscpio
  evolution.obsinfo

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ evolution.spec ++++++
--- /var/tmp/diff_new_pack.UEpgh6/_old  2024-03-20 21:11:47.184307852 +0100
+++ /var/tmp/diff_new_pack.UEpgh6/_new  2024-03-20 21:11:47.184307852 +0100
@@ -20,7 +20,7 @@
 %define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')
 
 Name:           evolution
-Version:        3.50.3
+Version:        3.52.0
 Release:        0
 # FIXME: check if note on license is still valid (comment before license)
 Summary:        The Integrated GNOME Mail, Calendar, and Address Book Suite
@@ -28,11 +28,11 @@
 License:        CC-BY-SA-3.0 AND LGPL-2.0-only AND LGPL-3.0-only AND OLDAP-2.8 
AND GFDL-1.1-only AND GFDL-1.3-only
 Group:          Productivity/Networking/Email/Clients
 URL:            https://wiki.gnome.org/Apps/Evolution/
-Source0:        
https://download.gnome.org/sources/evolution/3.50/%{name}-%{version}.tar.xz
+Source0:        %{name}-%{version}.tar.zst
 
 BuildRequires:  bison
 BuildRequires:  bogofilter
-BuildRequires:  cmake
+BuildRequires:  cmake >= 3.15
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gettext

++++++ _service ++++++
<?xml version="1.0"?>
<services>
  <service name="obs_scm" mode="manual">
    <param name="scm">git</param>
    <param name="url">https://gitlab.gnome.org/GNOME/evolution.git</param>
    <param name="revision">3.52.0</param>
    <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
    <param name="versionrewrite-pattern">(.*)\+0</param>
    <param name="versionrewrite-replacement">\1</param>
    <param name="changesgenerate">disable</param>
  </service>
  <service name="tar" mode="buildtime"/>
  <service name="recompress" mode="buildtime">
    <param name="file">*.tar</param>
    <param name="compression">zst</param>
  </service>
  <service name="set_version" mode="manual" />
</services>


++++++ evolution.obsinfo ++++++
name: evolution
version: 3.52.0
mtime: 1710484378
commit: b86d791a22a4abc0183ca4258a46977d6f6cf548

Reply via email to