public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ckermit] epel9: Update to 9.0.301
@ 2026-09-18 13:52 Eric Smith
0 siblings, 0 replies; only message in thread
From: Eric Smith @ 2026-09-18 13:52 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ckermit
Branch : epel9
Commit : ecb10450c6eb73811ecf70d2db1fbe4d5e1fc66d
Author : Eric Smith <eric@brouhaha.com>
Date : 2011-07-11T16:42:21-06:00
Stats : +12/-9 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/ckermit/c/ecb10450c6eb73811ecf70d2db1fbe4d5e1fc66d?branch=epel9
Log:
Update to 9.0.301
---
diff --git a/.gitignore b/.gitignore
index 809e91f..6b17db0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/x.tar.gz
+/cku301.tar.gz
diff --git a/ckermit.spec b/ckermit.spec
index 4d30a5e..9fde959 100644
--- a/ckermit.spec
+++ b/ckermit.spec
@@ -1,7 +1,9 @@
+%global patchlevel 301
+
Summary: The quintessential all-purpose communications program
Name: ckermit
-Version: 9.0
-Release: 0.1.beta2%{?dist}
+Version: 9.0.%{patchlevel}
+Release: 1%{?dist}
License: BSD with advertising and MIT
# Most of the package is under a three-clause BSD license, but the file
# ckaut2.h appears to be covered by three licenses:
@@ -9,10 +11,7 @@ License: BSD with advertising and MIT
# BSD four-clause (w/ advertising)
# MIT Old Style (no advertising without permission)
Group: Applications/Communications
-# Ugly non-versioned URL for beta test source tarball:
-Source0: http://www.columbia.edu/kermit/ftp/test/tar/x.tar.gz
-# Once released, there should be a properly versioned URL something like:
-#Source0: ftp://kermit.columbia.edu/kermit/archives/cku211.tar.gz
+Source0: ftp://kermit.columbia.edu/kermit/archives/cku%{patchlevel}.tar.gz
Source1: ckermit.ini
Source2: cku-%{name}.local.ini
Source3: cku-%{name}.modem.generic.ini
@@ -54,7 +53,7 @@ communication tasks.
%{?_smp_mflags}
# convert doc file from ISO-8859-1 to UTF-8 encoding
-for f in ckc299.txt
+for f in ckc%{patchlevel}.txt
do
iconv -fiso88591 -tutf8 $f >$f.new
touch -r $f $f.new
@@ -85,9 +84,12 @@ rm -rf %{buildroot}
%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/kermit/*
%{_mandir}/man1/kermit.1*
%doc COPYING.TXT
-%doc ckc299.txt
+%doc ckc%{patchlevel}.txt
%changelog
+* Mon Jul 11 2011 Eric Smith <eric@brouhaha.com> - 9.0.301-1
+- updated to final release
+
* Fri Jun 24 2011 Eric Smith <eric@brouhaha.com> - 9.0-0.1.beta2
- updated to upstream 9.0 beta 2 release
diff --git a/sources b/sources
index eb5a972..dc5685f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d41cebed2f86f009f70a1ebc667f4b1f x.tar.gz
+de2e556db73219912b8fd6b73c8dc526 cku301.tar.gz
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-18 13:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-18 13:52 [rpms/ckermit] epel9: Update to 9.0.301 Eric Smith
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox