public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Milan Crha <mcrha@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gnome-taquin] rawhide: Use a gnome-srpm-macros macro
Date: Thu, 02 Jul 2026 09:20:29 GMT	[thread overview]
Message-ID: <178298402987.1.6337301735342796208.rpms-gnome-taquin-6ae93cc32ad3@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/gnome-taquin
            Branch : rawhide
            Commit : 6ae93cc32ad396639be7ebf8e5ccb18b9f95addd
            Author : Milan Crha <mcrha@redhat.com>
            Date   : 2026-07-02T11:19:01+02:00
            Stats  : +4/-50 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/gnome-taquin/c/6ae93cc32ad396639be7ebf8e5ccb18b9f95addd?branch=rawhide

            Log:
            Use a gnome-srpm-macros macro

[skip changelog]

---
diff --git a/.gitignore b/.gitignore
index 4cfd2d8..64c947c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,48 +1,2 @@
-/gnome-taquin-3.15.3.tar.xz
-/gnome-taquin-3.15.4.tar.xz
-/gnome-taquin-3.15.90.tar.xz
-/gnome-taquin-3.15.91.1.tar.xz
-/gnome-taquin-3.15.92.tar.xz
-/gnome-taquin-3.16.0.tar.xz
-/gnome-taquin-3.16.1.tar.xz
-/gnome-taquin-3.17.1.tar.xz
-/gnome-taquin-3.17.90.tar.xz
-/gnome-taquin-3.17.91.tar.xz
-/gnome-taquin-3.17.92.tar.xz
-/gnome-taquin-3.18.0.tar.xz
-/gnome-taquin-3.18.1.tar.xz
-/gnome-taquin-3.18.1.1.tar.xz
-/gnome-taquin-3.19.1.tar.xz
-/gnome-taquin-3.19.90.tar.xz
-/gnome-taquin-3.19.91.tar.xz
-/gnome-taquin-3.19.92.tar.xz
-/gnome-taquin-3.20.0.tar.xz
-/gnome-taquin-3.20.1.tar.xz
-/gnome-taquin-3.20.2.tar.xz
-/gnome-taquin-3.21.90.tar.xz
-/gnome-taquin-3.21.91.tar.xz
-/gnome-taquin-3.21.92.tar.xz
-/gnome-taquin-3.22.0.tar.xz
-/gnome-taquin-3.26.1.tar.xz
-/gnome-taquin-3.28.0.tar.xz
-/gnome-taquin-3.30.0.tar.xz
-/gnome-taquin-3.31.4.tar.xz
-/gnome-taquin-3.31.90.tar.xz
-/gnome-taquin-3.31.91.tar.xz
-/gnome-taquin-3.32.0.tar.xz
-/gnome-taquin-3.33.4.tar.xz
-/gnome-taquin-3.33.90.tar.xz
-/gnome-taquin-3.33.91.tar.xz
-/gnome-taquin-3.34.0.tar.xz
-/gnome-taquin-3.34.1.tar.xz
-/gnome-taquin-3.34.2.tar.xz
-/gnome-taquin-3.35.2.tar.xz
-/gnome-taquin-3.35.3.tar.xz
-/gnome-taquin-3.35.90.tar.xz
-/gnome-taquin-3.35.91.tar.xz
-/gnome-taquin-3.36.0.tar.xz
-/gnome-taquin-3.36.2.tar.xz
-/gnome-taquin-3.37.1.tar.xz
-/gnome-taquin-3.37.91.tar.xz
-/gnome-taquin-3.38.0.tar.xz
-/gnome-taquin-3.38.1.tar.xz
+/gnome-taquin-*.tar.xz
+/gnome-taquin-*-build

diff --git a/gnome-taquin.spec b/gnome-taquin.spec
index d1737a2..f667a50 100644
--- a/gnome-taquin.spec
+++ b/gnome-taquin.spec
@@ -5,7 +5,7 @@ Summary:        Sliding-block puzzle game
 
 License:        GPL-3.0-or-later AND CC-BY-SA-4.0
 URL:            https://wiki.gnome.org/Apps/Taquin
-Source0:        https://download.gnome.org/sources/gnome-taquin/3.38/gnome-taquin-%{version}.tar.xz
+Source0:        https://download.gnome.org/sources/%{name}/%{gnome_major_minor_version}/%{name}-%{version}.tar.xz
 
 # couple upstream post 3.38.1 commits to help it build
 Patch1:         0001-Don-t-alter-or-try-to-write-GtkChild-fields.patch
@@ -26,7 +26,7 @@ BuildRequires:  vala
 
 %description
 Taquin is a computer version of the 15-puzzle and other sliding puzzles.
-The object of Taquin is to move tiles so that they reach their places, 
+The object of Taquin is to move tiles so that they reach their places,
 either indicated with numbers, or with parts of a great image.
 
 %prep

                 reply	other threads:[~2026-07-02  9:20 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=178298402987.1.6337301735342796208.rpms-gnome-taquin-6ae93cc32ad3@fedoraproject.org \
    --to=mcrha@redhat.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