diff --git a/File-Object-0.15.tar.gz b/File-Object-0.15.tar.gz deleted file mode 100644 index 9a6ac61..0000000 --- a/File-Object-0.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:011d5ad9ff87b132e282a595852794d4180cc77973dc1becb839f9fd8b5cb111 -size 29633 diff --git a/File-Object-0.17.tar.gz b/File-Object-0.17.tar.gz new file mode 100644 index 0000000..9b48a38 --- /dev/null +++ b/File-Object-0.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5366bfe1bd734e767e5fec4f5c71ecaa27a64bc376d869234d7d8ffb0704ee64 +size 29936 diff --git a/perl-File-Object.changes b/perl-File-Object.changes index 7af10da..78c8155 100644 --- a/perl-File-Object.changes +++ b/perl-File-Object.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat Dec 17 03:06:09 UTC 2022 - Tina Müller + +- updated to 0.17 + see /usr/share/doc/packages/perl-File-Object/Changes + + 0.17 2022-12-16T11:23:38+01:00 + - Add DESCRIPTION section to doc. + - Add Path::Tiny to SEE ALSO section in doc. + - Fix new() doc. + - Improve doc for up() method. + + 0.16 2022-12-16T09:02:39+01:00 + - Fix minimal dependencies for Error::Pure and Class::Utils (because of + List::MoreUtils) + - Improve LICENSE AND COPYRIGHT section in doc. + - Rename example files to better name. + ------------------------------------------------------------------- Wed Mar 2 12:32:49 UTC 2022 - Tina Müller diff --git a/perl-File-Object.spec b/perl-File-Object.spec index d59282f..035b63f 100644 --- a/perl-File-Object.spec +++ b/perl-File-Object.spec @@ -18,7 +18,7 @@ %define cpan_name File-Object Name: perl-File-Object -Version: 0.15 +Version: 0.17 Release: 0 License: BSD-3-Clause Summary: Object system for filesystem paths @@ -28,17 +28,18 @@ Source1: cpanspec.yml BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Class::Utils) >= 0.03 -BuildRequires: perl(Error::Pure) >= 0.27 +BuildRequires: perl(Class::Utils) >= 0.14 +BuildRequires: perl(Error::Pure) >= 0.3 BuildRequires: perl(Error::Pure::Utils) >= 0.16 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.36 BuildRequires: perl(Test::NoWarnings) -Requires: perl(Class::Utils) >= 0.03 -Requires: perl(Error::Pure) >= 0.27 +Requires: perl(Class::Utils) >= 0.14 +Requires: perl(Error::Pure) >= 0.3 %{perl_requires} %description -Object system for filesystem paths. +This provides an object oriented interface to file/directory paths, such as +actual, parent or explicit directory and relative paths to them. %prep %autosetup -n %{cpan_name}-%{version}