diff --git a/logrotate-3.12.3.tar.xz b/logrotate-3.12.3.tar.xz deleted file mode 100644 index fd16e5f..0000000 --- a/logrotate-3.12.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e6a401cac9024db2288297e3be1a8ab60e7401ba8e91225218aaf4a27e82a07 -size 148880 diff --git a/logrotate-3.13.0.tar.xz b/logrotate-3.13.0.tar.xz new file mode 100644 index 0000000..288875a --- /dev/null +++ b/logrotate-3.13.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3222ca032f99be8d7a4a8c6ad69f3dcc49b9511bfe384bd5a271ebcd9bd3e52c +size 154900 diff --git a/logrotate.changes b/logrotate.changes index b95bd44..40187a5 100644 --- a/logrotate.changes +++ b/logrotate.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Jan 5 15:56:13 UTC 2018 - pmonrealgonzalez@suse.com + +- Version update to 3.13.0: + * make distribution tarballs report logrotate version properly + * make (un)compress work even if stdin and/or stdout are closed (#154) + * remove -s from DEFAULT_MAIL_COMMAND and improve its documenation (#152) + * uncompress logs before mailing them even if delaycompress is enabled (#151) + * handle unlink of a non-existing log file as a warning only (#144) + * include compile-time options in the output of logrotate --version (#145) + * make logrotate --version print to stdout instead of stderr (#145) + * flush write buffers before syncing state file (#148) + * specify (un)compress utility explicitly in tests (#137) + * enable running tests in parallel (#132) + * explicitly map root UID/GID to 0 on Cygwin (#133) + * add .dpkg-bak and .dpkg-del to default tabooext list (#134) + ------------------------------------------------------------------- Fri Jul 7 08:43:42 UTC 2017 - tchvatal@suse.com diff --git a/logrotate.spec b/logrotate.spec index e98976e..fcc0236 100644 --- a/logrotate.spec +++ b/logrotate.spec @@ -1,7 +1,7 @@ # # spec file for package logrotate # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: logrotate -Version: 3.12.3 +Version: 3.13.0 Release: 0 Summary: Rotate, compress, remove, and mail system log files License: GPL-2.0+