diff --git a/.gitignore b/.gitignore index c163e8a..899f6d2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /v1.1.0.tar.gz +/python-gssapi-1.1.1.tar.gz diff --git a/python-gssapi.spec b/python-gssapi.spec index 10bbfb1..ce0f81a 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -4,13 +4,13 @@ %global with_python3 1 Name: python-gssapi -Version: 1.1.0 +Version: 1.1.1 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}/v%{version}.tar.gz +Source0: https://github.com/pythongssapi/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz Patch1: python-gssapi.dont-require-tox.patch BuildRequires: python2-devel @@ -130,5 +130,8 @@ popd %changelog +* Tue Apr 28 2015 Simo Sorce - 1.1.1-1 +- New minor release. + * Thu Feb 19 2015 Solly Ross - 1.1.0-1 - Initial Packaging diff --git a/sources b/sources index 539de07..db60398 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -868bc2fcf1b4a613b07798c442187e1c v1.1.0.tar.gz +71058937faa3328baa95fd0e337510fb python-gssapi-1.1.1.tar.gz