From c8751e49af5311e9c817a1dd198d5f6c61fc6115e960696c8c2998da0eda171d Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 27 Jun 2023 08:11:41 +0000 Subject: [PATCH] Accepting request 1095344 from devel:languages:python:mailman:backports - Use sle15_python_module_pythons - Fix link to LICENSE.txt OBS-URL: https://build.opensuse.org/request/show/1095344 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-geographiclib?expand=0&rev=7 --- LICENSE.txt | 5 ++--- python-geographiclib.changes | 6 ++++++ python-geographiclib.spec | 6 +++--- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 9f04911..b2a778d 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,7 +1,6 @@ -The MIT License (MIT); this license applies to GeographicLib, -versions 1.12 and later. +The MIT License (MIT). -Copyright (c) 2008-2019, Charles Karney +Copyright (c) 2008-2022, Charles Karney Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/python-geographiclib.changes b/python-geographiclib.changes index 3f5a541..19a33da 100644 --- a/python-geographiclib.changes +++ b/python-geographiclib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 26 07:56:51 UTC 2023 - Andreas Schneider + +- Use sle15_python_module_pythons +- Fix link to LICENSE.txt + ------------------------------------------------------------------- Mon May 24 14:03:36 UTC 2021 - pgajdos@suse.com diff --git a/python-geographiclib.spec b/python-geographiclib.spec index 4d523f7..efc176f 100644 --- a/python-geographiclib.spec +++ b/python-geographiclib.spec @@ -1,7 +1,7 @@ # # spec file for package python-geographiclib # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,7 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?sle15_python_module_pythons} Name: python-geographiclib Version: 1.50 Release: 0 @@ -25,7 +25,7 @@ License: MIT Group: Development/Languages/Python URL: https://geographiclib.sourceforge.io/ Source: https://files.pythonhosted.org/packages/source/g/geographiclib/geographiclib-%{version}.tar.gz -Source1: https://sourceforge.net/p/geographiclib/code/ci/master/tree/LICENSE.txt?format=raw#/LICENSE.txt +Source1: https://sourceforge.net/p/geographiclib/code/ci/release/tree/LICENSE.txt?format=raw#/LICENSE.txt BuildRequires: %{python_module base} BuildRequires: %{python_module setuptools} BuildRequires: fdupes