Hello community,

here is the log from the commit of package logrotate for openSUSE:Factory 
checked in at 2013-08-04 16:56:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/logrotate (Old)
 and      /work/SRC/openSUSE:Factory/.logrotate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "logrotate"

Changes:
--------
--- /work/SRC/openSUSE:Factory/logrotate/logrotate.changes      2013-07-27 
15:48:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.logrotate.new/logrotate.changes 2013-08-04 
16:56:45.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Aug  1 12:36:57 UTC 2013 - vci...@suse.com
+
+- mention in the manpage that = is an allowed separator in the
+  config file (bnc#831072)
+  * added logrotate-manpage_config_clarification.patch
+
+-------------------------------------------------------------------

New:
----
  logrotate-manpage_config_clarification.patch

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

Other differences:
------------------
++++++ logrotate.spec ++++++
--- /var/tmp/diff_new_pack.E8NOUp/_old  2013-08-04 16:56:45.000000000 +0200
+++ /var/tmp/diff_new_pack.E8NOUp/_new  2013-08-04 16:56:45.000000000 +0200
@@ -31,6 +31,7 @@
 Patch2:         logrotate-3.7.8-autoext.patch
 Patch3:         logrotate-3.7.8-addextension.patch
 Patch4:         logrotate-3.7.8-mess_err.patch
+Patch5:         logrotate-manpage_config_clarification.patch
 BuildRequires:  libselinux-devel
 BuildRequires:  popt-devel
 PreReq:         %fillup_prereq
@@ -55,6 +56,7 @@
 %patch2
 %patch3
 %patch4
+%patch5 -p1
 
 %build
 make %{?_smp_mflags} CC="%__cc" RPM_OPT_FLAGS="%{optflags}" WITH_SELINUX=yes

++++++ logrotate-manpage_config_clarification.patch ++++++
Index: logrotate-3.8.5/logrotate.8
===================================================================
--- logrotate-3.8.5.orig/logrotate.8    2013-07-25 15:30:36.687434418 +0200
+++ logrotate-3.8.5/logrotate.8 2013-07-31 16:08:57.460078472 +0200
@@ -121,6 +121,10 @@ compressed after they are rotated.  Note
 anywhere in the config file as long as the first non-whitespace
 character on the line is a #.
 
+Values are separated from directives by whitespace and/or an optional =.
+Numbers must be specified in a format understood by
+.BR strtoul(3).
+
 The next section of the config files defined how to handle the log file
 \fI/var/log/messages\fR. The log will go through five weekly rotations before
 being removed. After the log file has been rotated (but before the old
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to