8
0

Compare commits

...

11 Commits

Author SHA256 Message Date
da11a13f7f Accepting request 1137159 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1137159
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-YAML-LibYAML-API?expand=0&rev=7
2024-01-05 22:42:46 +00:00
35f3dfa5f0 Accepting request 1137158 from devel:languages:perl:autoupdate
- 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

OBS-URL: https://build.opensuse.org/request/show/1137158
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-YAML-LibYAML-API?expand=0&rev=13
2024-01-05 21:27:20 +00:00
1472ce74bb Accepting request 969992 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/969992
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-YAML-LibYAML-API?expand=0&rev=6
2022-04-14 15:25:22 +00:00
9d26204b09 Accepting request 969359 from devel:languages:perl:autoupdate
- 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)

OBS-URL: https://build.opensuse.org/request/show/969359
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-YAML-LibYAML-API?expand=0&rev=11
2022-04-13 19:24:00 +00:00
a0e864b1b6 Accepting request 833505 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/833505
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-YAML-LibYAML-API?expand=0&rev=5
2020-09-10 20:54:05 +00:00
c6ce4ed730 Accepting request 833216 from devel:languages:perl:autoupdate
- 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

OBS-URL: https://build.opensuse.org/request/show/833216
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-YAML-LibYAML-API?expand=0&rev=9
2020-09-10 14:52:27 +00:00
c9d0091863 Accepting request 828480 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/828480
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-YAML-LibYAML-API?expand=0&rev=4
2020-08-21 17:18:42 +00:00
Stephan Kulow
b18011e417 Accepting request 828101 from devel:languages:perl:autoupdate
- 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

OBS-URL: https://build.opensuse.org/request/show/828101
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-YAML-LibYAML-API?expand=0&rev=7
2020-08-21 12:21:24 +00:00
78a201cb37 Accepting request 807424 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/807424
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-YAML-LibYAML-API?expand=0&rev=3
2020-05-20 16:45:46 +00:00
Stephan Kulow
da5f9d2693 Accepting request 806150 from devel:languages:perl:autoupdate
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

OBS-URL: https://build.opensuse.org/request/show/806150
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-YAML-LibYAML-API?expand=0&rev=5
2020-05-20 04:39:51 +00:00
5011382312 Accepting request 777642 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/777642
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-YAML-LibYAML-API?expand=0&rev=2
2020-02-20 13:59:46 +00:00
4 changed files with 73 additions and 16 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2713490cdbe2fa4d32bbd820d064d591ac4d33463bae4b7aebab7622dd8a3820
size 118727

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:31a0fedd77d824dab38983be9a3b426863f8aab13013beb95c4ecf80959733e1
size 116907

View File

@@ -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>

View File

@@ -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