SHA256
1
0
forked from pool/carat

Switch _service to an explicit revision hash

Facilitate tarball verification.
This commit is contained in:
Jan Engelhardt 2024-09-13 12:44:04 +02:00
parent 27a5dfdbda
commit a728c69546
5 changed files with 19 additions and 12 deletions

View File

@ -1,15 +1,15 @@
<services>
<service name="tar_scm" mode="disabled">
<service name="tar_scm" mode="manual">
<param name="filename">carat</param>
<param name="scm">git</param>
<param name="url">https://github.com/lbfm-rwth/carat</param>
<param name="revision">master</param>
<param name="revision">21bfdb516cc21c8e634a9fc99c469a07b8c7490c</param>
<param name="parent-tag">v2.1b1</param>
<param name="versionformat">2.1b1+g@TAG_OFFSET@</param>
<param name="versionformat">2.1b1+g@TAG_OFFSET@.%h</param>
</service>
<service name="recompress" mode="disabled">
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
<service name="set_version" mode="manual"/>
</services>

BIN
carat-2.1b1+g132.21bfdb5.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7245ac04ec91378005c1e6a4f8c9c46aa938d6c1029bb6653eadad4cb7af12aa
size 5696840

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Sep 13 10:42:35 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Switch _service to an explicit revision hash to facilitate
tarball verification.
-------------------------------------------------------------------
Sat Jun 24 13:47:39 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package pari
# spec file for package carat
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: carat
Version: 2.1b1+g132
Version: 2.1b1+g132.21bfdb5
Release: 0
Summary: Programs for solving certain tasks in mathematical crystallography
License: GPL-2.0-only
@ -34,8 +34,9 @@ construction, recognition and comparison problems for
crystallographic groups up to dimension 6. The name CARAT itself
is an acronym for Crystallographic AlgoRithms And Tables.
# Utilies invoked from e.g. gap-caratinterface
# Utilies invoked from e.g. gap-caratinterface
%prep
%autosetup