[perl-Type-Tiny] Upstream update.

corsepiu corsepiu at fedoraproject.org
Tue Apr 8 15:23:47 UTC 2014


commit 0139c0d4d835c28d5ea74351f7a5169bf3fd1c6e
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Tue Apr 8 17:23:34 2014 +0200

    Upstream update.
    
    - Split out perl(Test::TypeTiny) to avoid deps on perl(Test::*).

 .gitignore          |    1 +
 perl-Type-Tiny.spec |   18 +++++++++++++++++-
 sources             |    2 +-
 3 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b876540..f85e927 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Type-Tiny-0.040.tar.gz
+/Type-Tiny-0.042.tar.gz
diff --git a/perl-Type-Tiny.spec b/perl-Type-Tiny.spec
index 1f5d40a..454b8b8 100644
--- a/perl-Type-Tiny.spec
+++ b/perl-Type-Tiny.spec
@@ -1,5 +1,5 @@
 Name:           perl-Type-Tiny
-Version:        0.040
+Version:        0.042
 Release:        1%{?dist}
 Summary:        Tiny, yet Moo(se)-compatible type constraint
 License:        GPL+ or Artistic
@@ -61,6 +61,12 @@ Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
 Type::Tiny is a tiny class for creating Moose-like type constraint objects
 which are compatible with Moo, Moose and Mouse.
 
+%package -n perl-Test-TypeTiny
+Summary: Test::TypeTiny module
+
+%description -n perl-Test-TypeTiny
+Test::TypeTiny module.
+
 %prep
 %setup -q -n Type-Tiny-%{version}
 
@@ -83,7 +89,17 @@ make test
 %{perl_vendorlib}/*
 %{!?with_reply_plugin:%exclude %{perl_vendorlib}/Reply}
 %{_mandir}/man3/*
+%exclude %{perl_vendorlib}/Test
+%exclude %{_mandir}/man3/Test::TypeTiny.3pm*
+
+%files -n perl-Test-TypeTiny
+%{perl_vendorlib}/Test
+%{_mandir}/man3/Test::TypeTiny.3pm*
 
 %changelog
+* Tue Apr 08 2014 Ralf Corsépius <corsepiu at fedoraproject.org> 0.042-1
+- Upstream update.
+- Split out perl(Test::TypeTiny) to avoid deps on perl(Test::*).
+
 * Fri Mar 21 2014 Ralf Corsépius <corsepiu at fedoraproject.org> 0.040-1
 - Initial Fedora package.
diff --git a/sources b/sources
index a83cbf8..68f698e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e1b0730e699d03cd82c240d79f64635f  Type-Tiny-0.040.tar.gz
+0e0c460dfcaeb97ad91d9d6f101657f6  Type-Tiny-0.042.tar.gz



More information about the perl-devel mailing list