diff --git a/File-Temp-0.2308.tar.gz b/File-Temp-0.2308.tar.gz deleted file mode 100644 index 262a317..0000000 --- a/File-Temp-0.2308.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ca1cb22e2ab1592e864b17c861113b5960e54d398726befc90559fb8df8d1d4 -size 77022 diff --git a/File-Temp-0.2309.tar.gz b/File-Temp-0.2309.tar.gz new file mode 100644 index 0000000..e54c0a4 --- /dev/null +++ b/File-Temp-0.2309.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01b242a9888d155db981aa0a9891ce2c9e439f0e4bbff4dbf17ca4997be6235f +size 74840 diff --git a/perl-File-Temp.changes b/perl-File-Temp.changes index 5ce1eef..7bc47f0 100644 --- a/perl-File-Temp.changes +++ b/perl-File-Temp.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jan 7 06:10:28 UTC 2019 - Stephan Kulow + +- updated to 0.2309 + see /usr/share/doc/packages/perl-File-Temp/Changes + + 0.2309 2019-01-06 20:29:15Z + - fix longstanding pod formatting error (issue #19, RT#109526) + ------------------------------------------------------------------- Sat Aug 25 05:23:31 UTC 2018 - coolo@suse.com diff --git a/perl-File-Temp.spec b/perl-File-Temp.spec index 4c105d2..7fd6d31 100644 --- a/perl-File-Temp.spec +++ b/perl-File-Temp.spec @@ -1,7 +1,7 @@ # # spec file for package perl-File-Temp # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # 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-Temp -Version: 0.2308 +Version: 0.2309 Release: 0 %define cpan_name File-Temp Summary: Return Name and Handle of a Temporary File Safely License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/File-Temp/ +Url: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -69,11 +69,11 @@ Filehandles returned by these functions support the seekable methods. %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 @@ -82,7 +82,7 @@ Filehandles returned by these functions support the seekable methods. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes CONTRIBUTING CONTRIBUTING.mkdn README README.mkdn +%doc Changes CONTRIBUTING README %license LICENSE %changelog