Accepting request 288053 from network
1 OBS-URL: https://build.opensuse.org/request/show/288053 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqmi?expand=0&rev=9
This commit is contained in:
commit
ad12090137
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:65a2819e2259c2a77d3e8d91c1cc47d28c332d0aac68fbc5f1918922840fc774
|
||||
size 710352
|
3
libqmi-1.12.6.tar.xz
Normal file
3
libqmi-1.12.6.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0857bffece4e8ddfa7f721dd9ca63b4c78de345ac9ae2faebf04062cacba3780
|
||||
size 710564
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 26 20:36:04 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.12.6:
|
||||
+ Fix big-endian handling of tlv->length.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 25 18:39:52 UTC 2015 - mgorse@suse.com
|
||||
|
||||
- Added COPYING and COPYING.LIB and fixed license attribute for
|
||||
debug utils
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 11 21:21:56 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
|
@ -19,11 +19,11 @@
|
||||
|
||||
Name: libqmi
|
||||
%define _soname libqmi-glib1
|
||||
Version: 1.12.4
|
||||
Version: 1.12.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
|
||||
License: LGPL-2.0+
|
||||
License: LGPL-2.1+ and GPL-2.0+
|
||||
Group: System/Libraries
|
||||
Url: http://cgit.freedesktop.org/libqmi/
|
||||
Source0: http://www.freedesktop.org/software/libqmi/%{name}-%{version}.tar.xz
|
||||
@ -82,6 +82,7 @@ find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING
|
||||
%{_bindir}/qmi-network
|
||||
%{_bindir}/qmicli
|
||||
%{_libexecdir}/qmi-proxy
|
||||
@ -90,6 +91,7 @@ find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
|
||||
|
||||
%files -n %{_soname}
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING.LIB
|
||||
%{_libdir}/libqmi-glib.so.*
|
||||
|
||||
%files devel
|
||||
|
Loading…
Reference in New Issue
Block a user