From e5ce82310661504444d4f6bce9b65857f612f9fb Mon Sep 17 00:00:00 2001 From: chen-jan Date: Tue, 26 Oct 2021 01:48:53 +0000 Subject: [PATCH] change the spec file name to be the same as the repo name --- bitcoinlib.spec => python-bitcoinlib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename bitcoinlib.spec => python-bitcoinlib.spec (96%) diff --git a/bitcoinlib.spec b/python-bitcoinlib.spec similarity index 96% rename from bitcoinlib.spec rename to python-bitcoinlib.spec index 346252b..3f42c05 100644 --- a/bitcoinlib.spec +++ b/python-bitcoinlib.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-bitcoinlib Version: 0.5.3 -Release: 1 +Release: 2 Summary: Bitcoin and Other cryptocurrency Library License: GNU3 URL: http://github.com/1200wd/bitcoinlib @@ -91,5 +91,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Oct 26 2021 chenchen - 0.5.3-2 +- change the spec file name to be the same as the repo name + * Tue Jul 16 2021 Python_Bot - 0.5.3-1 - Package Spec generated -- Gitee