diff --git a/lib-relative-1.000.tar.gz b/lib-relative-1.000.tar.gz deleted file mode 100644 index 446de010dfa5298c2320d2b80197413b0ea8eeb5..0000000000000000000000000000000000000000 Binary files a/lib-relative-1.000.tar.gz and /dev/null differ diff --git a/lib-relative-1.002.tar.gz b/lib-relative-1.002.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..669fb7bb3dead229c55b1ae9a0078fbc12bb1685 Binary files /dev/null and b/lib-relative-1.002.tar.gz differ diff --git a/perl-lib-relative.spec b/perl-lib-relative.spec index 6d95383b90dfd0245b3c52a3514aa6359f953953..6d611f7f49df082e42572a0e90a36277de795710 100644 --- a/perl-lib-relative.spec +++ b/perl-lib-relative.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: perl-lib-relative -Version: 1.000 +Version: 1.002 Release: 1 Summary: Add paths relative to the current file to @INC License: Artistic 2.0 @@ -89,11 +89,16 @@ rm -rf $RPM_BUILD_ROOT %files -f filelist.lst %defattr(-,root,root,-) -%doc Changes CONTRIBUTING.md cpanfile dist.ini LICENSE META.json README +%doc Changes CONTRIBUTING.md dist.ini LICENSE META.json README %{perl_vendorlib}/* %files help %{_mandir}/* %changelog -* Tue Jul 13 2021 Perl_Bot 1.000-1 +* Wed Feb 07 2024 woody2918 - 1.002-1 +- Update version to 1.002 +- Skip symlink tests on msys as symlinks are broken on this platform +- Fix checking whether symlinks are available for testing on Win32 and msys + +* Tue Jul 13 2021 Perl_Bot - 1.000-1 - Specfile autogenerated by Perl_Bot