Update to 1.20.0. Fixes bug #1726859
This commit is contained in:
parent
f721d69f43
commit
56bc2b1cbf
3 changed files with 6 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -21,3 +21,4 @@ ykpers-1.3.3.tar.gz
|
|||
/ykpers-1.18.1.tar.gz
|
||||
/ykpers-1.19.0.tar.gz
|
||||
/ykpers-1.19.3.tar.gz
|
||||
/ykpers-1.20.0.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (ykpers-1.19.3.tar.gz) = 5ecadf218747f4afa166b3e35fa882ae0fed6c7f1bace9d116b0b21378932c7a7b17ee450bc40c1734bf40d529b3b8d0c1706429c071fc8dd30d8fc6d39d4e58
|
||||
SHA512 (ykpers-1.20.0.tar.gz) = 96edc7225bbd71ca255d3915321d4a613603c321c8502a5b97f23598f1439b231fcfc323f4f3737293da59efae2837370a0b64fdbd9465f0e2c05822d604df9f
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Name: ykpers
|
||||
Version: 1.19.3
|
||||
Version: 1.20.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Yubikey personalization program
|
||||
|
||||
|
|
@ -72,6 +72,9 @@ export LD_LIBRARY_PATH=$RPM_BUILD_DIR/%{name}-%{version}/.libs
|
|||
%exclude %{_libdir}/libykpers-1.la
|
||||
|
||||
%changelog
|
||||
* Thu Jul 04 2019 Kevin Fenzi <kevin@scrye.com> - 1.20.0-1
|
||||
- Update to 1.20.0. Fixes bug #1726859
|
||||
|
||||
* Sat Feb 23 2019 Kevin Fenzi <kevin@scrye.com> - 1.19.3-1
|
||||
- Update to 1.19.3. Fixes bug #1678647
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue