From d6772b94fbec41592e9ead9027a69eeae6f90969 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Aug 20 2015 12:37:02 +0000 Subject: New minor release. - Resolves #1254458 - Fixes a crash bug when inquiring incomplete security contexts --- diff --git a/.gitignore b/.gitignore index 899f6d2..a4077e9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /v1.1.0.tar.gz /python-gssapi-1.1.1.tar.gz +/python-gssapi-1.1.2.tar.gz diff --git a/python-gssapi.dont-require-tox.patch b/python-gssapi.dont-require-tox.patch deleted file mode 100644 index db96ba3..0000000 --- a/python-gssapi.dont-require-tox.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- setup.py.orig 2015-02-23 13:47:11.315000000 -0500 -+++ setup.py 2015-02-23 13:47:24.418000000 -0500 -@@ -198,7 +198,4 @@ - 'decorator', - 'six' - ], -- tests_require=[ -- 'tox' -- ] - ) diff --git a/python-gssapi.spec b/python-gssapi.spec index ee48aae..14ab25c 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -4,20 +4,20 @@ %global with_python3 1 Name: python-gssapi -Version: 1.1.1 -Release: 2%{?dist} +Version: 1.1.2 +Release: 1%{?dist} Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions) License: ISC URL: https://github.com/pythongssapi/python-gssapi Source0: https://github.com/pythongssapi/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz -Patch1: python-gssapi.dont-require-tox.patch BuildRequires: python2-devel BuildRequires: krb5-devel >= 1.10 BuildRequires: krb5-libs >= 1.10 BuildRequires: Cython >= 0.21 BuildRequires: python-setuptools +BuildRequires: python-tox Requires: krb5-libs >= 1.10 Requires: python-six Requires: python-enum34 @@ -66,7 +66,6 @@ RFC 2743, as well as multiple extensions. %prep %setup -q -%patch1 %if 0%{?with_python3} rm -rf %{py3dir} @@ -130,6 +129,11 @@ popd %changelog +* Thu Aug 20 2015 Simo Sorce - 1.1.2-1 +- New minor release. +- Resolves #1254458 +- Fixes a crash bug when inquiring incomplete security contexts + * Thu Jun 18 2015 Fedora Release Engineering - 1.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index db60398..902241b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -71058937faa3328baa95fd0e337510fb python-gssapi-1.1.1.tar.gz +91401fabf301ce4aade7f0b06d0e02b5 python-gssapi-1.1.2.tar.gz