update to 1.0.6

This commit is contained in:
wangchen2020 2020-08-24 14:31:12 +08:00
parent d5e363b4e4
commit df81a716e0
3 changed files with 6 additions and 2 deletions

Binary file not shown.

BIN
nss-pem-1.0.6.tar.xz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: nss-pem
Version: 1.0.4
Release: 2
Version: 1.0.6
Release: 1
Summary: PEM file reader for Network Security Services (NSS)
License: MPLv1.1
URL: https://github.com/kdudka/nss-pem
@ -19,6 +19,7 @@ module.
%autosetup -n %{name}-%{version} -p1 -Sgit
%build
export CFLAGS="%{optflags} -DNSS_PKCS11_2_0_COMPAT"
mkdir build
pushd build
%cmake ../src
@ -40,5 +41,8 @@ popd
%license COPYING
%changelog
* Mon Aug 24 2020 wangchen <wangchen137@huawei.com> - 1.0.6-1
- update to 1.0.6
* Thu Aug 15 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.4-2
- Package init