Hello community,

here is the log from the commit of package syslog-ng for openSUSE:Factory 
checked in at 2016-07-30 00:26:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/syslog-ng (Old)
 and      /work/SRC/openSUSE:Factory/.syslog-ng.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "syslog-ng"

Changes:
--------
--- /work/SRC/openSUSE:Factory/syslog-ng/syslog-ng.changes      2015-09-11 
09:04:26.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.syslog-ng.new/syslog-ng.changes 2016-07-30 
00:26:15.000000000 +0200
@@ -1,0 +2,12 @@
+Wed Jun  1 08:38:44 UTC 2016 - pe...@czanik.hu
+
+- fix bnc#965191 by adding back "Alias=syslog.service" to
+  "syslog.service"
+- update to 3.7.3, which fixes many small bugs
+  https://github.com/balabit/syslog-ng/releases/tag/syslog-ng-3.7.3
+- remove obsolate e30fe7c3717a7bda4036448c7777747df1a4e0f9.patch
+- using self generated dist tgz, as official tgz is missing
+  generated man pages 
+- fix bnc#982487 by copying config.h manually
+
+-------------------------------------------------------------------

Old:
----
  e30fe7c3717a7bda4036448c7777747df1a4e0f9.patch
  syslog-ng-3.7.1.tar.gz

New:
----
  syslog-ng-3.7.3.tar.gz

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

Other differences:
------------------
++++++ syslog-ng.spec ++++++
--- /var/tmp/diff_new_pack.fFBT6m/_old  2016-07-30 00:26:16.000000000 +0200
+++ /var/tmp/diff_new_pack.fFBT6m/_new  2016-07-30 00:26:16.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package syslog-ng
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -23,7 +23,7 @@
 %define         syslog_ng_rundir       %{_localstatedir}/run/syslog-ng
 %endif
 %define         syslog_ng_sockets_cfg  
%{syslog_ng_rundir}/additional-log-sockets.conf
-Version:        3.7.1
+Version:        3.7.3
 Release:        0
 Summary:        The new-generation syslog-daemon
 License:        GPL-2.0
@@ -35,7 +35,6 @@
 Source2:        syslog-ng.conf.default
 Source3:        syslog-ng.service
 Source4:        syslog-ng-service-prepare
-Patch0:         e30fe7c3717a7bda4036448c7777747df1a4e0f9.patch
 
 %if 0%{?suse_version} >= 1210
 %bcond_without  systemd
@@ -247,7 +246,6 @@
 
 %prep
 %setup -q -n syslog-ng-%{version}
-%patch0 -p1
 # fill out placeholders in the config,
 # systemd service and prepare script.
 for file in \
@@ -340,6 +338,9 @@
 install -c -m644 syslog-ng.service         %{buildroot}%{_unitdir}/
 install -c -m755 syslog-ng-service-prepare %{buildroot}%{_sbindir}/
 %endif
+# install config.h (bnc#982487)
+install -p -m644 config.h %{buildroot}%{_includedir}/%{name}
+
 # install configs
 install -m644 syslog-ng.conf.default \
               $RPM_BUILD_ROOT%{_sysconfdir}/syslog-ng/syslog-ng.conf
@@ -354,6 +355,12 @@
 # don't package update-patterndb now
 rm %{buildroot}/usr/bin/update-patterndb
 
+# delete java destination related files
+rm -fr %{buildroot}/usr/share/syslog-ng/include/scl/elasticsearch/
+rm -fr %{buildroot}/usr/share/syslog-ng/include/scl/hdfs/
+rm -fr %{buildroot}/usr/share/syslog-ng/include/scl/kafka/
+rm -fr %{buildroot}/usr/share/syslog-ng/include/scl/mbox/
+
 # create ghosts
 install -d -m755 %{buildroot}%{syslog_ng_rundir}
 touch            %{buildroot}%{syslog_ng_sockets_cfg}

++++++ syslog-ng-3.7.1.tar.gz -> syslog-ng-3.7.3.tar.gz ++++++
++++ 78709 lines of diff (skipped)

++++++ syslog-ng.service ++++++
--- /var/tmp/diff_new_pack.fFBT6m/_old  2016-07-30 00:26:17.000000000 +0200
+++ /var/tmp/diff_new_pack.fFBT6m/_new  2016-07-30 00:26:17.000000000 +0200
@@ -16,4 +16,4 @@
 
 [Install]
 WantedBy=multi-user.target
-# Alias=syslog.service
+Alias=syslog.service


Reply via email to