|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Data-Validate-Domain
|
|
|
|
|
Version: 0.14
|
|
|
|
|
Release: 17%{?dist}
|
|
|
|
|
Version: 0.15
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Domain validation methods Perl module
|
|
|
|
|
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
@ -38,7 +38,7 @@ The value to test is always the first (and often only) argument.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n Data-Validate-Domain-%{version}
|
|
|
|
|
find lib -name "*.pm" -exec chmod -c a-x {} +
|
|
|
|
|
/usr/bin/find lib -name "*.pm" -exec chmod -c a-x {} +
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
@ -63,6 +63,9 @@ find lib -name "*.pm" -exec chmod -c a-x {} +
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Aug 29 2021 Emmanuel Seyman <emmanuel@seyman.fr> - 0.15-1
|
|
|
|
|
- Update to 0.15
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.14-17
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|