public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gif2png] rawhide: rename webpng to gowebpng due conflict with gd-progs
Date: Sat, 08 Aug 2026 01:02:30 GMT	[thread overview]
Message-ID: <178615095077.1.15714241156639925046.rpms-gif2png-ed90393dcec9@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/gif2png
            Branch : rawhide
            Commit : ed90393dcec923a14236378210a800cdec2a1183
            Author : Filipe Rosset <rosset.filipe@gmail.com>
            Date   : 2026-08-07T22:02:10-03:00
            Stats  : +6/-4 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/gif2png/c/ed90393dcec923a14236378210a800cdec2a1183?branch=rawhide

            Log:
            rename webpng to gowebpng due conflict with gd-progs

Resolves: rhbz#2507562

---
diff --git a/gif2png.spec b/gif2png.spec
index 7a51e71..b3daccd 100644
--- a/gif2png.spec
+++ b/gif2png.spec
@@ -42,11 +42,13 @@ tar -xf %{S:1}
 %go_vendor_license_install -c %{S:2}
 install -m 0755 -vd                     %{buildroot}%{_bindir}
 install -m 0755 -vp %{gobuilddir}/bin/gif2png %{buildroot}%{_bindir}/gif2png
-ln -sf gif2png                          %{buildroot}%{_bindir}/webpng
+# rename webpng to gowebpng due conflict with gd-progs
+# https://bugzilla.redhat.com/show_bug.cgi?id=2507562
+ln -sf gif2png                          %{buildroot}%{_bindir}/gowebpng
 
 install -m 0755 -vd                     %{buildroot}%{_mandir}/man1
 install -m 0644 -vp gif2png.1           %{buildroot}%{_mandir}/man1/gif2png.1
-ln -sf gif2png.1                        %{buildroot}%{_mandir}/man1/webpng.1
+ln -sf gif2png.1                        %{buildroot}%{_mandir}/man1/gowebpng.1
 
 %check
 %go_vendor_license_check -c %{S:2}
@@ -58,9 +60,9 @@ cp %{gobuilddir}/bin/gif2png .
 %files -f %{go_vendor_license_filelist}
 %doc README.adoc NEWS.adoc
 %{_bindir}/gif2png
-%{_bindir}/webpng
+%{_bindir}/gowebpng
 %{_mandir}/man1/gif2png.1*
-%{_mandir}/man1/webpng.1*
+%{_mandir}/man1/gowebpng.1*
 
 %changelog
 %autochangelog

                 reply	other threads:[~2026-08-08  1:02 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=178615095077.1.15714241156639925046.rpms-gif2png-ed90393dcec9@fedoraproject.org \
    --to=rosset.filipe@gmail.com \
    --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