public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Paul Howarth <paul@city-fan.org>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-YAML-LibYAML] rawhide: 0.909.0 bump (rhbz#2496586)
Date: Thu, 02 Jul 2026 16:31:48 GMT [thread overview]
Message-ID: <178300990899.1.17328649149241732448.rpms-perl-YAML-LibYAML-e8e5c4dfaba4@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-YAML-LibYAML
Branch : rawhide
Commit : e8e5c4dfaba482e93a838fd47a03bb2c8ac6d608
Author : Paul Howarth <paul@city-fan.org>
Date : 2026-07-02T17:29:52+01:00
Stats : +5/-30 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/perl-YAML-LibYAML/c/e8e5c4dfaba482e93a838fd47a03bb2c8ac6d608?branch=rawhide
Log:
0.909.0 bump (rhbz#2496586)
---
diff --git a/YAML-LibYAML-0.907.0-Fix-application-crash-on-missing-JSON-PP-dependency.patch b/YAML-LibYAML-0.907.0-Fix-application-crash-on-missing-JSON-PP-dependency.patch
deleted file mode 100644
index ef14102..0000000
--- a/YAML-LibYAML-0.907.0-Fix-application-crash-on-missing-JSON-PP-dependency.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From fcf835154e4322401112c9e54d23530e8d0b006c Mon Sep 17 00:00:00 2001
-From: Jitka Plesnikova <jplesnik@redhat.com>
-Date: Mon, 18 May 2026 10:33:24 +0200
-Subject: [PATCH] Fix application crash on missing JSON::PP dependency
-
-Safely check for JSON::PP availability without crashing if it is missing.
----
- t/oop/13-utf8.t | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/t/oop/13-utf8.t b/t/oop/13-utf8.t
-index 5abecae..c26508f 100644
---- a/t/oop/13-utf8.t
-+++ b/t/oop/13-utf8.t
-@@ -44,7 +44,7 @@ note "---> $yaml";
- $ENV{TEST_VERBOSE} and Dump $yaml;
-
- }
--if (require JSON::PP) {
-+if (eval {require JSON::PP; 1}) {
- my $j = JSON::PP->new;
- my $ju = JSON::PP->new->utf8;
- my ($json, $data);
---
-2.54.0
-
diff --git a/perl-YAML-LibYAML.spec b/perl-YAML-LibYAML.spec
index 237f366..632dfee 100644
--- a/perl-YAML-LibYAML.spec
+++ b/perl-YAML-LibYAML.spec
@@ -7,14 +7,13 @@
Name: perl-YAML-LibYAML
Epoch: 1
-Version: 0.908.0
+Version: 0.909.0
Release: 1%{?dist}
Summary: Perl YAML Serialization using XS and libyaml
License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/YAML-LibYAML
Source0: https://cpan.metacpan.org/authors/id/T/TI/TINITA/YAML-LibYAML-v%{version}.tar.gz
Patch0: YAML-LibYAML-0.79-Unbundled-libyaml.patch
-Patch1: YAML-LibYAML-0.907.0-Fix-application-crash-on-missing-JSON-PP-dependency.patch
# Build
BuildRequires: coreutils
@@ -102,7 +101,6 @@ with "%{_libexecdir}/%{name}/test".
# It was determined by comparing commits in upstream repo:
# https://github.com/yaml/libyaml/
%patch -P 0 -p1
-%patch -P 1 -p1
for file in api.c dumper.c emitter.c loader.c parser.c reader.c scanner.c \
writer.c yaml.h yaml_private.h; do
rm LibYAML/$file
@@ -164,6 +162,9 @@ make test
%{_libexecdir}/%{name}
%changelog
+* Thu Jul 2 2026 Paul Howarth <paul@city-fan.org> - 1:0.909.0-1
+- 0.909.0 bump (rhbz#2496586)
+
* Sun Jun 21 2026 Paul Howarth <paul@city-fan.org> - 1:0.908.0-1
- 0.908.0 bump (rhbz#2491093)
diff --git a/sources b/sources
index b374516..50ac539 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (YAML-LibYAML-v0.908.0.tar.gz) = 92650ce46401d28afccf82bc556f88c5c4ad5006d064429a467742afa425f96d4ac7afe6f9c788a2c81f8eb98a7c6f81f4326a13a12b773cd0506e361336a24c
+SHA512 (YAML-LibYAML-v0.909.0.tar.gz) = 8f468fc5c36d313d546393c6c50d13d375a342c4b12eb47ab668fe1a710f2f8d8d3f0c34a9a392cd5b9f4526965344747092cb53d77ade4355cf747d2e293e7c
reply other threads:[~2026-07-02 16:31 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178300990899.1.17328649149241732448.rpms-perl-YAML-LibYAML-e8e5c4dfaba4@fedoraproject.org \
--to=paul@city-fan.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox