diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-28 09:20:08 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-28 09:20:08 +0000 |
commit | 5b836abb8143c608ea4bf2f6f15c4cd10de0fab5 (patch) | |
tree | 1bb09f90259df4d959b739e794ecde2b19bb7997 | |
parent | 164ac70a131531b80aa6fae78d6a888d890bd858 (diff) |
automatic import of python-copr-commonopeneuler20.03
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | python-copr-common.spec | 11 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 7 deletions
@@ -1,2 +1 @@ -/python-copr-common-0.18.tar.gz -/python-copr-common-git-137.c392fd6.tar.gz +/python-copr-common-0.19.tar.gz diff --git a/python-copr-common.spec b/python-copr-common.spec index 4924fcd..3d134bd 100644 --- a/python-copr-common.spec +++ b/python-copr-common.spec @@ -16,8 +16,8 @@ %endif Name: python-copr-common -Version: 0.18 -Release: 1.git.137.c392fd6%{?dist} +Version: 0.19 +Release: 1%{?dist} Summary: Python code used by Copr License: GPL-2.0-or-later @@ -26,7 +26,7 @@ URL: https://github.com/fedora-copr/copr # Source is created by: # git clone %%url && cd copr # tito build --tgz --tag %%name-%%version-%%release -Source0: python-copr-common-git-137.c392fd6.tar.gz +Source0: %name-%version.tar.gz BuildArch: noarch @@ -73,7 +73,7 @@ Summary: %{summary} %prep -%setup -q -n python-copr-common-git-137.c392fd6 +%setup -q %build @@ -115,6 +115,9 @@ version=%version %py2_install %changelog +* Tue May 23 2023 Jakub Kadlcik <frostyx@email.cz> 0.19-1 +- Specfile compatibility with OpenEuler + * Tue Jan 24 2023 Jakub Kadlcik <frostyx@email.cz> 0.18-1 - Periodically dump the priority queue to a JSON file - Use SPDX license @@ -1 +1 @@ -227cfdc7eb6ecd6bf72aca6cc3b868a8 python-copr-common-git-137.c392fd6.tar.gz +756a0e6b221c7b9afa58bd5539ccdd4c python-copr-common-0.19.tar.gz |