Accepting request 909346 from home:yfjiang:branches:GNOME:Factory

Rearrange the changelog layout to fit ibs requirement of incremental changelog compared to sle-15-sp3.

OBS-URL: https://build.opensuse.org/request/show/909346
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=460
This commit is contained in:
Dominique Leuenberger 2021-08-02 10:13:31 +00:00 committed by Git OBS Bridge
parent 85f4fbdbbd
commit 4cf7a30a61

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jul 30 08:33:40 UTC 2021 - Yifan Jiang <yfjiang@suse.com>
- Drop patches fixed upstream on SLE and Leap 15.4:
+ glib2-add-support-for-slim-timezone-format.patch
+ glib2-fix-6-days-until-the-end-of-the-month.patch
+ glib2-CVE-2021-27218.patch
+ glib2-CVE-2021-27219-add-g_memdup2.patch
-------------------------------------------------------------------
Thu Jul 15 15:02:20 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
@ -78,6 +87,24 @@ Mon Mar 8 09:58:03 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
`wrap_mode=forcefallback`.
+ Updated translations.
-------------------------------------------------------------------
Thu Mar 4 00:49:58 UTC 2021 - Alynx Zhou <alynx.zhou@suse.com>
- Add glib2-CVE-2021-27218.patch: g_byte_array_new_take takes a
gsize as length but stores in a guint, this patch will refuse if
the length is larger than guint. (bsc#1182328,
glgo#GNOME/glib!1944)
-------------------------------------------------------------------
Wed Mar 3 01:17:16 UTC 2021 - Alynx Zhou <alynx.zhou@suse.com>
- Add glib2-CVE-2021-27219-add-g_memdup2.patch: g_memdup takes a
guint as parameter and sometimes leads into an integer overflow,
so add a g_memdup2 function which uses gsize to replace it.
(bsc#1182362, glgo#GNOME/glib!1927, glgo#GNOME/glib!1933,
glgo#GNOME/glib!1943)
-------------------------------------------------------------------
Wed Feb 17 09:38:03 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
@ -158,8 +185,6 @@ Thu Feb 11 13:33:21 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
glib2-fate300461-gettext-gkeyfile-suse.patch,
glib2-dbus-socket-path.patch and
glib2-gdbus-codegen-version.patch.
- Drop glib2-fix-6-days-until-the-end-of-the-month.patch: fixed
upstream.
-------------------------------------------------------------------
Thu Feb 11 13:33:20 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
@ -175,8 +200,6 @@ Thu Feb 11 13:33:20 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
security-sensitive flags likely to be released in GLib 2.68.
+ Bugs fixed: glgo#GNOME/GLib!1933, glgo#GNOME/GLib!1943,
glgo#GNOME/GLib!1944, glgo#GNOME/GLib!1945.
- Drop glib2-CVE-2021-27218.patch: fixed upstream.
- Drop glib2-CVE-2021-27219-add-g_memdup2.patch: fixed upstream.
-------------------------------------------------------------------
Thu Feb 11 11:06:17 UTC 2021 - Christopher Yeleighton <giecrilj@stegny.2a.pl>
@ -185,23 +208,6 @@ Thu Feb 11 11:06:17 UTC 2021 - Christopher Yeleighton <giecrilj@stegny.2a.pl>
- use macros in spec file
- simplify trigger code
-------------------------------------------------------------------
Wed Feb 10 01:17:16 UTC 2021 - Alynx Zhou <alynx.zhou@suse.com>
- Add glib2-CVE-2021-27219-add-g_memdup2.patch: g_memdup takes a
guint as parameter and sometimes leads into an integer overflow,
so add a g_memdup2 function which uses gsize to replace it.
(bsc#1182362, glgo#GNOME/glib!1927, glgo#GNOME/glib!1933,
glgo#GNOME/glib!1943)
-------------------------------------------------------------------
Thu Feb 10 00:49:58 UTC 2021 - Alynx Zhou <alynx.zhou@suse.com>
- Add glib2-CVE-2021-27218.patch: g_byte_array_new_take takes a
gsize as length but stores in a guint, this patch will refuse if
the length is larger than guint. (bsc#1182328,
glgo#GNOME/glib!1944)
-------------------------------------------------------------------
Fri Feb 5 10:59:15 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
@ -277,6 +283,16 @@ Sun Nov 15 18:52:39 UTC 2020 - Christopher Yeleighton <giecrilj@stegny.2a.pl>
- add %doc README.md
- rename -tests to -tests-devel
-------------------------------------------------------------------
Fri Nov 6 07:12:20 UTC 2020 - Alynx Zhou <alynx.zhou@suse.com>
- Add patches to support for slim format of timezone (bsc#1178346):
+ glib2-add-support-for-slim-timezone-format.patch: basic support
for slim format (glgo#GNOME/glib!1533).
+ glib2-fix-6-days-until-the-end-of-the-month.patch: fix DST
incorrect end day when using slim format
(glgo#GNOME/glib!1683).
-------------------------------------------------------------------
Thu Oct 22 11:45:40 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
@ -356,8 +372,6 @@ Mon Oct 5 02:55:02 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- Rebase glib2-gdbus-codegen-version.patch.
- Build without gtk-doc: it would require a not yet released
version of gtk-doc.
- Drop glib2-add-support-for-slim-timezone-format.patch: fixed
upstream.
-------------------------------------------------------------------
Sun Oct 4 11:01:34 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
@ -369,16 +383,6 @@ Sun Oct 4 11:01:34 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
glgo#GNOME/GLib!1666, glgo#GNOME/GLib!1672.
+ Updated translations.
-------------------------------------------------------------------
Fri Oct 4 07:12:20 UTC 2020 - Alynx Zhou <alynx.zhou@suse.com>
- Add patches to support for slim format of timezone (bsc#1178346):
+ glib2-add-support-for-slim-timezone-format.patch: basic support
for slim format (glgo#GNOME/glib!1533).
+ glib2-fix-6-days-until-the-end-of-the-month.patch: fix DST
incorrect end day when using slim format
(glgo#GNOME/glib!1683).
-------------------------------------------------------------------
Tue Aug 18 17:20:55 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>