forked from pool/perl-YAML-LibYAML-API
Compare commits
11 Commits
6af935805d
...
da11a13f7f
Author | SHA256 | Date | |
---|---|---|---|
da11a13f7f | |||
35f3dfa5f0 | |||
1472ce74bb | |||
9d26204b09 | |||
a0e864b1b6 | |||
c6ce4ed730 | |||
c9d0091863 | |||
|
b18011e417 | ||
78a201cb37 | |||
|
da5f9d2693 | ||
5011382312 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2713490cdbe2fa4d32bbd820d064d591ac4d33463bae4b7aebab7622dd8a3820
|
||||
size 118727
|
3
YAML-LibYAML-API-v0.14.0.tar.gz
Normal file
3
YAML-LibYAML-API-v0.14.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:31a0fedd77d824dab38983be9a3b426863f8aab13013beb95c4ecf80959733e1
|
||||
size 116907
|
@@ -1,3 +1,63 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 5 03:09:03 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.14.0
|
||||
see /usr/share/doc/packages/perl-YAML-LibYAML-API/Changes
|
||||
|
||||
v0.14.0 2024-01-04 23:06:22+01:00
|
||||
|
||||
- Add unicode option to emitter functions (before broken
|
||||
unicode was emitted)
|
||||
- Change module versioning scheme
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 12 03:07:01 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.013
|
||||
see /usr/share/doc/packages/perl-YAML-LibYAML-API/Changes
|
||||
|
||||
0.013 2022-04-11 23:58:42+02:00
|
||||
|
||||
- Change License to MIT because of included libyaml
|
||||
- Add tag_directives entry to events (needed by yamltidy)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 9 03:11:16 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.012
|
||||
see /usr/share/doc/packages/perl-YAML-LibYAML-API/Changes
|
||||
|
||||
0.012 2020-09-08 12:55:03+02:00
|
||||
- Remove local/ directory from tarball
|
||||
0.011 2020-09-07 19:41:56+02:00
|
||||
- Pass new option 'width' to libyaml
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 03:11:33 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.010
|
||||
see /usr/share/doc/packages/perl-YAML-LibYAML-API/Changes
|
||||
|
||||
0.010 2020-08-19 22:39:12+02:00
|
||||
|
||||
- Update to libyaml 0.2.5
|
||||
- Fix constants for flow style/block style
|
||||
- Emitter: Support flow style collections
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 17 03:14:36 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
updated to 0.009
|
||||
see /usr/share/doc/packages/perl-YAML-LibYAML-API/Changes
|
||||
|
||||
0.009 2020-05-16 15:28:05+02:00
|
||||
|
||||
- Support emitting version directives
|
||||
- Update libyaml sources to 0.2.4. Changes affecting this module:
|
||||
- Output '...' at the stream end after a block scalar with trailing empty lines
|
||||
- Accept '%YAML 1.2' directives
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 20 03:15:41 UTC 2020 - <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-YAML-LibYAML-API
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,21 +16,19 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-YAML-LibYAML-API
|
||||
Version: 0.008
|
||||
Release: 0
|
||||
%define cpan_name YAML-LibYAML-API
|
||||
Name: perl-YAML-LibYAML-API
|
||||
Version: 0.14.0
|
||||
Release: 0
|
||||
License: MIT
|
||||
Summary: Wrapper around the C libyaml library
|
||||
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
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/T/TI/TINITA/%{cpan_name}-v%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Test::More) >= 0.98
|
||||
BuildRequires: perl(YAML::PP) >= 0.018
|
||||
BuildRequires: perl(YAML::PP) >= 0.024
|
||||
BuildRequires: perl(YAML::PP::Common)
|
||||
Requires: perl(YAML::PP::Common)
|
||||
%{perl_requires}
|
||||
@@ -51,11 +49,11 @@ build this module with the system libyaml instead, if you remove the
|
||||
libyaml sources and call 'Makefile.PL' with 'WITH_SYSTEM_LIBYAML=1'.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-v%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make test
|
||||
@@ -66,7 +64,6 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
%license LICENSE
|
||||
|
||||
|
Reference in New Issue
Block a user