diff --git a/pygit2-0.28.1.tar.gz b/pygit2-0.28.1.tar.gz deleted file mode 100644 index 6729d99..0000000 --- a/pygit2-0.28.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ccdb865ef530c799a6430d0e52952925ffc0d7c856e7608f4cf42f4b821412b -size 496243 diff --git a/pygit2-0.28.2.tar.gz b/pygit2-0.28.2.tar.gz new file mode 100644 index 0000000..2356ce8 --- /dev/null +++ b/pygit2-0.28.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d8c3fbbf2e5793a9984681a94e6ac2f1bc91a92cbac762dbdfbea296b917f86 +size 496469 diff --git a/python-pygit2.changes b/python-pygit2.changes index 7f29730..84d2182 100644 --- a/python-pygit2.changes +++ b/python-pygit2.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jun 3 10:20:16 UTC 2019 - Tomáš Chvátal + +- Update to 0.28.2: + * Fix crash in reflog iteration #901 + * Support symbolic references in branches.with_commit(..) #910 + * Documentation updates #909 + * Test updates #911 + ------------------------------------------------------------------- Wed May 15 18:22:32 UTC 2019 - Gary Smith diff --git a/python-pygit2.spec b/python-pygit2.spec index 480b9dd..ba9a1ce 100644 --- a/python-pygit2.spec +++ b/python-pygit2.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pygit2 -Version: 0.28.1 +Version: 0.28.2 Release: 0 Summary: Python bindings for libgit2 License: GPL-2.0-only @@ -61,6 +61,7 @@ export CFLAGS="%{optflags} -fno-strict-aliasing" %python_expand %fdupes %{buildroot}%{$python_sitearch} %check +rm -rf pygit2 %pytest_arch %files %{python_files}