update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-ExtractUse?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
5b8a61de23
commit
0219e8c970
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:aec925798638266cc3e539effb549d1b4df1927bec77e5cc329cb2870c1172f6
|
|
||||||
size 26512
|
|
3
Module-ExtractUse-0.33.tar.gz
Normal file
3
Module-ExtractUse-0.33.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a65e3fcd8aee997e0c0eb0a826175758f47d5873fceddcfa450ab881ad1ce59f
|
||||||
|
size 33599
|
21
cpanspec.yml
Normal file
21
cpanspec.yml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
#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: |-
|
||||||
|
: > _build/runtime_params
|
||||||
|
#license: SUSE-NonFree
|
||||||
|
#skip_noarch: 1
|
||||||
|
#custom_build: -
|
||||||
|
#./Build build flags=%{?_smp_mflags} --myflag
|
||||||
|
#ignore_requires: Bizarre::Module
|
@@ -1,3 +1,55 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 23 05:03:28 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.33
|
||||||
|
see /usr/share/doc/packages/perl-Module-ExtractUse/Changes
|
||||||
|
|
||||||
|
0.33 2014-04-11T21:04:52+0200
|
||||||
|
- added base() handling to no (Thomas Klausner)
|
||||||
|
- support 'no MODULE' etc (for RT-94305) (Kenichi Ishigaki)
|
||||||
|
- typo fix (David Steinbrunner)
|
||||||
|
- ignore __DATA|END__ sections (see https://rt.cpan.org/Ticket/Display.html?id=88969 ) (Kenichi Ishigaki)
|
||||||
|
- ignore use/require method calls (Kenichi Ishigaki)
|
||||||
|
|
||||||
|
|
||||||
|
0.32 2013-09-04T16:48:07+0200
|
||||||
|
- not to include cached results (Kenichi Ishigaki)
|
||||||
|
- Fix handling module beginning with v and pragma with version.
|
||||||
|
(Yasutaka ATARASHI)
|
||||||
|
- Recognize "use parent". (Yasutaka ATARASHI)
|
||||||
|
|
||||||
|
|
||||||
|
0.31 2013-05-31T10:21:06+0200
|
||||||
|
- applied a patch from cjm with slight modification to resolve RT#50723
|
||||||
|
(support use Foo::Bar (); etc) (Kenichi Ishigaki)
|
||||||
|
- fixed RT#71761 (Kenichi Ishigaki)
|
||||||
|
- applied a patch from wyant (RT#71761) (Kenichi Ishigaki)
|
||||||
|
- fixed the Pod::Simple encoding issue (Kenichi Ishigaki)
|
||||||
|
- Fix incorrect regexp (ref gh-5). (Yasutaka ATARASHI)
|
||||||
|
- Avoid regex features introduced only in later perl (close gh-5).
|
||||||
|
(Yasutaka ATARASHI)
|
||||||
|
- Use plan() instead of done_testing() (ref gh-5). (Yasutaka ATARASHI)
|
||||||
|
- Add support for bareword leading hyphyen, in-place arrayref and hashref.
|
||||||
|
(Yasutaka ATARASHI)
|
||||||
|
- proper version number for older releases (Brian Cassidy)
|
||||||
|
|
||||||
|
|
||||||
|
0.30 2013-04-18T08:57:49+0200
|
||||||
|
- Add accessors and tests for _in_eval/_out_of_eval. (Yasutaka ATARASHI)
|
||||||
|
- reworked 80_failig.t to TODO tests; (Thomas Klausner)
|
||||||
|
- added more require-in-string corner test cases (suggested by Buddy Burden)
|
||||||
|
(Thomas Klausner)
|
||||||
|
- Fix the case for eval["']expr["'] and add regression tests.
|
||||||
|
(Yasutaka ATARASHI)
|
||||||
|
|
||||||
|
0.29 2013-02-25T20:25:44+0100
|
||||||
|
- fixed regex to filter use/require (RT83569) (reported by
|
||||||
|
ribasushi)
|
||||||
|
|
||||||
|
|
||||||
|
0.28 2012-08-21T14:41:15+0200
|
||||||
|
- whitespace in use base is valid (Barbie)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 31 13:21:58 UTC 2012 - coolo@suse.com
|
Thu May 31 13:21:58 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Module-ExtractUse
|
# spec file for package perl-Module-ExtractUse
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,27 +17,25 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Module-ExtractUse
|
Name: perl-Module-ExtractUse
|
||||||
Version: 0.27
|
Version: 0.33
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Module-ExtractUse
|
%define cpan_name Module-ExtractUse
|
||||||
Summary: Find out what modules are used
|
Summary: Find out what modules are used
|
||||||
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/Module-ExtractUse/
|
Url: http://search.cpan.org/dist/Module-ExtractUse/
|
||||||
Source: http://www.cpan.org/authors/id/D/DO/DOMM/%{cpan_name}-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/D/DO/DOMM/%{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
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Module::Build) >= 0.3601
|
BuildRequires: perl(Module::Build) >= 0.360100
|
||||||
BuildRequires: perl(Parse::RecDescent) >= 1.967009
|
BuildRequires: perl(Parse::RecDescent) >= 1.967009
|
||||||
BuildRequires: perl(Pod::Strip)
|
BuildRequires: perl(Pod::Strip)
|
||||||
BuildRequires: perl(Test::Deep)
|
BuildRequires: perl(Test::Deep)
|
||||||
BuildRequires: perl(Test::NoWarnings)
|
BuildRequires: perl(Test::NoWarnings)
|
||||||
BuildRequires: perl(version)
|
BuildRequires: perl(version)
|
||||||
#BuildRequires: perl(CPANPLUS::Backend)
|
|
||||||
#BuildRequires: perl(Module::ExtractUse)
|
|
||||||
#BuildRequires: perl(Module::ExtractUse::Grammar)
|
|
||||||
Requires: perl(Parse::RecDescent) >= 1.967009
|
Requires: perl(Parse::RecDescent) >= 1.967009
|
||||||
Requires: perl(Pod::Strip)
|
Requires: perl(Pod::Strip)
|
||||||
Requires: perl(version)
|
Requires: perl(version)
|
||||||
@@ -62,10 +60,13 @@ from CPAN) used by the parsed code.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
./Build install destdir=%{buildroot} create_packlist=0
|
./Build install destdir=%{buildroot} create_packlist=0
|
||||||
|
# MANUAL BEGIN
|
||||||
|
: > _build/runtime_params
|
||||||
|
# MANUAL END
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes example grammar LICENSE README xt
|
%doc _build Changes example grammar LICENSE README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user