diff --git a/0.7.tar.gz b/0.7.tar.gz new file mode 100644 index 0000000..4ee5a1d Binary files /dev/null and b/0.7.tar.gz differ diff --git a/pybeam-0.6.tar.gz b/pybeam-0.6.tar.gz deleted file mode 100644 index eeb98c4..0000000 Binary files a/pybeam-0.6.tar.gz and /dev/null differ diff --git a/python-pybeam.spec b/python-pybeam.spec index c324fa6..a9249d3 100644 --- a/python-pybeam.spec +++ b/python-pybeam.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pybeam -Version: 0.6 +Version: 0.7 Release: 1 Summary: Python module to parse Erlang BEAM files License: MIT -URL: http://github.com/matwey/pybeam -Source0: https://files.pythonhosted.org/packages/8d/18/8f622cd4f3874404d99824aede37c6051aa869615b86f61705d72290cb8e/pybeam-0.6.tar.gz +URL: https://github.com/matwey/pybeam +Source0: https://github.com/matwey/pybeam/archive/refs/tags/0.7.tar.gz BuildArch: noarch BuildRequires: python3-sphinx Requires: python3-construct @@ -30,7 +30,7 @@ Provides: python3-pybeam-doc Python module to parse Erlang BEAM files %prep -%autosetup -n pybeam-0.6 +%autosetup -n pybeam-0.7 %build %py3_build @@ -70,5 +70,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Jun 21 2022 houyingchao - 0.7-1 +- Upgrade to version 0.7 + * Mon Aug 17 2020 zhanghua - 0.6-1 - package init