From 41224c49f4ee4281fa08522ff462c6b5de3da06faed05c3e8ee5aef953732b73 Mon Sep 17 00:00:00 2001 From: "Tina Mueller (cpanmirror)" Date: Tue, 26 Aug 2025 13:56:08 +0000 Subject: [PATCH] Automatic update to v2.10.0 (2.01) --- GD-Barcode-2.00.tar.gz | 3 --- GD-Barcode-2.01.tar.gz | 3 +++ perl-GD-Barcode.changes | 13 +++++++++++++ perl-GD-Barcode.spec | 35 ++++++++++++++++++----------------- 4 files changed, 34 insertions(+), 20 deletions(-) delete mode 100644 GD-Barcode-2.00.tar.gz create mode 100644 GD-Barcode-2.01.tar.gz diff --git a/GD-Barcode-2.00.tar.gz b/GD-Barcode-2.00.tar.gz deleted file mode 100644 index 2132e7e..0000000 --- a/GD-Barcode-2.00.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7cabb9a7eef7891145cc333ca70462972418377c23d3ab2a34c6f1aa229796ef -size 885786 diff --git a/GD-Barcode-2.01.tar.gz b/GD-Barcode-2.01.tar.gz new file mode 100644 index 0000000..9a354ef --- /dev/null +++ b/GD-Barcode-2.01.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59af0f8a9bec93d2775fa8a1a251532d62fe2e160a471896c935aa9be8c5cd21 +size 897133 diff --git a/perl-GD-Barcode.changes b/perl-GD-Barcode.changes index c9f16d3..4b22cc2 100644 --- a/perl-GD-Barcode.changes +++ b/perl-GD-Barcode.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Aug 26 13:56:07 UTC 2025 - Tina Müller + +- updated to 2.10.0 (2.01) + see /usr/share/doc/packages/perl-GD-Barcode/Changes + + 2.01 2025-07-24 + - Fix unitialized value warning in QRcode.pm, contributed + by Dabe Murphy + - Documentation improvements + - Test improvements, fixed issue where ISBN::Barcode test missed + depencendy on GD, reported by eserte + ------------------------------------------------------------------- Fri Mar 8 22:27:42 UTC 2024 - Tina Müller diff --git a/perl-GD-Barcode.spec b/perl-GD-Barcode.spec index 3f1b53e..c0ccba9 100644 --- a/perl-GD-Barcode.spec +++ b/perl-GD-Barcode.spec @@ -1,7 +1,7 @@ # # spec file for package perl-GD-Barcode # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,9 +18,10 @@ %define cpan_name GD-Barcode Name: perl-GD-Barcode -Version: 2.0.0 +Version: 2.10.0 Release: 0 -%define cpan_version 2.00 +# 2.01 -> normalize -> 2.10.0 +%define cpan_version 2.01 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Create barcode image with GD URL: https://metacpan.org/release/%{cpan_name} @@ -32,19 +33,19 @@ BuildRequires: perl-macros BuildRequires: perl(Test2::V0) >= 0.000060 BuildRequires: perl(parent) Requires: perl(parent) -Provides: perl(GD::Barcode) = 2.0.0 -Provides: perl(GD::Barcode::COOP2of5) = 2.0.0 -Provides: perl(GD::Barcode::Code39) = 2.0.0 -Provides: perl(GD::Barcode::EAN13) = 2.0.0 -Provides: perl(GD::Barcode::EAN8) = 2.0.0 -Provides: perl(GD::Barcode::IATA2of5) = 2.0.0 -Provides: perl(GD::Barcode::ITF) = 2.0.0 -Provides: perl(GD::Barcode::Industrial2of5) = 2.0.0 -Provides: perl(GD::Barcode::Matrix2of5) = 2.0.0 -Provides: perl(GD::Barcode::NW7) = 2.0.0 -Provides: perl(GD::Barcode::QRcode) = 2.0.0 -Provides: perl(GD::Barcode::UPCA) = 2.0.0 -Provides: perl(GD::Barcode::UPCE) = 2.0.0 +Provides: perl(GD::Barcode) = %{version} +Provides: perl(GD::Barcode::COOP2of5) = %{version} +Provides: perl(GD::Barcode::Code39) = %{version} +Provides: perl(GD::Barcode::EAN13) = %{version} +Provides: perl(GD::Barcode::EAN8) = %{version} +Provides: perl(GD::Barcode::IATA2of5) = %{version} +Provides: perl(GD::Barcode::ITF) = %{version} +Provides: perl(GD::Barcode::Industrial2of5) = %{version} +Provides: perl(GD::Barcode::Matrix2of5) = %{version} +Provides: perl(GD::Barcode::NW7) = %{version} +Provides: perl(GD::Barcode::QRcode) = %{version} +Provides: perl(GD::Barcode::UPCA) = %{version} +Provides: perl(GD::Barcode::UPCE) = %{version} %undefine __perllib_provides %{perl_requires} @@ -56,7 +57,7 @@ GD. This module based on "Generate Barcode Ver 1.02 By Shisei Hanai From 1.14, you can use this module even if no GD (except plot method). %prep -%autosetup -n %{cpan_name}-%{cpan_version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor -- 2.51.1