forked from pool/gap-io
delete _link
OBS-URL: https://build.opensuse.org/package/show/science/gap-io?expand=0&rev=15
This commit is contained in:
parent
ac59372114
commit
a92bba3ba3
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 14 23:25:37 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to new upstream release 4.5.4
|
||||
* Add exit status to IO_WaitPid
|
||||
* Make IO usable in the HPC-GAP threads
|
||||
* Replace the deprecated `Elements` in examples by `AsSet`
|
||||
* Add IO_getcwd to query the current working directory
|
||||
* Fix ChangeDirectoryCurrent when used with relative paths
|
||||
(it used to set GAPInfo.DirectoryCurrent to an invalid value)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 3 16:34:09 UTC 2018 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 4.5.1
|
||||
* Fix a bug which could break usage IO_mkstemp or IO_mkdtemp in
|
||||
a loaded GAP workspace.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 24 16:19:19 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 4.5.0
|
||||
* Add support for (un)pickling ranges and character tables
|
||||
* Add automatic call to InstallSIGCHLDHandler() when IO_Fork is
|
||||
used directly or indirectly. As a consequence, code directly
|
||||
calling IO_fork must now always call IO_WaitPid or the new
|
||||
IO_IgnorePid
|
||||
* Remove undocumented function IO_MasterPointerNumber
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 19 23:58:43 UTC 2016 - jengelh@inai.de
|
||||
|
||||
|
17
gap-io.spec
17
gap-io.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gap-io
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,29 +12,28 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: gap-io
|
||||
Summary: GAP: Bindings for low level C library IO
|
||||
Version: 4.4.6
|
||||
Version: 4.5.4
|
||||
Release: 0
|
||||
License: GPL-3.0+
|
||||
Summary: GAP: Bindings for low level C library IO
|
||||
License: GPL-3.0-or-later
|
||||
Group: Productivity/Scientific/Math
|
||||
URL: http://gap-packages.github.io/io/
|
||||
Url: http://gap-packages.github.io/io/
|
||||
|
||||
Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/io-%version.tar.bz2
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gap-devel >= 4.5.5
|
||||
BuildRequires: gap-devel >= 4.9
|
||||
BuildRequires: gap-rpm-devel
|
||||
BuildRequires: gmp-devel
|
||||
BuildRequires: libtool
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: gap-core >= 4.5.5
|
||||
Requires: gap-gapdoc >= 1.2
|
||||
Requires: gap-core >= 4.9
|
||||
|
||||
%description
|
||||
The IO package provides bindings for GAP to the lower levels of
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:370bce010aaf2af473159e7a01da5fbc290bff2796503fac9774862d53c39971
|
||||
size 799271
|
3
io-4.5.4.tar.bz2
Normal file
3
io-4.5.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb889049a51b82b7beb8bee1d8a9b1c3ade5aa5d5af92ad13617dc9819bce40d
|
||||
size 795467
|
Loading…
Reference in New Issue
Block a user