[perl-HTTP-Recorder] 0.06

Tom Callaway spot at fedoraproject.org
Thu Feb 28 16:54:44 UTC 2013


commit 4a6dfadca1e2710378c7a1b0c9d786078cae8658
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Thu Feb 28 11:57:46 2013 -0500

    0.06

 .gitignore              |    1 +
 perl-HTTP-Recorder.spec |   10 ++++++++--
 sources                 |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7248a2d..dd566b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 HTTP-Recorder-0.05.tar.gz
+/HTTP-Recorder-0.06.tar.gz
diff --git a/perl-HTTP-Recorder.spec b/perl-HTTP-Recorder.spec
index aa92039..bfeb3a7 100644
--- a/perl-HTTP-Recorder.spec
+++ b/perl-HTTP-Recorder.spec
@@ -1,6 +1,6 @@
 Name:           perl-HTTP-Recorder
-Version:        0.05
-Release:        14%{?dist}
+Version:        0.06
+Release:        1%{?dist}
 Summary:        Record interaction with web sites
 
 Group:          Development/Libraries
@@ -15,6 +15,7 @@ BuildRequires:  perl(HTTP::Request::Params)
 BuildRequires:  perl(LWP::UserAgent)
 BuildRequires:  perl(URI::Escape)
 BuildRequires:  perl(Test::Pod)
+BuildRequires:	perl(HTTP::Proxy)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -44,11 +45,16 @@ make test
 %files
 %defattr(-,root,root,-)
 %doc CHANGES README
+%{_bindir}/httprecorder
 %{perl_vendorlib}/HTTP/
+%{_mandir}/man1/httprecorder*
 %{_mandir}/man3/*.3pm*
 
 
 %changelog
+* Thu Feb 28 2013 Tom Callaway <spot at fedoraproject.org> - 0.06-1
+- update to 0.06
+
 * Thu Feb 28 2013 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.05-14
 - Add BR: perl(ExtUtils::MakeMaker) (Fix FTBFS #914287).
 - Modernize spec.
diff --git a/sources b/sources
index 37bbece..c32168a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a2c167d06509620921e4d417ce9354a7  HTTP-Recorder-0.05.tar.gz
+3cc1da4f58d385866e3347ff2cdb461f  HTTP-Recorder-0.06.tar.gz


More information about the scm-commits mailing list