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/ktouch] epel10: cleanup, source0 snippet
Date: Tue, 04 Aug 2026 19:52:42 GMT	[thread overview]
Message-ID: <178587316262.1.12979541316625779438.rpms-ktouch-8c20f1c33c77@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/ktouch
Branch : epel10
Commit : 8c20f1c33c7745a9fc94be48ff8b0d0c8dd38a51
Author : Rex Dieter <rdieter@fedoraproject.org>
Date   : 2012-01-24T08:22:28-06:00
Stats  : +8/-7 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/ktouch/c/8c20f1c33c7745a9fc94be48ff8b0d0c8dd38a51?branch=epel10

Log:
cleanup, source0 snippet

---
diff --git a/.gitignore b/.gitignore
index 07f765b..514413b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,2 @@
-/ktouch-4.7.3.tar.bz2
-/ktouch-4.7.80.tar.bz2
-/ktouch-4.7.90.tar.bz2
-/ktouch-4.7.95.tar.bz2
-/ktouch-4.7.97.tar.bz2
+/ktouch-4.7.4.tar.bz2
 /ktouch-4.8.0.tar.bz2

diff --git a/ktouch.spec b/ktouch.spec
index 79b65c7..cccfaa6 100644
--- a/ktouch.spec
+++ b/ktouch.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
 
 BuildRequires: desktop-file-utils
 BuildRequires: kdelibs4-devel >= %{version}
@@ -65,7 +71,6 @@ fi
 %{_mandir}/man1/ktouch.*
 
 
-
 %changelog
 * Sun Jan 22 2012 Rex Dieter <rdieter@fedoraproject.org> - 4.8.0-1
 - 4.8.0

                 reply	other threads:[~2026-08-04 19:52 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=178587316262.1.12979541316625779438.rpms-ktouch-8c20f1c33c77@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