From 90300a7e641c92f133cf140ee1471b915f754ebc Mon Sep 17 00:00:00 2001 From: wjiang Date: Tue, 23 Sep 2025 11:25:30 +0800 Subject: [PATCH] Fix URL error --- perl-GD-Barcode.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-GD-Barcode.spec b/perl-GD-Barcode.spec index 4512b19..b02fd8a 100644 --- a/perl-GD-Barcode.spec +++ b/perl-GD-Barcode.spec @@ -1,9 +1,9 @@ Name: perl-GD-Barcode Version: 1.15 -Release: 31 +Release: 32 Summary: Create barcode image with GD License: GPL-1.0-or-later or Artistic-1.0-Perl -URL: https://metacpan.org/release/GD-Barcode +URL: https://metacpan.org/pod/GD::Barcode Source0: https://cpan.metacpan.org/authors/id/K/KW/KWITKNR/GD-Barcode-%{version}.tar.gz BuildArch: noarch @@ -42,6 +42,9 @@ make test %{_mandir}/man3/* %changelog +* Tue Sep 23 2025 wangjiang - 1.15-32 +- Fix URL error + * Wed Nov 02 2022 wangjiang - 1.15-31 - modify the license to make it specification -- Gitee