Accepting request 574008 from devel:languages:perl:autoupdate

- updated to 0.08
   see /usr/share/doc/packages/perl-Class-Utils/Changes
  0.08 2018-01-22T16:30:04+01:00
   - Fix Makefile.PL for new version of Perl and no default »use lib '.'«.
   - Update Module::Install to 1.19 version.
   - Update author name.
   - Update copyright years.

OBS-URL: https://build.opensuse.org/request/show/574008
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Utils?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2018-02-08 06:11:45 +00:00
committed by Git OBS Bridge
parent 5ffee9bfdf
commit eddb8ccea8
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:240e2cc22f418e7b94cb3ebc8b19f7ad65c27b0e6dcd9be61a9b64cd80bd5c67
size 25945

3
Class-Utils-0.08.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Feb 7 16:14:20 UTC 2018 - coolo@suse.com
- updated to 0.08
see /usr/share/doc/packages/perl-Class-Utils/Changes
0.08 2018-01-22T16:30:04+01:00
- Fix Makefile.PL for new version of Perl and no default »use lib '.'«.
- Update Module::Install to 1.19 version.
- Update author name.
- Update copyright years.
-------------------------------------------------------------------
Mon Sep 28 08:31:08 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Class-Utils
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 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-Utils
Version: 0.07
Version: 0.08
Release: 0
%define cpan_name Class-Utils
Summary: Class utilities
License: BSD-3-Clause
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Class-Utils/
Source0: http://www.cpan.org/authors/id/S/SK/SKIM/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/S/SK/SKIM/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -57,6 +57,7 @@ Class utilities.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples LICENSE README
%doc Changes examples README
%license LICENSE
%changelog