Revisions of glib2

buildservice-autocommit accepted request 856943 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 443)
baserev update by copy to link target
Bjørn Lie's avatar Bjørn Lie (iznogood) accepted request 856762 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 442)
New stable rel
buildservice-autocommit accepted request 851016 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 441)
baserev update by copy to link target
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) accepted request 849384 from Christopher Yeleighton's avatar Christopher Yeleighton (yecril71pl) (revision 440)
- add %license COPYING
- add %doc README.md
- rename -tests to -tests-devel
buildservice-autocommit accepted request 849054 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 439)
baserev update by copy to link target
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) accepted request 848891 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 438)
- Add requires(post) libgio-2_0-0 to glib2-tools: ensures
  glib-compile-schema to be functional when the file trigger fires,
  by explicitly requesting the correct library to be present for
  the post script. (boo#1178713).

- Update to version 2.66.3:
  + Fix awkward bug with `GPollFD` handling in some situations.
  + Fix sending FDs attached to very large D-Bus messages.
  + Bugs fixed: glgo#GNOME/GLib#1592, glgo#GNOME/GLib!1720,
    glgo#GNOME/GLib!1721, glgo#GNOME/GLib!1723,
    glgo#GNOME/GLib!1727, glgo#GNOME/GLib!1736.
buildservice-autocommit accepted request 843420 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 437)
baserev update by copy to link target
Bjørn Lie's avatar Bjørn Lie (iznogood) accepted request 843412 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 436)
- Enable building of documentation:
  + Toggle gtk_doc from bcond_with to bcond_without.
  + Use sed to replace gtk-doc version in
    docs/reference/meson.build with 1.32.
Bjørn Lie's avatar Bjørn Lie (iznogood) accepted request 842891 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 435)
update to 3.38.1 - TW should be ready
buildservice-autocommit accepted request 839604 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 434)
baserev update by copy to link target
buildservice-autocommit accepted request 834307 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 432)
baserev update by copy to link target
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) accepted request 833853 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 431)
New stable rel, never forwarded :-(
buildservice-autocommit accepted request 819941 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 430)
baserev update by copy to link target
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) accepted request 818725 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 429)
- Update to version 2.64.4:
  + Bugs fixed:glgo#GNOME/GLib#2140, glgo#GNOME/GLib!1507,
    glgo#GNOME/GLib!1523, glgo#GNOME/GLib!1547.
  + Updated translations.
buildservice-autocommit accepted request 811412 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 428)
baserev update by copy to link target
buildservice-autocommit accepted request 795599 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 426)
baserev update by copy to link target
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) committed (revision 425)
We need gtk-doc 1.32
Bjørn Lie's avatar Bjørn Lie (iznogood) accepted request 792948 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 424)
Glib is supposed to be backwards compatible, so lets put that to the test - move at least to GF for now, and quite possibly even into TW.


- Update to version 2.64.2:
  + Bugs fixed: glgo#GNOME/GLib#2067, glgo#GNOME/GLib#2081,
    glgo#GNOME/GLib!1421, glgo#GNOME/GLib!1438,
    glgo#GNOME/GLib!1424, glgo#GNOME/GLib!1428,
    glgo#GNOME/GLib!1429, glgo#GNOME/GLib !1431,
    glgo#GNOME/GLib!1432, glgo#GNOME/GLib!1435,
    glgo#GNOME/GLib!1447.
  + Updated translations.
- Update to version 2.64.1:
  + Fix memory monitor tests to only be installed if
    installed-tests are enabled, and to be skipped if
    GObject-Introspection is too old.
  + Bugs fixed: glgo#GNOME/GLib#1986, glgo#GNOME/GLib#1988,
    glgo#GNOME/GLib!1407, glgo#GNOME/GLib!1412.
  + Updated translations.
- Update to version 2.64.0:
  + Use `posix_spawn()` to speed up launching test D-Bus instances.
  + Bugs fixed: glgo#GNOME/GLib#1783, glgo#GNOME/GLib#2049,
    glgo#GNOME/GLib!1384, glgo#GNOME/GLib!1386,
    glgo#GNOME/GLib!1387, glgo#GNOME/GLib!1388,
    glgo#GNOME/GLib!1389.
  + Updated translations.
- Update to version 2.63.6:
  + Fix potential relative read when calling g_printerr(), which
    could lead to a denial of service from a setuid-root process
    being used to block access to the TTY for another user.
  + Fix SOCKS proxy resolver sometimes not being used when
    resolving addresses via Happy Eyeballs (CVE-2020-6750).
  + Several other Happy Eyeballs fixes for address resolution.
  + Various race fixes in `GDBusConnection` and its unit tests.
  + Fix a race condition with D-Bus name ownership.
  + Drop `gio-launch-desktop` helper application in favour of
    calling `sh` directly.
  + Fix win32 exception handling with C# exceptions.
  + Fix thread safety of `GUnixMountMonitor`.
  + Additional fixes to new thread pool attribute behaviour from
    GLib 2.63.4 to check if sched_setattr() is allowed by system
    policies before depending on it.
  + Fix memory leaks and corruption when freeing `GSource`s while
    freeing a `GMainContext`.
  + Drop inappropriate installation of object manager example
    documentation.
  + Varioius other bugs and fixes.
  + Updated translations.
- Update to version 2.63.5:
  + Fix behaviour of `g_file_move()` fallback code to not follow
    symlinks.
  + Rename `--glib-min-version` argument of `gdbus-codegen` to
    `--glib-min-required`.
  + Add gtk-doc checks to CI and fix a number of documentation
    issues.
  + Add a debug message if `g_setenv()` or `g_unsetenv()` are used
    after any threads have been spawned — this will be upgraded to
    a warning in future.
  + Skip memory monitor tests if xdg-desktop-portal or dbusmock are
    not available.
  + Change the `libmount` configure option from a boolean to a
    Meson `feature`.
  + Do not return `target-uri` from `g_file_peek_path()` when
    called on trash/recent files.
  + Drop new TLS certificate API for PKCS #11 backed certificates,
    as the implementation is not ready yet (this is not an API
    break as the API was added earlier in the 2.63 cycle).
  + Updated translations.
  + For changes from earlier in the dev cycle see the NEWS file.
- Rebase glib2-gdbus-codegen-version.patch.
Displaying revisions 101 - 120 of 543
openSUSE Build Service is sponsored by