diff --git a/libgcrypt.spec b/libgcrypt.spec index 0b4b176..523fbfd 100644 --- a/libgcrypt.spec +++ b/libgcrypt.spec @@ -1,5 +1,5 @@ Name: libgcrypt -Version: 1.10.1 +Version: 1.10.2 Release: 1mamba Summary: GNU's basic cryptographic library Group: System/Libraries @@ -7,10 +7,9 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://www.gnupg.org -Source: ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-%{version}.tar.bz2 +Source: https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-%{version}.tar.bz2 Patch0: %{name}-1.4.5-cross_build_patch-1.patch License: LGPL -BuildRequires: libgpg-error-devel ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libgpg-error-devel @@ -39,6 +38,8 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description tools This package contains utility applications for %{name}. +%debug_package + %prep %setup -q #%patch0 -p1 @@ -64,7 +65,6 @@ This package contains utility applications for %{name}. [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post -p /sbin/ldconfig - %postun -p /sbin/ldconfig %post devel @@ -91,7 +91,6 @@ This package contains utility applications for %{name}. #%{_includedir}/gcrypt-module.h %{_includedir}/gcrypt.h %{_libdir}/libgcrypt.a -%{_libdir}/libgcrypt.la %{_libdir}/libgcrypt.so %{_libdir}/pkgconfig/libgcrypt.pc %{_infodir}/gcrypt.info.* @@ -107,6 +106,9 @@ This package contains utility applications for %{name}. %{_mandir}/man1/hmac256.1* %changelog +* Tue Apr 11 2023 Automatic Build System 1.10.2-1mamba +- automatic version update by autodist + * Tue Mar 29 2022 Automatic Build System 1.10.1-1mamba - automatic version update by autodist