- Update to release 4.9.0
OBS-URL: https://build.opensuse.org/package/show/science/gap-orb?expand=0&rev=11
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 12 11:00:43 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 4.9.0
|
||||||
|
* Validate the output of hash functions in the C implementation,
|
||||||
|
and report bad values as errors, instead of crashing or corrupting
|
||||||
|
data.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 15 00:11:03 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
Thu Nov 15 00:11:03 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
|||||||
23
gap-orb.spec
23
gap-orb.spec
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gap-orb
|
# spec file for package gap-orb
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2023 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,16 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gap-orb
|
Name: gap-orb
|
||||||
Version: 4.8.1
|
Version: 4.9.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GAP: Methods to enumerate Orbits
|
Summary: GAP: Methods to enumerate Orbits
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
Url: http://gap-packages.github.io/orb/
|
URL: https://gap-packages.github.io/orb
|
||||||
|
|
||||||
#Git-Clone: git://github.com/gap-system/orb
|
#Git-Clone: https://github.com/gap-packages/orb
|
||||||
Source: https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/orb-%version.tar.bz2
|
Source: https://github.com/gap-packages/orb/releases/download/v%version/orb-%version.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: gap-devel >= 4.9
|
BuildRequires: gap-devel >= 4.9
|
||||||
@@ -43,17 +42,15 @@ The orb package is about enumerating orbits in various ways.
|
|||||||
%setup -qn orb-%version
|
%setup -qn orb-%version
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi
|
./configure --with-gaproot="%gapdir"
|
||||||
%configure --with-gaproot="%gapdir"
|
%make_build
|
||||||
# runs install :/
|
|
||||||
make %{?_smp_mflags} DESTDIR="%buildroot"
|
|
||||||
rm -Rf {aclocal*,autom4*,cnf,config*,m4,src}
|
|
||||||
find . -type f -name "*.la" -delete
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%gappkg_simple_install
|
%gappkg_simple_install
|
||||||
|
pushd "%buildroot/$moddir"
|
||||||
|
rm -Rf src
|
||||||
|
popd
|
||||||
|
|
||||||
%files -f %name.files
|
%files -f %name.files
|
||||||
%defattr(-,root,root)
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
BIN
orb-4.8.1.tar.bz2
(Stored with Git LFS)
BIN
orb-4.8.1.tar.bz2
(Stored with Git LFS)
Binary file not shown.
BIN
orb-4.9.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
orb-4.9.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user