diff --git a/.debhelper.metadata b/.debhelper.metadata index 06cdce4..1adaa49 100644 --- a/.debhelper.metadata +++ b/.debhelper.metadata @@ -1 +1 @@ -dec667c5cde6bc71666e00e51f49501319958e8a SOURCES/debhelper_13.11.4.tar.xz +742f899cf8e616cbe1c28a3ffa12fcd52e2305bb SOURCES/debhelper_13.11.6.tar.xz diff --git a/.gitignore b/.gitignore index 2a29681..825b2e8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/debhelper_13.11.4.tar.xz +SOURCES/debhelper_13.11.6.tar.xz diff --git a/SPECS/debhelper.spec b/SPECS/debhelper.spec index 7dcee3b..1b96aab 100644 --- a/SPECS/debhelper.spec +++ b/SPECS/debhelper.spec @@ -6,11 +6,11 @@ %bcond_without tests Name: debhelper -Version: 13.11.4 +Version: 13.11.6 Release: 1%{?dist} Summary: Helper programs for debian/rules -License: GPLv2+ +License: GPL-2.0-or-later URL: https://tracker.debian.org/pkg/debhelper Source0: http://ftp.debian.org/debian/pool/main/d/%{name}/%{name}_%{version}.tar.xz Patch2: no_layout_deb.patch @@ -123,8 +123,9 @@ dpkg-architecture -qDEB_HOST_GNU_TYPE dpkg --print-architecture cc -dumpmachine -%setup -q -n %{name} -%patch2 -p1 -b .no-debian-layout +#%%setup -q -n %%{name} +%setup -q -n work +%patch -P2 -p1 -b .no-debian-layout %build %make_build build @@ -169,9 +170,21 @@ make test %{perl_vendorlib}/* %changelog -* Fri Aug 25 2023 Arkady L. Shane - 13.11.4-1 +* Sat Sep 02 2023 Sérgio Basto - 13.11.6-1 +- Update debhelper to 13.11.6 + +* Fri Aug 25 2023 Arkady L. Shane - 13.11.5-1 - Rebuilt for MSVSphere 9.2 +* Mon Aug 14 2023 Fedora Release Monitoring - 13.11.5-1 +- Update to 13.11.5 (#2231971) + +* Wed Jul 19 2023 Fedora Release Engineering - 13.11.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Sun Jun 25 2023 Sérgio Basto - 13.11.4-2 +- Migrate to SPDX license format + * Sun Jan 22 2023 Sérgio Basto - 13.11.4-1 - Update debhelper to 13.11.4 (#2133214)