17
0

3 Commits

Author SHA256 Message Date
7e4da15e8b gap-zeromqinterface 0.17 2025-06-20 14:08:07 +02:00
afd1e6bd50 POSIX sh compatibility 2025-02-28 00:01:31 +01:00
103302631d gap-zeromqinterface 0.16 2025-02-09 20:05:49 +01:00
4 changed files with 25 additions and 9 deletions

Binary file not shown.

BIN
ZeroMQInterface-0.17.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Jun 20 12:07:42 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 0.17
* No user-visible changes
-------------------------------------------------------------------
Thu Feb 27 23:00:16 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Make specfile conform to POSIX sh
-------------------------------------------------------------------
Sun Feb 9 19:05:23 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 0.16
* Require GAP >= 4.12 so that LoadKernelExtension can be used
-------------------------------------------------------------------
Sun Feb 12 21:06:15 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package gap-zeromqinterface
#
# Copyright (c) 2023 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-zeromqinterface
Version: 0.14
Version: 0.17
Release: 0
Summary: GAP: ZeroMQ bindings
License: GPL-2.0-or-later
@@ -26,10 +26,10 @@ URL: https://gap-packages.github.io/ZeroMQInterface/
#Git-Clone: https://github.com/gap-packages/ZeroMQInterface
Source: https://github.com/gap-packages/ZeroMQInterface/releases/download/v%version/ZeroMQInterface-%version.tar.gz
BuildRequires: c_compiler
BuildRequires: gap-devel
BuildRequires: gap-devel >= 4.12
BuildRequires: gap-rpm-devel
BuildRequires: pkgconfig(libzmq) >= 2
Requires: gap-core >= 4.9
Requires: gap-core >= 4.12
Requires: gap-gapdoc >= 1.6.1
%description
@@ -44,9 +44,8 @@ ZeroMQ bindings for the GAP CAS.
%install
%gappkg_simple_install
pushd "%buildroot/$moddir"
cd "%buildroot/$moddir"
rm -Rfv config.* configure cnf src
popd
%files -f %name.files