Compare commits

2 Commits

Author SHA256 Message Date
b915c65115 Automatic update to v0.231.200 (0.2312) 2025-09-08 12:33:37 +00:00
6934bcb8c5 Add Gitea build results 2025-08-12 18:14:11 +02:00
5 changed files with 34 additions and 15 deletions

BIN
File-Temp-0.2311.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
File-Temp-0.2312.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-File-Temp/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-File-Temp)

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Sep 8 12:33:36 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- 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 <timueller+perl@suse.de>

View File

@@ -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,23 +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}
@@ -66,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
@@ -81,7 +80,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CONTRIBUTING README
%license LICENSE