Sync from SUSE:SLFO:Main perl-Business-ISBN revision 34a1e6b8054fe41c59fb797cc13a2878

This commit is contained in:
Adrian Schröter 2024-05-03 17:52:18 +02:00
commit 1c5a03dd21
5 changed files with 309 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

BIN
Business-ISBN-3.008.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

28
cpanspec.yml Normal file
View 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

190
perl-Business-ISBN.changes Normal file
View File

@ -0,0 +1,190 @@
-------------------------------------------------------------------
Fri Mar 24 03:06:11 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 3.008
see /usr/share/doc/packages/perl-Business-ISBN/Changes
3.008 2023-03-23T19:56:57Z
* Fix test for GitHub #24. An ISBN that was invalid is now valid.
-------------------------------------------------------------------
Mon Jan 10 03:06:57 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 3.007
see /usr/share/doc/packages/perl-Business-ISBN/Changes
3.007 2022-01-09T04:33:56Z
* no code changes. Fix a link in README.pod.
-------------------------------------------------------------------
Wed Jan 20 03:06:20 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 3.006
see /usr/share/doc/packages/perl-Business-ISBN/Changes
3.006 2021-01-19T14:44:51Z
* freshen distro, dump Travis CI, add Github Actions
* New Business::ISBN::Data is on the way too
-------------------------------------------------------------------
Thu Dec 12 03:07:59 UTC 2019 - <timueller+perl@suse.de>
- updated to 3.005
see /usr/share/doc/packages/perl-Business-ISBN/Changes
3.005 2019-12-11T20:27:13Z
* Peter Williams fixed a big problem with ISBN-13 (GitHub #12)
* You'll need to update Business::ISBN::Data too because Peter
adjusted the structure of the underlying data structure.
-------------------------------------------------------------------
Tue Apr 25 05:08:46 UTC 2017 - coolo@suse.com
- updated to 3.004
see /usr/share/doc/packages/perl-Business-ISBN/Changes
3.004 2017-04-24T20:02:52Z
* Remove Mojo dependencies after splitting out Business::xISBN
(Michiel Beijen)
* Remove unneeded code from the checksumming stuff (Mike O'Regan)
* We now test on Windows through AppVeyor
-------------------------------------------------------------------
Wed Sep 21 05:06:15 UTC 2016 - coolo@suse.com
- updated to 3.003
see /usr/share/doc/packages/perl-Business-ISBN/Changes
3.003 2016-09-19T22:03:24Z
* Clarify everywhere that I'm using Artistic License 2.0
-------------------------------------------------------------------
Thu Aug 11 05:06:02 UTC 2016 - coolo@suse.com
- updated to 3.002
see /usr/share/doc/packages/perl-Business-ISBN/Changes
-------------------------------------------------------------------
Sun Sep 21 13:44:22 UTC 2014 - lars@linux-schulserver.de
- update to 2.09:
* Break circular dependency on Test::ISBN
* Add increment and decrement to create new article numbers
(Markus Spann)
- require Business::ISBN::Data >= 20140910
- also build require perl(GD) and perl(GD::Barcode::EAN13) for
Barcode testing
-------------------------------------------------------------------
Sat Jan 4 12:33:58 UTC 2014 - lars@linux-schulserver.de
- update to 2.07
+ Get rid of MYMETA
-------------------------------------------------------------------
Fri Jun 14 14:35:16 UTC 2013 - coolo@suse.com
- updated to 2.06
* Fix test with now-valid group code (RT 78671)
* Update the URL for the Worldcat stuff so xisbn works.
* Various distro cleanups.
-------------------------------------------------------------------
Fri Nov 18 11:08:47 UTC 2011 - coolo@suse.com
- use original .tar.gz
-------------------------------------------------------------------
Wed Aug 24 19:59:29 UTC 2011 - chris@computersalat.de
- fix build for CentOS
* Unknown tag: Recommends:
- cleanup spec
* header
* remove Author from desc
* macros
-------------------------------------------------------------------
Wed Dec 1 13:30:49 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Sat Sep 4 18:43:35 UTC 2010 - chris@computersalat.de
- recreated by cpanspec 1.78
- noarch pkg
- fix deps
-------------------------------------------------------------------
Sun Aug 30 12:14:26 CEST 2009 - lars@linux-schulserver.de
- hardcode perl-libwww-perl requirement
-------------------------------------------------------------------
Sat Jul 25 19:29:00 CEST 2009 - chris@computersalat.de
- spec mods
* removed ^----------
* removed ^#---------
-------------------------------------------------------------------
Sun Jun 28 19:29:20 CEST 2009 - chris@computersalat.de
- update to 2.05
- 2.05 - Sun Jan 25 00:00:17 2009
* Updated for latest data in Business::ISBN::Data
- 2.04_01 - Mon Oct 27 12:08:03 2008
* Revert the GD prereq. A lot of testers have borked GD
installs.
* Require 5.8. Some of the new stuff isn't playing well with
5.6
- 2.04 - Sun Oct 26 18:29:20 2008
* Fix tests that used 99902 as a bad prefix. That now
belongs to Gabon.
- added perl-macros
o autogen filelist with perl_gen_filelist
- spec mods
o added header
o fixed deps
-------------------------------------------------------------------
Wed May 7 12:25:46 CEST 2008 - lrupp@suse.de
- update to 2.03
* Fixed minor distro problems
* Explore RT #29292. I don't seem to have the problem with
hyphens for ISBN-13, but let's see what CPAN Testers has to
say
* [BUGFIX] ISBN13 was returing "Bookland" for all groups, but
it shouldn't do that. Now it returns the same thing you'd
get from ISBN10 (e.g. "English", "German", ... ).
* [BUGFIX] RT 29089 - I had the wrong _max_length for ISBN13.
That 13 is the hint that it should be 13. :)
* [FEATURE] added exportable function valid_isbn_checksum that
takes care of all of the object stuff for you and just gives
you the answer. In previous docs, this was called is_valid_checksum
even though that conflicted with an object method. It was
documented but never implemented. Now it's there. :)
* [BUGFIX] now should pass tests under 5.6.2, after a bit of
backporting. Upgrade already people! :)
* Don't import import() from Exporter. There are a lot of people
(apparently) using very old perls, not just CPAN Testers.
* fixes RT #28843: an ISBN-13 with a bad prefix shouldn't croak,
but return an object that explains the error.
* Official release of Business::ISBN to handle ISBN-13
* Does not handle 979- numbers yet (need publisher data for that)
* Does handle 978-numbere, which is the 10 digit ISBN with a
different "country code", so it uses the same publisher data
* There are significant API changes to handle the new stuff. It's
not so bad, but test it before you rip out the old Business::ISBN
stuff.
* Completely redone internals to handle ISBN-10 and ISBN-13
* Some interface changes to Business::ISBN 1.x
* Removed exportable functions.
-------------------------------------------------------------------
Mon Jul 23 14:33:01 CEST 2007 - lrupp@suse.de
- initial package 1.84

65
perl-Business-ISBN.spec Normal file
View File

@ -0,0 +1,65 @@
#
# spec file for package perl-Business-ISBN
#
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define cpan_name Business-ISBN
Name: perl-Business-ISBN
Version: 3.008
Release: 0
License: Artistic-2.0
Summary: Work with International Standard Book Numbers
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Business::ISBN::Data) >= 20230322.001
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
BuildRequires: perl(Test::More) >= 1
Requires: perl(Business::ISBN::Data) >= 20230322.001
%{perl_requires}
%description
This modules handles International Standard Book Numbers, including ISBN-10
and ISBN-13.
The data come from Business::ISBN::Data, which means you can update the
data separately from the code. Also, you can use Business::ISBN::Data with
whatever _RangeMessage.xml_ you like if you have updated data. See that
module for details.
%prep
%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check
make test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
%doc bad-isbn13s.txt bad-isbns.txt Changes examples isbn13s.txt isbns.txt
%license LICENSE
%changelog