From bf1b216eb03892f51aaf0f22c81c97c81fa6fd86 Mon Sep 17 00:00:00 2001 From: lxpzero Date: Thu, 21 Dec 2023 09:37:57 +0000 Subject: [PATCH] rebuild Signed-off-by: lxpzero --- python-sphinx_lv2_theme.spec | 7 +++++-- ...me-1.2.2.tar.gz => sphinx_lv2_theme-1.2.2.tar.gz | Bin 2 files changed, 5 insertions(+), 2 deletions(-) rename python-sphinx_lv2_theme-1.2.2.tar.gz => sphinx_lv2_theme-1.2.2.tar.gz (100%) diff --git a/python-sphinx_lv2_theme.spec b/python-sphinx_lv2_theme.spec index 4f1a89b..e5908f8 100644 --- a/python-sphinx_lv2_theme.spec +++ b/python-sphinx_lv2_theme.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global src_name sphinx_lv2_theme %global common_description %{expand: @@ -18,7 +18,7 @@ Release: %{anolis_release}%{?dist} Summary: A minimal pure-CSS theme for Sphinx License: ISC URL: https://gitlab.com/lv2/%{src_name} -Source0: %{pypi_source} +Source0: https://files.pythonhosted.org/packages/source/s/%{src_name}/%{src_name}-%{version}.tar.gz BuildArch: noarch @@ -64,5 +64,8 @@ This package contains documentation for developer documentation for %{src_name}. %changelog +* Thu Dec 21 2023 Xiaoping Liu - 1.2.2-2 +- rebuild + * Mon Mar 27 2023 Ziyang Zhang - 1.2.2-1 - Init from upstream 1.2.2 diff --git a/python-sphinx_lv2_theme-1.2.2.tar.gz b/sphinx_lv2_theme-1.2.2.tar.gz similarity index 100% rename from python-sphinx_lv2_theme-1.2.2.tar.gz rename to sphinx_lv2_theme-1.2.2.tar.gz -- Gitee