Accepting request 1055888 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/1055888
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-File?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2023-01-05 14:00:15 +00:00 committed by Git OBS Bridge
commit 539fb38c06
4 changed files with 19 additions and 7 deletions

View File

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

BIN
Test-File-1.993.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jan 3 03:12:26 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.993
see /usr/share/doc/packages/perl-Test-File/Changes
1.993 2022-12-31T20:33:55Z
* Try harder to check for symlinks on Windows by stealing some code
from Win32:: (Jean-Damien Durand) GitHub #36
1.992_01 2022-11-10T21:59:59Z
* Try harder to test Windows symlinks, #36 from Jean-Damien Durand
-------------------------------------------------------------------
Wed Feb 16 03:08:12 UTC 2022 - Tina Müller <timueller+perl@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Test-File
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,14 +18,13 @@
%define cpan_name Test-File
Name: perl-Test-File
Version: 1.992
Version: 1.993
Release: 0
License: Artistic-2.0
Summary: Test file attributes
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
@ -56,7 +55,7 @@ for the test. If not supplied, a reasonable default will be generated.
%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%make_build
%check