Accepting request 436629 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/436629 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Importer?expand=0&rev=2
This commit is contained in:
parent
b188388bea
commit
91dea207fe
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:79b088cdead749d2c5a8cf585456cba064b4847c003a28d02d10a6cc2231b989
|
||||
size 39481
|
3
Importer-0.024.tar.gz
Normal file
3
Importer-0.024.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d19760ceb366b664985ace9a7ee1b54a438b1e060a5bca6eff0c6a35b07a557
|
||||
size 41264
|
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,62 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 21 05:38:10 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 0.024
|
||||
see /usr/share/doc/packages/perl-Importer/Changes
|
||||
|
||||
0.024 2016-10-20 06:11:07-07:00 America/Los_Angeles
|
||||
|
||||
- No changes from dev release
|
||||
|
||||
0.023 2016-09-15 12:08:40-07:00 America/Los_Angeles (TRIAL RELEASE)
|
||||
|
||||
- Remove experimental pin feature
|
||||
|
||||
0.022 2016-09-14 13:38:19-07:00 America/Los_Angeles (TRIAL RELEASE)
|
||||
|
||||
- Fix infinite recursion on empty pins
|
||||
- Pass caller into on_use
|
||||
|
||||
0.021 2016-08-28 16:44:26-07:00 America/Los_Angeles (TRIAL RELEASE)
|
||||
|
||||
- 'pins' allow multiple inheritence
|
||||
- 'pins' allow +pin => [...]
|
||||
- Allow nesting tags
|
||||
- Allow specs in tags
|
||||
- Saner arg parsing all around
|
||||
|
||||
0.020 2016-08-27 15:32:16-07:00 America/Los_Angeles (TRIAL RELEASE)
|
||||
|
||||
- Make 'pins' feature more sane
|
||||
- remove '*' in favor of real inheritance
|
||||
- use 'undef' for on_use argument when no pin is provided
|
||||
- Fix bug where menu attribute was reset multiple times using pins
|
||||
|
||||
0.019 2016-08-25 22:00:28-07:00 America/Los_Angeles (TRIAL RELEASE)
|
||||
|
||||
- Rename the 'version-sets' feature to 'pins' to avoid confusions and
|
||||
conflicts
|
||||
|
||||
0.018 2016-08-21 16:09:24-07:00 America/Los_Angeles (TRIAL RELEASE)
|
||||
|
||||
- Allow renaming of the 'v0' version set
|
||||
|
||||
0.017 2016-08-20 22:57:17-07:00 America/Los_Angeles (TRIAL RELEASE)
|
||||
|
||||
- Add on_use/sub EXPORT_ON_USE { ... } feature
|
||||
|
||||
0.016 2016-08-20 21:41:34-07:00 America/Los_Angeles (TRIAL RELEASE)
|
||||
|
||||
- Add polish to version-sets
|
||||
- Add '*' version for common things
|
||||
- Do not allow tags or versions inside a version specification
|
||||
- More documentation for version-sets
|
||||
|
||||
0.015 2016-08-20 15:26:23-07:00 America/Los_Angeles (TRIAL RELEASE)
|
||||
|
||||
- Add support for version-sets
|
||||
- Spelling fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 22 15:19:36 UTC 2016 - coolo@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Importer
|
||||
Version: 0.014
|
||||
Version: 0.024
|
||||
Release: 0
|
||||
%define cpan_name Importer
|
||||
Summary: Alternative but compatible interface to modules that export symbols
|
||||
@ -25,6 +25,7 @@ License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Importer/
|
||||
Source0: http://www.cpan.org/authors/id/E/EX/EXODIST/%{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