From 85a464f4e2aaff4df27a3f8fc0b13215ead77dbf Mon Sep 17 00:00:00 2001 From: Mattias Ellert Date: Wed, 5 Feb 2020 11:29:06 +0100 Subject: [PATCH] Update to version 4.11.2 --- sources | 2 +- xrootd.spec | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/sources b/sources index 6db3238..dd3df4a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xrootd-4.11.1.tar.gz) = 7853de40d40f28177f70a18f17ee99f83c8b6c6ddf0b5e7ef64df83c5457bad11e6249c75f985c207c3292fab73a2181730ce9c8bf11979535a566c5364de8a1 +SHA512 (xrootd-4.11.2.tar.gz) = dd563a36d1288868b58559dd2ecf959d5366e79662930c5292626828b5bb9e2f396a5a216598933edf0f1f287b693f890519fa5de9d8dd92b6ff8cfecf763230 diff --git a/xrootd.spec b/xrootd.spec index 9eba25e..beb3e5c 100644 --- a/xrootd.spec +++ b/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 - 1:4.11.2-1 +- Update to version 4.11.2 + * Fri Jan 31 2020 Fedora Release Engineering - 1:4.11.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild