diff --git a/File-HomeDir-1.004.tar.gz b/File-HomeDir-1.004.tar.gz deleted file mode 100644 index 9a275f4..0000000 --- a/File-HomeDir-1.004.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45f67e2bb5e60a7970d080e8f02079732e5a8dfc0c7c3cbdb29abfb3f9f791ad -size 35400 diff --git a/File-HomeDir-1.006.tar.gz b/File-HomeDir-1.006.tar.gz new file mode 100644 index 0000000..ebbf60c --- /dev/null +++ b/File-HomeDir-1.006.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:593737c62df0f6dab5d4122e0b4476417945bb6262c33eedc009665ef1548852 +size 35855 diff --git a/perl-File-HomeDir.changes b/perl-File-HomeDir.changes index 3332c9c..8d37265 100644 --- a/perl-File-HomeDir.changes +++ b/perl-File-HomeDir.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Sep 29 03:07:32 UTC 2020 - Tina Müller + +- updated to 1.006 + see /usr/share/doc/packages/perl-File-HomeDir/Changes + + 1.006 2020-09-28 + - re-release with minor fixes to cover modern toolchain + - apply fix for RT#128096 reported by ANDK, thank you Andreas + ------------------------------------------------------------------- Thu May 3 05:20:11 UTC 2018 - coolo@suse.com diff --git a/perl-File-HomeDir.spec b/perl-File-HomeDir.spec index d73a98f..79f2749 100644 --- a/perl-File-HomeDir.spec +++ b/perl-File-HomeDir.spec @@ -1,7 +1,7 @@ # # spec file for package perl-File-HomeDir # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,18 +12,18 @@ # 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-HomeDir -Version: 1.004 +Version: 1.006 Release: 0 %define cpan_name File-HomeDir Summary: Find your home and other directories on any platform License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/File-HomeDir/ +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -52,11 +52,11 @@ elegantly and correctly no matter where you run it. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install