automatic version update by autodist [release 1.006-1mamba;Sun Oct 23 2022]

This commit is contained in:
Automatic Build System 2024-01-06 08:54:26 +01:00
parent 9d8f503977
commit dcdefce426

View File

@ -1,14 +1,14 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Email-Date-Format
Version: 1.005
Version: 1.006
Release: 1mamba
Summary: Email::Date::Format - produce RFC 2822 date strings
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org
URL: https://www.cpan.org/
Source: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Email-Date-Format-%{version}.tar.gz
License: GPL, Artistic
## AUTOBUILDREQ-BEGIN
@ -17,7 +17,6 @@ BuildRequires: perl-devel
BuildRequires: perl-devel >= %perl_major_ver
BuildRequires: perl-Capture-Tiny
Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
This module provides a simple means for generating an RFC 2822 compliant datetime string. (In case you care, they're not RFC 822 dates, because they use a four digit year, which is not allowed in RFC 822.)
@ -52,6 +51,9 @@ rm -f .packlist
%defattr(-,root,root)
%changelog
* Sun Oct 23 2022 Automatic Build System <autodist@mambasoft.it> 1.006-1mamba
- automatic version update by autodist
* Sun Nov 02 2014 Automatic Build System <autodist@mambasoft.it> 1.005-1mamba
- automatic update by autodist