SHA256
1
0
forked from pool/gap-io

Compare commits

...

9 Commits

Author SHA256 Message Date
76b08f6454 Accepting request 1249116 from science
- Make specfile conform to POSIX sh

OBS-URL: https://build.opensuse.org/request/show/1249116
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gap-io?expand=0&rev=5
2025-02-28 16:39:19 +00:00
OBS User unknown
1af371660c [info=7f6fcc6ff4c8a0c81a3bfa9ff1e485029d5a3ba195b822d5de0d28a5d55daa89]
OBS-URL: https://build.opensuse.org/package/show/science/gap-io?expand=0&rev=24
2025-02-27 23:11:37 +00:00
Ana Guerrero
839ee2f853 Accepting request 1225116 from science
- Update to release 4.9.1

OBS-URL: https://build.opensuse.org/request/show/1225116
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gap-io?expand=0&rev=4
2024-11-19 21:23:55 +00:00
OBS User unknown
41814ba6de [info=e8c44948a82622890d0629a336d60c4fe4034693e0fed35e2462a92fc892959f]
OBS-URL: https://build.opensuse.org/package/show/science/gap-io?expand=0&rev=23
2024-11-19 13:28:17 +00:00
Ana Guerrero
2d81551135 Accepting request 1199001 from science
- Update to release 4.9

OBS-URL: https://build.opensuse.org/request/show/1199001
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gap-io?expand=0&rev=3
2024-09-06 15:18:24 +00:00
OBS User unknown
91d4e38d60 [info=228943d927790712eaa36b2ab2a3ad530c00e9e9d247c522196a0f099cef7552]
OBS-URL: https://build.opensuse.org/package/show/science/gap-io?expand=0&rev=22
2024-09-05 14:11:35 +00:00
9154d6a47e Accepting request 1190565 from science
- Update to release 4.8.

OBS-URL: https://build.opensuse.org/request/show/1190565
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gap-io?expand=0&rev=2
2024-07-31 11:30:31 +00:00
OBS User unknown
5b6f85b8f8 [info=7e69b9915630b479c62599236f9378e19affec756b305482b987a12a1b04a54b]
OBS-URL: https://build.opensuse.org/package/show/science/gap-io?expand=0&rev=21
2024-07-31 04:49:32 +00:00
225a1c2e5f [info=c15e9b5d7b25db4ca987a810c991c191a6c8834cd12ed16814d554f95d7b6c4f]
OBS-URL: https://build.opensuse.org/package/show/science/gap-io?expand=0&rev=20
2024-07-31 04:25:40 +00:00
6 changed files with 38 additions and 10 deletions

4
_scmsync.obsinfo Normal file
View File

@ -0,0 +1,4 @@
mtime: 1740697291
commit: 7f6fcc6ff4c8a0c81a3bfa9ff1e485029d5a3ba195b822d5de0d28a5d55daa89
url: https://src.opensuse.org/jengelh/gap-io
revision: master

3
build.specials.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:59f60f5856bd8574f1e2cbc443d3975c97751483ac9a708a77009c1134d5fc6d
size 256

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
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>
- Update to release 4.9
* Use IsKernelExtensionAvailable and LoadKernelExtension
-------------------------------------------------------------------
Wed Jul 31 04:30:56 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 4.8.
* Check arguments to IO_gmtime and IO_localtime
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 21 21:47:27 UTC 2023 - Jan Engelhardt <jengelh@inai.de> Tue Nov 21 21:47:27 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package gap-io # spec file for package gap-io
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: gap-io Name: gap-io
Version: 4.8.2 Version: 4.9.1
Release: 0 Release: 0
Summary: GAP: Bindings for low level C library IO Summary: GAP: Bindings for low level C library IO
License: GPL-3.0-or-later License: GPL-3.0-or-later
@ -26,10 +26,10 @@ URL: https://gap-packages.github.io/io/
#Git-Clone: https://github.com/gap-packages/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.bz2
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: gap-devel >= 4.11 BuildRequires: gap-devel >= 4.12
BuildRequires: gap-rpm-devel BuildRequires: gap-rpm-devel
BuildRequires: gmp-devel BuildRequires: gmp-devel
Requires: gap-core >= 4.11 Requires: gap-core >= 4.12
%description %description
The IO package provides bindings for GAP to the lower levels of The IO package provides bindings for GAP to the lower levels of
@ -41,14 +41,12 @@ Input/Output functionality in the C library.
%build %build
%configure --with-gaproot="%gapdir" %configure --with-gaproot="%gapdir"
%make_build %make_build
rm -v doc/clean
%install %install
%gappkg_simple_install %gappkg_simple_install
pushd "%buildroot/$fmoddir/" cd "%buildroot/$fmoddir/"
rm -Rf aclocal* autom4* cnf config* m4 gen src rm -Rf aclocal* autom4* cnf config* m4 gen src
find . -type f -name "*.la" -print -delete find . -type f -name "*.la" -print -delete
popd
%fdupes %buildroot/%_prefix %fdupes %buildroot/%_prefix
%files -f %name.files %files -f %name.files

View File

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

BIN
io-4.9.1.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.