public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-GD] epel9: Avoid use of deprecated patch syntax
@ 2026-06-09 20:12 Paul Howarth
  0 siblings, 0 replies; only message in thread
From: Paul Howarth @ 2026-06-09 20:12 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/perl-GD
Branch : epel9
Commit : 5b787ea9821b02f228e2bfb35dae39cae02c80fb
Author : Paul Howarth <paul@city-fan.org>
Date   : 2023-04-21T10:33:43+01:00
Stats  : +2/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-GD/c/5b787ea9821b02f228e2bfb35dae39cae02c80fb?branch=epel9

Log:
Avoid use of deprecated patch syntax

---
diff --git a/perl-GD.spec b/perl-GD.spec
index af9ec37..192e4ad 100644
--- a/perl-GD.spec
+++ b/perl-GD.spec
@@ -55,10 +55,10 @@ create PNG images on the fly or modify existing files.
 %setup -q -n GD-%{version}
 
 # Re-code documentation as UTF8
-%patch0
+%patch -P 0
 
 # Upstream wants -Wformat=1 but we don't
-%patch1
+%patch -P 1
 
 # Fix shellbangs in sample scripts
 perl -pi -e 's|/usr/local/bin/perl\b|%{__perl}|' \

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

only message in thread, other threads:[~2026-06-09 20:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09 20:12 [rpms/perl-GD] epel9: Avoid use of deprecated patch syntax Paul Howarth

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