Accepting request 334166 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/334166
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Utils?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2015-09-28 11:13:12 +00:00
committed by Git OBS Bridge
parent a5a5446b99
commit 5ffee9bfdf
5 changed files with 42 additions and 6 deletions

View File

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

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

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

23
cpanspec.yml Normal file
View File

@@ -0,0 +1,23 @@
---
#description_paragraphs: 3
#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_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

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Sep 28 08:31:08 UTC 2015 - coolo@suse.com
- updated to 0.07
see /usr/share/doc/packages/perl-Class-Utils/Changes
0.07 2015-09-27T17:57:34+02:00
- Improve EXAMPLE5 section in doc.
- Improve LICENSE AND COPYRIGHT section in doc.
- Move author tests to xt/ directory.
- Remove diacritics from author name.
- Update Module::Install to 1.16 version.
- Update copyright years.
-------------------------------------------------------------------
Sun Apr 19 15:01:54 UTC 2015 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-Class-Utils
Version: 0.06
Version: 0.07
Release: 0
%define cpan_name Class-Utils
Summary: Class utilities
@@ -25,6 +25,7 @@ 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
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -32,8 +33,6 @@ BuildRequires: perl-macros
BuildRequires: perl(Error::Pure) >= 0.09
BuildRequires: perl(Readonly)
BuildRequires: perl(Test::NoWarnings)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
Requires: perl(Error::Pure) >= 0.09
Requires: perl(Readonly)
%{perl_requires}