diff --git a/glib-2.68.4.tar.xz b/glib-2.68.4.tar.xz deleted file mode 100644 index 0c7e800..0000000 --- a/glib-2.68.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62fd061d08a75492617e625a73e2c05e259f831acbb8e1f8b9c81f23f7993a3b -size 4945212 diff --git a/glib-2.70.0.tar.xz b/glib-2.70.0.tar.xz new file mode 100644 index 0000000..310ece1 --- /dev/null +++ b/glib-2.70.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:200d7df811c5ba634afbf109f14bb40ba7fde670e89389885da14e27c0840742 +size 4796812 diff --git a/glib2.changes b/glib2.changes index 4a53958..fad270a 100644 --- a/glib2.changes +++ b/glib2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Sep 17 12:12:52 UTC 2021 - Dominique Leuenberger + +- 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 @@ -9,6 +16,69 @@ Tue Sep 7 21:45:09 UTC 2021 - Alexei Podvalsky - desktop-file-utils: add Pantheon desktop environment +------------------------------------------------------------------- +Tue Sep 7 14:19:23 UTC 2021 - Dominique Leuenberger + +- 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 + +- 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 + +- 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 + +- 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 it’s 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 diff --git a/glib2.spec b/glib2.spec index 1fbf17a..b19b008 100644 --- a/glib2.spec +++ b/glib2.spec @@ -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: @@ -295,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