forked from pool/perl-YAML-LibYAML
Accepting request 1065462 from devel:languages:perl:autoupdate
- updated to 0.86 see /usr/share/doc/packages/perl-YAML-LibYAML/Changes 0.86 - Fix YAML::XS pod in cpanminus OBS-URL: https://build.opensuse.org/request/show/1065462 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-YAML-LibYAML?expand=0&rev=40
This commit is contained in:
parent
9fefeef650
commit
9dba0677d6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c13aee832d50a6e5ebb3ba64595584827e6d9280f85d4951998e3f2c1f16604c
|
|
||||||
size 152880
|
|
BIN
YAML-LibYAML-0.86.tar.gz
(Stored with Git LFS)
Normal file
BIN
YAML-LibYAML-0.86.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 27 03:08:45 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- 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 <timueller+perl@suse.de>
|
Tue Sep 13 03:07:39 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-YAML-LibYAML
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define cpan_name YAML-LibYAML
|
%define cpan_name YAML-LibYAML
|
||||||
Name: perl-YAML-LibYAML
|
Name: perl-YAML-LibYAML
|
||||||
Version: 0.85
|
Version: 0.86
|
||||||
Release: 0
|
Release: 0
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Perl YAML Serialization using XS and libyaml
|
Summary: Perl YAML Serialization using XS and libyaml
|
||||||
@ -35,6 +35,7 @@ Perl YAML Serialization using XS and libyaml
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -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
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user