Hello community,

here is the log from the commit of package rsyslog for openSUSE:Factory checked 
in at 2013-05-27 09:59:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rsyslog (Old)
 and      /work/SRC/openSUSE:Factory/.rsyslog.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rsyslog"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rsyslog/rsyslog.changes  2013-05-02 
11:45:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rsyslog.new/rsyslog.changes     2013-05-27 
09:59:13.000000000 +0200
@@ -1,0 +2,25 @@
+Mon May 13 09:42:56 UTC 2013 - [email protected]
+
+- Fixed SLES-11 build that does not have rst2man/python-docutils;
+  added pre-built rscryutil.1 and rsgtutil.1 as sources because
+  v7.3.14 does not ship them pre-built any more.
+
+-------------------------------------------------------------------
+Tue May  7 18:27:48 UTC 2013 - [email protected]
+
+- update to 7.3.14 [beta] 2013-05-06:
+  - bugfix: some man pages were not properly installed either
+    rscryutil or rsgtutil man was installed, but not both.
+    Thanks to Marius Tomaschewski for the patch.
+  - bugfix: potential segfault on startup when builtin module was
+    specified in module() statement.
+    Thanks to Marius Tomaschewski for reporting the bug.
+  - bugfix: segfault due to invalid dynafile cache handling
+    Accidently, the old-style cache size parameter was used when the
+    dynafile cache was created in a RainerScript action. If the
+    old-style size was lower than the one actually set, this lead to
+    misadressing when the size was overrun, and that could lead to
+    all kinds of “interesting things”, often in segfaults.
+    closes: http://bugzilla.adiscon.com/show_bug.cgi?id=440
+
+-------------------------------------------------------------------

Old:
----
  rsyslog-7.3.13.tar.gz

New:
----
  rscryutil.1.gz
  rsgtutil.1.gz
  rsyslog-7.3.14.tar.gz

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

Other differences:
------------------
++++++ rsyslog.spec ++++++
--- /var/tmp/diff_new_pack.W6R3wp/_old  2013-05-27 09:59:14.000000000 +0200
+++ /var/tmp/diff_new_pack.W6R3wp/_new  2013-05-27 09:59:14.000000000 +0200
@@ -20,7 +20,7 @@
 Summary:        The enhanced syslogd for Linux and Unix
 License:        (GPL-3.0+ and Apache-2.0)
 Group:          System/Daemons
-Version:        7.3.13
+Version:        7.3.14
 Release:        0
 %if 0%{?suse_version} >= 1210
 %bcond_without  systemd
@@ -158,6 +158,9 @@
 %else
 BuildRequires:  libuuid-devel
 %endif
+%if 0%{?suse_version} >= 1200
+BuildRequires:  python-docutils
+%endif
 %if %{with systemd}
 %{?systemd_requires}
 BuildRequires:  pkgconfig(systemd)
@@ -168,6 +171,8 @@
 Source2:        rsyslog.conf.in
 Source4:        rsyslog.d.remote.conf.in
 Source5:        rsyslog-service-prepare.in
+Source10:       rscryutil.1.gz
+Source11:       rsgtutil.1.gz
 # PATCH-FIX-OPENSUSE rsyslog-unit.patch [email protected] Customize 
upstream systemd unit for openSUSE needs.
 Patch0:         rsyslog-unit.patch
 
@@ -467,6 +472,10 @@
 done
 %endif
 dos2unix doc/*.html
+# v7.3.14 does not ship them pre-built
+for m in rscryutil.1 rsgtutil.1 ; do
+       test -f tools/${m} || gunzip -c "$RPM_SOURCE_DIR/${m}.gz" > tools/${m}
+done
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -W -Wall -I../grammar 
-I../../grammar"
@@ -569,8 +578,6 @@
 
 %install
 make install DESTDIR="%{buildroot}"  V=1
-# Hack for v7.3.13, remove when fixed upstream
-install -m644 tools/rsgtutil.1 %{buildroot}%{_mandir}/man1/
 #
 rm -f %{buildroot}%{rsyslog_module_dir_nodeps}/*.la
 #

++++++ rsyslog-7.3.13.tar.gz -> rsyslog-7.3.14.tar.gz ++++++
++++ 16392 lines of diff (skipped)

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

Reply via email to