Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-YAML-LibYAML-API for
openSUSE:Factory checked in at 2024-01-05 23:42:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-YAML-LibYAML-API (Old)
and /work/SRC/openSUSE:Factory/.perl-YAML-LibYAML-API.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-YAML-LibYAML-API"
Fri Jan 5 23:42:46 2024 rev:7 rq:1137159 version:0.14.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-YAML-LibYAML-API/perl-YAML-LibYAML-API.changes
2022-04-14 17:25:56.055296264 +0200
+++
/work/SRC/openSUSE:Factory/.perl-YAML-LibYAML-API.new.28375/perl-YAML-LibYAML-API.changes
2024-01-05 23:42:50.597233382 +0100
@@ -1,0 +2,12 @@
+Fri Jan 5 03:09:03 UTC 2024 - Tina Müller <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
YAML-LibYAML-API-0.013.tar.gz
New:
----
YAML-LibYAML-API-v0.14.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-YAML-LibYAML-API.spec ++++++
--- /var/tmp/diff_new_pack.6D77Gj/_old 2024-01-05 23:42:51.217256113 +0100
+++ /var/tmp/diff_new_pack.6D77Gj/_new 2024-01-05 23:42:51.217256113 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-YAML-LibYAML-API
#
-# Copyright (c) 2022 SUSE LLC
+# 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
@@ -18,12 +18,12 @@
%define cpan_name YAML-LibYAML-API
Name: perl-YAML-LibYAML-API
-Version: 0.013
+Version: 0.14.0
Release: 0
License: MIT
Summary: Wrapper around the C libyaml library
URL: https://metacpan.org/release/%{cpan_name}
-Source0:
https://cpan.metacpan.org/authors/id/T/TI/TINITA/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/T/TI/TINITA/%{cpan_name}-v%{version}.tar.gz
Source1: cpanspec.yml
BuildRequires: perl
BuildRequires: perl-macros
@@ -49,7 +49,7 @@
libyaml sources and call 'Makefile.PL' with 'WITH_SYSTEM_LIBYAML=1'.
%prep
-%autosetup -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-v%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"