From 576e9b4e459e61bb94167a012d1eeb57b20b6aa6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <[email protected]>
Date: Fri, 12 May 2017 10:26:02 +0200
Subject: 0.015 bump
---
.gitignore | 1 +
perl-MooX-Struct.spec | 29 ++++++++++++++++++-----------
sources | 2 +-
3 files changed, 20 insertions(+), 12 deletions(-)
diff --git a/.gitignore b/.gitignore
index 8061bb1..b2fd179 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/MooX-Struct-0.013.tar.gz
/MooX-Struct-0.014.tar.gz
+/MooX-Struct-0.015.tar.gz
diff --git a/perl-MooX-Struct.spec b/perl-MooX-Struct.spec
index ec9625a..b426e59 100644
--- a/perl-MooX-Struct.spec
+++ b/perl-MooX-Struct.spec
@@ -1,19 +1,17 @@
Name: perl-MooX-Struct
-Version: 0.014
-Release: 2%{?dist}
+Version: 0.015
+Release: 1%{?dist}
Summary: Record structure-like Moo classes
# COPYRIGHT: Public Domain
# other files: GPL+ or Artistic
License: (GPL+ or Artistic) and Public Domain
-Group: Development/Libraries
URL: http://search.cpan.org/dist/MooX-Struct/
Source0:
http://www.cpan.org/authors/id/T/TO/TOBYINK/MooX-Struct-%{version}.tar.gz
BuildArch: noarch
-BuildRequires: findutils
BuildRequires: make
BuildRequires: perl
BuildRequires: perl-generators
-BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(strict)
# Run-time:
BuildRequires: perl(:VERSION) >= 5.8
@@ -21,21 +19,23 @@ BuildRequires: perl(B::Deparse)
BuildRequires: perl(B::Hooks::EndOfScope)
BuildRequires: perl(Carp)
BuildRequires: perl(Data::Dumper)
-BuildRequires: perl(Data::OptList)
BuildRequires: perl(Data::Printer::Filter)
+BuildRequires: perl(Exporter::Tiny) >= 0.044
BuildRequires: perl(IO::Handle)
-BuildRequires: perl(Moo) >= 1.000000
+BuildRequires: perl(Moo) >= 1.000
BuildRequires: perl(Moo::Role)
BuildRequires: perl(namespace::clean)
BuildRequires: perl(Object::ID)
BuildRequires: perl(overload)
-BuildRequires: perl(Scalar::Does)
-BuildRequires: perl(Sub::Install)
+BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Term::ANSIColor)
+BuildRequires: perl(Types::Standard) >= 1.000
+BuildRequires: perl(Types::TypeTiny) >= 1.000
BuildRequires: perl(utf8)
BuildRequires: perl(warnings)
# Tests:
BuildRequires: perl(if)
+BuildRequires: perl(Scalar::Does)
BuildRequires: perl(Test::More) >= 0.61
# Optional tests:
BuildRequires: perl(Data::Printer) >= 0.36
@@ -44,24 +44,28 @@ Requires: perl(B::Deparse)
Requires: perl(Data::Dumper)
Requires: perl(Data::Printer) >= 0.36
Requires: perl(Data::Printer::Filter)
+Requires: perl(Exporter::Tiny) >= 0.044
Requires: perl(IO::Handle)
Requires: perl(Moo::Role)
+Requires: perl(Object::ID)
Requires: perl(Term::ANSIColor)
%description
MooX::Struct allows you to create cheap struct-like classes for your data
using Moo.
+# Remove under-specified dependencies
+%global __requires_exclude
%{?__requires_exclude:%{__requires_exclude}|}^perl\\(Exporter::Tiny\\)$
+
%prep
%setup -q -n MooX-Struct-%{version}
%build
-perl Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
make %{?_smp_mflags}
%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -delete
%{_fixperms} $RPM_BUILD_ROOT/*
%check
@@ -74,6 +78,9 @@ make test
%{_mandir}/man3/*
%changelog
+* Fri May 12 2017 Petr Pisar <[email protected]> - 0.015-1
+- 0.015 bump
+
* Sat Feb 11 2017 Fedora Release Engineering <[email protected]> -
0.014-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
diff --git a/sources b/sources
index 797756f..70a2cec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (MooX-Struct-0.014.tar.gz) =
44d477f59ea6c97d4a68793ece33c022a374342e55e072e9e0986d8cdfa4851146ae812ad6363c26284150dca184a9f7ae61b6784858d8e8d1563b80203c348b
+SHA512 (MooX-Struct-0.015.tar.gz) =
b310d704e1b532df19cb47b3fb210a58e076644f2f82b768e44eba968902083b6092bd003c9e05daef3a37ae7cfa17306519c552b0305000add7e7585e0b7122
--
cgit v1.1
https://src.fedoraproject.org/cgit/perl-MooX-Struct.git/commit/?h=master&id=576e9b4e459e61bb94167a012d1eeb57b20b6aa6
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]