Accepting request 328741 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/328741 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Object-InsideOut?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
ea6068a432
commit
be1142df1c
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3fb8543b55c99d17145deeae8f65c7fdbe4a9432ed2dbb754b0bdd938ea8aeff
|
||||
size 127352
|
3
Object-InsideOut-4.02.tar.gz
Normal file
3
Object-InsideOut-4.02.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e38a2435325d00427977b2fb89b54e61aedcf56f49a0236473ca995967b713ec
|
||||
size 133786
|
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal 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
|
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 3 08:57:44 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 4.02
|
||||
see /usr/share/doc/packages/perl-Object-InsideOut/Changes
|
||||
|
||||
4.02 Thu Aug 27 00:57:06 2015
|
||||
- Remove errant debugging code - D'oh!
|
||||
|
||||
3.99 Sat Aug 22 00:35:03 2015
|
||||
- Fix array_ref subtype checking on assignment
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 18:11:43 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@@ -17,24 +17,25 @@
|
||||
|
||||
|
||||
Name: perl-Object-InsideOut
|
||||
Version: 3.98
|
||||
Version: 4.02
|
||||
Release: 0
|
||||
%define cpan_name Object-InsideOut
|
||||
Summary: Comprehensive inside-out object support module
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Object-InsideOut/
|
||||
Source: http://www.cpan.org/authors/id/J/JD/JDHEDDEN/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/J/JD/JDHEDDEN/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Exception::Class) >= 1.22
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(Scalar::Util) >= 1.38
|
||||
BuildRequires: perl(Scalar::Util) >= 1.42
|
||||
BuildRequires: perl(Test::More) >= 0.98
|
||||
Requires: perl(Exception::Class) >= 1.22
|
||||
Requires: perl(Scalar::Util) >= 1.38
|
||||
Requires: perl(Scalar::Util) >= 1.42
|
||||
Requires: perl(Test::More) >= 0.98
|
||||
Recommends: perl(Math::Random::MT::Auto) >= 6.18
|
||||
Recommends: perl(Want) >= 0.21
|
||||
@@ -139,7 +140,6 @@ modules with the following additional key advantages:
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
%{__perl} Build.PL installdirs=vendor
|
||||
|
Reference in New Issue
Block a user