Accepting request 614218 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/614218 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ell?expand=0&rev=2
This commit is contained in:
commit
aad6df64c0
14
_service
14
_service
@ -1,14 +0,0 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="localonly">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">git://git.kernel.org/pub/scm/libs/ell/ell</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="parent-tag">67801d2476b0db0884a3139ff0c8ba6a6f56c066</param>
|
||||
<param name="versionformat">0~@TAG_OFFSET@</param>
|
||||
</service>
|
||||
<service name="recompress" mode="localonly">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="localonly"/>
|
||||
</services>
|
3
ell-0.5.tar.xz
Normal file
3
ell-0.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eee45650db2431a0318ab26638b7b980c5a463411b8d43ae9751513a5d07838f
|
||||
size 393112
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d594f793e87bebe61a063a37e526d914e8ddef6c392c1ac619d5d9769bfc312
|
||||
size 174288
|
21
ell.changes
21
ell.changes
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 5 08:44:36 UTC 2018 - seife+obs@b1-systems.com
|
||||
|
||||
- update to version 0.5 (released 2018-05-05)
|
||||
- ell >= 0.3 is required for new bluez versions
|
||||
- ver 0.5:
|
||||
- Fix issue with missing exported debug symbols.
|
||||
- Add support for DHCP client library.
|
||||
- ver 0.4:
|
||||
- Fix issue with propagate AEAD cipher failures.
|
||||
- Fix issue with AAD length and AEAD result reads.
|
||||
- ver 0.3:
|
||||
- Fix issue with IO handling and re-entrancy.
|
||||
- Add support for D-Bus client proxy interface.
|
||||
- ver 0.2:
|
||||
- Add support for mainloop integration functions.
|
||||
- Add support for PKCS#5 key derivation functions.
|
||||
- Add support for additional checksum and cipher types.
|
||||
- ver 0.1:
|
||||
- Initial public release.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 11 19:27:38 UTC 2016 - jengelh@inai.de
|
||||
|
||||
|
13
ell.spec
13
ell.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ell
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,18 +16,16 @@
|
||||
#
|
||||
|
||||
|
||||
%define version_unconverted 0~1304
|
||||
|
||||
Name: ell
|
||||
%define lname libell0
|
||||
Summary: Wireless setup and cryptography library
|
||||
License: LGPL-2.1+
|
||||
License: LGPL-2.1-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Version: 0~1304
|
||||
Version: 0.5
|
||||
Release: 0
|
||||
|
||||
#Git-Clone: git://git.kernel.org/pub/scm/libs/ell/ell.git
|
||||
Source: ell-%version.tar.xz
|
||||
Url: https://01.org/ell
|
||||
Source: https://mirrors.kernel.org/pub/linux/libs/ell/ell-%{version}.tar.xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libtool >= 2.2
|
||||
@ -62,7 +60,6 @@ applications that want to make use of ell.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
./bootstrap
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user