[perl-Test-Mock-LWP] Bump version

Lubomir Rintel lkundrak at fedoraproject.org
Mon Oct 28 09:25:16 UTC 2013


commit 360226892d9e82afc8c555313afdb149d97750ae
Author: Lubomir Rintel <lkundrak at v3.sk>
Date:   Mon Oct 28 10:25:09 2013 +0100

    Bump version

 .gitignore              |    1 +
 perl-Test-Mock-LWP.spec |   14 +++++++-------
 sources                 |    2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a0708c5..a9f458b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Test-Mock-LWP-0.05.tar.gz
 /Test-Mock-LWP-0.06.tar.gz
+/Test-Mock-LWP-0.08.tar.gz
diff --git a/perl-Test-Mock-LWP.spec b/perl-Test-Mock-LWP.spec
index 7adec16..9701a32 100644
--- a/perl-Test-Mock-LWP.spec
+++ b/perl-Test-Mock-LWP.spec
@@ -1,11 +1,11 @@
 Name:           perl-Test-Mock-LWP
-Version:        0.06
-Release:        8%{?dist}
+Version:        0.08
+Release:        1%{?dist}
 Summary:        Easy mocking of LWP packages
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Test-Mock-LWP/
-Source0:        http://archive.cpan.cz//authors/id/L/LU/LUKEC/Test-Mock-LWP-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/L/LU/LUKEC/Test-Mock-LWP-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::MockObject) >= 1.08
@@ -23,10 +23,7 @@ perl(LWP::UserAgent)'
 
 
 %description
-This package arises from duplicating the same code to mock LWP et al in
-several different modules I've written. This version is very minimalist,
-but works for my needs so far. I'm very open to new suggestions and
-improvements.
+A mocking library for testing of code based around LWP.
 
 
 %prep
@@ -58,6 +55,9 @@ make test
 
 
 %changelog
+* Mon Oct 28 2013 Lubomir Rintel (GoodData) <lubo.rintel at gooddata.com> - 0.08-1
+- Update to a newer release
+
 * Thu Oct 24 2013 Lubomir Rintel (GoodData) <lubo.rintel at gooddata.com> - 0.06-8
 - Bulk sad and useless attempt at consistent SPEC file formatting
 
diff --git a/sources b/sources
index 3362f0e..d945257 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-367aef3c6c709db2442eb0f3a61dd772  Test-Mock-LWP-0.06.tar.gz
+cf3e9c9df2b6a32c3d46ab7674e0ac74  Test-Mock-LWP-0.08.tar.gz


More information about the scm-commits mailing list