Automatic update to v1.29.0 (1.029) #1

Merged
tinita merged 2 commits from cpanmirror/perl-Imager:autoupdate into main 2025-10-14 16:17:23 +02:00
5 changed files with 21 additions and 7 deletions

View File

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

BIN
Imager-1.029.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -34,3 +34,4 @@ post_install: |-
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module
skip_doc: \.perl$ \.im$ ^typemap\.

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Oct 9 20:00:26 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 1.29.0 (1.029)
see /usr/share/doc/packages/perl-Imager/Changes
Imager 1.029 - 06 Oct 2025
============
- minor documentation updates
- added a security policy
https://github.com/tonycoz/imager/issues/555
- TIFF: compatibility with libtiff 4.7.1
-------------------------------------------------------------------
Tue Jun 17 10:46:05 UTC 2025 - Tina Müller <timueller+perl@suse.de>

View File

@@ -18,10 +18,10 @@
%define cpan_name Imager
Name: perl-Imager
Version: 1.28.0
Version: 1.29.0
Release: 0
# 1.028 -> normalize -> 1.28.0
%define cpan_version 1.028
# 1.029 -> normalize -> 1.29.0
%define cpan_version 1.029
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Perl extension for Generating 24 bit Images
URL: https://metacpan.org/release/%{cpan_name}
@@ -110,6 +110,6 @@ rm -r %{buildroot}%{perl_vendorarch}/Imager/include
%perl_gen_filelist
%files -f %{name}.files
%doc adobe.txt apidocs.perl bigtest.perl Changes Changes.old combine.im compose.im convert.im conv.im doco.perl errep.perl filterlist.perl filters.im flip.im gaussian.im paste.im README regops.perl render.im rotate.im rubthru.im samples scale.im spot.perl transform.perl trim.im typemap.local typemap.oldperl
%doc adobe.txt Changes Changes.old README samples SECURITY.md
%changelog