Accepting request 1057637 from GNOME:Next
- 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. OBS-URL: https://build.opensuse.org/request/show/1057637 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnma?expand=0&rev=29
This commit is contained in:
parent
434c3a0f4b
commit
7a7e5b8905
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:79e730dda19f9b34886f4064aa170f1a2326b08329d655d80b67e906c7f78b7c
|
||||
size 1351932
|
BIN
libnma-1.10.6.tar.xz
(Stored with Git LFS)
Normal file
BIN
libnma-1.10.6.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,12 +0,0 @@
|
||||
Index: libnma-1.10.4/org.gnome.nm-applet.eap.gschema.xml.in
|
||||
===================================================================
|
||||
--- libnma-1.10.4.orig/org.gnome.nm-applet.eap.gschema.xml.in
|
||||
+++ libnma-1.10.4/org.gnome.nm-applet.eap.gschema.xml.in
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<schemalist>
|
||||
- <schema id="org.gnome.nm-applet.eap" path="/org/gnome/nm-applet/eap/" gettext-domain="nm-applet">
|
||||
+ <schema id="org.gnome.nm-applet.eap" gettext-domain="nm-applet">
|
||||
<key name="ignore-ca-cert" type="b">
|
||||
<default>false</default>
|
||||
<summary>Ignore CA certificate</summary>
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 10 14:33:57 UTC 2023 - Bjørn Lie <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 08:10:30 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
10
libnma.spec
10
libnma.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libnma
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,14 +20,13 @@
|
||||
%define base_ver 1.10
|
||||
|
||||
Name: libnma
|
||||
Version: 1.10.4
|
||||
Version: 1.10.6
|
||||
Release: 0
|
||||
Summary: Shared library for NetworkManager-applet
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://gitlab.gnome.org/GNOME/libnma
|
||||
Source0: https://download.gnome.org/sources/%{name}/%{base_ver}/%{name}-%{version}.tar.xz
|
||||
# PATCH-FIX-UPSTREAM libnma-schema-without-path.patch dimstar@opensuse.org -- Do not add path to schema
|
||||
Patch0: libnma-schema-without-path.patch
|
||||
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
@ -64,7 +63,8 @@ Requires: mobile-broadband-provider-info
|
||||
Shared library for NetworkManager-applet.
|
||||
|
||||
%package glib-schema
|
||||
Summary: glib-schema org.gnome.nm-applet.eap
|
||||
Summary: GLib-schema org.gnome.nm-applet.eap
|
||||
BuildArch: noarch
|
||||
|
||||
%description glib-schema
|
||||
The glib-schema allows libnma to be configured wia dconf
|
||||
|
Loading…
Reference in New Issue
Block a user