* Tue Jul 26 2011 David Howells <dhowells@redhat.com> - 1.5.2-1

- Use correct format spec for printing pointer subtraction results.
This commit is contained in:
David Howells 2011-07-26 10:46:48 +01:00
parent 78ec343773
commit c1d898b31d
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ keyutils-1.1.tar.bz2
keyutils-1.2.tar.bz2
keyutils-1.5.tar.bz2
/keyutils-1.5.1.tar.bz2
/keyutils-1.5.2.tar.bz2

View File

@ -1,5 +1,5 @@
%define vermajor 1
%define verminor 5.1
%define verminor 5.2
%define version %{vermajor}.%{verminor}
%define libdir /%{_lib}
%define usrlibdir %{_prefix}/%{_lib}
@ -92,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Tue Jul 26 2011 David Howells <dhowells@redhat.com> - 1.5.2-1
- Use correct format spec for printing pointer subtraction results.
* Tue Jul 19 2011 David Howells <dhowells@redhat.com> - 1.5.1-1
- Fix unread variables.
- Licence file update.

View File

@ -1 +1 @@
3ab62455a37a20f73b2d6cc794aaba13 keyutils-1.5.1.tar.bz2
19811ee31f683058a9aae3e6a3a23a7f keyutils-1.5.2.tar.bz2