- Version 0.6.0

- Create STRICT table (#1)
  - Use bind for DELETE and REPLACE statements (#2)

OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/lastlog2?expand=0&rev=17
This commit is contained in:
Thorsten Kukuk 2023-03-22 10:02:58 +00:00 committed by Git OBS Bridge
parent 226efd1ac5
commit 682c551ad6
4 changed files with 12 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d1ba034ae63c790aef80f1ba5e8275da2258ba3570d13b1bd47f61732a57be3
size 13392

3
lastlog2-0.6.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e089c9ffb7ac46e283a9f125a402727c3b50764f8d67eab8f2fae9847f9bbef8
size 14104

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Mar 22 09:54:04 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>
- Version 0.6.0
- Create STRICT table (#1)
- Use bind for DELETE and REPLACE statements (#2)
-------------------------------------------------------------------
Fri Mar 17 17:16:54 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>

View File

@ -18,7 +18,7 @@
%define lname liblastlog2-0
Name: lastlog2
Version: 0.5.0
Version: 0.6.0
Release: 0
Summary: Reports most recent login of users
License: BSD-2-Clause
@ -98,5 +98,6 @@ fi
%files devel
%{_libdir}/liblastlog2.so
%{_includedir}/lastlog2.h
%{_libdir}/pkgconfig/liblastlog2.pc
%changelog