diff --git a/.gitignore b/.gitignore index 51e11dc..6056bd8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/keyutils-1.5.7.tar.bz2 +/keyutils-1.5.8.tar.bz2 diff --git a/keyutils.spec b/keyutils.spec index f1c9367..b1ba3e8 100644 --- a/keyutils.spec +++ b/keyutils.spec @@ -1,10 +1,10 @@ %define vermajor 1 -%define verminor 5.7 +%define verminor 5.8 %define version %{vermajor}.%{verminor} %define libdir /%{_lib} %define usrlibdir %{_prefix}/%{_lib} %define libapivermajor 1 -%define libapiversion %{libapivermajor}.4 +%define libapiversion %{libapivermajor}.5 # % define buildid .local @@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Fri Oct 4 2013 David Howells - 1.5.8-1 +- New lib symbols should go in a new library minor version. + * Wed Oct 2 2013 David Howells - 1.5.7-1 - Provide a utility function to find a key by type and name. - Allow keyctl commands to take a type+name arg instead of a key-id arg. diff --git a/sources b/sources index 2e4d83f..495d9dc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -94eed05b7dad06e2e7e3ac079e9e76c5 keyutils-1.5.7.tar.bz2 +3c7f463039b83833c12a9414c2fcb389 keyutils-1.5.8.tar.bz2