forked from pool/perl-Eval-Closure
Accepting request 307010 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/307010 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Eval-Closure?expand=0&rev=18
This commit is contained in:
commit
dc06397a5b
@ -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
3
Eval-Closure-0.13.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:65bec0368e8f0631a24bf6dc6dd24d2d8d485350e406d20005db2c6aa1c0445d
|
||||
size 19735
|
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,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
|
||||
|
||||
|
@ -17,14 +17,15 @@
|
||||
|
||||
|
||||
Name: perl-Eval-Closure
|
||||
Version: 0.12
|
||||
Version: 0.13
|
||||
Release: 0
|
||||
%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+
|
||||
Group: Development/Libraries/Perl
|
||||
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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
|
Loading…
Reference in New Issue
Block a user