1
0

Accepting request 623530 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/623530
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Exporter-Tiny?expand=0&rev=12
This commit is contained in:
Stephan Kulow 2018-07-21 09:27:18 +00:00 committed by Git OBS Bridge
parent 7c4f7f7061
commit 5385a2d0a7
4 changed files with 35 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Wed Jul 18 05:22:03 UTC 2018 - coolo@suse.com
- updated to 1.002001
see /usr/share/doc/packages/perl-Exporter-Tiny/Changes
1.002001 2018-07-17
[ Packaging ]
- Fix dates in changelog.
1.002000 2018-07-17
[ Packaging ]
- Repackage as 1.002000.
1.001_001 2018-06-29
[ Test Suite ]
- Improved test coverage, up from 88.78% on coveralls.io to 96.74%.
1.001_000 2018-06-26
- Added: Support for exporting non-code symbols such as $Foo, @Bar, and
%Baz.
- Added: Support for generating non-code symbols.
-------------------------------------------------------------------
Tue Oct 17 09:31:34 UTC 2017 - adrian.glaubitz@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Exporter-Tiny
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,11 +17,11 @@
Name: perl-Exporter-Tiny
Version: 1.000000
Version: 1.002001
Release: 0
%define cpan_name Exporter-Tiny
Summary: An Exporter with the Features of Sub::Exporter but Only Core Dependencies
License: Artistic-1.0 or GPL-1.0+
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Exporter-Tiny/
Source0: https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/%{cpan_name}-%{version}.tar.gz
@ -72,6 +72,7 @@ look at:
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes COPYRIGHT CREDITS doap.ttl examples README LICENSE
%doc Changes COPYRIGHT CREDITS doap.ttl examples README TODO
%license LICENSE
%changelog