diff --git a/YAML-LibYAML-0.82.tar.gz b/YAML-LibYAML-0.82.tar.gz deleted file mode 100644 index d8bac16..0000000 --- a/YAML-LibYAML-0.82.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02b4c7a3965c6cce173658f31217b9a3884edcc52ce058a8f58c69a56687fe48 -size 151109 diff --git a/YAML-LibYAML-0.83.tar.gz b/YAML-LibYAML-0.83.tar.gz new file mode 100644 index 0000000..8fd7647 --- /dev/null +++ b/YAML-LibYAML-0.83.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b47175b4ff397ad75a4f7781d3d83c08637da6ff0bae326af3b389d854bec490 +size 152593 diff --git a/perl-YAML-LibYAML.changes b/perl-YAML-LibYAML.changes index f4303a1..83ebe57 100644 --- a/perl-YAML-LibYAML.changes +++ b/perl-YAML-LibYAML.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun May 9 03:10:35 UTC 2021 - Tina Müller + +- updated to 0.83 + see /usr/share/doc/packages/perl-YAML-LibYAML/Changes + + 0.83 Sat 08 May 2021 11:51:32 PM CEST + - Recognize tied variables (PR#101 tinita) + - Add license file from included libyaml code (PR#102 tinita) + ------------------------------------------------------------------- Sun May 3 03:14:19 UTC 2020 - Tina Müller diff --git a/perl-YAML-LibYAML.spec b/perl-YAML-LibYAML.spec index fdb7f4c..7a612ab 100644 --- a/perl-YAML-LibYAML.spec +++ b/perl-YAML-LibYAML.spec @@ -1,7 +1,7 @@ # # spec file for package perl-YAML-LibYAML # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,32 +16,30 @@ # -Name: perl-YAML-LibYAML -Version: 0.82 -Release: 0 %define cpan_name YAML-LibYAML +Name: perl-YAML-LibYAML +Version: 0.83 +Release: 0 Summary: Perl YAML Serialization using XS and libyaml License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/T/TI/TINITA/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Test::More) >= 0.88 +BuildRequires: perl(Test::More) >= 0.90 %{perl_requires} %description Perl YAML Serialization using XS and libyaml %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -make %{?_smp_mflags} +%make_build %check make test @@ -52,7 +50,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes CONTRIBUTING README %license LICENSE