forked from perl/perl-GD-Barcode
Compare commits
1 Commits
main
...
autoupdate
Author | SHA256 | Date | |
---|---|---|---|
41224c49f4 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7cabb9a7eef7891145cc333ca70462972418377c23d3ab2a34c6f1aa229796ef
|
|
||||||
size 885786
|
|
BIN
GD-Barcode-2.01.tar.gz
(Stored with Git LFS)
Normal file
BIN
GD-Barcode-2.01.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 26 13:56:07 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- 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 <tina.mueller@suse.com>
|
Fri Mar 8 22:27:42 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-GD-Barcode
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,9 +18,10 @@
|
|||||||
|
|
||||||
%define cpan_name GD-Barcode
|
%define cpan_name GD-Barcode
|
||||||
Name: perl-GD-Barcode
|
Name: perl-GD-Barcode
|
||||||
Version: 2.0.0
|
Version: 2.10.0
|
||||||
Release: 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
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Create barcode image with GD
|
Summary: Create barcode image with GD
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
@@ -32,19 +33,19 @@ BuildRequires: perl-macros
|
|||||||
BuildRequires: perl(Test2::V0) >= 0.000060
|
BuildRequires: perl(Test2::V0) >= 0.000060
|
||||||
BuildRequires: perl(parent)
|
BuildRequires: perl(parent)
|
||||||
Requires: perl(parent)
|
Requires: perl(parent)
|
||||||
Provides: perl(GD::Barcode) = 2.0.0
|
Provides: perl(GD::Barcode) = %{version}
|
||||||
Provides: perl(GD::Barcode::COOP2of5) = 2.0.0
|
Provides: perl(GD::Barcode::COOP2of5) = %{version}
|
||||||
Provides: perl(GD::Barcode::Code39) = 2.0.0
|
Provides: perl(GD::Barcode::Code39) = %{version}
|
||||||
Provides: perl(GD::Barcode::EAN13) = 2.0.0
|
Provides: perl(GD::Barcode::EAN13) = %{version}
|
||||||
Provides: perl(GD::Barcode::EAN8) = 2.0.0
|
Provides: perl(GD::Barcode::EAN8) = %{version}
|
||||||
Provides: perl(GD::Barcode::IATA2of5) = 2.0.0
|
Provides: perl(GD::Barcode::IATA2of5) = %{version}
|
||||||
Provides: perl(GD::Barcode::ITF) = 2.0.0
|
Provides: perl(GD::Barcode::ITF) = %{version}
|
||||||
Provides: perl(GD::Barcode::Industrial2of5) = 2.0.0
|
Provides: perl(GD::Barcode::Industrial2of5) = %{version}
|
||||||
Provides: perl(GD::Barcode::Matrix2of5) = 2.0.0
|
Provides: perl(GD::Barcode::Matrix2of5) = %{version}
|
||||||
Provides: perl(GD::Barcode::NW7) = 2.0.0
|
Provides: perl(GD::Barcode::NW7) = %{version}
|
||||||
Provides: perl(GD::Barcode::QRcode) = 2.0.0
|
Provides: perl(GD::Barcode::QRcode) = %{version}
|
||||||
Provides: perl(GD::Barcode::UPCA) = 2.0.0
|
Provides: perl(GD::Barcode::UPCA) = %{version}
|
||||||
Provides: perl(GD::Barcode::UPCE) = 2.0.0
|
Provides: perl(GD::Barcode::UPCE) = %{version}
|
||||||
%undefine __perllib_provides
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{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).
|
From 1.14, you can use this module even if no GD (except plot method).
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Reference in New Issue
Block a user