diff --git a/adal-1.0.2.tar.gz b/adal-1.0.2.tar.gz deleted file mode 100644 index b494726..0000000 --- a/adal-1.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c020807b3f3cfd90f59203077dd5e1f59671833f8c3c5028ec029ed5072f9ce -size 32634 diff --git a/adal-1.2.1.tar.gz b/adal-1.2.1.tar.gz new file mode 100644 index 0000000..40ea76f --- /dev/null +++ b/adal-1.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6edd095be66561382bdaa59d40b04490e93149fb3b7fa44c1fa5504eed5b8b9 +size 33119 diff --git a/python-adal.changes b/python-adal.changes index e44233d..4a5c36d 100644 --- a/python-adal.changes +++ b/python-adal.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Mar 4 11:02:25 UTC 2019 - John Paul Adrian Glaubitz + +- New upstream release + + Version 1.2.1 + + For detailed information about changes see the + HISTORY.txt file provided with this package +- Run %fdupes with %python_expand +- Update Url field to point to actual project homepage + ------------------------------------------------------------------- Mon Sep 3 08:39:56 UTC 2018 - John Paul Adrian Glaubitz diff --git a/python-adal.spec b/python-adal.spec index 9cade4a..690ba70 100644 --- a/python-adal.spec +++ b/python-adal.spec @@ -1,7 +1,7 @@ # # spec file for package python-adal # -# Copyright (c) 2018 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,18 +12,18 @@ # 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-adal -Version: 1.0.2 +Version: 1.2.1 Release: 0 Summary: Azure Active Directory library License: MIT Group: Development/Languages/Python -Url: https://pypi.python.org/pypi/adal +Url: https://github.com/AzureAD/azure-activedirectory-library-for-python Source: https://files.pythonhosted.org/packages/source/a/adal/adal-%{version}.tar.gz Source1: HISTORY.txt BuildRequires: %{python_module devel} @@ -52,8 +52,7 @@ cp %{SOURCE1} HISTORY.txt %install %python_install - -%fdupes %{buildroot}/%{python_sitelib}/* +%python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %defattr(-,root,root,-)