diff --git a/File-Temp-0.2311.tar.gz b/File-Temp-0.2311.tar.gz deleted file mode 100644 index b9323c9..0000000 --- a/File-Temp-0.2311.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2290d61bf5c39882fc3311da9ce1c7f42dbdf825ae169e552c59fe4598b36f4a -size 76988 diff --git a/File-Temp-0.2312.tar.gz b/File-Temp-0.2312.tar.gz new file mode 100644 index 0000000..9182fa0 --- /dev/null +++ b/File-Temp-0.2312.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa961d955cf84d5b87f2f219a723cf77cb44b79282793f6819ccb19e8d0b884 +size 77192 diff --git a/perl-File-Temp.changes b/perl-File-Temp.changes index e6c0d1a..c59b02c 100644 --- a/perl-File-Temp.changes +++ b/perl-File-Temp.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Sep 8 12:33:36 UTC 2025 - Tina Müller + +- updated to 0.2312 + see /usr/share/doc/packages/perl-File-Temp/Changes + + 0.2312 2025-09-01 18:56:18Z + - fix filename check for VMS (Craig Berry, GH#44) + ------------------------------------------------------------------- Sun Oct 4 03:11:19 UTC 2020 - Tina Müller diff --git a/perl-File-Temp.spec b/perl-File-Temp.spec index 206d10d..2c99cfa 100644 --- a/perl-File-Temp.spec +++ b/perl-File-Temp.spec @@ -1,7 +1,7 @@ # # spec file for package perl-File-Temp # -# Copyright (c) 2020 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 @@ -16,24 +16,22 @@ # -Name: perl-File-Temp -Version: 0.2311 -Release: 0 %define cpan_name File-Temp -Summary: Return name and handle of a temporary file safely +Name: perl-File-Temp +Version: 0.2312 +Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl +Summary: Return name and handle of a temporary file safely URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml Source100: README.md BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(File::Path) >= 2.060000 +BuildRequires: perl(File::Path) >= 2.06 BuildRequires: perl(parent) >= 0.221 -Requires: perl(File::Path) >= 2.060000 +Requires: perl(File::Path) >= 2.06 Requires: perl(parent) >= 0.221 %{perl_requires} @@ -67,11 +65,11 @@ exist by the time the caller opens the filename. Filehandles returned by these functions support the seekable methods. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -82,7 +80,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes CONTRIBUTING README %license LICENSE