Package Release Info

libnma-1.10.6-160000.3.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libnma-devel
libnma-gtk4-devel

Change Logs

* Tue Oct 17 2023 bjorn.lie@gmail.com
- Drop pkgconfig(gck-1) and pkgconfig(gcr-3) BuildRequires: No
  longer needed, we build with gck-2 and gcr-4.
* Fri Sep 22 2023 bjorn.lie@gmail.com
- Add libnma-glib-schema Requires to libnma-gtk4-0 sub-package,
  ensure libnma-glib-schema gets installed by default now that
  gnome-control-center have ported to gtk4.
* Tue Jan 10 2023 bjorn.lie@gmail.com
- Update to version 1.10.6:
  + Fix the path and translation domains of GSchema files.
  + Removed strings that don't match our conscious language
    standards from the translation files.
  + Added autoptr support.
  + Fix translations of country and territory names in the mobile
    broadband dialog.
  + Honor explicitly set APN if provider was not present in the
    mobile broadband dialog.
  + Make sure Kosovar operators are ordered properly in the mobile
    broadband dialog.
- Drop libnma-schema-without-path.patch: Fixed upstream.
- Package libnma-glib-schema sub-package as noarch.
* Mon Nov 14 2022 dimstar@opensuse.org
- Add libnma-schema-without-path.patch: Do not specify path in
  nm-applet.eap schema (glgo#GNOME/libnma!18, boo#1205362).
* Tue Nov 08 2022 dimstar@opensuse.org
- 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.
* Fri Sep 09 2022 bjorn.lie@gmail.com
- Update to version 1.10.2:
  + Do not pop a certificate chooser if nobody clicked the button.
  + Updated translations.
* Wed Sep 07 2022 bjorn.lie@gmail.com
- Update to version 1.10.0:
  + Libnma-gtk4 now has Smart Card support viad Gtk4-enabled
    version of Gcr.
  + nma-cert-chooser.c is now included in the list of translated
    files.
- Add fix-dependency-pc-name.patch: Update gcr-4.pc name to new
  form. Following this: Add pkgconfig(gcr-4) and pkgconfig(gck-2)
  BuildRequires and pass gcr_gtk4=true to meson, build the new
  gcr-gtk4 based advanced certificate chooser.
- Pass b_lto=true to meson, build with LTO support.
* Thu Jun 16 2022 bjorn.lie@gmail.com
- Update to version 1.8.40:
  + Ad-Hoc networks now default to using WPA2 instead of WEP.
  + WEP is no longer provided as an option for connecting to hidden
    networks due to its deprecated status.
- Package docs sub-package as noarch.
* Thu Apr 07 2022 bjorn.lie@gmail.com
- Update to version 1.8.38:
  + libnma-gtk4 is no longer considered EXPERIMENTAL.
  + meson now builds libnma-gtk4 properly.
  + Keyboard accelerator for certificate chooser works again.
  + Fixed libnma-gtk4 version of mobile-wizard.
* Fri Mar 25 2022 bjorn.lie@gmail.com
- Update to version 1.8.36:
  + Include OWE wireless security option.
  + Do not allow setting empty 802.1x domain for EAP TLS.
  + The GtkBuilder files for Gtk4 are now included in the release
    tarball.