Accepting request 782916 from GNOME:Next

- Update to version 1.8.28:
  + Turned the wireless-security library to a public API.
  + "org.gnome.nm-applet.gschema.xml" is now part of libnma.
    Previously, on distributions like Fedora it was packaged as
    part of nm-connection-editor package. But the schema is used by
    wireless-security library, gnome-control-center and
    nm-a/nm-c-e.
  + Clear key/password input fields when selecting a different
    certificate in NMACertChooser.
  + Generate vapi files.
- Add pkgconfig(vapigen) BuildRequires: New dependency.
- Drop nma-data Requires: No longer needed. Add nma-data Provides
  and Obsoletes, make upgrades problemfree for our end-users.

OBS-URL: https://build.opensuse.org/request/show/782916
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnma?expand=0&rev=6
This commit is contained in:
2020-03-09 13:05:07 +00:00
committed by Git OBS Bridge
parent dc7889ece4
commit 1053cc6703
4 changed files with 29 additions and 7 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Mar 6 19:15:04 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.8.28:
+ Turned the wireless-security library to a public API.
+ "org.gnome.nm-applet.gschema.xml" is now part of libnma.
Previously, on distributions like Fedora it was packaged as
part of nm-connection-editor package. But the schema is used by
wireless-security library, gnome-control-center and
nm-a/nm-c-e.
+ Clear key/password input fields when selecting a different
certificate in NMACertChooser.
+ Generate vapi files.
- Add pkgconfig(vapigen) BuildRequires: New dependency.
- Drop nma-data Requires: No longer needed. Add nma-data Provides
and Obsoletes, make upgrades problemfree for our end-users.
-------------------------------------------------------------------
Mon Dec 9 09:02:17 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>