pghmcfc pushed to perl-Mock-Quick (f23). "Update to 1.110 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Sep 2 11:50:34 UTC 2015


From ca9e5c7da233b472594940a41fff8c523f72015d Mon Sep 17 00:00:00 2001
From: Paul Howarth <paul at city-fan.org>
Date: Wed, 2 Sep 2015 12:45:35 +0100
Subject: Update to 1.110

- New upstream release 1.110
  - Fix #16, overloading + compare warning

diff --git a/perl-Mock-Quick.spec b/perl-Mock-Quick.spec
index 7fd2c52..9896682 100644
--- a/perl-Mock-Quick.spec
+++ b/perl-Mock-Quick.spec
@@ -1,6 +1,6 @@
 Name:		perl-Mock-Quick
-Version:	1.108
-Release:	4%{?dist}
+Version:	1.110
+Release:	1%{?dist}
 Summary:	Quickly mock objects and classes, side-effect free
 License:	GPL+ or Artistic
 Group:		Development/Libraries
@@ -8,6 +8,8 @@ URL:		https://metacpan.org/release/Mock-Quick
 Source0:	http://cpan.metacpan.org/authors/id/E/EX/EXODIST/Mock-Quick-%{version}.tar.gz
 BuildArch:	noarch
 # Module Build
+BuildRequires:	coreutils
+BuildRequires:	make
 BuildRequires:	perl
 BuildRequires:	perl(Module::Build) >= 0.42
 # Module Runtime
@@ -20,8 +22,9 @@ BuildRequires:	perl(strict)
 BuildRequires:	perl(warnings)
 # Test Suite
 BuildRequires:	perl(Fennec::Lite) >= 0.004
+BuildRequires:	perl(Path::Class)
 BuildRequires:	perl(Test::Exception) >= 0.29
-BuildRequires:	perl(Test::Simple) >= 0.88
+BuildRequires:	perl(Test::More) >= 0.88
 # Runtime
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
@@ -60,18 +63,22 @@ perl Build.PL --installdirs=vendor
 ./Build test
 
 %files
-%doc README
+%doc Changes README
 %{perl_vendorlib}/Mock/
 %{perl_vendorlib}/Object/
-%{_mandir}/man3/Mock::Quick.3pm*
-%{_mandir}/man3/Mock::Quick::Class.3pm*
-%{_mandir}/man3/Mock::Quick::Method.3pm*
-%{_mandir}/man3/Mock::Quick::Object.3pm*
-%{_mandir}/man3/Mock::Quick::Object::Control.3pm*
-%{_mandir}/man3/Mock::Quick::Util.3pm*
-%{_mandir}/man3/Object::Quick.3pm*
+%{_mandir}/man3/Mock::Quick.3*
+%{_mandir}/man3/Mock::Quick::Class.3*
+%{_mandir}/man3/Mock::Quick::Method.3*
+%{_mandir}/man3/Mock::Quick::Object.3*
+%{_mandir}/man3/Mock::Quick::Object::Control.3*
+%{_mandir}/man3/Mock::Quick::Util.3*
+%{_mandir}/man3/Object::Quick.3*
 
 %changelog
+* Wed Sep  2 2015 Paul Howarth <paul at city-fan.org> - 1.110-1
+- Update to 1.110
+  - Fix #16, overloading + compare warning
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.108-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index d8279c0..caf7212 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-12905859f36b8eead78cd989bae51fd7  Mock-Quick-1.108.tar.gz
+1ab6c7ca6fd0b20965ff2cbbab428581  Mock-Quick-1.110.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Mock-Quick.git/commit/?h=f23&id=ca9e5c7da233b472594940a41fff8c523f72015d


More information about the perl-devel mailing list