17
0

7 Commits

Author SHA256 Message Date
a844da8fa4 Accepting request 1287211 from science
- Update to release 0.17

OBS-URL: https://build.opensuse.org/request/show/1287211
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gap-zeromqinterface?expand=0&rev=4
2025-06-20 14:54:45 +00:00
OBS User unknown
a6c4ae2a1c [info=7e4da15e8b574745e127e0403bf168eff4918b5a50564fb568aba2da74e5abdf]
OBS-URL: https://build.opensuse.org/package/show/science/gap-zeromqinterface?expand=0&rev=6
2025-06-20 12:08:17 +00:00
bb059d23d4 Accepting request 1249126 from science
- Make specfile conform to POSIX sh

OBS-URL: https://build.opensuse.org/request/show/1249126
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gap-zeromqinterface?expand=0&rev=3
2025-02-28 16:39:25 +00:00
OBS User unknown
7bcebf0ac6 [info=afd1e6bd5011c8c15a01eaf97caeeecf2c348d0b1ae62666a4b68946b8d38afc]
OBS-URL: https://build.opensuse.org/package/show/science/gap-zeromqinterface?expand=0&rev=5
2025-02-27 23:12:27 +00:00
cf80708cb7 Accepting request 1244528 from science
- Update to release 0.16

OBS-URL: https://build.opensuse.org/request/show/1244528
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gap-zeromqinterface?expand=0&rev=2
2025-02-10 16:26:19 +00:00
OBS User unknown
686e0bad0b [info=103302631dc0c201f6f8e926882b4987055b25e37dc7eb4ab001786578f97393]
OBS-URL: https://build.opensuse.org/package/show/science/gap-zeromqinterface?expand=0&rev=4
2025-02-09 19:06:53 +00:00
55e8e1cf97 [info=5186b964a45fead389c939b289f3421e4c590bab516356eee32f2e45660d0930]
OBS-URL: https://build.opensuse.org/package/show/science/gap-zeromqinterface?expand=0&rev=3
2025-02-09 19:05:02 +00:00
6 changed files with 32 additions and 9 deletions

Binary file not shown.

BIN
ZeroMQInterface-0.17.tar.gz LFS Normal file

Binary file not shown.

4
_scmsync.obsinfo Normal file
View 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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ad355f1863d9547e8692c39baabf0e6ce55f8128a615dfd8070b5f5ba9335a0
size 256

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