From 407fc03364e4667ea9d98e538ebb15f686212b70 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 09:56:28 +0100 Subject: [PATCH] update to 1.30 [release 1.30-1mamba;Sun Dec 06 2020] --- perl-YAML.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/perl-YAML.spec b/perl-YAML.spec index 969f379..83c468b 100644 --- a/perl-YAML.spec +++ b/perl-YAML.spec @@ -1,7 +1,7 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-YAML -Version: 1.01 +Version: 1.30 Release: 1mamba Summary: perl :: YAML - YAML Stands For: YAML Ain't Markup Language Group: Development/Libraries/Perl @@ -11,15 +11,16 @@ Packager: Silvan Calarco URL: http://www.cpan.org Source: http://www.cpan.org/modules/by-module/YAML/YAML-%{version}.tar.gz License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: libperl +BuildRequires: perl-devel +## AUTOBUILDREQ-END +BuildRequires: perl-Test-YAML BuildRequires: perl-devel >= %perl_major_ver Requires: perl >= %perl_major_ver BuildArch: noarch 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 YAML Stands For: YAML Ain't Markup Language. @@ -56,6 +57,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Sun Dec 06 2020 Silvan Calarco 1.30-1mamba +- update to 1.30 + * Sun Aug 10 2014 Automatic Build System 1.01-1mamba - automatic update by autodist