epel9
Jitka Plesnikova 4 years ago
parent 85dc2cbeee
commit 990c3429ae

1
.gitignore vendored

@ -6,3 +6,4 @@
/CBOR-XS-1.7.tar.gz
/CBOR-XS-1.71.tar.gz
/CBOR-XS-1.8.tar.gz
/CBOR-XS-1.82.tar.gz

@ -1,15 +1,13 @@
%global cpan_version 1.8
Name: perl-CBOR-XS
Version: 1.80
Release: 7%{?dist}
Version: 1.82
Release: 1%{?dist}
Summary: Concise Binary Object Representation (CBOR)
# COPYING: GPLv3+
## Replaced by system header-only package
# ecb.h: BSD or GPLv2+
License: GPLv3+ and (BSD or GPLv2+)
URL: https://metacpan.org/release/CBOR-XS
Source0: https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/CBOR-XS-%{cpan_version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/CBOR-XS-%{version}.tar.gz
# Use system libecb
Patch0: CBOR-XS-1.6-Include-ecb.h-from-system.patch
# Silent compiler warnings
@ -54,7 +52,7 @@ when you can represent something useful in JSON, you should be able to
represent it in CBOR.
%prep
%setup -q -n CBOR-XS-%{cpan_version}
%setup -q -n CBOR-XS-%{version}
%patch0 -p1
%patch1 -p1
# Remove bundled libecb
@ -81,6 +79,9 @@ make test
%{_mandir}/man3/*
%changelog
* Tue Dec 01 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.82-1
- 1.82 bump
* Mon Nov 30 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.80-1
- 1.8 bump

@ -1 +1 @@
SHA512 (CBOR-XS-1.8.tar.gz) = 96de68098e3a734630b97573ad7a621775354ca00d22eeeda357b311b19d40b9092f5620280014ddc216d72a0f43d23e61ce53c31a583ca8b55fff55965146fc
SHA512 (CBOR-XS-1.82.tar.gz) = ec73ae208c92b22d8938c70748e6a3d4ba0d279ac515598b6d363f4c91b0c6353f4b0df3581b31d8c1c255d37ef5e6c779a04b58abc189d0e93eee21fc44bac6

Loading…
Cancel
Save