forked from pool/perl-YAML-LibYAML
Accepting request 1090328 from devel:languages:perl:autoupdate
- updated to 0.88 see /usr/share/doc/packages/perl-YAML-LibYAML/Changes 0.88 - REVERT "Turn off internal POK flag for number scalars" 0.87 - Turn off internal POK flag for number scalars OBS-URL: https://build.opensuse.org/request/show/1090328 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-YAML-LibYAML?expand=0&rev=42
This commit is contained in:
parent
9dba0677d6
commit
f3287f8469
BIN
YAML-LibYAML-0.86.tar.gz
(Stored with Git LFS)
BIN
YAML-LibYAML-0.86.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
YAML-LibYAML-0.88.tar.gz
Normal file
3
YAML-LibYAML-0.88.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a8a2738cccc332a8f7549c4c27f3e0090c9ab11eef0f6c856445177398135678
|
||||||
|
size 152979
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 13 03:08:54 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.88
|
||||||
|
see /usr/share/doc/packages/perl-YAML-LibYAML/Changes
|
||||||
|
|
||||||
|
0.88 Fri May 12 05:28:05 AM PDT 2023
|
||||||
|
- REVERT "Turn off internal POK flag for number scalars"
|
||||||
|
|
||||||
|
0.87 Thu May 4 09:37:26 PM CEST 2023
|
||||||
|
- Turn off internal POK flag for number scalars
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 27 03:08:45 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
Fri Jan 27 03:08:45 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define cpan_name YAML-LibYAML
|
%define cpan_name YAML-LibYAML
|
||||||
Name: perl-YAML-LibYAML
|
Name: perl-YAML-LibYAML
|
||||||
Version: 0.86
|
Version: 0.88
|
||||||
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
|
||||||
@ -36,7 +36,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/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user