commit cdcc7492618fc4d5b47d23eba00fc9f1c8ec7d50
Author: Paul Howarth <[email protected]>
Date:   Sat Sep 6 19:35:44 2014 +0100

    Update to 1.108
    
    - New upstream release 1.108
      - Fix some warnings
      - Fix some typos

 perl-Mock-Quick.spec |   16 +++++++++++-----
 sources              |    2 +-
 2 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/perl-Mock-Quick.spec b/perl-Mock-Quick.spec
index 391b85f..3f46245 100644
--- a/perl-Mock-Quick.spec
+++ b/perl-Mock-Quick.spec
@@ -1,6 +1,6 @@
 Name:          perl-Mock-Quick
-Version:       1.107
-Release:       4%{?dist}
+Version:       1.108
+Release:       1%{?dist}
 Summary:       Quickly mock objects and classes, side-effect free
 License:       GPL+ or Artistic
 Group:         Development/Libraries
@@ -8,7 +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: perl(Module::Build) >= 0.40
+BuildRequires: perl
+BuildRequires: perl(Module::Build) >= 0.42
 # Module Runtime
 BuildRequires: perl(base)
 BuildRequires: perl(Carp)
@@ -48,11 +49,11 @@ control object falls out of scope, the original class is 
restored.
 %setup -q -n Mock-Quick-%{version}
 
 %build
-perl Build.PL installdirs=vendor
+perl Build.PL --installdirs=vendor
 ./Build
 
 %install
-./Build install destdir=%{buildroot} create_packlist=0
+./Build install --destdir=%{buildroot} --create_packlist=0
 %{_fixperms} %{buildroot}
 
 %check
@@ -71,6 +72,11 @@ perl Build.PL installdirs=vendor
 %{_mandir}/man3/Object::Quick.3pm*
 
 %changelog
+* Sat Sep  6 2014 Paul Howarth <[email protected]> - 1.108-1
+- Update to 1.108
+  - Fix some warnings
+  - Fix some typos
+
 * Thu Aug 28 2014 Jitka Plesnikova <[email protected]> - 1.107-4
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 09c96aa..d8279c0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-74e12065780203466245adc44c8eac93  Mock-Quick-1.107.tar.gz
+12905859f36b8eead78cd989bae51fd7  Mock-Quick-1.108.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to