diff --git a/libarchive-0.4.6.tar.gz b/libarchive-0.4.6.tar.gz deleted file mode 100644 index b821a8d..0000000 --- a/libarchive-0.4.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37e8cca1eb85d30583cdcffc58116d83abc09be7549d5d6c9ead563c0a8d7b04 -size 24418 diff --git a/libarchive-0.4.7.tar.gz b/libarchive-0.4.7.tar.gz new file mode 100644 index 0000000..670a5ab --- /dev/null +++ b/libarchive-0.4.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:829dc298a08877f62335d528973bc034f7c1e8a03c16bfc1fa561e164e76a365 +size 23774 diff --git a/python-libarchive.changes b/python-libarchive.changes index 7b75870..a85f18e 100644 --- a/python-libarchive.changes +++ b/python-libarchive.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 24 08:09:30 UTC 2019 - Tomáš Chvátal + +- Update to 0.4.7: + * no upstream changelog + ------------------------------------------------------------------- Tue Apr 9 13:37:15 UTC 2019 - pgajdos@suse.com diff --git a/python-libarchive.spec b/python-libarchive.spec index 636d474..6d9c5d0 100644 --- a/python-libarchive.spec +++ b/python-libarchive.spec @@ -19,27 +19,26 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-libarchive -Version: 0.4.6 +Version: 0.4.7 Release: 0 Summary: Python adapter for universal, libarchive-based archive access License: GPL-2.0-only Group: Development/Languages/Python -Url: https://github.com/dsoprea/PyEasyArchive +URL: https://github.com/dsoprea/PyEasyArchive Source: https://files.pythonhosted.org/packages/source/l/libarchive/libarchive-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: libarchive-devel BuildRequires: python-rpm-macros +Requires: libarchive-devel +Conflicts: python-libarchive-c +BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module nose} # /SECTION -Requires: libarchive-devel -Conflicts: python-libarchive-c %ifpython2 Conflicts: %{oldpython}-libarchive-c %endif -BuildArch: noarch - %python_subpackages %description