WIP: Automatic update to PDF-Reuse-Barcode-0.09.tar.gz #1

Draft
cpanmirror wants to merge 1 commits from cpanmirror/perl-PDF-Reuse-Barcode:autoupdate into main
4 changed files with 23 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dfef171e3942bb1bc702c4314efe3f5c888aa67ffeeb9555a54eaabaada2a345
size 8319

BIN
PDF-Reuse-Barcode-0.09.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Jan 24 05:43:09 UTC 2026 - Tina Müller <timueller+perl@suse.de>
- updated to 0.90.0 (0.09)
see /usr/share/doc/packages/perl-PDF-Reuse-Barcode/Changes
0.09 Thu Jan 22 2026
Address CPANTS Kwalitee metrics: add provides, LICENSE,
SECURITY.md, CONTRIBUTING.md
0.08 Thu Jan 22 2026
Added GitHub repository and bugtracker metadata
-------------------------------------------------------------------
Sat Nov 28 12:34:25 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-PDF-Reuse-Barcode
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2026 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,10 +18,10 @@
%define cpan_name PDF-Reuse-Barcode
Name: perl-PDF-Reuse-Barcode
Version: 0.70.0
Version: 0.90.0
Release: 0
# 0.07 -> normalize -> 0.70.0
%define cpan_version 0.07
# 0.09 -> normalize -> 0.90.0
%define cpan_version 0.09
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Create barcodes for PDF documents with PDF::Reuse
URL: https://metacpan.org/release/%{cpan_name}
@@ -79,7 +79,7 @@ pixels high (the guard bars a few pixels longer) and the box/background is
text under the bars are 10 pixels high.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor
@@ -94,6 +94,7 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%doc Changes README
%doc Changes CONTRIBUTING.md README SECURITY.md
%license LICENSE
%changelog