Accepting request 921609 from GNOME:Factory

Scripted push from GNOME:Next (forwarded request 920927 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/921609
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=244
This commit is contained in:
Dominique Leuenberger 2021-09-29 18:17:32 +00:00 committed by Git OBS Bridge
commit 1e675ca25b
4 changed files with 81 additions and 8 deletions

View File

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

3
glib-2.70.0.tar.xz Normal file
View File

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

View File

@ -1,8 +1,84 @@
-------------------------------------------------------------------
Fri Sep 17 12:12:52 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 2.70.0:
+ Bug fixed: ci: Replace FreeBSD 11 with FreeBSD 13.
+ Updated translations.
-------------------------------------------------------------------
Thu Sep 16 01:35:28 UTC 2021 - Stanislav Brabec <sbrabec@suse.com>
- Remove obsolete translation-update-upstream support
(jsc#SLE-21105).
-------------------------------------------------------------------
Tue Sep 7 21:45:09 UTC 2021 - Alexei Podvalsky <avvissu@yandex.by>
- desktop-file-utils: add Pantheon desktop environment
-------------------------------------------------------------------
Tue Sep 7 14:19:23 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 2.69.3:
+ g_settings_schema_key_range_check() misbehaves for int versus
bool.
+ Compiling anything with GCC <4.6 spews deprecation warnings.
+ `g_invoke_closure` bindings API break..
+ GPowerProfileMonitorPortal does not notice initial
power-saver-enabled status.
+ doc: Explicitly said, that no null term. is needed.
+ ci: Use C.UTF-8 locale on FreeBSD 12.
+ gio: Fix conditions in memory-monitor test.
+ Updated translations.
-------------------------------------------------------------------
Mon Aug 23 02:19:02 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 2.69.2:
+ The `DBUS_SESSION_BUS_ADDRESS` environment variable is once
more not used if the process is `AT_SECURE`
(setuid/setgid/setcap); this change was previously applied and
then reverted because it broke gnome-keyring
+ Add `g_test_fail_printf()`, `g_test_skip_printf()`,
`g_test_incomplete_printf()` helper functions for printing
messages when tests end prematurely
+ Add portal implementation of `GPowerProfileMonitor`
+ Various bugs fixed
+ Updated translations.
-------------------------------------------------------------------
Mon Aug 23 02:19:01 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 2.69.1:
+ Support categories in desktop notifications (`GNotification`)
+ Add `GPowerProfileMonitor` for monitoring when to use less
power (due to being on battery power, electricity being
expensive or high-carbon, etc.)
+ Allow static names to be set for `GSource`s to avoid
unnecessary string copies
+ Various bugs fixed
+ Updated translations.
-------------------------------------------------------------------
Mon Aug 23 02:19:00 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 2.69.0:
+ Fix a crash in `GKeyFile` when parsing a file which contains
translations using a `GKeyFile` instance which has loaded
another file previously.
+ Ensure `dlerror()` is used with locking as its not thread-safe
in some libc implementations.
+ Drop internal libpcre copy in favour of a subproject from
wrapdb.
+ Optimise grefcount atomic operations.
+ Fix `g_date_time_format()` return value encoding if `LC_TIME`
is not a UTF-8 locale but other locale settings are.
+ Set app name in freedesktop.org notifications with
`GNotification`.
+ Add PKCS#11 flags to `GTlsPasswordFlags`.
- Drop -Dinternal_pcre=false meson parameter: follow upstreams
build recipe changes.
-------------------------------------------------------------------
Fri Aug 20 16:20:21 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -19,13 +19,13 @@
%bcond_without systemtap
%bcond_without gtk_doc
Name: glib2
Version: 2.68.4
Version: 2.70.0
Release: 0
Summary: General-Purpose Utility Library
License: LGPL-2.1-or-later
Group: Development/Libraries/C and C++
URL: https://wiki.gnome.org/Projects/GLib
Source0: https://download.gnome.org/sources/glib/2.68/glib-%{version}.tar.xz
Source0: https://download.gnome.org/sources/glib/2.70/glib-%{version}.tar.xz
Source1: glib2.sh
Source2: glib2.csh
# Not upstream file. Only proposes upstream packages:
@ -58,7 +58,6 @@ BuildRequires: pkgconfig
BuildRequires: python3-base >= 3.5
# gdbus-codegen is run during the build, so we need python3-xml
BuildRequires: python3-xml
BuildRequires: translation-update-upstream
BuildRequires: xsltproc
# Needed for gresource
BuildRequires: pkgconfig(libelf) >= 0.8.12
@ -263,7 +262,6 @@ the functionality of the installed glib2 package.
%prep
%setup -q -n glib-%{version}
translation-update-upstream
%patch0 -p1
%patch1 -p1
%patch2 -p1
@ -297,7 +295,6 @@ sed -i "s/1.32.1/1.32/" docs/reference/meson.build
-Dsystemtap=false \
-Ddtrace=false \
%endif
-Dinternal_pcre=false \
-Dinstalled_tests=true \
%{nil}
%meson_build