From 0c1e7a679073b598b4c1718446628810220cfbdc Mon Sep 17 00:00:00 2001 From: wxm Date: Thu, 4 Sep 2025 06:57:00 +0000 Subject: [PATCH] Fix URL error Signed-off-by: wxm --- 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 46a404f..8827aa4 100644 --- a/perl-GD-Barcode.spec +++ b/perl-GD-Barcode.spec @@ -1,9 +1,9 @@ Name: perl-GD-Barcode Version: 2.01 -Release: 1 +Release: 2 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/M/MI/MICHIELB/GD-Barcode-%{version}.tar.gz BuildArch: noarch @@ -60,6 +60,9 @@ make test %{_libexecdir}/%{name} %changelog +* Thu Sep 4 2025 wangxiaomeng - 2.01-2 +- Fix URL error + * Mon Aug 04 2025 wangjiang - 2.01-1 - upgrade version to 2.01 1. Fix unitialized value warning in QRcode.pm -- Gitee