From 94f6210ed66d5f19d6af4d8790017e9da8e3549a6e16361b4f1731a731ba0b14 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 22 Nov 2018 12:11:17 +0000 Subject: [PATCH] delete _link OBS-URL: https://build.opensuse.org/package/show/science/gap-example?expand=0&rev=7 --- Example-3.5.1.tar.bz2 | 3 --- Example-4.1.1.tar.bz2 | 3 +++ gap-example.changes | 9 +++++++++ gap-example.spec | 16 ++++++++-------- 4 files changed, 20 insertions(+), 11 deletions(-) delete mode 100644 Example-3.5.1.tar.bz2 create mode 100644 Example-4.1.1.tar.bz2 diff --git a/Example-3.5.1.tar.bz2 b/Example-3.5.1.tar.bz2 deleted file mode 100644 index a867ceb..0000000 --- a/Example-3.5.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14e4f8343da5952e3c34e5beda62de0a39bdc3dc7cc3965cd18faf67f762f85c -size 413501 diff --git a/Example-4.1.1.tar.bz2 b/Example-4.1.1.tar.bz2 new file mode 100644 index 0000000..cf20cc8 --- /dev/null +++ b/Example-4.1.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1fa742402dd3a0653b7406a848941644f16500a0462eb6a7873a86d7d9d58cd +size 206264 diff --git a/gap-example.changes b/gap-example.changes index cbc3788..4f02371 100644 --- a/gap-example.changes +++ b/gap-example.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Nov 14 21:56:27 UTC 2018 - Jan Engelhardt + +- Update to new upstream release 4.1.1 + * The method for Recipe required a fix because RecNames is not + guaranteed to return a list of component names in a + particular order. + * Use C99 init for StructInitInfo. + ------------------------------------------------------------------- Fri Dec 12 11:24:36 UTC 2014 - jengelh@inai.de diff --git a/gap-example.spec b/gap-example.spec index e77cc24..ab157ef 100644 --- a/gap-example.spec +++ b/gap-example.spec @@ -1,7 +1,7 @@ # # spec file for package gap-example # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,24 +12,24 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: gap-example -Summary: GAP: A Demo for Package Authors -License: GPL-2.0+ -Group: Productivity/Scientific/Math -Version: 3.5.1 +Version: 4.1.1 Release: 0 +Summary: GAP: A Demo for Package Authors +License: GPL-2.0-or-later +Group: Productivity/Scientific/Math Url: http://www.cs.st-andrews.ac.uk/~alexk/example/ Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/Example-%version.tar.bz2 Source9: %name-rpmlintrc BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: gap-devel >= 4.5.3 +BuildRequires: gap-devel >= 4.8 BuildRequires: gap-rpm-devel -Requires: gap-core >= 4.5.3 +Requires: gap-core >= 4.8 Requires: gap-gapdoc >= 1.5 %description