diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo new file mode 100644 index 0000000..f938204 --- /dev/null +++ b/_scmsync.obsinfo @@ -0,0 +1,4 @@ +mtime: 1725407968 +commit: b51a70b9ed76908323727e0dd74232010c989da83a1d7b4591ced43c7c27fea6 +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..156538b --- /dev/null +++ b/build.specials.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +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