Hello community,

here is the log from the commit of package logrotate for openSUSE:Factory
checked in at Mon Aug 15 09:41:17 CEST 2011.



--------
--- logrotate/logrotate.changes 2011-05-16 11:33:19.000000000 +0200
+++ /mounts/work_src_done/STABLE/logrotate/logrotate.changes    2011-07-25 
12:27:56.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Jul 25 10:25:56 UTC 2011 - [email protected]
+
+- Change compression scheme to xz
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ logrotate.spec ++++++
--- /var/tmp/diff_new_pack.XjAGCr/_old  2011-08-15 09:40:23.000000000 +0200
+++ /var/tmp/diff_new_pack.XjAGCr/_new  2011-08-15 09:40:23.000000000 +0200
@@ -20,7 +20,7 @@
 
 Name:           logrotate
 Version:        3.7.9
-Release:        8
+Release:        10
 License:        GPLv2+
 Summary:        Rotate, compress, remove, and mail system log files
 Group:          System/Base
@@ -39,7 +39,7 @@
 PreReq:         %fillup_prereq
 PreReq:         /bin/mv
 PreReq:         /bin/rm
-Requires:       bzip2
+Requires:       xz
 Requires:       cron
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 

++++++ logrotate-3.7.8-autoext.patch ++++++
--- /var/tmp/diff_new_pack.XjAGCr/_old  2011-08-15 09:40:23.000000000 +0200
+++ /var/tmp/diff_new_pack.XjAGCr/_new  2011-08-15 09:40:23.000000000 +0200
@@ -34,7 +34,7 @@
 ===================================================================
 --- logrotate.c.orig   2008-10-15 15:07:43.000000000 +0200
 +++ logrotate.c        2009-03-06 14:21:45.000000000 +0100
-@@ -54,6 +54,15 @@
+@@ -54,6 +54,16 @@
  int numLogs = 0;
  int debug = 0;
  char *mailCommand = DEFAULT_MAIL_COMMAND;
@@ -42,6 +42,7 @@
 +const char * compress_cmd_list[][2] = {
 +  {"gzip", ".gz"},
 +  {"bzip2", ".bz2"},
++  {"xz", ".xz"},
 +  {"compress", ".Z"},
 +  {"zip", "zip"},
 +  {"EOLIST", "EOLIST"} /* end-marker */

++++++ logrotate-3.7.8-conf.patch ++++++
--- /var/tmp/diff_new_pack.XjAGCr/_old  2011-08-15 09:40:23.000000000 +0200
+++ /var/tmp/diff_new_pack.XjAGCr/_new  2011-08-15 09:40:23.000000000 +0200
@@ -18,8 +18,8 @@
 -}
 +# comment these to switch compression to use gzip or another
 +# compression scheme
-+compresscmd /usr/bin/bzip2
-+uncompresscmd /usr/bin/bunzip2
++compresscmd /usr/bin/xz
++uncompresscmd /usr/bin/xzdec
  
 -/var/log/btmp {
 -    missingok
@@ -28,7 +28,7 @@
 -    rotate 1
 -}
 +# former versions had to have the compressext set accordingly
-+#compressext .bz2
++#compressext .xz
  
 -# system-specific logs may be also be configured here.
 +# RPM packages drop log rotation information into this directory


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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to