From 69e8838bc231df8d9132fed437565db8b26f18e1 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Fri, 5 Aug 2022 08:31:28 +0000 Subject: [PATCH] Fix incorrect description for doc (cherry picked from commit f624074710459439cc970052202e409b2c09aa50) --- python-monotonic.spec | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/python-monotonic.spec b/python-monotonic.spec index b2ff541..775880d 100644 --- a/python-monotonic.spec +++ b/python-monotonic.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-monotonic Version: 1.6 -Release: 1 +Release: 2 Summary: An implementation of time.monotonic() for Python 2 & < 3.3 License: Apache-2.0 URL: https://github.com/atdt/monotonic @@ -68,12 +68,8 @@ If no suitable implementation exists for the current platform, attempting to import this module (or to import from it) will cause a ``RuntimeError`` exception to be raised. - - - - %package help -Summary: An implementation of time.monotonic() for Python 2 & < 3.3 +Summary: Development documents and examples for monotonic Provides: python3-monotonic-doc %description help @@ -99,10 +95,6 @@ If no suitable implementation exists for the current platform, attempting to import this module (or to import from it) will cause a ``RuntimeError`` exception to be raised. - - - - %prep %autosetup -n monotonic-%{version} @@ -145,6 +137,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Aug 05 2022 huangtianhua - 1.6-2 +- Fix incorrect description for doc + * Fri Jul 22 2022 OpenStack_SIG - 1.6-1 - Upgrade the version to 1.6 -- Gitee