diff --git a/pykerberos-1.1.14.tar.gz b/pykerberos-1.1.14.tar.gz deleted file mode 100644 index 555536a..0000000 --- a/pykerberos-1.1.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60f84e1b606d58cc457b186914c195072ebebf5d5a05e75c0136541808e06523 -size 20454 diff --git a/pykerberos-1.2.1.tar.gz b/pykerberos-1.2.1.tar.gz new file mode 100644 index 0000000..8e371d6 --- /dev/null +++ b/pykerberos-1.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f2dca8df5f84a3be039c026893850d731a8bb38395292e1610ffb0a08ba876c +size 24535 diff --git a/python-pykerberos.changes b/python-pykerberos.changes index ab93569..a6ba15e 100644 --- a/python-pykerberos.changes +++ b/python-pykerberos.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Feb 5 05:19:12 UTC 2019 - Thomas Bechtold + +- update to 1.2.1: + * add crusty CMake support + * minor change to CBT struct + * get build working on OSX again + * changes based on upstream PR + * add CHANGELOG with entries for 1.2.1.beta1 + * add winrm-style IOV encryption support + * bump repo version to 1.2.1dev + * Removing 3.2 from travis b/c it is no longer fully supported + * Added method to build the CBT structure and modified authGSSClientStep + to pass along this CBT structure if it is set + * obviously, verify shouldn't be const + * 1.2.1 final release + * Adding life support note to README +- Use %license macro + ------------------------------------------------------------------- Wed Dec 20 09:56:22 UTC 2017 - dmueller@suse.com diff --git a/python-pykerberos.spec b/python-pykerberos.spec index ff8caf6..ea1b58b 100644 --- a/python-pykerberos.spec +++ b/python-pykerberos.spec @@ -1,7 +1,7 @@ # # spec file for package python-pykerberos # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,13 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pykerberos -Version: 1.1.14 +Version: 1.2.1 Release: 0 Summary: High-level interface to Kerberos License: Apache-2.0 @@ -53,7 +53,8 @@ export CFLAGS="%{optflags}" %files %{python_files} %defattr(-,root,root,-) -%doc README.txt LICENSE +%doc README.txt +%license LICENSE %{python_sitearch}/* %changelog