- Update to release 4.8
OBS-URL: https://build.opensuse.org/package/show/science/gap-io?expand=0&rev=16
This commit is contained in:
parent
a92bba3ba3
commit
6b9c62c607
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 19 04:10:57 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 4.8
|
||||||
|
* Add IO_CallWithTimeout, remove CheckForUpdates
|
||||||
|
* Add IO_realpath, add IO_getenv, IO_setenv, IO_unsetenv
|
||||||
|
* Fix unpickling of permutation groups with no generators
|
||||||
|
* Make IO_stat/IO_lstat/IO_fstat compatible with large files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 14 23:25:37 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
Wed Nov 14 23:25:37 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
31
gap-io.spec
31
gap-io.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gap-io
|
# spec file for package gap-io
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2022 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,43 +17,40 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gap-io
|
Name: gap-io
|
||||||
Version: 4.5.4
|
Version: 4.8.0
|
||||||
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
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
Url: http://gap-packages.github.io/io/
|
URL: https://gap-packages.github.io/io/
|
||||||
|
#Git-Clone: https://github.com/gap-packages/io
|
||||||
Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/io-%version.tar.bz2
|
Source: https://github.com/gap-packages/io/releases/download/v%version/io-%version.tar.bz2
|
||||||
BuildRequires: autoconf
|
|
||||||
BuildRequires: automake
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gap-devel >= 4.9
|
BuildRequires: gap-devel >= 4.11
|
||||||
BuildRequires: gap-rpm-devel
|
BuildRequires: gap-rpm-devel
|
||||||
BuildRequires: gmp-devel
|
BuildRequires: gmp-devel
|
||||||
BuildRequires: libtool
|
Requires: gap-core >= 4.11
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
Requires: gap-core >= 4.9
|
|
||||||
|
|
||||||
%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
|
||||||
Input/Output functionality in the C library.
|
Input/Output functionality in the C library.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qn io-%version
|
%autosetup -n io-%version
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi
|
|
||||||
%configure --with-gaproot="%gapdir"
|
%configure --with-gaproot="%gapdir"
|
||||||
make %{?_smp_mflags} DESTDIR="%buildroot"
|
%make_build
|
||||||
rm -Rf {aclocal*,autom4*,cnf,config*,m4,src}
|
rm -v doc/clean
|
||||||
find . -type f -name "*.la" -delete
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%gappkg_simple_install
|
%gappkg_simple_install
|
||||||
|
pushd "%buildroot/$fmoddir/"
|
||||||
|
rm -Rf aclocal* autom4* cnf config* m4 gen src
|
||||||
|
find . -type f -name "*.la" -print -delete
|
||||||
|
popd
|
||||||
%fdupes %buildroot/%_prefix
|
%fdupes %buildroot/%_prefix
|
||||||
|
|
||||||
%files -f %name.files
|
%files -f %name.files
|
||||||
%defattr(-,root,root)
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bb889049a51b82b7beb8bee1d8a9b1c3ade5aa5d5af92ad13617dc9819bce40d
|
|
||||||
size 795467
|
|
3
io-4.8.0.tar.bz2
Normal file
3
io-4.8.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f78070fb0ec948930530d15bec87dec79069992201ab85eb44b772aeb652a042
|
||||||
|
size 587279
|
Loading…
Reference in New Issue
Block a user