update to 0.37

This commit is contained in:
Chris Weyl 2006-08-10 01:47:11 +00:00
parent 91bfc57064
commit 69c06edba1
3 changed files with 9 additions and 26 deletions

View File

@ -1 +1 @@
DateTime-Format-HTTP-0.36.tar.gz DateTime-Format-HTTP-0.37.tar.gz

View File

@ -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 Name: perl-DateTime-Format-HTTP
Version: 0.36 Version: 0.37
Release: 3%{?dist} Release: 1%{?dist}
Summary: HTTP protocol date conversion routines Summary: HTTP protocol date conversion routines
Group: Development/Libraries Group: Development/Libraries
@ -29,10 +17,6 @@ BuildRequires: perl(File::Find::Rule)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
# for signature checking
%{?_with_network_tests:BuildRequires: perl(Module::Signature) }
%description %description
This module provides functions that deal with the date formats used by the This module provides functions that deal with the date formats used by the
HTTP protocol (and then some). HTTP protocol (and then some).
@ -41,12 +25,6 @@ HTTP protocol (and then some).
%prep %prep
%setup -q -n DateTime-Format-HTTP-%{version} %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 %build
%{__perl} Makefile.PL INSTALLDIRS=vendor %{__perl} Makefile.PL INSTALLDIRS=vendor
@ -81,6 +59,11 @@ rm -rf %{buildroot}
%changelog %changelog
* Wed Aug 09 2006 Chris Weyl <cweyl@alumni.drew.edu> 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 <cweyl@alumni.drew.edu> 0.36-3 * Sun Aug 06 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.36-3
- bump for build & release - bump for build & release

View File

@ -1 +1 @@
8f40176f012e293743ffbdb42791e40c DateTime-Format-HTTP-0.36.tar.gz 3a69aaa00b7ece2371c617e1cc0052e4 DateTime-Format-HTTP-0.37.tar.gz