Accepting request 871165 from devel:languages:perl:autoupdate

- updated to 20210112.004
   see /usr/share/doc/packages/perl-Business-ISBN-Data/Changes
  20210112.004 2021-02-10T04:29:32Z
  	* Test the default data.
  	* Add a note about packaging RangeMessage.xml (adapted from gwyn17)

OBS-URL: https://build.opensuse.org/request/show/871165
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Business-ISBN-Data?expand=0&rev=30
This commit is contained in:
Pedro Monreal Gonzalez 2021-02-11 10:43:10 +00:00 committed by Git OBS Bridge
parent 26f9a93cf3
commit 35d190c872
4 changed files with 19 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Feb 11 03:06:09 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 20210112.004
see /usr/share/doc/packages/perl-Business-ISBN-Data/Changes
20210112.004 2021-02-10T04:29:32Z
* Test the default data.
* Add a note about packaging RangeMessage.xml (adapted from gwyn17)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 10 03:06:11 UTC 2021 - Tina Müller <timueller+perl@suse.de> Wed Feb 10 03:06:11 UTC 2021 - Tina Müller <timueller+perl@suse.de>

View File

@ -18,7 +18,7 @@
%define cpan_name Business-ISBN-Data %define cpan_name Business-ISBN-Data
Name: perl-Business-ISBN-Data Name: perl-Business-ISBN-Data
Version: 20210112.003 Version: 20210112.004
Release: 0 Release: 0
Summary: Data pack for Business::ISBN Summary: Data pack for Business::ISBN
License: Artistic-2.0 License: Artistic-2.0
@ -36,7 +36,8 @@ You don't need to load this module yourself in most cases. Business::ISBN
will load it when it loads. will load it when it loads.
These data are generated from the _RangeMessage.xml_ file provided by the These data are generated from the _RangeMessage.xml_ file provided by the
ISBN Agency. You can retrieve this yourself at ISBN Agency. The distributed version matches the date in the version for
this module. You can retrieve this yourself at
https://www.isbn-international.org/range_file_generation. This file is https://www.isbn-international.org/range_file_generation. This file is
included as part of the distribution and should be installed at included as part of the distribution and should be installed at
_~lib/Business/ISBN/Data/RangeMessage.xml_. _~lib/Business/ISBN/Data/RangeMessage.xml_.
@ -48,8 +49,8 @@ earlier) data without having to install something new or wait for an update
to this module. to this module.
If the default _RangeMessage.xml_ or your alternate one is not available, If the default _RangeMessage.xml_ or your alternate one is not available,
the module falls back to data included in _Data.pm_. However, that data is the module falls back to data included in _Data.pm_. However, that data are
likely to be older data. If it does not find that file, it looks for likely to be older. If it does not find that file, it looks for
_RangeMessage.xml_ in the current directory. _RangeMessage.xml_ in the current directory.
The data are in '%Business::ISBN::country_data' (although the "country" The data are in '%Business::ISBN::country_data' (although the "country"
@ -58,6 +59,7 @@ part is historical). If you want to see where the data are from, check
%prep %prep
%autosetup -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor