From b8fe167a2e326cdf749bbc01b23f04e49ffeeb88d4d17baf24912f766c5242d1 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 25 Feb 2021 12:20:09 +0000 Subject: [PATCH] Accepting request 874809 from devel:languages:perl:autoupdate - updated to 0.13 see /usr/share/doc/packages/perl-File-Object/Changes 0.13 2021-02-21T10:59:26+01:00 - Add blank lines after arguments and before return. - Improve constructor parameters in doc. - Update author github username. 0.12 2021-02-21T03:08:47+01:00 - Fix bugtracker. - Improve LICENSE AND COPYRIGHT section in doc. - Improve SYNOPSIS section in doc. - Rewrite POD to use =head2 in METHODS section. - Update Module::Install to 1.19 version. - Update copyright years. OBS-URL: https://build.opensuse.org/request/show/874809 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Object?expand=0&rev=5 --- File-Object-0.11.tar.gz | 3 --- File-Object-0.13.tar.gz | 3 +++ perl-File-Object.changes | 19 +++++++++++++++++++ perl-File-Object.spec | 23 ++++++++++------------- 4 files changed, 32 insertions(+), 16 deletions(-) delete mode 100644 File-Object-0.11.tar.gz create mode 100644 File-Object-0.13.tar.gz diff --git a/File-Object-0.11.tar.gz b/File-Object-0.11.tar.gz deleted file mode 100644 index ba594c3..0000000 --- a/File-Object-0.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34e044755bcf32da5d369e6b0a3cf62357818da1e015c21a0e2ac48efc112537 -size 28767 diff --git a/File-Object-0.13.tar.gz b/File-Object-0.13.tar.gz new file mode 100644 index 0000000..d9e8202 --- /dev/null +++ b/File-Object-0.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a7908cd7d00f00eb1bde62924eaa84463597b4b001e6de6dc21c5fe38bf521d +size 29532 diff --git a/perl-File-Object.changes b/perl-File-Object.changes index 9f4246c..b7cebdd 100644 --- a/perl-File-Object.changes +++ b/perl-File-Object.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Feb 22 16:44:52 UTC 2021 - Tina Müller + +- updated to 0.13 + see /usr/share/doc/packages/perl-File-Object/Changes + + 0.13 2021-02-21T10:59:26+01:00 + - Add blank lines after arguments and before return. + - Improve constructor parameters in doc. + - Update author github username. + + 0.12 2021-02-21T03:08:47+01:00 + - Fix bugtracker. + - Improve LICENSE AND COPYRIGHT section in doc. + - Improve SYNOPSIS section in doc. + - Rewrite POD to use =head2 in METHODS section. + - Update Module::Install to 1.19 version. + - Update copyright years. + ------------------------------------------------------------------- Sat Feb 17 06:24:19 UTC 2018 - coolo@suse.com diff --git a/perl-File-Object.spec b/perl-File-Object.spec index a5a2b50..b08ec1c 100644 --- a/perl-File-Object.spec +++ b/perl-File-Object.spec @@ -1,7 +1,7 @@ # # spec file for package perl-File-Object # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,22 +12,20 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -Name: perl-File-Object -Version: 0.11 -Release: 0 %define cpan_name File-Object +Name: perl-File-Object +Version: 0.13 +Release: 0 Summary: Object system for filesystem paths License: BSD-3-Clause -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/File-Object/ +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/S/SK/SKIM/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Class::Utils) >= 0.03 @@ -42,14 +40,14 @@ Requires: perl(Error::Pure) >= 0.16 Object system for filesystem paths. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor +%make_build %check -%{__make} test +make test %install %perl_make_install @@ -57,7 +55,6 @@ Object system for filesystem paths. %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes examples README %license LICENSE