diff --git a/Test-File-1.992.tar.gz b/Test-File-1.992.tar.gz deleted file mode 100644 index 6b89760..0000000 --- a/Test-File-1.992.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77c57c47a40df11e55d3264608703a79573f909b6f989ef1a1d17f9165680f77 -size 31001 diff --git a/Test-File-1.993.tar.gz b/Test-File-1.993.tar.gz new file mode 100644 index 0000000..d123107 --- /dev/null +++ b/Test-File-1.993.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef2ffe1aaec7b42d874ad411ec647547b9b9bc2f5fb93e49e3399488456afc7a +size 34406 diff --git a/perl-Test-File.changes b/perl-Test-File.changes index 1b695ef..97216f3 100644 --- a/perl-Test-File.changes +++ b/perl-Test-File.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Jan 3 03:12:26 UTC 2023 - Tina Müller + +- 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 diff --git a/perl-Test-File.spec b/perl-Test-File.spec index 1bbbfbf..9800d8b 100644 --- a/perl-Test-File.spec +++ b/perl-Test-File.spec @@ -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