From 69c06edba10ccf73d103d3790114ce2639de60d4 Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Aug 10 2006 01:47:11 +0000 Subject: update to 0.37 --- diff --git a/.cvsignore b/.cvsignore index 5053a00..0ac9e74 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -DateTime-Format-HTTP-0.36.tar.gz +DateTime-Format-HTTP-0.37.tar.gz diff --git a/perl-DateTime-Format-HTTP.spec b/perl-DateTime-Format-HTTP.spec index 8a27501..ef53332 100644 --- a/perl-DateTime-Format-HTTP.spec +++ b/perl-DateTime-Format-HTTP.spec @@ -1,18 +1,6 @@ -# Note: Some tests for this package are disabled by default, as they -# require network access and would thus fail in the buildsys' mock -# environments. To build locally while enabling tests, either: -# -# rpmbuild ... --define '_with_network_tests 1' ... -# rpmbuild ... --with network_tests ... -# define _with_network_tests 1 in your ~/.rpmmacros -# -# Note that right now, the only way to run tests locally from a cvs sandbox -# "make noarch" type scenario is the third one. - - Name: perl-DateTime-Format-HTTP -Version: 0.36 -Release: 3%{?dist} +Version: 0.37 +Release: 1%{?dist} Summary: HTTP protocol date conversion routines Group: Development/Libraries @@ -29,10 +17,6 @@ BuildRequires: perl(File::Find::Rule) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -# for signature checking -%{?_with_network_tests:BuildRequires: perl(Module::Signature) } - - %description This module provides functions that deal with the date formats used by the HTTP protocol (and then some). @@ -41,12 +25,6 @@ HTTP protocol (and then some). %prep %setup -q -n DateTime-Format-HTTP-%{version} -# digital signature checking. Not essential, but nice -# -# Note we disable it entirely right now, as the signing key has expired. -# See http://rt.cpan.org/Public/Bug/Display.html?id=17839 -%{?_with_network_tests_BROKEN: cpansign -v } - %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -81,6 +59,11 @@ rm -rf %{buildroot} %changelog +* Wed Aug 09 2006 Chris Weyl 0.37-1 +- update to 0.37 +- nix the SIGNATURE checking bits of the spec file as the author has dropped + it from this version + * Sun Aug 06 2006 Chris Weyl 0.36-3 - bump for build & release diff --git a/sources b/sources index aeb684e..887acc4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8f40176f012e293743ffbdb42791e40c DateTime-Format-HTTP-0.36.tar.gz +3a69aaa00b7ece2371c617e1cc0052e4 DateTime-Format-HTTP-0.37.tar.gz