Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 7e4da15e8b | |||
| afd1e6bd50 | |||
| 103302631d |
BIN
ZeroMQInterface-0.14.tar.gz
LFS
BIN
ZeroMQInterface-0.14.tar.gz
LFS
Binary file not shown.
BIN
ZeroMQInterface-0.17.tar.gz
LFS
Normal file
BIN
ZeroMQInterface-0.17.tar.gz
LFS
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user