public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/four-in-a-row] rawhide: Use a gnome-srpm-macros macro
@ 2026-07-01  7:26 Milan Crha
  0 siblings, 0 replies; only message in thread
From: Milan Crha @ 2026-07-01  7:26 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/four-in-a-row
            Branch : rawhide
            Commit : ebf321b77bf43bc84789c3f3e1797cbcbaea0789
            Author : Milan Crha <mcrha@redhat.com>
            Date   : 2026-07-01T09:25:19+02:00
            Stats  : +3/-60 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/four-in-a-row/c/ebf321b77bf43bc84789c3f3e1797cbcbaea0789?branch=rawhide

            Log:
            Use a gnome-srpm-macros macro

[skip changelog]

---
diff --git a/.gitignore b/.gitignore
index 9d372fe..40abfdb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,60 +1,3 @@
-/four-in-a-row-3.7.92.tar.xz
-/four-in-a-row-3.8.0.tar.xz
-/four-in-a-row-3.8.1.tar.xz
-/four-in-a-row-3.9.90.tar.xz
-/four-in-a-row-3.9.92.tar.xz
-/four-in-a-row-3.10.0.tar.xz
-/four-in-a-row-3.10.1.tar.xz
-/four-in-a-row-3.11.3.tar.xz
+/four-in-a-row-*.tar.xz
 /COPYING.faenza-themes
-/four-in-a-row-3.11.90.tar.xz
-/four-in-a-row-3.11.92.tar.xz
-/four-in-a-row-3.12.0.tar.xz
-/four-in-a-row-3.12.1.tar.xz
-/four-in-a-row-3.12.2.tar.xz
-/four-in-a-row-3.12.3.tar.xz
-/four-in-a-row-3.13.3.tar.xz
-/four-in-a-row-3.13.4.tar.xz
-/four-in-a-row-3.13.90.tar.xz
-/four-in-a-row-3.13.92.tar.xz
-/four-in-a-row-3.14.0.tar.xz
-/four-in-a-row-3.14.1.tar.xz
-/four-in-a-row-3.15.1.tar.xz
-/four-in-a-row-3.15.90.tar.xz
-/four-in-a-row-3.16.0.tar.xz
-/four-in-a-row-3.16.1.tar.xz
-/four-in-a-row-3.16.2.tar.xz
-/four-in-a-row-3.17.90.tar.xz
-/four-in-a-row-3.17.92.tar.xz
-/four-in-a-row-3.18.0.tar.xz
-/four-in-a-row-3.18.1.tar.xz
-/four-in-a-row-3.18.2.tar.xz
-/four-in-a-row-3.19.91.tar.xz
-/four-in-a-row-3.20.0.tar.xz
-/four-in-a-row-3.20.1.tar.xz
-/four-in-a-row-3.21.90.tar.xz
-/four-in-a-row-3.22.0.tar.xz
-/four-in-a-row-3.22.1.tar.xz
-/four-in-a-row-3.22.2.tar.xz
-/four-in-a-row-3.27.90.tar.xz
-/four-in-a-row-3.27.92.tar.xz
-/four-in-a-row-3.28.0.tar.xz
-/four-in-a-row-3.31.90.tar.xz
-/four-in-a-row-3.31.92.tar.xz
-/four-in-a-row-3.32.0.tar.xz
-/four-in-a-row-3.33.90.tar.xz
-/four-in-a-row-3.33.91.tar.xz
-/four-in-a-row-3.33.92.tar.xz
-/four-in-a-row-3.34.0.tar.xz
-/four-in-a-row-3.34.1.tar.xz
-/four-in-a-row-3.35.3.tar.xz
-/four-in-a-row-3.35.90.tar.xz
-/four-in-a-row-3.35.91.tar.xz
-/four-in-a-row-3.35.92.tar.xz
-/four-in-a-row-3.36.0.tar.xz
-/four-in-a-row-3.36.2.tar.xz
-/four-in-a-row-3.36.3.tar.xz
-/four-in-a-row-3.37.2.tar.xz
-/four-in-a-row-3.37.91.tar.xz
-/four-in-a-row-3.38.0.tar.xz
-/four-in-a-row-3.38.1.tar.xz
+/four-in-a-row-*-build

diff --git a/four-in-a-row.spec b/four-in-a-row.spec
index a2c5bf5..2d690b6 100644
--- a/four-in-a-row.spec
+++ b/four-in-a-row.spec
@@ -5,7 +5,7 @@ Summary:        GNOME Four-in-a-row game
 
 License:        GPL-3.0-or-later AND CC-BY-SA-3.0
 URL:            https://wiki.gnome.org/Apps/Four-in-a-row
-Source0:        https://download.gnome.org/sources/four-in-a-row/3.38/four-in-a-row-%{version}.tar.xz
+Source0:        https://download.gnome.org/sources/%{name}/%{gnome_major_minor_version}/%{name}-%{version}.tar.xz
 
 BuildRequires:  gcc
 BuildRequires:  desktop-file-utils

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

only message in thread, other threads:[~2026-07-01  7:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-01  7:26 [rpms/four-in-a-row] rawhide: Use a gnome-srpm-macros macro Milan Crha

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