6.01 bump

This commit is contained in:
Petr Písař 2012-02-20 11:37:01 +01:00
parent 73b459103d
commit 4102131970
4 changed files with 9 additions and 7 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/HTTP-Negotiate-6.00.tar.gz
/HTTP-Negotiate-6.01.tar.gz

2
.rpmlint Normal file
View File

@ -0,0 +1,2 @@
from Config import *
addFilter("spelling-error .* (ietf|ps)");

View File

@ -1,6 +1,6 @@
Name: perl-HTTP-Negotiate
Version: 6.00
Release: 4%{?dist}
Version: 6.01
Release: 1%{?dist}
Summary: Choose a variant to serve
License: GPL+ or Artistic
Group: Development/Libraries
@ -18,9 +18,6 @@ Requires: perl(HTTP::Headers) >= 6
Conflicts: perl-libwww-perl < 6
# Remove underspecified dependencies
%filter_from_requires /^perl(HTTP::Headers)\s*$/d
%filter_setup
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(HTTP::Headers\\)$
%description
@ -47,12 +44,14 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
make test
%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Mon Feb 20 2012 Petr Pisar <ppisar@redhat.com> - 6.01-1
- 6.01 bump
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.00-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

View File

@ -1 +1 @@
f2d89957d1c4f62a86f18b08e07c2328 HTTP-Negotiate-6.00.tar.gz
1236195250e264d7436e7bb02031671b HTTP-Negotiate-6.01.tar.gz