1
0

Accepting request 663270 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/663270
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Temp?expand=0&rev=21
This commit is contained in:
2019-01-08 09:08:41 +00:00
committed by Git OBS Bridge
parent f7a5b7528f
commit cb1ce248eb
4 changed files with 20 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1ca1cb22e2ab1592e864b17c861113b5960e54d398726befc90559fb8df8d1d4
size 77022

3
File-Temp-0.2309.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:01b242a9888d155db981aa0a9891ce2c9e439f0e4bbff4dbf17ca4997be6235f
size 74840

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jan 7 06:10:28 UTC 2019 - Stephan Kulow <coolo@suse.com>
- 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

View File

@@ -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