diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2025-03-20 20:30:01 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2025-03-20 20:30:01 +0000 |
commit | 8228ea6db971067311960088670cfca6d0d03412 (patch) | |
tree | 7ab94d6f4c33afd83128b354fb51f46ab3c32626 | |
parent | 655a10c5c8c1c528de6b7fcc918571938020ce58 (diff) |
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-astrovascpy.spec | 9 |
2 files changed, 6 insertions, 4 deletions
@@ -1,2 +1 @@ -/AstroVascPy-0.1.5.tar.gz /AstroVascPy-0.1.6.tar.gz diff --git a/python-astrovascpy.spec b/python-astrovascpy.spec index 11d256f..1323a3a 100644 --- a/python-astrovascpy.spec +++ b/python-astrovascpy.spec @@ -2,7 +2,7 @@ ## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: - release_number = 1; + release_number = 2; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} @@ -18,7 +18,7 @@ Version: 0.1.6 Release: %{autorelease} Summary: Simulating blood flow in vasculature -%global forgeurl https://github.com/BlueBrain/%{pypi_name} +%global forgeurl https://github.com/openbraininstitute/AstroVascPy %global tag %{version} %forgemeta @@ -118,8 +118,11 @@ k="${k-}${k+ and }not test_petsc_installation" %changelog ## START: Generated by rpmautospec +* Thu Mar 20 2025 Sandro <devel@penguinpee.nl> - 0.1.6-2 +- Update URLs + * Sat Nov 23 2024 Sandro <devel@penguinpee.nl> - 0.1.6-1 -- Uncommitted changes +- Update to 0.1.6 * Fri May 24 2024 Sandro <devel@penguinpee.nl> - 0.1.5-1 - Initial package |