1
0

Accepting request 306772 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/306772
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Eval-Closure?expand=0&rev=19
This commit is contained in:
Stephan Kulow 2015-05-13 15:00:31 +00:00 committed by Git OBS Bridge
parent 6756565d72
commit a6f2f7f847
5 changed files with 39 additions and 6 deletions

View File

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

3
Eval-Closure-0.13.tar.gz Normal file
View File

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

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,12 @@
-------------------------------------------------------------------
Wed May 13 12:28:09 UTC 2015 - coolo@suse.com
- updated to 0.13
see /usr/share/doc/packages/perl-Eval-Closure/Changes
0.13 2015-05-12
- one more fix for blead (eserte, jplesnik, #6)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 14 18:17:21 UTC 2015 - coolo@suse.com Tue Apr 14 18:17:21 UTC 2015 - coolo@suse.com

View File

@ -17,14 +17,15 @@
Name: perl-Eval-Closure Name: perl-Eval-Closure
Version: 0.12 Version: 0.13
Release: 0 Release: 0
%define cpan_name Eval-Closure %define cpan_name Eval-Closure
Summary: safely and cleanly create closures via string eval Summary: Safely and Cleanly Create Closures Via String Eval
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Eval-Closure/ Url: http://search.cpan.org/dist/Eval-Closure/
Source: http://www.cpan.org/authors/id/D/DO/DOY/%{cpan_name}-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/D/DO/DOY/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl