Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
6e501fec40 | |||
6eae54ff13 | |||
7f6fcc6ff4 | |||
e8c44948a8 |
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 21 23:44:50 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 4.9.3
|
||||
* No user-visible changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 20 12:08:33 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 4.9.2
|
||||
* No user-visible changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 27 23:00:16 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Make specfile conform to POSIX sh
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 13:21:10 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 4.9.1
|
||||
* Switch tests to use a different HTTP provider
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 5 13:46:56 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gap-io
|
||||
#
|
||||
# Copyright (c) 2024 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,14 +17,14 @@
|
||||
|
||||
|
||||
Name: gap-io
|
||||
Version: 4.9.0
|
||||
Version: 4.9.3
|
||||
Release: 0
|
||||
Summary: GAP: Bindings for low level C library IO
|
||||
License: GPL-3.0-or-later
|
||||
Group: Productivity/Scientific/Math
|
||||
URL: https://gap-packages.github.io/io/
|
||||
#Git-Clone: https://github.com/gap-packages/io
|
||||
Source: https://github.com/gap-packages/io/releases/download/v%version/io-%version.tar.bz2
|
||||
Source: https://github.com/gap-packages/io/releases/download/v%version/io-%version.tar.gz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gap-devel >= 4.12
|
||||
BuildRequires: gap-rpm-devel
|
||||
@@ -44,10 +44,9 @@ Input/Output functionality in the C library.
|
||||
|
||||
%install
|
||||
%gappkg_simple_install
|
||||
pushd "%buildroot/$fmoddir/"
|
||||
cd "%buildroot/$fmoddir/"
|
||||
rm -Rf aclocal* autom4* cnf config* m4 gen src
|
||||
find . -type f -name "*.la" -print -delete
|
||||
popd
|
||||
%fdupes %buildroot/%_prefix
|
||||
|
||||
%files -f %name.files
|
||||
|
BIN
io-4.9.0.tar.bz2
(Stored with Git LFS)
BIN
io-4.9.0.tar.bz2
(Stored with Git LFS)
Binary file not shown.
BIN
io-4.9.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
io-4.9.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user