Accepting request 502469 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/502469 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Sub-Quote?expand=0&rev=3
This commit is contained in:
parent
206c35e976
commit
f49fef2cc4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9d471d8e13e7ce4793d5a5ec04a60fface14dd53be78dd94d228871915cfd1f9
|
|
||||||
size 19131
|
|
3
Sub-Quote-2.004000.tar.gz
Normal file
3
Sub-Quote-2.004000.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5861520313fa8c8bf8f8b8c64af0d6d9140380652dc1f98bd03370ddaf1a30ff
|
||||||
|
size 20363
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
#description_paragraphs: 3
|
||||||
|
#description: |-
|
||||||
|
# override description from CPAN
|
||||||
|
#summary: override summary from CPAN
|
||||||
|
#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_build: |-
|
||||||
|
# rm unused.files
|
||||||
|
#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,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 9 06:25:54 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 2.004000
|
||||||
|
see /usr/share/doc/packages/perl-Sub-Quote/Changes
|
||||||
|
|
||||||
|
2.004000 - 2017-06-07
|
||||||
|
- more extensive quotify tests
|
||||||
|
- split tests into separate files
|
||||||
|
- propagate package to deferred subs, even if unnamed
|
||||||
|
- reject invalid attributes
|
||||||
|
- include line numbers compile errors (PR#1, djerius)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 11 06:41:34 UTC 2017 - coolo@suse.com
|
Wed Jan 11 06:41:34 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -17,14 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Sub-Quote
|
Name: perl-Sub-Quote
|
||||||
Version: 2.003001
|
Version: 2.004000
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Sub-Quote
|
%define cpan_name Sub-Quote
|
||||||
Summary: Efficient Generation of Subroutines Via String Eval
|
Summary: Efficient generation of subroutines 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/Sub-Quote/
|
Url: http://search.cpan.org/dist/Sub-Quote/
|
||||||
Source0: http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{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
|
||||||
|
Loading…
Reference in New Issue
Block a user