From 626e2dde059cedc29de5f35ca890a6c84ac57054 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 05:56:29 +0100 Subject: [PATCH] rebuilt with debug package and library permissions fixed [release 1.2.0-2mamba;Sun Aug 01 2021] --- libtommath.spec | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/libtommath.spec b/libtommath.spec index dc379cf..caf3199 100644 --- a/libtommath.spec +++ b/libtommath.spec @@ -1,19 +1,17 @@ Name: libtommath -Version: 1.1.0 -Release: 1mamba +Version: 1.2.0 +Release: 2mamba Summary: Portable number theoretic multiple-precision integer library written entirely in C Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.libtom.net -## GITSOURCE https://github.com/libtom/libtommath.git v1.0 +URL: https://www.libtom.net/LibTomMath/ Source: https://github.com/libtom/libtommath.git/v%{version}/libtommath-%{version}.tar.bz2 License: Public Domain ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description LibTomMath is a free open source portable number theoretic multiple-precision integer library written entirely in C. @@ -42,6 +40,8 @@ This package contains libraries and header files for developing applications tha LIBPATH=%{_libdir} \ INCPATH=%{_includedir} +chmod +x %{buildroot}%{_libdir}/libtommath.so.* + %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -63,6 +63,12 @@ This package contains libraries and header files for developing applications tha %doc README.md %changelog +* Sun Aug 01 2021 Silvan Calarco 1.2.0-2mamba +- rebuilt with debug package and library permissions fixed + +* Sun Oct 27 2019 Automatic Build System 1.2.0-1mamba +- automatic version update by autodist + * Fri Feb 01 2019 Automatic Build System 1.1.0-1mamba - automatic version update by autodist