Accepting request 975148 from home:cgiboudeaux:branches:network

Update to 1.30.6

OBS-URL: https://build.opensuse.org/request/show/975148
OBS-URL: https://build.opensuse.org/package/show/network/libqmi?expand=0&rev=46
This commit is contained in:
Martin Hauke 2022-05-05 17:59:06 +00:00 committed by Git OBS Bridge
parent b435172fec
commit af13aeaa0c
7 changed files with 23 additions and 21 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:00d7da30a4f8d1185f37cba289cfaf1dfcd04a58f2f76d6acfdf5b85312d6ed6
size 1241912

View File

@ -1,6 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iF0EABECAB0WIQTYjWuQGY+SSnhwXYw8rVM5iXP/+gUCYgY1agAKCRA8rVM5iXP/
+kl3AJ0UAMJMZDwYKv676q/jltDbqJJ9CACeNwaUv1vdYC1qDXrZuMG1pUsztV8=
=WoIK
-----END PGP SIGNATURE-----

3
libqmi-1.30.6.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f19c43859d0ba9100ade45f8d1ea734c5d5e37af4932147ab784f45259aa11b7
size 1242612

6
libqmi-1.30.6.tar.xz.asc Normal file
View File

@ -0,0 +1,6 @@
-----BEGIN PGP SIGNATURE-----
iF0EABECAB0WIQTYjWuQGY+SSnhwXYw8rVM5iXP/+gUCYmpkZAAKCRA8rVM5iXP/
+pLjAJ9K06dQ2e2fkfZDqYN55akYAw4U2wCfdHH7IR7osbK23XtXut0wPV5FRXc=
=4fkF
-----END PGP SIGNATURE-----

View File

@ -1,5 +0,0 @@
# The main package is called libqmi but is not shared lib.. elimintate false warning.
addFilter("libqmi-tools\..*: W: shlib-policy-missing-lib");
addFilter("libqmi-tools\..*: W: shlib-policy-nonversioned-dir");
# Devel package have the correct deps, elimintate false warning.
addFilter("no-dependency-on");

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu May 5 09:47:12 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 1.30.6
* meson: fix 'export_packages' in GIR setup.
* net-port-manager: use unaligned netlink attribute length.
- Drop the unneeded rpmlintrc file
-------------------------------------------------------------------
Mon Feb 14 23:17:26 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package libqmi
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2012 Dominique Leuenberger, Amsterdam, The Netherlands.
#
# All modifications and additions to the file contributed by third parties
@ -19,7 +19,7 @@
%define _soname libqmi-glib5
Name: libqmi
Version: 1.30.4
Version: 1.30.6
Release: 0
# NOTE: The file headers state LESSER GPL, which is a mistake. The upstream intended license is LIBRARY GPL 2.0+
Summary: Library to control QMI devices
@ -29,15 +29,14 @@ URL: https://www.freedesktop.org/wiki/Software/libqmi/
Source0: https://www.freedesktop.org/software/libqmi/%{name}-%{version}.tar.xz
Source1: https://www.freedesktop.org/software/libqmi/%{name}-%{version}.tar.xz.asc
Source98: libqmi.keyring
Source99: libqmi-rpmlintrc
BuildRequires: pkgconfig
BuildRequires: python3-base
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.36
BuildRequires: pkgconfig(glib-2.0) >= 2.56
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gudev-1.0) >= 147
BuildRequires: pkgconfig(mbim-glib) >= 1.14
BuildRequires: pkgconfig(gudev-1.0) >= 232
BuildRequires: pkgconfig(mbim-glib) >= 1.18
%description
libqmi is a glib-based library for talking to WWAN modems and devices
@ -78,7 +77,7 @@ This package contains files required to link sources against libqmi.
%build
# Do not rely on env for choosing python
sed -i "s|env python|python3|g" build-aux/qmi-codegen/*
sed -i "s|env python$|python3|g" build-aux/qmi-codegen/*
%configure \
--disable-static
%make_build