Accepting request 838725 from devel:languages:perl:autoupdate
- 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 OBS-URL: https://build.opensuse.org/request/show/838725 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-HomeDir?expand=0&rev=24
This commit is contained in:
parent
a7b8dfeedd
commit
f8e294804f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:45f67e2bb5e60a7970d080e8f02079732e5a8dfc0c7c3cbdb29abfb3f9f791ad
|
||||
size 35400
|
BIN
File-HomeDir-1.006.tar.gz
(Stored with Git LFS)
Normal file
BIN
File-HomeDir-1.006.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 29 03:07:32 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- 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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user