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:
committed by
Git OBS Bridge
parent
1689b5206e
commit
a6075b76a7
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8fa0ed0101d04e661821a7b78e8d62ce3e19b299275bbfed178e2ba8912663ea
|
||||
size 76303
|
3
Data-MessagePack-1.02.tar.gz
Normal file
3
Data-MessagePack-1.02.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c33db44790aa8d254147882e2378dffe970ad60331350bde062d17953482b1b7
|
||||
size 76396
|
@@ -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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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
|
||||
Summary: MessagePack serializing/deserializing
|
||||
Name: perl-Data-MessagePack
|
||||
Version: 1.02
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: https://metacpan.org/release/%{cpan_name}
|
||||
Summary: MessagePack serializing/deserializing
|
||||
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.42
|
||||
@@ -42,7 +40,7 @@ Requires: perl(Math::BigInt) >= 1.89
|
||||
This module converts Perl data structures to MessagePack and vice versa.
|
||||
|
||||
%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
|
||||
|
||||
%build
|
||||
@@ -57,7 +55,6 @@ perl Build.PL installdirs=vendor optimize="%{optflags}"
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes minil.toml README.md
|
||||
%license LICENSE
|
||||
|
||||
|
Reference in New Issue
Block a user