From c30f2b710ef3c6fbbc7f1e9824a8a8eddb36e216 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Thu, 4 May 2017 12:35:48 +0100
Subject: Update to 2.2005

---
 .gitignore      |  1 +
 .rpmlint        | 10 ++++++++++
 perl-Moose.spec | 15 +++++++--------
 sources         |  2 +-
 4 files changed, 19 insertions(+), 9 deletions(-)
 create mode 100644 .rpmlint

diff --git a/.gitignore b/.gitignore
index 561d9e5..cd48f3e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,3 +41,4 @@
 /Moose-2.2002.tar.gz
 /Moose-2.2003.tar.gz
 /Moose-2.2004.tar.gz
+/Moose-2.2005.tar.gz
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 0000000..e7896a0
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,10 @@
+from Config import *
+
+# Nothing from upstream here
+addFilter("no-manual-page-for-binary moose-outdated")
+
+# noarch part of arch package, can't be noarch sub-package though because of 
where it gets installed
+addFilter("only-non-binary-in-usr-lib")
+
+# Technical term not in dictionary
+addFilter("spelling-error %description -l en_US metaclass -> ")
diff --git a/perl-Moose.spec b/perl-Moose.spec
index 97a7b77..899c8e0 100644
--- a/perl-Moose.spec
+++ b/perl-Moose.spec
@@ -1,7 +1,7 @@
 Name:           perl-Moose
 Summary:        Complete modern object system for Perl 5
-Version:        2.2004
-Release:        2%{?dist}
+Version:        2.2005
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 
 Source0:        
http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Moose-%{version}.tar.gz
@@ -72,7 +72,7 @@ BuildRequires:  perl(Module::Runtime::Conflicts) >= 0.002
 BuildRequires:  perl(Test::CheckDeps) >= 0.006
 BuildRequires:  perl(Test::CleanNamespaces)
 BuildRequires:  perl(Test::Fatal) >= 0.001
-BuildRequires:  perl(Test::More) >= 0.94
+BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(Test::Requires) >= 0.05
 BuildRequires:  perl(Test::Warnings)
 
@@ -101,8 +101,7 @@ Requires:       perl(Dist::CheckConflicts) >= 0.02
 Requires:       perl(Devel::PartialDump) >= 0.14
 
 # hidden from PAUSE
-Provides:       perl(Moose::Conflicts)
-Provides:       perl(Moose::Error::Util)
+Provides:       perl(Moose::Conflicts) = 0
 
 # virtual provides for perl-Any-Moose
 Provides:       perl(Any-Moose) = %{version}
@@ -124,14 +123,11 @@ system, but instead an extension of the existing one.
 
 %package -n perl-Test-Moose
 License:    GPL+ or Artistic
-Group:      Development/Libraries
 Summary:    Test functions for Moose specific features
 Requires:   %{name} = %{version}-%{release}
 
 %description -n perl-Test-Moose
 This module provides some useful test functions for Moose based classes.
-It is an experimental first release, so comments and suggestions are
-very welcome.
 
 %prep
 %setup -q -n Moose-%{version}
@@ -174,6 +170,9 @@ make test
 %{_mandir}/man3/Test::Moose*
 
 %changelog
+* Thu May  4 2017 Paul Howarth <p...@city-fan.org> - 2.2005-1
+- Update to 2.2005
+
 * Sat Feb 11 2017 Fedora Release Engineering <rel...@fedoraproject.org> - 
2.2004-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
 
diff --git a/sources b/sources
index 022f4c4..998791a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Moose-2.2004.tar.gz) = 
30db47b7416347e059b0a43ac4c95c253aac9391a999cb5a484a040b9ce9e33404ae89b34cd28e0cce35506cdfe3a576b91fc941c4dbbe601f4a7d97a01867e9
+SHA512 (Moose-2.2005.tar.gz) = 
7c6294120335343c392d04010e85a920c2a1ac0ca5531e39441d39fc38e6075a83211c12d2fbc7b7c6ed162dd6df4c974d76e7e6491b5b3527cf1a9d48a98afb
-- 
cgit v1.1


        
https://src.fedoraproject.org/cgit/perl-Moose.git/commit/?h=f26&id=c30f2b710ef3c6fbbc7f1e9824a8a8eddb36e216
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to