Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| a844da8fa4 | |||
|
|
a6c4ae2a1c | ||
| bb059d23d4 | |||
|
|
7bcebf0ac6 | ||
| cf80708cb7 | |||
|
|
686e0bad0b | ||
| 55e8e1cf97 |
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.
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
mtime: 1750421287
|
||||
commit: 7e4da15e8b574745e127e0403bf168eff4918b5a50564fb568aba2da74e5abdf
|
||||
url: https://src.opensuse.org/jengelh/gap-zeromqinterface
|
||||
revision: master
|
||||
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5ad355f1863d9547e8692c39baabf0e6ce55f8128a615dfd8070b5f5ba9335a0
|
||||
size 256
|
||||
@@ -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