From e905a022581d1d96e85b728cf547fb3efa0584df72e102bd9afcde9c8a933a71 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Wed, 24 Jul 2019 06:46:26 +0000 Subject: [PATCH] Accepting request 718034 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/718034 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Copy-Recursive?expand=0&rev=7 --- File-Copy-Recursive-0.44.tar.gz | 3 --- File-Copy-Recursive-0.45.tar.gz | 3 +++ cpanspec.yml | 28 ++++++++++++++++++++++++++++ perl-File-Copy-Recursive.changes | 12 ++++++++++++ perl-File-Copy-Recursive.spec | 23 +++++++++++------------ 5 files changed, 54 insertions(+), 15 deletions(-) delete mode 100644 File-Copy-Recursive-0.44.tar.gz create mode 100644 File-Copy-Recursive-0.45.tar.gz create mode 100644 cpanspec.yml diff --git a/File-Copy-Recursive-0.44.tar.gz b/File-Copy-Recursive-0.44.tar.gz deleted file mode 100644 index 713cab0..0000000 --- a/File-Copy-Recursive-0.44.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae19a0b58dc1b3cded9ba9cfb109288d8973d474c0b4bfd28b27cf60e8ca6ee4 -size 19278 diff --git a/File-Copy-Recursive-0.45.tar.gz b/File-Copy-Recursive-0.45.tar.gz new file mode 100644 index 0000000..06a0446 --- /dev/null +++ b/File-Copy-Recursive-0.45.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3971cf78a8345e38042b208bb7b39cb695080386af629f4a04ffd6549df1157 +size 19256 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,28 @@ +--- +#description_paragraphs: 3 +#description: |- +# override description from CPAN +#summary: override summary from CPAN +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_build: |- +# rm unused.files +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-File-Copy-Recursive.changes b/perl-File-Copy-Recursive.changes index a73b961..9e2a737 100644 --- a/perl-File-Copy-Recursive.changes +++ b/perl-File-Copy-Recursive.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Jul 24 05:08:39 UTC 2019 - Stephan Kulow + +- updated to 0.45 + see /usr/share/doc/packages/perl-File-Copy-Recursive/Changes + + - PR #21: fix version 0.43 in Changes file (thanks karenetheridge) + - PR #19: Added missing license meta name. (thanks manwar and karenetheridge) + - PR #24: allow for dev = 0 on NetBSD (thanks plicease) + - PR #25: Remove warning when copying a dir without write perm on the original. (thanks ehickeycp) + - Issue #26: change issues from rt to github + ------------------------------------------------------------------- Wed Sep 26 15:02:28 UTC 2018 - pmonrealgonzalez@suse.com diff --git a/perl-File-Copy-Recursive.spec b/perl-File-Copy-Recursive.spec index a2ce8ca..4ae1ff5 100644 --- a/perl-File-Copy-Recursive.spec +++ b/perl-File-Copy-Recursive.spec @@ -1,7 +1,7 @@ # # spec file for package perl-File-Copy-Recursive # -# 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,31 +12,30 @@ # 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/ # -%define cpan_name File-Copy-Recursive Name: perl-File-Copy-Recursive -Version: 0.44 +Version: 0.45 Release: 0 +%define cpan_name File-Copy-Recursive Summary: Perl extension for recursively copying files and directories License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: https://metacpan.org/pod/File::Copy::Recursive -Source: http://www.cpan.org/authors/id/D/DM/DMUEY/%{cpan_name}-%{version}.tar.gz -BuildRequires: make +Url: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/D/DM/DMUEY/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Path::Tiny) -BuildRequires: perl(Test::Builder) >= 0.70 BuildRequires: perl(Test::Deep) BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::File) BuildRequires: perl(Test::More) >= 0.88 -BuildRequires: perl(Test::Spec) BuildRequires: perl(Test::Warnings) -BuildArch: noarch %{perl_requires} %description @@ -52,7 +51,7 @@ perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %check -make %{?_smp_mflags} test +make test %install %perl_make_install @@ -61,6 +60,6 @@ make %{?_smp_mflags} test %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes README +%doc Changes README README.md %changelog