From aac7f772e75b9a738cf59a35f163f0d3a3bb131a Mon Sep 17 00:00:00 2001 From: wjiang Date: Fri, 26 Sep 2025 09:15:25 +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 cd0a328..c81089d 100644 --- a/perl-GD-Barcode.spec +++ b/perl-GD-Barcode.spec @@ -1,9 +1,9 @@ Name: perl-GD-Barcode Version: 2.00 -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 +* Fri Sep 26 2025 wangjiang - 2.00-2 +- Fix URL error + * Fri Jan 19 2024 wangjiang - 2.00-1 - upgrade version to 2.00 -- Gitee