[sks/el6] Upgrade to John Clizbe's latest hg to support additional file extensions

Nick Bebout nb at fedoraproject.org
Tue Jan 24 23:43:23 UTC 2012


commit 97a3736cfb24c50b30bbcd48622ae2fd5f9dbf55
Author: Nick Bebout <nb at fedoraproject.org>
Date:   Tue Jan 24 17:42:56 2012 -0600

    Upgrade to John Clizbe's latest hg to support additional file extensions

 .gitignore |    1 +
 sks.spec   |   14 ++++++++++----
 sources    |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2590dfb..37ff5f3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /sks-1.1.2.tgz
+/sks.tar.bz2
diff --git a/sks.spec b/sks.spec
index fdd8c5d..d922d40 100644
--- a/sks.spec
+++ b/sks.spec
@@ -1,11 +1,13 @@
 Summary:        Synchronizing Key Server
 Name:           sks
-Version:        1.1.2
-Release:        2%{?dist}
+Version:        1.1.3
+Release:        0.1.20120124hg%{?dist}
 License:        GPLv2+
 Group:          System Environment/Daemons
 URL:            http://code.google.com/p/sks-keyserver/
-Source0:        http://sks-keyserver.googlecode.com/files/sks-1.1.2.tgz
+#Source0:        http://sks-keyserver.googlecode.com/files/sks-1.1.2.tgz
+# hg clone https://code.google.com/r/johnclizbe-sks-keyserver/
+Source0:        sks.tar.bz2
 Source1:        sks-db.init
 Source2:        sks-recon.init
 Patch0:         sks-1.1.1-libdb.patch
@@ -25,7 +27,7 @@ SKS is a OpenPGP keyserver whose goal is to provide easy to
 deploy, decentralized, and highly reliable synchronization.
 
 %prep
-%setup -q
+%setup -q -n sks
 %patch0 -p1
 #%patch1 -p1
 
@@ -103,6 +105,10 @@ fi
 %{_initrddir}/sks-*
 
 %changelog
+* Tue Jan 24 2012 Nick Bebout <nb at fedoraproject.org> - 1.1.3-0.1.20120124hg
+- Upgrade to John Clizbe's latest sks from mercurial repo so we can use
+- css, etc in the webpage
+
 * Thu Jan 19 2012 Nick Bebout <nb at fedoraproject.org> - 1.1.2-2
 - Add init.d scripts
 
diff --git a/sources b/sources
index 20cd68c..5bc2783 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d09b73763cfc83ab08fcf72218606302  sks-1.1.2.tgz
+92129c8874f6597ecdd824961adf67ef  sks.tar.bz2


More information about the scm-commits mailing list