diff --git a/.gitignore b/.gitignore index 8a0c06e..a707c33 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /python-gssapi-1.1.1.tar.gz /python-gssapi-1.1.2.tar.gz /python-gssapi-1.1.3.tar.gz +/python-gssapi-1.1.4.tar.gz diff --git a/python-gssapi.spec b/python-gssapi.spec index 329e0ac..37c50cd 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -4,8 +4,8 @@ %global with_python3 1 Name: python-gssapi -Version: 1.1.3 -Release: 2%{?dist} +Version: 1.1.4 +Release: 1%{?dist} Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions) License: ISC @@ -54,7 +54,6 @@ Summary: Python 3 Bindings for GSSAPI (RFC 2743/2744 and extensions) Requires: krb5-libs >= 1.10 Requires: python3-six -Requires: python3-enum34 Requires: python3-decorator %description -n python3-gssapi @@ -129,6 +128,10 @@ popd %changelog +* Mon Nov 30 2015 Robbie Harwood - 1.1.4-1 +- New upstream version 1.1.4 +- Resolves #1286458 + * Wed Nov 04 2015 Robert Kuska - 1.1.3-2 - Rebuilt for Python3.5 rebuild diff --git a/sources b/sources index 07e82aa..62d54f6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d0728e581cf47ed26e72d75383865a09 python-gssapi-1.1.3.tar.gz +b170f859ac5bb93590d963b222ebf33f python-gssapi-1.1.4.tar.gz