automatic version update by autodist [release 0.35-1mamba;Wed Feb 24 2021]

This commit is contained in:
Automatic Build System 2024-01-06 08:55:50 +01:00
parent 940c6c2393
commit dec20b9bee

View File

@ -1,19 +1,22 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Encode-HanConvert
Version: 0.33
Release: 4mamba
Version: 0.35
Release: 1mamba
Summary: Two encoding formats to facilitate mappings between traditional and simplified Chinese characters
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org
Source: http://www.cpan.org/authors/id/K/KC/KCWU/Encode-HanConvert-%{version}.tar.gz
URL: https://www.cpan.org
Source: https://cpan.metacpan.org/modules/by-module/Encode/Encode-HanConvert-%{version}.tar.gz
License: Artistic
Requires: perl >= %perl_major_ver
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libperl
## AUTOBUILDREQ-END
BuildRequires: perl-devel >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Requires: perl >= %perl_major_ver
%description
Encode::HanConvert - two encoding formats to facilitate mappings between traditional and simplified Chinese characters.
@ -47,6 +50,9 @@ rm -f .packlist
%defattr(-,root,root)
%changelog
* Wed Feb 24 2021 Automatic Build System <autodist@mambasoft.it> 0.35-1mamba
- automatic version update by autodist
* Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.33-4mamba
- rebuilt with perl 5.24