diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-21 14:41:49 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 14:41:49 +0000 |
| commit | ec1b58355169eb753bcdccc4526d34459e875808 (patch) | |
| tree | fc8f3eb631970604d9d181678c55009dd3a4c5bf | |
| parent | 1c5a8da7c84a7342bff21ef504ef6356a29efcd9 (diff) | |
automatic import of python-mesonopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-meson.spec | 8 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /meson-1.0.1.tar.gz +/meson-1.1.0.tar.gz diff --git a/python-meson.spec b/python-meson.spec index 803fff9..435b92a 100644 --- a/python-meson.spec +++ b/python-meson.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-meson -Version: 1.0.1 +Version: 1.1.0 Release: 1 Summary: A high performance build system License: Apache License, Version 2.0 URL: https://mesonbuild.com -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e4/3b/4e1f9e860191d4999fcb9000d36dfaf2460f2e2ce493a3bfc9b56b382209/meson-1.0.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b8/d9/25b5beccb6f9bd69f7a27e32a48112329509160cb6681cde4b9464104f7b/meson-1.1.0.tar.gz BuildArch: noarch Requires: python3-ninja @@ -35,7 +35,7 @@ Meson is a cross-platform build system designed to be both as fast and as user f %prep -%autosetup -n meson-1.0.1 +%autosetup -n meson-1.1.0 %build %py3_build @@ -75,5 +75,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.1-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.0-1 - Package Spec generated @@ -1 +1 @@ -843ba549bb2a199d9e04092116a7e749 meson-1.0.1.tar.gz +94ea898bcf799470878e60809be80467 meson-1.1.0.tar.gz |
