From 687c6768ee67a1b2cc2154f7c740205506345d0b Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Fri, 25 May 2018 12:14:32 +0200 Subject: [PATCH] Temporary one-time change to bootstrap package on riscv64 (RISC-V) Signed-off-by: David Abdurachmanov --- perl-JSON-MaybeXS.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/perl-JSON-MaybeXS.spec b/perl-JSON-MaybeXS.spec index 567531f..dda2fc0 100644 --- a/perl-JSON-MaybeXS.spec +++ b/perl-JSON-MaybeXS.spec @@ -9,7 +9,7 @@ Name: perl-JSON-MaybeXS Summary: Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP Version: 1.004000 -Release: 1%{?dist} +Release: 1.0.riscv64%{?dist} License: GPL+ or Artistic URL: http://search.cpan.org/dist/JSON-MaybeXS/ Source0: http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/JSON-MaybeXS-%{version}.tar.gz @@ -33,7 +33,7 @@ BuildRequires: perl(File::Temp) # Module Runtime BuildRequires: perl(base) BuildRequires: perl(Carp) -BuildRequires: perl(Cpanel::JSON::XS) >= 2.3310 +#BuildRequires: perl(Cpanel::JSON::XS) >= 2.3310 BuildRequires: perl(Exporter) BuildRequires: perl(Scalar::Util) BuildRequires: perl(strict) @@ -45,7 +45,7 @@ BuildRequires: perl(JSON::XS) >= 3.0 BuildRequires: perl(Test::More) >= 0.88 # Runtime Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) -Requires: perl(Cpanel::JSON::XS) >= 2.3310 +#Requires: perl(Cpanel::JSON::XS) >= 2.3310 %description This module first checks to see if either Cpanel::JSON::XS or JSON::XS @@ -82,6 +82,9 @@ make test %{_mandir}/man3/JSON::MaybeXS.3* %changelog +* Fri May 25 2018 David Abdurachmanov - 1.004000-1.0.riscv64 +- Temporary one-time change to bootstrap package on riscv64 (RISC-V) + * Fri Apr 20 2018 Paul Howarth - 1.004000-1 - Update to 1.004000 - Added true and false subs so they can be used via JSON::MaybeXS rather than