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

A new commit has been pushed.

Repo   : rpms/perl-GD
Branch : epel8
Commit : da83fc9acf4a3b1c1a925e072355a237b92a787a
Author : Paul Howarth <paul@city-fan.org>
Date   : 2026-06-10T06:54:00+01:00
Stats  : +2/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-GD/c/da83fc9acf4a3b1c1a925e072355a237b92a787a?branch=epel8

Log:
Avoid use of deprecated patch syntax

---
diff --git a/perl-GD.spec b/perl-GD.spec
index ce13854..12aea2f 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-10  6:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-10  6:08 [rpms/perl-GD] epel8: 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