diff --git a/Data-MessagePack-1.00.tar.gz b/Data-MessagePack-1.00.tar.gz deleted file mode 100644 index 54588bf..0000000 --- a/Data-MessagePack-1.00.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9f0eeaf56ee4dfd509eccba2dd838921aebdf186ba60de166443ffc4b0ba1a2 -size 95172 diff --git a/Data-MessagePack-1.01.tar.gz b/Data-MessagePack-1.01.tar.gz new file mode 100644 index 0000000..41fa4de --- /dev/null +++ b/Data-MessagePack-1.01.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa0ed0101d04e661821a7b78e8d62ce3e19b299275bbfed178e2ba8912663ea +size 76303 diff --git a/perl-Data-MessagePack.changes b/perl-Data-MessagePack.changes index 413056c..885ded9 100644 --- a/perl-Data-MessagePack.changes +++ b/perl-Data-MessagePack.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Mar 18 03:08:08 UTC 2020 - + +- updated to 1.01 + see /usr/share/doc/packages/perl-Data-MessagePack/Changes + + Revision history for Perl extension Data-MessagePack + + 1.01 2020-03-17T17:06:53Z + + - Switch to Minilla from Module::Install + - Fix test for newer Windows Perl + ------------------------------------------------------------------- Sun Oct 7 22:02:02 UTC 2018 - Dirk Stoecker diff --git a/perl-Data-MessagePack.spec b/perl-Data-MessagePack.spec index 3a1b1b5..493ad1c 100644 --- a/perl-Data-MessagePack.spec +++ b/perl-Data-MessagePack.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Data-MessagePack # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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 @@ -12,29 +12,30 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-Data-MessagePack -Version: 1.00 +Version: 1.01 Release: 0 %define cpan_name Data-MessagePack Summary: MessagePack serializing/deserializing -License: Artistic-1.0 or GPL-1.0+ +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Data-MessagePack/ -Source0: http://www.cpan.org/authors/id/S/SY/SYOHEX/%{cpan_name}-%{version}.tar.gz +Url: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/S/SY/SYOHEX/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Devel::PPPort) >= 3.19 -BuildRequires: perl(ExtUtils::ParseXS) >= 3.18 -BuildRequires: perl(File::Copy::Recursive) -BuildRequires: perl(Module::Install) -BuildRequires: perl(Test::More) >= 0.94 +BuildRequires: perl(Devel::PPPort) >= 3.42 +BuildRequires: perl(Math::BigInt) >= 1.89 +BuildRequires: perl(Module::Build) >= 0.400500 +BuildRequires: perl(Module::Build::XSUtil) +BuildRequires: perl(Test::More) >= 0.98 BuildRequires: perl(Test::Requires) +Requires: perl(Math::BigInt) >= 1.89 %{perl_requires} %description @@ -42,22 +43,22 @@ This module converts Perl data structures to MessagePack and vice versa. %prep %setup -q -n %{cpan_name}-%{version} -find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -%{__make} %{?_smp_mflags} +perl Build.PL installdirs=vendor optimize="%{optflags}" +./Build build flags=%{?_smp_mflags} %check -%{__make} test +./Build test %install -%perl_make_install -%perl_process_packlist +./Build install destdir=%{buildroot} create_packlist=0 %perl_gen_filelist %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes minil.toml README.md +%license LICENSE %changelog