2 Commits

Author SHA256 Message Date
2aefe8f708 Accepting request 1301469 from GNOME:Factory
- Update to version 3.2.15:
  + Fixed the g_mime_object_get_header API definition to note that
    it can return null.
  + Fixed a memory leak in address_parse().
  + Added custom header folding logic for the Newsgroups: header.
  + Fixed a configure issue regarding ac_cv_sys_file_offset_bits.
  + Fixed an infinite loop in the Content-Type and
    Content-Disposition parameter serialization logic. (forwarded request 1301386 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1301469
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmime?expand=0&rev=74
2025-08-27 19:34:24 +00:00
694007a179 - Update to version 3.2.15:
+ Fixed the g_mime_object_get_header API definition to note that
    it can return null.
  + Fixed a memory leak in address_parse().
  + Added custom header folding logic for the Newsgroups: header.
  + Fixed a configure issue regarding ac_cv_sys_file_offset_bits.
  + Fixed an infinite loop in the Content-Type and
    Content-Disposition parameter serialization logic.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gmime?expand=0&rev=97
2025-08-26 16:16:33 +00:00
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a5eb3dd675f72e545c8bc1cd12107e4aad2eaec1905eb7b4013cdb1fbe5e2317
size 2231340

3
gmime-3.2.15.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:84cd2a481a27970ec39b5c95f72db026722904a2ccf3fdbd57b280cf2d02b5c4
size 2233608

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Aug 26 08:39:20 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 3.2.15:
+ Fixed the g_mime_object_get_header API definition to note that
it can return null.
+ Fixed a memory leak in address_parse().
+ Added custom header folding logic for the Newsgroups: header.
+ Fixed a configure issue regarding ac_cv_sys_file_offset_bits.
+ Fixed an infinite loop in the Content-Type and
Content-Disposition parameter serialization logic.
-------------------------------------------------------------------
Tue Mar 5 14:13:19 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package gmime
#
# Copyright (c) 2024 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
@@ -21,7 +21,7 @@
# Define a so version
%define so_ver 3_0
Name: gmime
Version: 3.2.14
Version: 3.2.15
Release: 0
Summary: MIME Parser and Utility Library
License: LGPL-2.1-or-later