[gssntlmssp/f22] New verion with fixes for 32 bit arches

Simo Sorce simo at fedoraproject.org
Fri Mar 20 00:54:06 UTC 2015


commit aec65f0046f4f1ab8c3421a2037046c27d972356
Author: Simo Sorce <simo at redhat.com>
Date:   Thu Mar 19 20:42:02 2015 -0400

    New verion with fixes for 32 bit arches
    
    - drop patches, they are included in he new upstream release

 .gitignore                                         |  1 +
 0001-Fix-make-dist-builds-with-automake-1.15.patch | 30 --------------
 ...ith-a-.-in-the-domain-are-enteprise-names.patch | 47 ----------------------
 gssntlmssp.spec                                    | 13 +++---
 sources                                            |  2 +-
 5 files changed, 8 insertions(+), 85 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 94dd427..949fb71 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /gssntlmssp-0.3.1.tar.gz
 /gssntlmssp-0.4.0.tar.gz
 /gssntlmssp-0.5.0.tar.gz
+/gssntlmssp-0.6.0.tar.gz
diff --git a/gssntlmssp.spec b/gssntlmssp.spec
index 3afcf29..d96ffe2 100644
--- a/gssntlmssp.spec
+++ b/gssntlmssp.spec
@@ -1,6 +1,6 @@
 Name:		gssntlmssp
-Version:	0.5.0
-Release:	4%{?dist}
+Version:	0.6.0
+Release:	1%{?dist}
 Summary:	GSSAPI NTLMSSP Mechanism
 
 Group:		System Environment/Libraries
@@ -25,9 +25,6 @@ BuildRequires: libunistring-devel
 BuildRequires: openssl-devel
 BuildRequires: pkgconfig(wbclient)
 
-Patch01: 0001-Names-with-a-.-in-the-domain-are-enteprise-names.patch
-Patch02: 0001-Fix-make-dist-builds-with-automake-1.15.patch
-
 %description
 A GSSAPI Mechanism that implements NTLMSSP
 
@@ -42,8 +39,6 @@ Adds a header file with definition for custom GSSAPI extensions for NTLMSSP
 
 %prep
 %setup -q
-%patch01 -p1
-%patch02 -p1
 
 %build
 autoreconf -fiv
@@ -74,6 +69,10 @@ make test_gssntlmssp
 %{_includedir}/gssapi/gssapi_ntlmssp.h
 
 %changelog
+* Thu Mar 19 2015 Simo Sorce <simo at samba.org> - 0.6.0-1
+- New verion with fixes for 32 bit arches
+- drop patches, they are included in he new upstream release
+
 * Thu Jan 08 2015   Simo Sorce <simo at samba.org> - 0.5.0-4
 - Fix build failure in rawhide due to automake 1.15 change in behavior
 
diff --git a/sources b/sources
index ac44897..f31d88f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-110311194c0c217415a71c09265abdb9  gssntlmssp-0.5.0.tar.gz
+5287175580d0ca6e7e04aea969dd661c  gssntlmssp-0.6.0.tar.gz


More information about the scm-commits mailing list