xrootd (5.5.3-1) unstable; urgency=medium

  * Update to version 5.5.3

 -- Mattias Ellert <mattias.ellert@physics.uu.se>  Sat, 18 Feb 2023 13:45:08 +0100

xrootd (5.5.2-1) unstable; urgency=medium

  * Update to version 5.5.2
  * Drop patches accepted upstream or previously backported
  * Move systemd unit files back to /lib/systemd/system

 -- Mattias Ellert <mattias.ellert@physics.uu.se>  Thu, 09 Feb 2023 19:58:10 +0100

xrootd (5.5.1-3) unstable; urgency=medium

  * Backport fix from upstream to fix Python 3.11 build (Closes: #1027584)

 -- Mattias Ellert <mattias.ellert@physics.uu.se>  Fri, 06 Jan 2023 13:29:40 +0100

xrootd (5.5.1-2) unstable; urgency=medium

  * Check all sizes (8, 16, 32, 64) in <atomic> check

 -- Mattias Ellert <mattias.ellert@physics.uu.se>  Thu, 20 Oct 2022 09:18:28 +0200

xrootd (5.5.1-1) unstable; urgency=medium

  * Update to version 5.5.1
  * Drop doxygen patch accepted upstream
  * Check operator++ in <atomic> check

 -- Mattias Ellert <mattias.ellert@physics.uu.se>  Thu, 20 Oct 2022 03:44:52 +0200

xrootd (5.5.0-1) unstable; urgency=medium

  * Update to version 5.5.0
  * Drop patches accepted upstream
  * Address some warnings from Doxygen
  * Move documentation dependencies to Build-Depends-Indep (Closes: #983343)
  * Update lintian overrides

 -- Mattias Ellert <mattias.ellert@physics.uu.se>  Sun, 28 Aug 2022 21:22:16 +0200

xrootd (5.4.3-2) unstable; urgency=medium

  * Update the list of architectures for which the ceph module is built

 -- Mattias Ellert <mattias.ellert@physics.uu.se>  Mon, 13 Jun 2022 13:58:58 +0200

xrootd (5.4.3-1) unstable; urgency=medium

  * Update to version 5.4.3
  * Drop patches accepted upstream or previously backported
  * Add Build-Depends python3-wheel
  * Use environment variable DEB_PYTHON_INSTALL_LAYOUT=deb during install

 -- Mattias Ellert <mattias.ellert@physics.uu.se>  Fri, 10 Jun 2022 18:43:22 +0200

xrootd (5.4.2-2) unstable; urgency=medium

  * Improve detection of when libatomic is needed - send patch upstream
  * Fix sphinx doc
  * Backport fixes from upstream git master (OpenSSL 3, Python 3.10)
  * Add Build-Depends python3-pip

 -- Mattias Ellert <mattias.ellert@physics.uu.se>  Sat, 23 Apr 2022 23:53:20 +0200

xrootd (5.4.2-1) unstable; urgency=medium

  * Update to version 5.4.2
  * More OpenSSL 3 fixes (Closes: #1006409)

 -- Mattias Ellert <mattias.ellert@physics.uu.se>  Fri, 04 Mar 2022 10:17:34 +0100

xrootd (5.4.1-1) unstable; urgency=medium

  * Update to version 5.4.1
  * Drop patches accepted upstream:
    - 0001-Fix-compilation-when-char-is-unsigned.patch
    - 0001-Fix-compilation-on-GCC-4.8.patch
    - 0001-Add-missing-include.patch
  * Ignore -Warray-bounds warnings from stricter check in gcc 12

 -- Mattias Ellert <mattias.ellert@physics.uu.se>  Thu, 24 Feb 2022 13:49:50 +0100

xrootd (5.4.0-2) unstable; urgency=medium

  * Don't use unimplemented regex functions on EPEL 7.
  * Add missing include (GNU/Hurd)
  * Define ENODATA if not defined (kFreeBSD)
  * Link with libatomic on some 32-bit architectures

 -- Mattias Ellert <mattias.ellert@physics.uu.se>  Tue, 14 Dec 2021 17:45:33 +0100

xrootd (5.4.0-1) unstable; urgency=medium

  * Update to version 5.4.0
  * Drop patch accepted upstream: 0001-Do-not-hardcode-error-numbers.patch
  * Fix build failure on platforms where char is unsigned
  * Fix build failure with older regex

 -- Mattias Ellert <mattias.ellert@physics.uu.se>  Sat, 11 Dec 2021 09:09:25 +0100

xrootd (5.3.4-1) unstable; urgency=medium

  * Update to version 5.3.4

 -- Mattias Ellert <mattias.ellert@physics.uu.se>  Tue, 30 Nov 2021 14:05:12 +0100

xrootd (5.3.3-1) unstable; urgency=medium

  * Update to version 5.3.3
  * Drop patches accepted upstream:
    - 0001-Fix-compilation-failure-on-32-bit-architectures.patch
    - 0001-Fix-build-failure-on-platforms-where-char-is-unsigne.patch

 -- Mattias Ellert <mattias.ellert@physics.uu.se>  Tue, 16 Nov 2021 10:02:41 +0100

xrootd (5.3.2-1) unstable; urgency=medium

  * Update to version 5.3.2
  * Drop patches accepted upstream
  * Do not hardcode Linux error numbers
  * Fix build failure on platforms where char is unsigned
  * Use the OpenSSL 3 compatible code

 -- Mattias Ellert <mattias.ellert@physics.uu.se>  Tue, 02 Nov 2021 12:03:18 +0100

xrootd (5.3.1-4) unstable; urgency=medium

  * Try linking to libatomic on riscv64

 -- Mattias Ellert <mattias.ellert@physics.uu.se>  Sun, 05 Sep 2021 11:45:44 +0200

xrootd (5.3.1-3) unstable; urgency=medium

  * Expand the atomics test to test for char (8 bit) versions in
    addition to long long (64 bit) versions (better fix for riscv64)
  * Work around inconsistent type definitions on MIPS

 -- Mattias Ellert <mattias.ellert@physics.uu.se>  Sun, 05 Sep 2021 05:10:58 +0200

xrootd (5.3.1-2) unstable; urgency=medium

  * Re-upload source only
  * Fix compilation on some 32 bit architectures (Closes: #993611)
  * Link to libatomic when needed (riscv64)

 -- Mattias Ellert <mattias.ellert@physics.uu.se>  Sat, 04 Sep 2021 09:32:33 +0200

xrootd (5.3.1-1) unstable; urgency=medium

  * Update to version 5.3.1
  * Add new binary packages:
    - xrootd-client-http-plugins
    - xrootd-scitokens-plugins
    - libxrdcephposix0
    - xrootd-ceph-plugins
  * Disable ceph dependent packages for architectures without java
  * Drop patches (accepted upstream or previously backported)

 -- Mattias Ellert <mattias.ellert@physics.uu.se>  Sat, 28 Aug 2021 22:03:58 +0200

xrootd (5.0.3-4) unstable; urgency=medium

  * Fix compilation on GNU/kFreeBSD

 -- Mattias Ellert <mattias.ellert@physics.uu.se>  Sat, 19 Dec 2020 19:58:41 +0100

xrootd (5.0.3-3) unstable; urgency=medium

  * Fix compilation on GNU/Hurd
  * Don't build xrootd-fuse on GNU/Hurd (libfuse is incomplete)
    https://www.gnu.org/software/hurd/hurd/libfuse.html

 -- Mattias Ellert <mattias.ellert@physics.uu.se>  Fri, 27 Nov 2020 11:34:49 +0100

xrootd (5.0.3-2) unstable; urgency=medium

  * Re-upload source only

 -- Mattias Ellert <mattias.ellert@physics.uu.se>  Mon, 23 Nov 2020 20:40:10 +0100

xrootd (5.0.3-1) unstable; urgency=medium

  * Initial release. (Closes: #975021)

 -- Mattias Ellert <mattias.ellert@physics.uu.se>  Mon, 16 Nov 2020 10:50:38 +0100