From 423377b520aa771ddff7a9709c3c77084fc2ec4992120381e0dcde37c1f4c846 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 3 Sep 2024 23:52:19 +0000 Subject: [PATCH 1/2] [info=2472baafb0079f537d20c8e715472e67b5f0f4f79e294d13b1a783feaab3f3e9] OBS-URL: https://build.opensuse.org/package/show/science/gap-curlinterface?expand=0&rev=5 --- _scmsync.obsinfo | 4 ++++ build.specials.obscpio | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 _scmsync.obsinfo create mode 100644 build.specials.obscpio diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo new file mode 100644 index 0000000..45a0448 --- /dev/null +++ b/_scmsync.obsinfo @@ -0,0 +1,4 @@ +mtime: 1703800583 +commit: 2472baafb0079f537d20c8e715472e67b5f0f4f79e294d13b1a783feaab3f3e9 +url: https://src.opensuse.org/jengelh/gap-curlinterface +revision: master diff --git a/build.specials.obscpio b/build.specials.obscpio new file mode 100644 index 0000000..ec5c290 --- /dev/null +++ b/build.specials.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80259b5405c5085bdcf73d3e67a68b20634e29a14928ca8f8c3def5f52e079d6 +size 256 From 147efd47517adb934eca7de2037c81851f75f5470e8ae721af66a831b090fa19 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 3 Sep 2024 23:54:25 +0000 Subject: [PATCH 2/2] [info=b51a70b9ed76908323727e0dd74232010c989da83a1d7b4591ced43c7c27fea6] OBS-URL: https://build.opensuse.org/package/show/science/gap-curlinterface?expand=0&rev=6 --- _scmsync.obsinfo | 4 ++-- build.specials.obscpio | 2 +- curlInterface-2.3.2.tar.gz | 3 --- curlInterface-2.4.0.tar.gz | 3 +++ gap-curlinterface.changes | 7 +++++++ gap-curlinterface.spec | 6 +++--- 6 files changed, 16 insertions(+), 9 deletions(-) delete mode 100644 curlInterface-2.3.2.tar.gz create mode 100644 curlInterface-2.4.0.tar.gz diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo index 45a0448..f938204 100644 --- a/_scmsync.obsinfo +++ b/_scmsync.obsinfo @@ -1,4 +1,4 @@ -mtime: 1703800583 -commit: 2472baafb0079f537d20c8e715472e67b5f0f4f79e294d13b1a783feaab3f3e9 +mtime: 1725407968 +commit: b51a70b9ed76908323727e0dd74232010c989da83a1d7b4591ced43c7c27fea6 url: https://src.opensuse.org/jengelh/gap-curlinterface revision: master diff --git a/build.specials.obscpio b/build.specials.obscpio index ec5c290..156538b 100644 --- a/build.specials.obscpio +++ b/build.specials.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:80259b5405c5085bdcf73d3e67a68b20634e29a14928ca8f8c3def5f52e079d6 +oid sha256:8330019c465c59fb972d96033b3275d21e2114dbf353870c06648fa66c21a9bd size 256 diff --git a/curlInterface-2.3.2.tar.gz b/curlInterface-2.3.2.tar.gz deleted file mode 100644 index fdbaf0a..0000000 --- a/curlInterface-2.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3009a3259ec2f21487d4f669d84090beaadf3f91b7822d467617803549bca882 -size 233900 diff --git a/curlInterface-2.4.0.tar.gz b/curlInterface-2.4.0.tar.gz new file mode 100644 index 0000000..bb3c515 --- /dev/null +++ b/curlInterface-2.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f758ad512edf033ba8892875c3216cf111feb5b856909b84889cad89c78a4ff +size 235346 diff --git a/gap-curlinterface.changes b/gap-curlinterface.changes index 349ab69..4f6b4c6 100644 --- a/gap-curlinterface.changes +++ b/gap-curlinterface.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Sep 3 23:58:01 UTC 2024 - Jan Engelhardt + +- Update to release 2.4.0 + * Add 'maxTime' argument + * Use LoadKernelExtension + ------------------------------------------------------------------- Sun Jun 25 09:30:05 UTC 2023 - Jan Engelhardt diff --git a/gap-curlinterface.spec b/gap-curlinterface.spec index f6aff8b..d7c0afb 100644 --- a/gap-curlinterface.spec +++ b/gap-curlinterface.spec @@ -1,7 +1,7 @@ # # spec file for package gap-curlinterface # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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-curlinterface -Version: 2.3.2 +Version: 2.4.0 Release: 0 Summary: GAP: Web Access via curl License: GPL-2.0-or-later @@ -28,7 +28,7 @@ Source: https://github.com/gap-packages/curlInterface/releases/download/ BuildRequires: gap-devel BuildRequires: gap-rpm-devel BuildRequires: pkgconfig(libcurl) -Requires: gap-core >= 4.9 +Requires: gap-core >= 4.12 Requires: gap-gapdoc >= 1.5 %description