public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pcl] f44: Eliminate use of obsolete %patchN syntax (#2283636)
@ 2026-06-25  5:50 Software Management Team
  0 siblings, 0 replies; only message in thread
From: Software Management Team @ 2026-06-25  5:50 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/pcl
Branch : f44
Commit : e7417f9d1c7252ab47999d1a9083babb718936fa
Author : Software Management Team <packaging-team-maint@redhat.com>
Date   : 2024-05-30T12:46:48+02:00
Stats  : +7/-7 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/pcl/c/e7417f9d1c7252ab47999d1a9083babb718936fa?branch=f44

Log:
Eliminate use of obsolete %patchN syntax (#2283636)

---
diff --git a/pcl.spec b/pcl.spec
index d2a78a2..46e982b 100644
--- a/pcl.spec
+++ b/pcl.spec
@@ -89,13 +89,13 @@ Library.
 
 %prep
 %setup -qn %{name}-%{version}
-%patch0 -p1 -b .sse2
-%patch1 -p1 -b .metslib
-%patch2 -p0 -b .fedora
-%patch3 -p0 -b .doxyfix
-%patch4 -p1 -b .oom
-%patch5 -p1 -b .sphinx
-%patch6 -p1 -b .boost176
+%patch -P0 -p1 -b .sse2
+%patch -P1 -p1 -b .metslib
+%patch -P2 -p0 -b .fedora
+%patch -P3 -p0 -b .doxyfix
+%patch -P4 -p1 -b .oom
+%patch -P5 -p1 -b .sphinx
+%patch -P6 -p1 -b .boost176
 
 # Just to make it obvious we're not using any of these
 rm -fr recognition/include/pcl/recognition/3rdparty/metslib

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

only message in thread, other threads:[~2026-06-25  5:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-25  5:50 [rpms/pcl] f44: Eliminate use of obsolete %patchN syntax (#2283636) Software Management Team

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