From 8e84692f6ff35a0cd273478886e02e103c79aa2ae52712cb4d8ae01e21cd3baf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 17 Jan 2020 09:42:23 +0000 Subject: [PATCH] - Use psuffix properly to not override src packages OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ordered-set?expand=0&rev=8 --- python-ordered-set.changes | 5 +++++ python-ordered-set.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-ordered-set.changes b/python-ordered-set.changes index 2215cbc..c2401b7 100644 --- a/python-ordered-set.changes +++ b/python-ordered-set.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 17 09:41:39 UTC 2020 - Tomáš Chvátal + +- Use psuffix properly to not override src packages + ------------------------------------------------------------------- Thu Oct 17 09:01:30 UTC 2019 - Tomáš Chvátal diff --git a/python-ordered-set.spec b/python-ordered-set.spec index 6f46660..f0e3bf8 100644 --- a/python-ordered-set.spec +++ b/python-ordered-set.spec @@ -1,7 +1,7 @@ # -# spec file for package python +# spec file for package python-ordered-set # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2019 Neal Gompa . # # All modifications and additions to the file contributed by third parties @@ -28,7 +28,7 @@ %define psuffix %{nil} %bcond_with test %endif -Name: python-%{short_name} +Name: python-%{short_name}%{psuffix} Version: 3.1.1 Release: 0 Summary: Custom MutableSet that remembers its order