diff --git a/nss-pem-1.0.4.tar.xz b/nss-pem-1.0.4.tar.xz deleted file mode 100644 index 644055a..0000000 Binary files a/nss-pem-1.0.4.tar.xz and /dev/null differ diff --git a/nss-pem-1.0.6.tar.xz b/nss-pem-1.0.6.tar.xz new file mode 100644 index 0000000..4f3bbf6 Binary files /dev/null and b/nss-pem-1.0.6.tar.xz differ diff --git a/nss-pem.spec b/nss-pem.spec index a835675..f2ffa4d 100644 --- a/nss-pem.spec +++ b/nss-pem.spec @@ -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 - 1.0.6-1 +- update to 1.0.6 + * Thu Aug 15 2019 openEuler Buildteam - 1.0.4-2 - Package init