1
0

Accepting request 869807 from devel:languages:perl:autoupdate

- updated to 3.7001
   see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
  2020-02-04      3.7001  Data from OFCOM/CNAC/NPA/localcallingguide.com squirreled
                            away during builds for greater reproducibility;
                          Data updates

OBS-URL: https://build.opensuse.org/request/show/869807
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Number-Phone?expand=0&rev=31
This commit is contained in:
Christian Wittmer
2021-02-06 13:51:44 +00:00
committed by Git OBS Bridge
parent 8f72649530
commit b8fb740179
4 changed files with 18 additions and 11 deletions

View File

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

View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Feb 5 03:11:18 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 3.7001
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
2020-02-04 3.7001 Data from OFCOM/CNAC/NPA/localcallingguide.com squirreled
away during builds for greater reproducibility;
Data updates
-------------------------------------------------------------------
Sat Dec 5 03:09:02 UTC 2020 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Number-Phone
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,19 +16,17 @@
#
%define cpan_name Number-Phone
Name: perl-Number-Phone
Version: 3.7000
Version: 3.7001
Release: 0
#Upstream: This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. Some files are under the Apache licence, a copy of which can be found in the file Apache-2.0.txt.
%define cpan_name Number-Phone
Summary: Base class for Number::Phone::* modules
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/D/DC/DCANTRELL/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(DBM::Deep) >= 2.0008
@@ -55,11 +53,11 @@ Requires: perl(Test::utf8)
base class for Number::Phone::* modules
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%make_build
%check
make test
@@ -70,7 +68,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Apache-2.0.txt CHANGELOG NOTES README.md TODO
%license ARTISTIC.txt GPL2.txt