Accepting request 220411 from network
Update to 1.8.0 (forwarded request 215424 from dimstar) OBS-URL: https://build.opensuse.org/request/show/220411 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqmi?expand=0&rev=2
This commit is contained in:
parent
758b82afe0
commit
46e42fd21a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a1ad00fee1f730a9172934de1e506995cf0cba1b213a3d6076e35c18ed698c70
|
||||
size 545860
|
3
libqmi-1.8.0.tar.xz
Normal file
3
libqmi-1.8.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fadd8070dd6f95eb00d04058c616ade57966d8e54d894da8ddbf31e98310ee0d
|
||||
size 659720
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 26 21:38:29 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.8.0:
|
||||
+ This version comes with one small API break: Enum value
|
||||
QMI_SERVICE_RMTFS is not 0x14, but 14.
|
||||
+ Support for sharing the QMI port through multiple processes
|
||||
with the new 'qmi-proxy' infrastructure.
|
||||
+ api: Added new known service ID enumeration values.
|
||||
+ wds: Added "Get Profile List", "Get Profile Settings", "Get
|
||||
Default Settings" request/response.
|
||||
+ cli: Add --wds-get-profile-list & --wds-get-default-settings.
|
||||
+ man: Added qmi-network manpage, autogenerated from --help-all.
|
||||
- Changes from version 1.6.0:
|
||||
+ This version comes with one small API break: dms: 'SID' TLV in
|
||||
"Activate Manual" is a guint8, not a string.
|
||||
+ Extended API with macros to check for the libqmi-glib version
|
||||
in use.
|
||||
+ Setup libtool versioning in libqmi-glib.
|
||||
+ Added initial support for the PBM (phonebook) service.
|
||||
+ Added initial support for the UIM service.
|
||||
+ Added initial support for the OMA (Open Mobile Alliance)
|
||||
service.
|
||||
+ nas: added "Get Tx Rx Info" request/response.
|
||||
+ wds: added "Get Packet Statistics" request/response.
|
||||
+ dms: added support for the 'PRL' TLV in "Activate Manual".
|
||||
+ cli: add --nas-get-tx-rx-info, --wds-get-packet-statistics,
|
||||
--get-service-version-info, --uim-read-transparent,
|
||||
--uim-get-file-attributes.
|
||||
+ cli: fix following network status until disconnected.
|
||||
+ tests: use gtester to run unit tests.
|
||||
+ man: added qmicli manpage, autogenerated from --help-all.
|
||||
+ Also fixed several minor bugs and memory leaks.
|
||||
- Bump soname following upstream changes, this means that
|
||||
package libqmi-glib0 will be renamed to libqmi-glib1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 22 12:23:01 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.4.0:
|
||||
+ dms: fix minimum version requirement for DMS Get/Set Operating
|
||||
Mode.
|
||||
+ nas: added 'Network Time' indication.
|
||||
+ utils: fix reading sized uints in BE systems.
|
||||
+ cli: add --dms-activate-manual.
|
||||
+ cli: implemented setting System Selection Preference.
|
||||
+ cli: fix technology preference persistence reporting.
|
||||
+ cli: fix reading new PIN in '--dms-uim-change-pin'.
|
||||
+ docs: always generate documentation at dist time.
|
||||
+ tests: fixed BE/LE tests in BE systems.
|
||||
- Changes from version 1.2.0:
|
||||
+ Builds with Python3.
|
||||
+ Fixed DMS activation code string handling.
|
||||
+ Enhanced "start network" functionality in qmicli.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 10 17:23:34 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
|
18
libqmi.spec
18
libqmi.spec
@ -1,6 +1,7 @@
|
||||
#
|
||||
# spec file for package
|
||||
# spec file for package libqmi
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 Dominique Leuenberger, Amsterdam, The Netherlands.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -15,16 +16,17 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: libqmi
|
||||
%define _soname libqmi-glib0
|
||||
Version: 1.0
|
||||
%define _soname libqmi-glib1
|
||||
Version: 1.8.0
|
||||
Release: 0
|
||||
# NOTE: The file headers state LESSER GPL, which is a mistake. The upstream intended license is LIBRARY GPL 2.0+
|
||||
License: LGPL-2.0+
|
||||
Summary: Library to control QMI devices
|
||||
Url: http://cgit.freedesktop.org/libqmi/
|
||||
License: LGPL-2.0+
|
||||
Group: System/Libraries
|
||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/libqmi/1.0/%{name}-%{version}.tar.xz
|
||||
Url: http://cgit.freedesktop.org/libqmi/
|
||||
Source0: http://www.freedesktop.org/software/libqmi/%{name}-%{version}.tar.xz
|
||||
Source99: libqmi-rpmlintrc
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.32
|
||||
@ -82,6 +84,9 @@ find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/qmi-network
|
||||
%{_bindir}/qmicli
|
||||
%{_libexecdir}/qmi-proxy
|
||||
%{_mandir}/man1/qmi-network.1%{?ext_man}
|
||||
%{_mandir}/man1/qmicli.1%{?ext_man}
|
||||
|
||||
%files -n %{_soname}
|
||||
%defattr(-,root,root)
|
||||
@ -89,6 +94,7 @@ find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/gtk-doc/html/libqmi-glib/
|
||||
%{_includedir}/libqmi-glib/
|
||||
%{_libdir}/libqmi-glib.so
|
||||
%{_libdir}/pkgconfig/qmi-glib.pc
|
||||
|
Loading…
Reference in New Issue
Block a user