Compare commits

...

2 Commits

Author SHA1 Message Date
Daniel Berteaud 2172fe031b Automatic commit of package [perl-CryptX] minor release [0.076-4].
Created by command:

/usr/bin/tito tag
2022-02-11 20:51:39 +01:00
Daniel Berteaud 6ce2745c4b BuildReq perl-generators 2022-02-11 20:48:55 +01:00
2 changed files with 6 additions and 3 deletions

View File

@ -1 +1 @@
0.076-3 ./
0.076-4 ./

View File

@ -1,6 +1,6 @@
Name: perl-CryptX
Version: 0.076
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Cryptographic toolkit
License: GPL+ or Artistic
Group: Development/Libraries
@ -9,11 +9,11 @@ Source0: http://www.cpan.org/authors/id/M/MI/MIK/CryptX-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: perl >= 0:5.006
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl-generators
BuildRequires: perl(Math::BigInt)
BuildRequires: perl(Test::More)
Requires: perl(Math::BigInt)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Provides: perl(CryptX)
%description
Perl modules providing a cryptography based on LibTomCrypt library.
@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Fri Feb 11 2022 Daniel Berteaud <dbd@ehtrace.com> 0.076-4
- BuildReq perl-generators (dbd@ehtrace.com)
* Fri Feb 11 2022 Daniel Berteaud <dbd@ehtrace.com> 0.076-3
- Provides perl(CryptX) (dbd@ehtrace.com)