From 18c5ff3b9522b635d40f03702cbc773ae54c36d92e1e8c6eb9afbef23015b46f Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Sun, 2 Jan 2022 22:27:02 +0000 Subject: [PATCH] Accepting request 943343 from home:badshah400:branches:devel:libraries:c_c++ * Update to version 10.7.6. * Drop conditionals for obsolete openSUSE versions. OBS-URL: https://build.opensuse.org/request/show/943343 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=305 --- armadillo-10.7.5.tar.xz | 3 --- armadillo-10.7.6.tar.xz | 3 +++ armadillo.changes | 7 +++++++ armadillo.spec | 4 +--- 4 files changed, 11 insertions(+), 6 deletions(-) delete mode 100644 armadillo-10.7.5.tar.xz create mode 100644 armadillo-10.7.6.tar.xz diff --git a/armadillo-10.7.5.tar.xz b/armadillo-10.7.5.tar.xz deleted file mode 100644 index 01a6dcd..0000000 --- a/armadillo-10.7.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d0d9fd6b34efcba6a6fceff54c0d2d13fcbe915d7af8a30c5e72cf317d2094f -size 6262212 diff --git a/armadillo-10.7.6.tar.xz b/armadillo-10.7.6.tar.xz new file mode 100644 index 0000000..2f7fd59 --- /dev/null +++ b/armadillo-10.7.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc7933d27aba9bf0965eb52b4794bc44e5a953a125cef8b37c0d2851008e9dc1 +size 6261860 diff --git a/armadillo.changes b/armadillo.changes index b8d81f4..b1d891d 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Dec 31 18:00:35 UTC 2021 - Atri Bhattacharya + +- Update to version 10.7.6: + * Undocumented bug fixes. +- Drop conditionals for obsolete openSUSE versions. + ------------------------------------------------------------------- Fri Dec 24 21:29:45 UTC 2021 - Atri Bhattacharya diff --git a/armadillo.spec b/armadillo.spec index 6235f00..c73d52f 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -18,7 +18,7 @@ %define soname libarmadillo10 Name: armadillo -Version: 10.7.5 +Version: 10.7.6 Release: 0 Summary: C++ matrix library with interfaces to LAPACK and ATLAS License: Apache-2.0 @@ -59,9 +59,7 @@ This package provides the shared libraries for armadillo. %package doc Summary: Documentation for %{name} Group: Documentation/Other -%if 0%{?suse_version} > 1110 BuildArch: noarch -%endif %description doc Armadillo is a C++ linear algebra library (matrix maths).