Source: opendht Version: 2.3.1-1 Severity: important Tags: patch Hello,
Please find attached the patch for preparing for new upstream version 2.4.9. Please pull in the latest release after merging this.
>From 19922ba06d462b6af7873f8889ec39a41d99b857 Mon Sep 17 00:00:00 2001 From: Amin Bandali <[email protected]> Date: Mon, 1 Aug 2022 12:29:29 -0400 Subject: [PATCH] Prepare for new upstream version 2.4.9 * d/watch: Tweak opts to use newly-suggested format in the current uscan(1) manual for GitHub repositories, helping correctly detect the new 2.4.9 release. * d/patches: Refresh pkgconfig-static.patch for latest upstream release. --- debian/changelog | 14 ++++++++++++++ debian/patches/pkgconfig-static.patch | 2 +- debian/watch | 4 ++-- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index e8d06fe..46925d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +opendht (2.4.9-1) UNRELEASED; urgency=medium + + [ Amin Bandali ] + * d/watch: Tweak opts to use newly-suggested format in the current + uscan(1) manual for GitHub repositories, helping correctly detect + the new 2.4.9 release. + * d/patches: Refresh pkgconfig-static.patch for latest upstream + release. + + [ Alexandre Viau ] + * New upstream version. + + -- Alexandre Viau <[email protected]> Mon, 01 Aug 2022 12:12:12 -0500 + opendht (2.3.1-1) unstable; urgency=medium [ Amin Bandali ] diff --git a/debian/patches/pkgconfig-static.patch b/debian/patches/pkgconfig-static.patch index 9955b84..ff82a1b 100644 --- a/debian/patches/pkgconfig-static.patch +++ b/debian/patches/pkgconfig-static.patch @@ -8,7 +8,7 @@ Author: Alexandre Viau <[email protected]> +++ b/opendht.pc.in @@ -5,7 +5,7 @@ Name: OpenDHT - Description: C++14 Distributed Hash Table library + Description: C++17 Distributed Hash Table library Version: @VERSION@ -Libs: -L${libdir} -lopendht +Libs: -L${libdir} -lopendht -lnettle -lgnutls -largon2 -lhttp_parser diff --git a/debian/watch b/debian/watch index b42aa67..31ca925 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,4 @@ version=4 -opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \ +opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*@ARCHIVE_EXT@)%@PACKAGE@-$1%" \ https://github.com/savoirfairelinux/opendht/tags \ - (?:.*?/)?@ANY_VERSION@@ARCHIVE_EXT@ + (?:.*?/)?v?@ANY_VERSION@@ARCHIVE_EXT@ -- 2.36.1

