diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-linear-operator.spec | 4 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 4 insertions, 3 deletions
@@ -1 +1,2 @@ /python-linear-operator-0.5.2.tar.gz +/python-linear-operator-0.5.1.tar.gz diff --git a/python-linear-operator.spec b/python-linear-operator.spec index aeca602..5c96c2f 100644 --- a/python-linear-operator.spec +++ b/python-linear-operator.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-linear-operator -Version: 0.5.2 +Version: 0.5.1 Release: 1 Summary: A LinearOperator implementation to wrap the numerical nuts and bolts of GPyTorch License: MIT @@ -67,5 +67,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Sun Jan 28 2024 Binshuo Zu <274620705z@gmail.com> - 0.5.2-1 +* Sun Jan 28 2024 Binshuo Zu <274620705z@gmail.com> - 0.5.1-1 - Package init @@ -1 +1 @@ -7ee0e72f8c65260061b662d9f29c8660 python-linear-operator-0.5.2.tar.gz +6b804190e723c0d2dc212099bfda3a96 python-linear-operator-0.5.1.tar.gz |