public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Rex Dieter <rdieter@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/kig] epel10: cleanup, Source0 snippet
Date: Tue, 04 Aug 2026 19:43:25 GMT [thread overview]
Message-ID: <178587260524.1.13869948130168824828.rpms-kig-43dea0297269@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/kig
Branch : epel10
Commit : 43dea0297269e9f3ad8e8a7f82d66534eb4c3cac
Author : Rex Dieter <rdieter@fedoraproject.org>
Date : 2012-01-24T07:52:32-06:00
Stats : +8/-6 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/kig/c/43dea0297269e9f3ad8e8a7f82d66534eb4c3cac?branch=epel10
Log:
cleanup, Source0 snippet
---
diff --git a/.gitignore b/.gitignore
index 135f667..5b8fcb0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,2 @@
-/kig-4.7.3.tar.bz2
-/kig-4.7.80.tar.bz2
-/kig-4.7.90.tar.bz2
-/kig-4.7.95.tar.bz2
-/kig-4.7.97.tar.bz2
+/kig-4.7.4.tar.bz2
/kig-4.8.0.tar.bz2
diff --git a/kig.spec b/kig.spec
index 2a358a9..514d8ac 100644
--- a/kig.spec
+++ b/kig.spec
@@ -6,7 +6,13 @@ Release: 1%{?dist}
License: GPLv2+
URL: https://projects.kde.org/projects/kde/kdeedu/%{name}
-Source0: http://download.kde.org/unstable/%{version}/src/%{name}-%{version}.tar.bz2
+%global revision %(echo %{version} | cut -d. -f3)
+%if %{revision} >= 50
+%global stable unstable
+%else
+%global stable stable
+%endif
+Source0: http://download.kde.org/%{stable}/%{version}/src/%{name}-%{version}.tar.bz2
# Kig can optionally use Boost.Python for Python scripting
BuildRequires: boost-devel
reply other threads:[~2026-08-04 19:43 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=178587260524.1.13869948130168824828.rpms-kig-43dea0297269@fedoraproject.org \
--to=rdieter@fedoraproject.org \
--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