diff --git a/YAML-LibYAML-0.85.tar.gz b/YAML-LibYAML-0.85.tar.gz deleted file mode 100644 index b0ccd64..0000000 --- a/YAML-LibYAML-0.85.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c13aee832d50a6e5ebb3ba64595584827e6d9280f85d4951998e3f2c1f16604c -size 152880 diff --git a/YAML-LibYAML-0.86.tar.gz b/YAML-LibYAML-0.86.tar.gz new file mode 100644 index 0000000..52b1466 --- /dev/null +++ b/YAML-LibYAML-0.86.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b139675326591c95d2e431be8d8dd13fd87080b5826716de99879fc5e614f9d8 +size 152917 diff --git a/perl-YAML-LibYAML.changes b/perl-YAML-LibYAML.changes index 0933e50..4a7f57f 100644 --- a/perl-YAML-LibYAML.changes +++ b/perl-YAML-LibYAML.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Jan 27 03:08:45 UTC 2023 - Tina Müller + +- updated to 0.86 + see /usr/share/doc/packages/perl-YAML-LibYAML/Changes + + 0.86 Wed Jan 25 09:34:14 PM EST 2023 + - Fix YAML::XS pod in cpanminus + ------------------------------------------------------------------- Tue Sep 13 03:07:39 UTC 2022 - Tina Müller diff --git a/perl-YAML-LibYAML.spec b/perl-YAML-LibYAML.spec index 1ca0035..dc55ec6 100644 --- a/perl-YAML-LibYAML.spec +++ b/perl-YAML-LibYAML.spec @@ -1,7 +1,7 @@ # # spec file for package perl-YAML-LibYAML # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define cpan_name YAML-LibYAML Name: perl-YAML-LibYAML -Version: 0.85 +Version: 0.86 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Perl YAML Serialization using XS and libyaml @@ -35,6 +35,7 @@ Perl YAML Serialization using XS and libyaml %prep %autosetup -n %{cpan_name}-%{version} + find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build