From 7a5a076c4a0be142536f00f22816d437f6931dbbf34aed726ec93f42682b0e9a Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Mon, 14 Aug 2017 13:14:17 +0000 Subject: [PATCH] Accepting request 515279 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/515279 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Inspector?expand=0&rev=29 --- Class-Inspector-1.31.tar.gz | 3 --- Class-Inspector-1.32.tar.gz | 3 +++ perl-Class-Inspector.changes | 12 ++++++++++++ perl-Class-Inspector.spec | 9 +++++---- 4 files changed, 20 insertions(+), 7 deletions(-) delete mode 100644 Class-Inspector-1.31.tar.gz create mode 100644 Class-Inspector-1.32.tar.gz diff --git a/Class-Inspector-1.31.tar.gz b/Class-Inspector-1.31.tar.gz deleted file mode 100644 index 1449da3..0000000 --- a/Class-Inspector-1.31.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:065f649f1f7a676f0496c37dc155cf4812edb77bdbb0e95d28c985deff930eeb -size 24422 diff --git a/Class-Inspector-1.32.tar.gz b/Class-Inspector-1.32.tar.gz new file mode 100644 index 0000000..a7313d1 --- /dev/null +++ b/Class-Inspector-1.32.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cefadc8b5338e43e570bc43f583e7c98d535c17b196bcf9084bb41d561cc0535 +size 25639 diff --git a/perl-Class-Inspector.changes b/perl-Class-Inspector.changes index 1d70fde..6ef41ea 100644 --- a/perl-Class-Inspector.changes +++ b/perl-Class-Inspector.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Aug 9 05:14:12 UTC 2017 - coolo@suse.com + +- updated to 1.32 + see /usr/share/doc/packages/perl-Class-Inspector/Changes + + 1.32 2017-08-08 14:12:42 -0400 + - The installed method now supports @INC hooks of any type + (coderef was supported as of 1.29, now arrayrefs and objects + are supported) + - Detect probably broken Perl on Cygwin in Makefile.PL (see gh#5) + ------------------------------------------------------------------- Sat Nov 26 06:09:58 UTC 2016 - coolo@suse.com diff --git a/perl-Class-Inspector.spec b/perl-Class-Inspector.spec index 55d2b66..c3453dd 100644 --- a/perl-Class-Inspector.spec +++ b/perl-Class-Inspector.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Class-Inspector # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -17,14 +17,14 @@ Name: perl-Class-Inspector -Version: 1.31 +Version: 1.32 Release: 0 %define cpan_name Class-Inspector Summary: Get information about a class and its structure License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Class-Inspector/ -Source0: http://www.cpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -57,6 +57,7 @@ provide an easier, more friendly interface to this information. %files -f %{name}.files %defattr(-,root,root,755) -%doc author.yml Changes LICENSE README +%doc author.yml Changes README +%license LICENSE %changelog