From 6989951b26a6532106a941846464a8d6fa28e073 Mon Sep 17 00:00:00 2001 From: Tom Rix Date: Sat, 16 Mar 2024 15:39:58 -0400 Subject: [PATCH] Update to 2.3.0-rc2 Signed-off-by: Tom Rix --- python-torch.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python-torch.spec b/python-torch.spec index 3fbab79..313f013 100644 --- a/python-torch.spec +++ b/python-torch.spec @@ -4,11 +4,12 @@ %global forgeurl https://github.com/pytorch/pytorch # So pre releases can be tried -%bcond_with gitcommit +%bcond_without gitcommit %if %{with gitcommit} -%global commit0 975d4284250170602db60adfda5eb1664a3b8acc +# git tag v2.3.0-rc2 +%global commit0 6a89a753b1556fe8558582c452fdba083f6ec01a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) -%global date0 20240307 +%global date0 20240313 %else %global commit0 975d4284250170602db60adfda5eb1664a3b8acc %global shortcommit0 %(c=%{commit0}; echo ${c:0:7})