Accepting request 486131 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/486131
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Regexp-Common?expand=0&rev=29
This commit is contained in:
Yuchen Lin 2017-04-11 10:41:33 +00:00 committed by Git OBS Bridge
commit 10183fbf11
4 changed files with 18 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Apr 5 06:49:47 UTC 2017 - coolo@suse.com
- updated to 2017040401
see /usr/share/doc/packages/perl-Regexp-Common/Changes
Version 2017040401 Tue Apr 4 11:20:45 CEST 2017
+ Prepare for 5.26: don't rely on '.' being present in @INC when testing.
-------------------------------------------------------------------
Sun Jun 12 13:42:40 UTC 2016 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Regexp-Common
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 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,14 +17,15 @@
Name: perl-Regexp-Common
Version: 2016060801
Version: 2017040401
Release: 0
#Upstream: SUSE-Public-Domain
%define cpan_name Regexp-Common
Summary: Provide commonly requested regular expressions
License: Artistic-1.0 or Artistic-2.0 or BSD-3-Clause or MIT
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Regexp-Common/
Source0: http://www.cpan.org/authors/id/A/AB/ABIGAIL/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/A/AB/ABIGAIL/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -58,6 +59,7 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes COPYRIGHT COPYRIGHT.AL COPYRIGHT.AL2 COPYRIGHT.BSD COPYRIGHT.MIT LICENSE README TODO
%doc Changes COPYRIGHT COPYRIGHT.AL COPYRIGHT.AL2 COPYRIGHT.BSD COPYRIGHT.MIT README TODO
%license LICENSE
%changelog