Accepting request 516832 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/516832
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-Inspector?expand=0&rev=31
This commit is contained in:
Dominique Leuenberger 2017-08-19 08:55:34 +00:00 committed by Git OBS Bridge
commit acefffc5f5
4 changed files with 20 additions and 7 deletions

View File

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

View File

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

View File

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

View File

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