Hello community,

here is the log from the commit of package logrotate for openSUSE:Factory 
checked in at 2017-07-12 19:30:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/logrotate (Old)
 and      /work/SRC/openSUSE:Factory/.logrotate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "logrotate"

Wed Jul 12 19:30:34 2017 rev:56 rq:508717 version:3.12.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/logrotate/logrotate.changes      2017-01-10 
10:35:48.336292356 +0100
+++ /work/SRC/openSUSE:Factory/.logrotate.new/logrotate.changes 2017-07-12 
19:30:36.981991342 +0200
@@ -1,0 +2,25 @@
+Fri Jul  7 08:43:42 UTC 2017 - tchva...@suse.com
+
+- Version update to 3.12.3:
+  * Fixed accident removal of rotated files with dateext. (#118)
+  * Line comments inside globs in config files are now skipped. (#109)
+  * logrotate now recovers from a corrupted state file. (#45)
+  * createolddir now creates old directory as unprivileged user. (#114)
+  * weekly rotations are now predictable and configurable. (#93)
+  * Errors in config files are no longer treated as fatal errors. (#81)
+  * configure --with-default-mail-command specifies default mail command. 
(#100)
+  * Fixed heap buffer overflow when parsing crafted config file. (#33)
+  * build fixes related to -Werror (#119) and -Werror=format= (#108)
+  * configure --enable-werror now controls use of the -Werror flag (#123)
+  * copy and copytruncate directives now work together again
+  * unlink() is no longer preceded by open() unless shred is enabled (#124)
+  * compress and uncompress now take commands from $PATH, too (#122)
+- By default disable werror while building
+
+-------------------------------------------------------------------
+Fri Jul  7 08:28:18 UTC 2017 - tchva...@suse.com
+
+- Remove aaa_base compat setting that is from 2003, we do not
+  support such migration anymore
+
+-------------------------------------------------------------------

Old:
----
  logrotate-3.11.0.tar.xz

New:
----
  logrotate-3.12.3.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ logrotate.spec ++++++
--- /var/tmp/diff_new_pack.9w938j/_old  2017-07-12 19:30:37.709888640 +0200
+++ /var/tmp/diff_new_pack.9w938j/_new  2017-07-12 19:30:37.709888640 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           logrotate
-Version:        3.11.0
+Version:        3.12.3
 Release:        0
 Summary:        Rotate, compress, remove, and mail system log files
 License:        GPL-2.0+
@@ -35,7 +35,6 @@
 BuildRequires:  pkgconfig(popt)
 BuildRequires:  pkgconfig(systemd) >= 197
 Requires:       xz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{?systemd_requires}
 
 %description
@@ -51,7 +50,9 @@
 
 %build
 %configure \
-    --with-state-file-path=%{_localstatedir}/lib/misc/logrotate.status
+    --disable-silent-rules \
+    --with-state-file-path=%{_localstatedir}/lib/misc/logrotate.status \
+    --disable-werror
 make %{?_smp_mflags}
 
 %check
@@ -72,10 +73,6 @@
 
 %post
 %{remove_and_set MAX_DAYS_FOR_LOG_FILES}
-if [ -f %{_sysconfdir}/logrotate.d/aaa_base ] ; then
-   echo "Saving old logrotate system configuration"
-   mv -v %{_sysconfdir}/logrotate.d/aaa_base 
%{_sysconfdir}/logrotate.d.aaa_base.save
-fi
 # Move /var/lib/logrotate.status
 if [ -f %{_localstatedir}/lib/logrotate.status -a ! -f 
%{_localstatedir}/lib/misc/logrotate.status ]; then
   mv %{_localstatedir}/lib/logrotate.status 
%{_localstatedir}/lib/misc/logrotate.status ||:
@@ -90,7 +87,6 @@
 %service_del_postun %{name}.service %{name}.timer
 
 %files
-%defattr(-,root,root)
 %doc COPYING ChangeLog.md README.md
 %{_sbindir}/logrotate
 %{_sbindir}/rc%{name}

++++++ logrotate-3.11.0.tar.xz -> logrotate-3.12.3.tar.xz ++++++
++++ 12297 lines of diff (skipped)


Reply via email to