Accepting request 975250 from network
OBS-URL: https://build.opensuse.org/request/show/975250 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqmi?expand=0&rev=42
This commit is contained in:
commit
bb81d88674
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:00d7da30a4f8d1185f37cba289cfaf1dfcd04a58f2f76d6acfdf5b85312d6ed6
|
||||
size 1241912
|
@ -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
3
libqmi-1.30.6.tar.xz
Normal 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
6
libqmi-1.30.6.tar.xz.asc
Normal file
@ -0,0 +1,6 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQTYjWuQGY+SSnhwXYw8rVM5iXP/+gUCYmpkZAAKCRA8rVM5iXP/
|
||||
+pLjAJ9K06dQ2e2fkfZDqYN55akYAw4U2wCfdHH7IR7osbK23XtXut0wPV5FRXc=
|
||||
=4fkF
|
||||
-----END PGP SIGNATURE-----
|
@ -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");
|
@ -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>
|
||||
|
||||
|
13
libqmi.spec
13
libqmi.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user