From 3c3b5376bd9d176b276d4103ad103f8745c536c18b2a64d637e2538f371e0b3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 5 Jun 2018 10:33:23 +0000 Subject: [PATCH] Accepting request 614180 from home:seife:testing update to version 0.5 (released 2018-05-05) OBS-URL: https://build.opensuse.org/request/show/614180 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/ell?expand=0&rev=4 --- _service | 14 -------------- ell-0.5.tar.xz | 3 +++ ell-0~1304.tar.xz | 3 --- ell.changes | 21 +++++++++++++++++++++ ell.spec | 13 +++++-------- 5 files changed, 29 insertions(+), 25 deletions(-) delete mode 100644 _service create mode 100644 ell-0.5.tar.xz delete mode 100644 ell-0~1304.tar.xz diff --git a/_service b/_service deleted file mode 100644 index bd015cb..0000000 --- a/_service +++ /dev/null @@ -1,14 +0,0 @@ - - - git - git://git.kernel.org/pub/scm/libs/ell/ell - master - 67801d2476b0db0884a3139ff0c8ba6a6f56c066 - 0~@TAG_OFFSET@ - - - *.tar - xz - - - diff --git a/ell-0.5.tar.xz b/ell-0.5.tar.xz new file mode 100644 index 0000000..fda77c1 --- /dev/null +++ b/ell-0.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eee45650db2431a0318ab26638b7b980c5a463411b8d43ae9751513a5d07838f +size 393112 diff --git a/ell-0~1304.tar.xz b/ell-0~1304.tar.xz deleted file mode 100644 index a3ce058..0000000 --- a/ell-0~1304.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d594f793e87bebe61a063a37e526d914e8ddef6c392c1ac619d5d9769bfc312 -size 174288 diff --git a/ell.changes b/ell.changes index 5735ec0..f3f9442 100644 --- a/ell.changes +++ b/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 diff --git a/ell.spec b/ell.spec index 2382f6e..d9c1be6 100644 --- a/ell.spec +++ b/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}