[libgssglue] Upated to the latest upstream release: 0.2

Steve Dickson steved at fedoraproject.org
Thu Mar 17 13:56:28 UTC 2011


commit 0997afde2d84c3f14a8868ea5312a91d30ef261e
Author: Steve Dickson <steved at redhat.com>
Date:   Thu Mar 17 09:55:15 2011 -0400

    Upated to the latest upstream release: 0.2
    
    Signed-off-by: Steve Dickson <steved at redhat.com>

 .gitignore      |    2 ++
 libgssglue.spec |   12 ++++++++++--
 sources         |    2 +-
 3 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5055696..b7cac5b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
 libgssglue-0.1.tar.gz
+/libgssglue-0.2.tar.gz
+*.rpm
diff --git a/libgssglue.spec b/libgssglue.spec
index 7ee30f1..b3893dd 100644
--- a/libgssglue.spec
+++ b/libgssglue.spec
@@ -2,8 +2,8 @@
 
 Summary: Generic Security Services Application Programming Interface Library
 Name: libgssglue
-Version: 0.1
-Release: 10%{?dist}
+Version: 0.2
+Release: 0%{?dist}
 URL: http://www.citi.umich.edu/projects/nfsv4/linux/
 License: GPL+
 Source0:http://www.citi.umich.edu/projects/nfsv4/linux/%{name}/%{name}-%{version}.tar.gz
@@ -73,6 +73,14 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/libgssglue.pc
 
 %changelog
+* Thu Mar 17 2011 Steve Dickson  <steved at redhat.com> 0.2-0
+- Upated to the latest upstream release: 0.2
+  * Modify the gss_acquire_cred() code to accept, and
+    properly handle, an input name of GSS_C_NO_NAME.
+    Other misc. changes to support this change.
+  * Remove some generated files from git.  Change
+    autogen.sh to clean up files that might become
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index fc3fc95..7caf796 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ce1b4c758e6de01b712d154c5c97e540  libgssglue-0.1.tar.gz
+89b3a589780667f666cb8bf033befeb3  libgssglue-0.2.tar.gz


More information about the scm-commits mailing list