[dev] Upgrade libtalloc to 2.3.1 (#530)

This commit is contained in:
Joe Schmitt 2021-01-11 13:35:58 -08:00 коммит произвёл GitHub
Родитель 6dffb4a58b
Коммит 8f772df036
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 40 добавлений и 27 удалений

Просмотреть файл

@ -1,6 +1,6 @@
{
"Signatures": {
"LICENSE.PTR": "1e889744219db57d4493688a9dda29d802abc5f830fb0e43fa928f056606d95f",
"talloc-2.1.16.tar.gz": "195bf6830a070deb11c492b8cd575a59cd4d3b634164f3f693f6388f806a52a9"
"talloc-2.3.1.tar.gz": "ef4822d2fdafd2be8e0cabc3ec3c806ae29b8268e932c5e9a4cd5585f37f9f77"
}
}

Просмотреть файл

@ -1,22 +1,21 @@
%define LICENSE_PATH LICENSE.PTR
Summary: Talloc is a hierarchical, reference counted memory pool system
Name: libtalloc
Version: 2.1.16
Release: 4%{?dist}
Summary: Talloc is a hierarchical, reference counted memory pool system
Name: libtalloc
Version: 2.3.1
Release: 1%{?dist}
# Some files are GPL, others LGPL. Info in source.
License: GPLv3+ and LGPLv3+
URL: https://talloc.samba.org
Source0: https://www.samba.org/ftp/talloc/talloc-%{version}.tar.gz
Source1: %{LICENSE_PATH}
Group: System Environment/Libraries
Vendor: Microsoft Corporation
Distribution: Mariner
BuildRequires: libxslt
BuildRequires: docbook-style-xsl
BuildRequires: python3
BuildRequires: python3-devel
BuildRequires: which
License: GPLv3+ AND LGPLv3+
Vendor: Microsoft Corporation
Distribution: Mariner
Group: System Environment/Libraries
URL: https://talloc.samba.org
Source0: https://www.samba.org/ftp/talloc/talloc-%{version}.tar.gz
Source1: %{LICENSE_PATH}
BuildRequires: docbook-style-xsl
BuildRequires: libxslt
BuildRequires: python3
BuildRequires: python3-devel
BuildRequires: which
%description
Libtalloc alloc is a hierarchical, reference counted memory pool system with destructors. It is the core memory allocator used in Samba.
@ -30,17 +29,19 @@ Requires: %{name} = %{version}-%{release}
The libtalloc-devel package contains libraries and header files for libtalloc
%package -n python-talloc
Group: Development/Libraries
Summary: Python bindings for the Talloc library
Requires: libtalloc = %{version}-%{release}
Summary: Python bindings for the Talloc library
Group: Development/Libraries
Requires: libtalloc = %{version}-%{release}
Provides: python3-talloc = %{version}-%{release}
%description -n python-talloc
Python 2 libraries for creating bindings using talloc
Python 3 libraries for creating bindings using talloc
%package -n python-talloc-devel
Group: Development/Libraries
Summary: Development libraries for python-talloc
Requires: python-talloc = %{version}-%{release}
Summary: Development libraries for python-talloc
Group: Development/Libraries
Requires: python-talloc = %{version}-%{release}
Provides: python3-talloc-devel = %{version}-%{release}
%description -n python-talloc-devel
Development libraries for python-talloc
@ -85,21 +86,33 @@ make check
%{_libdir}/libpytalloc-util.cpython*.so
%changelog
* Mon Jan 11 2021 Joe Schmitt <joschmit@microsoft.com> - 2.3.1-1
- Upgrade to v2.3.1.
- Provide python3-talloc and python3-talloc-devel.
* Thu Jun 06 2020 Joe Schmitt <joschmit@microsoft.com> 2.1.16-4
- Added %%license macro.
* Tue May 05 2020 Emre Girgin <mrgirgin@microsoft.com> 2.1.16-3
- Renaming docbook-xsl to docbook-style-xsl
* Thu Apr 23 2020 Nick Samson <nisamson@microsoft.com> 2.1.16-2
- Updated Source0, License. License verified.
* Tue Mar 17 2020 Henry Beberman <henry.beberman@microsoft.com> 2.1.16-1
- Update to 2.1.16. Move to python3. License verified.
* Tue Sep 03 2019 Mateusz Malisz <mamalisz@microsoft.com> 2.1.14-3
- Initial CBL-Mariner import from Photon (license: Apache2).
* Tue Jan 08 2019 Alexey Makhalov <amakhalov@vmware.com> 2.1.14-2
- Added BuildRequires python2-devel
* Tue Sep 11 2018 Bo Gan <ganb@vmware.com> 2.1.14-1
- Update to 2.1.14
* Thu Aug 03 2017 Chang Lee <changlee@vmware.com> 2.1.9-2
- Copy libraries and add a patch for path regarding %check
* Wed Apr 05 2017 Anish Swaminathan <anishs@vmware.com> 2.1.9-1
- Initial packaging

Просмотреть файл

@ -2736,8 +2736,8 @@
"type": "other",
"other": {
"name": "libtalloc",
"version": "2.1.16",
"downloadUrl": "https://www.samba.org/ftp/talloc/talloc-2.1.16.tar.gz"
"version": "2.3.1",
"downloadUrl": "https://www.samba.org/ftp/talloc/talloc-2.3.1.tar.gz"
}
}
},