Accepting request 220607 from home:Zaitor:branches:network
Update to version 1.6.0 OBS-URL: https://build.opensuse.org/request/show/220607 OBS-URL: https://build.opensuse.org/package/show/network/libmbim?expand=0&rev=5
This commit is contained in:
parent
6eeb0dcf47
commit
f947649767
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7fa909df229574eb11baac89075ac1366a2ac1670f586483bdf0173257cf781
|
||||
size 355340
|
3
libmbim-1.6.0.tar.xz
Normal file
3
libmbim-1.6.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e0efbdaf2aeddec033b4c7c5d0f7934c91ce535c5c9f0cadf1e67527d10ab082
|
||||
size 360800
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 2 14:41:50 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.6.0:
|
||||
+ Updated mbimcli with new commands:
|
||||
--phonebook-query-configuration, --phonebook-read,
|
||||
--phonebook-read-all, --phonebook-write, --phonebook-delete,
|
||||
--phonebook-delete-all.
|
||||
+ Added generation of man pages for mbimcli and mbim-network.
|
||||
+ Several other minor improvements and fixes.
|
||||
- Stop packaging Changelog in docs as it is empty.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 16 18:11:23 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
14
libmbim.spec
14
libmbim.spec
@ -1,6 +1,7 @@
|
||||
#
|
||||
# spec file for package libmbim
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -15,14 +16,15 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: libmbim
|
||||
Version: 1.4.0
|
||||
Version: 1.6.0
|
||||
Release: 0
|
||||
License: GPL-2.0+ and LGPL-2.0+
|
||||
Summary: Mobile Interface Broadband Model (MBIM) protocol
|
||||
Url: http://www.freedesktop.org/wiki/Software/libmbim/
|
||||
License: GPL-2.0+ and LGPL-2.0+
|
||||
Group: Productivity/Networking/System
|
||||
Source: http://www.freedesktop.org/software/libmbim/libmbim-1.4.0.tar.xz
|
||||
Url: http://www.freedesktop.org/wiki/Software/libmbim/
|
||||
Source: http://www.freedesktop.org/software/libmbim/libmbim-%{version}.tar.xz
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.32
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
@ -70,9 +72,11 @@ find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc ChangeLog README COPYING
|
||||
%doc README COPYING
|
||||
%{_bindir}/mbim-network
|
||||
%{_bindir}/mbimcli
|
||||
%{_mandir}/man1/mbim-network.1%{?ext_man}
|
||||
%{_mandir}/man1/mbimcli.1%{?ext_man}
|
||||
|
||||
%files -n libmbim-glib0
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user