Skip to content

Commit

Permalink
Update --version output
Browse files Browse the repository at this point in the history
Was kept on 2.0.0 even after a version bump.

Signed-off-by: Jan Tulak <[email protected]>
  • Loading branch information
jtulak committed Feb 28, 2017
1 parent f333ff4 commit f43ada8
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.1.1-1:
2017-02-20 Jan Tulak <[email protected]>
* Change the output of --version to the current version

2.1.0-1:
2017-02-20 Jan Tulak <[email protected]>
* Update for OpenSSL 1.1.0
Expand Down
20 changes: 19 additions & 1 deletion SPEC/RdRand.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Library for generating random numbers using the RdRand instruction on Intel CPUs
Name: RdRand
Version: 2.1.0
Version: 2.1.1
Release: 1%{?dist}
License: LGPLv2+
Group: Applications/System
Expand Down Expand Up @@ -62,10 +62,28 @@ rm -f $RPM_BUILD_ROOT{%{_libdir}/librdrand.la,%{_libdir}/librdrand/include/rdran
%{_libdir}/pkgconfig/*

%changelog
* Tue Feb 28 2017 Jan Tulak <[email protected]> - 2.1.1-1
- Fix the output of --version for current version

* Mon Feb 20 2017 Jan Tulak <[email protected]> - 2.1.0-1
- Update for OpenSSL 1.1.0
- Remove an option that wasn't implemented

* Fri Feb 10 2017 Fedora Release Engineering <[email protected]> - 2.0.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

* Wed Feb 03 2016 Fedora Release Engineering <[email protected]> - 2.0.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

* Tue Jun 16 2015 Fedora Release Engineering <[email protected]> - 2.0.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

* Fri Aug 15 2014 Fedora Release Engineering <[email protected]> - 2.0.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

* Fri Jun 06 2014 Fedora Release Engineering <[email protected]> - 2.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

* Sat May 24 2014 Jan Tulak <[email protected]> - 2.0.0-1
- Partial rewriting, added AES encryption of generated values.

Expand Down
2 changes: 1 addition & 1 deletion src/rdrand-gen.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
#define SLOW_RETRY_LIMIT 1000
#define SLOW_RETRY_DELAY 1000 // 1 ms

#define VERSION "2.0.0"
#define VERSION "2.1.1"
// }}} macros

// {{{
Expand Down

0 comments on commit f43ada8

Please sign in to comment.