pghmcfc pushed to perl-Ref-Util-XS (master). "Update to 0.117
(..more)"
by notifications@fedoraproject.org
From eb7957df90e695a2dcdb1214afee5ee55840b5d8 Mon Sep 17 00:00:00 2001
From: Paul Howarth <paul(a)city-fan.org>
Date: Feb 01 2018 09:03:31 +0000
Subject: Update to 0.117
- New upstream release 0.117
- Allow the custom OPs to be deparsed with B::Deparse
- Optimize the shared object size by moving common call checker logic into a
function
---
diff --git a/perl-Ref-Util-XS.spec b/perl-Ref-Util-XS.spec
index 00a6c83..323c386 100644
--- a/perl-Ref-Util-XS.spec
+++ b/perl-Ref-Util-XS.spec
@@ -1,9 +1,9 @@
-# Run optinal test
+# Run optional tests
%bcond_without perl_Ref_Util_XS_enables_optional_test
Name: perl-Ref-Util-XS
-Version: 0.116
-Release: 5%{?dist}
+Version: 0.117
+Release: 1%{?dist}
Summary: Utility functions for checking references
License: MIT
URL: http://search.cpan.org/dist/Ref-Util-XS/
@@ -13,9 +13,9 @@ BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: gcc
BuildRequires: make
-BuildRequires: perl-interpreter
BuildRequires: perl-devel
BuildRequires: perl-generators
+BuildRequires: perl%{?fedora:-interpreter}
BuildRequires: perl(ExtUtils::MakeMaker)
# Module
BuildRequires: perl(Exporter) >= 5.57
@@ -66,6 +66,12 @@ make test
%{_mandir}/man3/Ref::Util::XS.3*
%changelog
+* Wed Jan 31 2018 Paul Howarth <paul(a)city-fan.org> - 0.117-1
+- Update to 0.117
+ - Allow the custom OPs to be deparsed with B::Deparse
+ - Optimize the shared object size by moving common call checker logic into a
+ function
+
* Thu Aug 03 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.116-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
diff --git a/sources b/sources
index 62be411..4b3f673 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Ref-Util-XS-0.116.tar.gz) = 1fdb0cfcd76cddb3007262b1535cb099e663b2baf86b94956bd0fcd2e86e76fea0b3fff3056cbe0b6096873c94de11e1ca34f9576b2206e2b1225d294de2a621
+SHA512 (Ref-Util-XS-0.117.tar.gz) = 5ebcd1bfd6c4b94c17f24c890342d4fba74a7a7c09b3d338208cd5d3fe6b6dd2c504c86ab555c27781b5ede2633d012bb7df819029ce89bec6bc269e21d567a0
https://src.fedoraproject.org/rpms/perl-Ref-Util-XS/c/eb7957df90e695a2dcd...
5 years, 4 months