[sks] Upgrade to 1.1.2

Nick Bebout nb at fedoraproject.org
Tue Dec 13 23:54:01 UTC 2011


commit bb5198d6358078315f82f7bf48317d810e86bfb8
Author: Nick Bebout <nb at fedoraproject.org>
Date:   Tue Dec 13 17:53:42 2011 -0600

    Upgrade to 1.1.2

 .gitignore |    1 +
 sks.spec   |   13 ++++++++-----
 sources    |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 64c74a9..e5a369e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 sks-1.1.1.tgz
+/sks-1.1.2.tgz
diff --git a/sks.spec b/sks.spec
index 6bf1338..86985be 100644
--- a/sks.spec
+++ b/sks.spec
@@ -1,13 +1,13 @@
 Summary:        Synchronizing Key Server
 Name:           sks
-Version:        1.1.1
-Release:        7%{?dist}
+Version:        1.1.2
+Release:        1%{?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.1.tgz
+Source0:        http://sks-keyserver.googlecode.com/files/sks-1.1.2.tgz
 Patch0:         sks-1.1.1-libdb.patch
-Patch1:		sks-1.1.1-bdb.patch
+#Patch1:		sks-1.1.1-bdb.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires:  ocaml ocaml-camlp4-devel db4-devel zlib-devel chrpath
 
@@ -21,7 +21,7 @@ deploy, decentralized, and highly reliable synchronization.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
+#%patch1 -p1
 
 %build
 %__mv Makefile.local.unused Makefile.local
@@ -46,6 +46,9 @@ chrpath --delete %{buildroot}%{_bindir}/sks
 %{_mandir}/man8/sks.8.gz
 
 %changelog
+* Tue Dec 13 2011 Nick Bebout <nb at fedoraproject.org> - 1.1.2-1
+- Upgrade to 1.1.2
+
 * Wed Oct 26 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.1-7
 - Rebuilt for glibc bug#747377
 
diff --git a/sources b/sources
index 65e4aef..20cd68c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-120361b88cf6820c108c6746ac464488  sks-1.1.1.tgz
+d09b73763cfc83ab08fcf72218606302  sks-1.1.2.tgz


More information about the scm-commits mailing list