update to 1.30 [release 1.30-1mamba;Sun Dec 06 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 09:56:28 +01:00
parent 528650cd77
commit 407fc03364

View File

@ -1,7 +1,7 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-YAML Name: perl-YAML
Version: 1.01 Version: 1.30
Release: 1mamba Release: 1mamba
Summary: perl :: YAML - YAML Stands For: YAML Ain't Markup Language Summary: perl :: YAML - YAML Stands For: YAML Ain't Markup Language
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
@ -11,15 +11,16 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org URL: http://www.cpan.org
Source: http://www.cpan.org/modules/by-module/YAML/YAML-%{version}.tar.gz Source: http://www.cpan.org/modules/by-module/YAML/YAML-%{version}.tar.gz
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: libperl
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl-Test-YAML
BuildRequires: perl-devel >= %perl_major_ver BuildRequires: perl-devel >= %perl_major_ver
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/perl-root BuildRoot: %{_tmppath}/perl-root
# *** WARNING ***
# This release breaks compatibility with versions earlier than version 0.60 of
# YAML::Syck and YAML.pm when serializing blessed references.
%description %description
YAML Stands For: YAML Ain't Markup Language. YAML Stands For: YAML Ain't Markup Language.
@ -56,6 +57,9 @@ rm -f .packlist
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Sun Dec 06 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.30-1mamba
- update to 1.30
* Sun Aug 10 2014 Automatic Build System <autodist@mambasoft.it> 1.01-1mamba * Sun Aug 10 2014 Automatic Build System <autodist@mambasoft.it> 1.01-1mamba
- automatic update by autodist - automatic update by autodist