- Update to release 1.0.5

OBS-URL: https://build.opensuse.org/package/show/science/gap-gbnp?expand=0&rev=6
This commit is contained in:
Jan Engelhardt 2022-07-16 20:10:15 +00:00 committed by Git OBS Bridge
parent 2127ed371d
commit 44cbe1398f
4 changed files with 17 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6355bd876912d2c0952e1dd7dc471b1cdd3d52f5e67bb0c2d5c719dbdfe9aa81
size 1620793

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Jul 16 20:09:43 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.0.5
* Janitorial changes only
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jun 19 11:02:47 UTC 2016 - jengelh@inai.de Sun Jun 19 11:02:47 UTC 2016 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package gap-gbnp # spec file for package gap-gbnp
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,20 +17,19 @@
Name: gap-gbnp Name: gap-gbnp
Summary: GAP: computing Gröbner bases of noncommutative polynomials Version: 1.0.5
Version: 1.0.3
Release: 0 Release: 0
Summary: GAP: computing Gröbner bases of noncommutative polynomials
License: LGPL-2.1+ License: LGPL-2.1+
Group: Productivity/Scientific/Math Group: Productivity/Scientific/Math
URL: http://mathdox.org/products/gbnp/ URL: https://gap-packages.github.io/gbnp/
Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/GBNP-%version.tar.bz2 Source: https://github.com/gap-packages/gbnp/releases/download/v%version/gbnp-%version.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: gap-rpm-devel BuildRequires: gap-rpm-devel
Requires: gap-core >= 4.4 Requires: gap-core >= 4.4
Requires: gap-gapdoc >= 0.99 Requires: gap-gapdoc >= 1.5
%description %description
This package enhances GAP4 to support computing Gröbner bases of This package enhances GAP4 to support computing Gröbner bases of
@ -43,16 +42,15 @@ expect such an algorithm to terminate, as it would imply solvability
of the word problem for finitely presented (semi)groups. of the word problem for finitely presented (semi)groups.
%prep %prep
%setup -qn gbnp %autosetup -n gbnp-%version -p1
%build %build
%install %install
find . -type f -name .depend -delete find . -type f -name .depend -print -delete
%gappkg_simple_install %gappkg_simple_install
%fdupes %buildroot/%_prefix %fdupes %buildroot/%_prefix
%files -f %name.files %files -f %name.files
%defattr(-,root,root)
%changelog %changelog

3
gbnp-1.0.5.tar.gz Normal file
View File

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