From 0378257a22df3f4d57198626ce48f391fc96adfe Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 18:13:36 +0100 Subject: [PATCH] update to 4.1.3 [release 4.1.3-1mamba;Sat Nov 26 2022] --- svrcore.spec | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/svrcore.spec b/svrcore.spec index b2d795f..18fa484 100644 --- a/svrcore.spec +++ b/svrcore.spec @@ -1,20 +1,19 @@ Name: svrcore -Version: 4.0.4 +Version: 4.1.3 Release: 1mamba Summary: Secure PIN handling using NSS crypto Group: System/Libraries Vendor: openmamba Distribution: openmamba -Packager: gil -URL: http://www.mozilla.org/projects/security/pki/ -Source: ftp://ftp.mozilla.org/pub/mozilla.org/directory/svrcore/releases/%{version}/src/svrcore-%{version}.tar.bz2 +Packager: Silvan Calarco +URL: https://pagure.io/svrcore/ +Source: https://pagure.io/svrcore/archive/svrcore-%{version}/svrcore-svrcore-%{version}.tar.gz License: GPL,MPL 1.1,LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libnspr-devel BuildRequires: libnss-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description svrcore provides applications with several ways to handle secure PIN storage e.g. in an application that must be restarted, but needs the PIN to unlock the private key and other crypto material, without user intervention. svrcore uses the facilities provided by NSS. @@ -36,8 +35,11 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} svrcore provides applications with several ways to handle secure PIN storage e.g. in an application that must be restarted, but needs the PIN to unlock the private key and other crypto material, without user intervention. svrcore uses the facilities provided by NSS. This package contains header files and symlinks to develop programs which will use the libsvrcore library. You should install this package if you need to develop programs which will use the svrcore library. +%debug_package + %prep -%setup -q +%setup -q -n svrcore-svrcore-%{version} +./autogen.sh %build %configure @@ -68,5 +70,8 @@ rm -f %{buildroot}%{_libdir}/libsvrcore.*a %doc LICENSE NEWS README TODO %changelog +* Sat Nov 26 2022 Silvan Calarco 4.1.3-1mamba +- update to 4.1.3 + * Mon Dec 21 2009 gil 4.0.4-1mamba - package created by autospec