diff --git a/libqmi-1.0.tar.xz b/libqmi-1.0.tar.xz deleted file mode 100644 index 279574d..0000000 --- a/libqmi-1.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1ad00fee1f730a9172934de1e506995cf0cba1b213a3d6076e35c18ed698c70 -size 545860 diff --git a/libqmi-1.8.0.tar.xz b/libqmi-1.8.0.tar.xz new file mode 100644 index 0000000..e3d5dc3 --- /dev/null +++ b/libqmi-1.8.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fadd8070dd6f95eb00d04058c616ade57966d8e54d894da8ddbf31e98310ee0d +size 659720 diff --git a/libqmi.changes b/libqmi.changes index 77597b3..c3657a5 100644 --- a/libqmi.changes +++ b/libqmi.changes @@ -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 diff --git a/libqmi.spec b/libqmi.spec index a563a4f..7311fc1 100644 --- a/libqmi.spec +++ b/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