11
0

2 Commits

Author SHA256 Message Date
41224c49f4 Automatic update to v2.10.0 (2.01) 2025-08-26 13:56:08 +00:00
4b4f3c4785 Add Gitea build results 2025-08-12 18:14:18 +02:00
5 changed files with 47 additions and 20 deletions

View File

@@ -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

Binary file not shown.

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-GD-Barcode/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-GD-Barcode)

View File

@@ -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>

View File

@@ -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,32 +18,34 @@
%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}
Source0: https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/%{cpan_name}-%{cpan_version}.tar.gz
Source100: README.md
BuildArch: noarch
BuildRequires: perl
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}
@@ -55,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