Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 56c51f0b37 | |||
|
|
02d287f3fe | ||
| 38338ce4e6 | |||
|
|
25460623e0 | ||
| 3b4da5a1d7 | |||
|
|
39b0556d44 | ||
| d1c6c883fa |
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
mtime: 1750420478
|
||||
commit: 52c4ce8170667ebb827d12e698de25b977875a9aef5047b1464075ad424c8bf6
|
||||
url: https://src.opensuse.org/jengelh/gap-crypting
|
||||
revision: master
|
||||
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28b56ecd9b78069573e3f24a18a773ef1436fc1d8c4f55fda731ba9abfd2dbf7
|
||||
size 256
|
||||
BIN
crypting-0.10.4.tar.gz
LFS
BIN
crypting-0.10.4.tar.gz
LFS
Binary file not shown.
BIN
crypting-0.10.6.tar.gz
LFS
Normal file
BIN
crypting-0.10.6.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 20 11:54:27 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 0.10.6
|
||||
* No user-visible changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 27 23:00:16 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Make specfile conform to POSIX sh
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 3 22:08:37 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 0.10.5
|
||||
* No changelog was provided
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 20 21:45:28 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gap-crypting
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2025 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: gap-crypting
|
||||
Version: 0.10.4
|
||||
Version: 0.10.6
|
||||
Release: 0
|
||||
Summary: GAP: Support for hashes and crypto
|
||||
License: BSD-3-Clause
|
||||
@@ -45,9 +45,7 @@ find . -type f -size 0 -name _Chunks.xml -print -delete
|
||||
|
||||
%install
|
||||
%gappkg_simple_install
|
||||
pushd "%buildroot/$moddir/"
|
||||
rm -Rf src
|
||||
popd
|
||||
rm -Rf "%buildroot/$moddir/src"
|
||||
|
||||
%files -f %name.files
|
||||
|
||||
|
||||
Reference in New Issue
Block a user