diff --git a/Business-ISBN-Data-20120719.001.tar.gz b/Business-ISBN-Data-20120719.001.tar.gz deleted file mode 100644 index 5c862c6..0000000 --- a/Business-ISBN-Data-20120719.001.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:745f6bf8f7bd912c0a1865aa5f7e49343804de27783f544b2e2c714e14a704a3 -size 14745 diff --git a/Business-ISBN-Data-20140910.001.tar.gz b/Business-ISBN-Data-20140910.001.tar.gz new file mode 100644 index 0000000..ae7b903 --- /dev/null +++ b/Business-ISBN-Data-20140910.001.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0adb9cd52cbefd20fcbae1af782c7e8d19bd11adf7ce9c446942338cefcc2d5d +size 16222 diff --git a/perl-Business-ISBN-Data.changes b/perl-Business-ISBN-Data.changes index aa3fc1e..d416c16 100644 --- a/perl-Business-ISBN-Data.changes +++ b/perl-Business-ISBN-Data.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Sep 21 13:42:01 UTC 2014 - lars@linux-schulserver.de + +- updated to 20140910.001: + * Update to the latest data (2014-09-10) +- fix perl path in make_data.pl + ------------------------------------------------------------------- Tue Jun 4 11:43:57 UTC 2013 - coolo@suse.com diff --git a/perl-Business-ISBN-Data.spec b/perl-Business-ISBN-Data.spec index c1bd160..f7768ae 100644 --- a/perl-Business-ISBN-Data.spec +++ b/perl-Business-ISBN-Data.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Business-ISBN-Data # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products 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,10 +17,10 @@ Name: perl-Business-ISBN-Data -Version: 20120719.001 +Version: 20140910.001 Release: 0 -%define cpan_name Business-ISBN-Data -Summary: data pack for Business::ISBN +%define cpan_name Business-ISBN-Data +Summary: Data pack for Business::ISBN License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Business-ISBN-Data/ @@ -30,8 +30,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Test::More) >= 0.95 -#BuildRequires: perl(LWP::Simple) Requires: perl(Test::More) >= 0.95 +#BuildRequires: perl(Test::Pod) +#BuildRequires: perl(Test::Pod::Coverage) %{perl_requires} %description @@ -54,12 +55,13 @@ 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 likely to be older data. -The data are in '%Business::ISBN::country_data' (although the "country" +The data are in 'Business::ISBN::country_data' (although the "country" part is historical). If you want to see where the data are from, check '$Business::ISBN::country_data{_source}'. %prep %setup -q -n %{cpan_name}-%{version} +sed -i "s|^#!/usr/local/bin/.*|%{_bindir}/perl|" make_data.pl %build %{__perl} Makefile.PL INSTALLDIRS=vendor