public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-YAML-LibYAML] rawhide: 0.909.0 bump (rhbz#2496586)
@ 2026-07-02 16:31 Paul Howarth
  0 siblings, 0 replies; only message in thread
From: Paul Howarth @ 2026-07-02 16:31 UTC (permalink / raw)
  To: git-commits

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-02 16:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-02 16:31 [rpms/perl-YAML-LibYAML] rawhide: 0.909.0 bump (rhbz#2496586) Paul Howarth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox