Packages changed:
NetworkManager
gssdp (1.6.0 -> 1.6.1)
gupnp (1.6.0 -> 1.6.1)
ibus-table (1.16.13 -> 1.16.14)
libcontainers-common
libnftnl (1.2.3 -> 1.2.4)
libnma (1.10.2 -> 1.10.4)
nautilus
pixman (0.40.0 -> 0.42.2)
python-pyzmq
qalculate (4.3.0 -> 4.4.0)
=== Details ===
==== NetworkManager ====
Subpackages: NetworkManager-bluetooth NetworkManager-lang NetworkManager-tui NetworkManager-wwan libnm0 typelib-1_0-NM-1_0
- Keep netconfig support. The rc-manager auto detection will select
appropriate manager during runtime.
- Use a with_netconfig define instead of relying on bcond: bcond is
meant to have extrenally controllable build conditions (build -D,
or OBS prjconf).
==== gssdp ====
Version update (1.6.0 -> 1.6.1)
- Update to version 1.6.1:
+ Potential fix for sending discovery responses with the wrong
location.
+ Properly parse netlink messages in neighbour discovery.
+ Do not leak the host mask if it was alreay provided on object
client creation.
+ Fix install path for generated documentation.
+ Fix warning message for link-local v4 addresses.
==== gupnp ====
Version update (1.6.0 -> 1.6.1)
- Update to version 1.6.1:
+ ControlPoint:
- Fix error handling if description download fails.
- Do not leak cancellable.
+ Use proper method for detecting IFA_FLAGS availability.
+ ContextManager:
- Do not leak filtered contexts.
- Fix freeing unavailable contexts.
+ Network ContextManager: Do not leak list parts of context
lists.
+ Introspection: Properly chain up to parent class.
+ Service: Fix crash if subscription callback is points
unreachable host.
==== ibus-table ====
Version update (1.16.13 -> 1.16.14)
update: 1.16.13 -> 1.16.14
- Fix a problem in C/POSIX and invalid locales: Use lower() on LC_MESSAGES only if it is a string and not None
==== libcontainers-common ====
- set detached sigstore attachments for the SUSE controlled registries
==== libnftnl ====
Version update (1.2.3 -> 1.2.4)
- Update to release 1.2.4
* rule, set_elem: remove trailing \n in userdata snprintf
* libnftnl: Fix res_id byte order
==== libnma ====
Version update (1.10.2 -> 1.10.4)
Subpackages: libnma-gtk4-0 libnma-lang libnma0 typelib-1_0-NMA-1_0
- Update to version 1.10.4:
+ Split org.gnome.nm-applet.eap GSchema from org.gnome.nm-applet,
so that the latter can be provided by network-manager-applet
again (where it belongs).
+ build: unbreak build with gcr-3.92.
- split out schema file from the library package: adhere to the
shared library policy. The library requires the new
libnma-glib-schema package.
- Drop fix-dependency-pc-name.patch: fixed upstream.
==== nautilus ====
Subpackages: gnome-shell-search-provider-nautilus libnautilus-extension4 nautilus-lang
- Drop nautilus-revert-extra-large-thumbnails.patch: No longer
needed with glib2 2.74.1.
==== pixman ====
Version update (0.40.0 -> 0.42.2)
- Update to version 0.42.2 (boo#1205033 CVE-2022-44638):
+ This version contains a fix for a heap overflow.
- Update URL, and tweak source URI.
==== python-pyzmq ====
- Fix build with OpenSSL 3.0 [bsc#1205042]
* Temporarily disable test_on_recv_basic
==== qalculate ====
Version update (4.3.0 -> 4.4.0)
Subpackages: libqalculate22 qalculate-data
- Update to 4.4.0:
* New prime number functions: primePi(), primes(), nthprime(),
nextprime(), prevprime(), and isprime()
* New functions for intervals and uncertainties: upperEndpoint(),
lowerEndpoint(), midpoint(), and errorPart()
* Add meter of water and related pressure units, and more
derived flow rate units
* Support for vectors and matrices in uncertainty propagation
calculation
* Proper support for uncertainty propagation in total(), sum(),
product(), and for() functions
* Simplify display of parsed expression (primarily for quantities
with units)
* Avoid parsing of implicit multiplication as nested
multiplication
* Include +/- statement in function argument without parentheses
* Return values for approximate variables in exact mode in
dimension() and elements()
* Improve parsing of quotation marks as feet/inch or
arcmin/arcsec (e.g. do not parse s" as sin)
* Fix exact calculation of re((a*i)^(n/2))
(wrong sign in some cases)
* Fix erroneous calculation in some cases with physical constants
both outside and inside unit relations when interval
calculation is set to interval arithmetic
* Fix segfaults in some corner cases
* Fix use of random numbers in iterative functions
* Fix writing beyond end of array during exchange rates check
in some cases (results in activation of old style matrices)
* Fix automatic reactivation of deactivated global object
if a function with the same name exists
* Do not convert function arguments which do not allow units
(fixes "arcsin(0.5+/-0.1) to deg")
* Fix prefix after conversion to optimal unit when the optimal
unit includes a prefix
* Fix exact calculation when function argument is an approximate
vector variable (fail)
* Minor bug fixes and feature enhancements