[ckermit] Update to 9.0.301

Eric Smith brouhaha at fedoraproject.org
Mon Jul 11 22:42:43 UTC 2011


commit ecb10450c6eb73811ecf70d2db1fbe4d5e1fc66d
Author: Eric Smith <eric at brouhaha.com>
Date:   Mon Jul 11 16:42:21 2011 -0600

    Update to 9.0.301

 .gitignore   |    1 +
 ckermit.spec |   18 ++++++++++--------
 sources      |    2 +-
 3 files changed, 12 insertions(+), 9 deletions(-)
---
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 at brouhaha.com> - 9.0.301-1
+- updated to final release
+
 * Fri Jun 24 2011 Eric Smith <eric at 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


More information about the scm-commits mailing list