Accepting request 964210 from devel:languages:perl:autoupdate

- updated to 1.02
   see /usr/share/doc/packages/perl-Data-MessagePack/Changes
  1.02 2022-03-11T14:27:47Z
      - Fix test for usequadmath Perl

OBS-URL: https://build.opensuse.org/request/show/964210
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-MessagePack?expand=0&rev=10
This commit is contained in:
Stephan Kulow
2022-03-26 08:20:02 +00:00
committed by Git OBS Bridge
parent 1689b5206e
commit a6075b76a7
4 changed files with 19 additions and 13 deletions

View File

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

View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Mar 12 03:07:08 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 1.02
see /usr/share/doc/packages/perl-Data-MessagePack/Changes
1.02 2022-03-11T14:27:47Z
- Fix test for usequadmath Perl
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 18 03:08:08 UTC 2020 - <timueller+perl@suse.de> Wed Mar 18 03:08:08 UTC 2020 - <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Data-MessagePack # spec file for package perl-Data-MessagePack
# #
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,15 @@
# #
Name: perl-Data-MessagePack
Version: 1.01
Release: 0
%define cpan_name Data-MessagePack %define cpan_name Data-MessagePack
Summary: MessagePack serializing/deserializing Name: perl-Data-MessagePack
Version: 1.02
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl Summary: MessagePack serializing/deserializing
Url: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/S/SY/SYOHEX/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/S/SY/SYOHEX/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Devel::PPPort) >= 3.42 BuildRequires: perl(Devel::PPPort) >= 3.42
@@ -42,7 +40,7 @@ Requires: perl(Math::BigInt) >= 1.89
This module converts Perl data structures to MessagePack and vice versa. This module converts Perl data structures to MessagePack and vice versa.
%prep %prep
%setup -q -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 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build %build
@@ -57,7 +55,6 @@ perl Build.PL installdirs=vendor optimize="%{optflags}"
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes minil.toml README.md %doc Changes minil.toml README.md
%license LICENSE %license LICENSE