Accepting request 972164 from GNOME:Next
Scripted push from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/972164 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=480
This commit is contained in:
parent
a470eb8cee
commit
aed0550c87
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d7bef0d4c4e7a62e08efb8e5f252a01357007b9588a87ff2b463a3857011f79d
|
||||
size 4879172
|
3
glib-2.72.1.tar.xz
Normal file
3
glib-2.72.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3e52a55e3c7fd957b2062cabeb4acfeacc4e156c59de151686fd431c88d8a94
|
||||
size 4870576
|
@ -8,10 +8,10 @@ addFilter("glib2.*non-conffile-in-etc.*[zzz\-glib2.*|macros\.glib2]")
|
||||
# /usr/bin directory: gdbus-codegen, glib-genmarshal and glib-mkenums
|
||||
addFilter(".*env-script-interpreter.*/usr/bin/[gdbus\-codegen|glib\-.*].*")
|
||||
# allow empty files and certificates in tests
|
||||
addFilter(".*: W: zero-length /usr/libexec/installed-tests/glib/.*")
|
||||
addFilter(".*: W: pem-certificate /usr/libexec/installed-tests/.*")
|
||||
#addFilter(".*: W: zero-length /usr/libexec/installed-tests/glib/.*")
|
||||
#addFilter(".*: W: pem-certificate /usr/libexec/installed-tests/.*")
|
||||
# disable bogus warnings, as instructed by upstream
|
||||
addFilter(".*: W: shared-lib-without-dependency-information .*")
|
||||
#addFilter(".*: W: shared-lib-without-dependency-information .*")
|
||||
# the maintainers prefer to keep the following internal SUSE naming conflicts
|
||||
addFilter(".*: W: no-dependency-on glib2.*")
|
||||
addFilter(".*: W: suse-branding-.*")
|
||||
#addFilter(".*: W: no-dependency-on glib2.*")
|
||||
#addFilter(".*: W: suse-branding-.*")
|
||||
|
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 21 00:43:14 UTC 2022 - Emily Gonyer <emilyyrose@gmail.com>
|
||||
|
||||
- Update to version 2.72.2:
|
||||
+ Fix building projects which use g_warning_once() with clang++.
|
||||
+ Fix g_file_trash not deleting directories via portals backend.
|
||||
+ A number more compiler warnings fixed for MSVC.
|
||||
+ Fix detection of broken poll function on macOS.
|
||||
+ Fix spawning subprocesses from GUI programs on Windows.
|
||||
+ Bugs fixed:
|
||||
- #2312 gdbus-test-codegen tests leak GWeakRef objects.
|
||||
- #2625 g_warning_once fails to build with clang++.
|
||||
- #2629 g_file_trash doesn't in directories inside a sandbox.
|
||||
- !2495 Cleanup warnings split 6.
|
||||
- !2499 Various contenttype-related test fixes on win32.
|
||||
- !2534 gpowerprofilemonitor: Tweak wording of documentation.
|
||||
- !2540 Various win32 tests skip & fixes.
|
||||
- !2541 meson: simplify lookup of python command.
|
||||
- !2543 ci: Update the Fedora CI image to Fedora 34.
|
||||
- !2556 gdbusconnection: Use g_strv_contains().
|
||||
- !2557 gdbusmethodinvocation: Fix a leak on early return path.
|
||||
- !2558 Move unit test on g_basename() function to
|
||||
glib/tests/fileutils.c.
|
||||
- !2559 Move tests/relation-test.c to glib/tests/relation.c.
|
||||
- !2560 ci: Update Coverity, mingw and Android CI images
|
||||
to Fedora 34.
|
||||
- !2563 glib: Format GDateTime ISO8601 years as %C%y.
|
||||
- !2564 Move test files on slices from tests/ to glib/tests/.
|
||||
- !2566 tests: Add more tests for GResolver response parsing.
|
||||
- !2573 Backport translation fixes and !2571 meson: Set
|
||||
BROKEN_POLL in macOS builds to glib-2-72.
|
||||
- !2574 Backport !2565 Revert meson: simplify lookup of python
|
||||
command to glib-2-72.
|
||||
- !2587 Backport !2583 Fix trashing sandboxed directories to
|
||||
glib-2-72.
|
||||
- !2588 Backport !2582 glib/win32: fix spawn from GUI regression
|
||||
to glib-2-72.
|
||||
- !2590 Backport !2589 tests: Don't exit gdbus-method-invocation
|
||||
test early on connection close to glib-2-72.
|
||||
- !2593 Backport !2578 atomic: Add a C++ variant of
|
||||
g_atomic_int_compare_and_exchange() to glib-2-72.
|
||||
+ Translation updates.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 1 08:17:46 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
%define libgthread libgthread-%{libver}
|
||||
%bcond_without systemtap
|
||||
Name: glib2%{psuffix}
|
||||
Version: 2.72.0
|
||||
Version: 2.72.1
|
||||
Release: 0
|
||||
Summary: General-Purpose Utility Library
|
||||
License: LGPL-2.1-or-later
|
||||
@ -508,7 +508,6 @@ done
|
||||
%files tests-devel
|
||||
%license COPYING
|
||||
%{_libexecdir}/installed-tests
|
||||
%attr(0444 - -) %{_libexecdir}/installed-tests/glib/x-content/win32-software/autorun.exe
|
||||
%attr(0755 - -) %{_libexecdir}/installed-tests/glib/taptestrunner.py
|
||||
%attr(0755 - -) %{_libexecdir}/installed-tests/glib/x-content/unix-software/autorun.sh
|
||||
%{_datadir}/installed-tests
|
||||
|
Loading…
Reference in New Issue
Block a user