Update to version 4.11.2
This commit is contained in:
parent
aa4fff2fc0
commit
85a464f4e2
2 changed files with 11 additions and 3 deletions
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (xrootd-4.11.1.tar.gz) = 7853de40d40f28177f70a18f17ee99f83c8b6c6ddf0b5e7ef64df83c5457bad11e6249c75f985c207c3292fab73a2181730ce9c8bf11979535a566c5364de8a1
|
||||
SHA512 (xrootd-4.11.2.tar.gz) = dd563a36d1288868b58559dd2ecf959d5366e79662930c5292626828b5bb9e2f396a5a216598933edf0f1f287b693f890519fa5de9d8dd92b6ff8cfecf763230
|
||||
|
|
|
|||
12
xrootd.spec
12
xrootd.spec
|
|
@ -24,13 +24,17 @@
|
|||
|
||||
Name: xrootd
|
||||
Epoch: 1
|
||||
Version: 4.11.1
|
||||
Release: 2%{?dist}
|
||||
Version: 4.11.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Extended ROOT file server
|
||||
|
||||
License: LGPLv3+
|
||||
URL: http://xrootd.org/
|
||||
Source0: http://xrootd.org/download/v%{version}/%{name}-%{version}.tar.gz
|
||||
# Avoid error: 'selR.XrdCmsSelector::needSpace' may be used
|
||||
# uninitialized in this function [-Werror=maybe-uninitialized]
|
||||
# https://github.com/xrootd/xrootd/pull/1130
|
||||
Patch0: %{name}-maybe-uninitialized.patch
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: cmake
|
||||
|
|
@ -262,6 +266,7 @@ This package contains the API documentation of the xrootd libraries.
|
|||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
mkdir build
|
||||
|
|
@ -697,6 +702,9 @@ fi
|
|||
%doc %{_pkgdocdir}
|
||||
|
||||
%changelog
|
||||
* Wed Feb 05 2020 Mattias Ellert <mattias.ellert@physics.uu.se> - 1:4.11.2-1
|
||||
- Update to version 4.11.2
|
||||
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.11.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue