[syslog-ng] Update to syslog-ng 3.5.1

Jose Pedro Oliveira jpo at fedoraproject.org
Mon Nov 4 16:16:48 UTC 2013


commit 77899e197fcfbcc26a569d8eeae2ce350d75a5df
Author: Jose Pedro Oliveira <jpo at di.uminho.pt>
Date:   Mon Nov 4 16:16:16 2013 +0000

    Update to syslog-ng 3.5.1

 .gitignore     |    1 +
 sources        |    2 +-
 syslog-ng.spec |   18 +++++++++++-------
 3 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b4cf9ff..054c0b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ syslog-ng_3.1.1.tar.gz
 /syslog-ng_3.4.4.tar.gz
 /syslog-ng_3.5.0beta3.tar.gz
 /syslog-ng_3.5.0rc1.tar.gz
+/syslog-ng_3.5.1.tar.gz
diff --git a/sources b/sources
index 55ebcf4..36d0830 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4911e114a94567b4400956333141d3b2  syslog-ng_3.5.0rc1.tar.gz
+460b733b3916ead203d33c440aab0d0c  syslog-ng_3.5.1.tar.gz
diff --git a/syslog-ng.spec b/syslog-ng.spec
index 63b3cca..4ecc401 100644
--- a/syslog-ng.spec
+++ b/syslog-ng.spec
@@ -2,14 +2,14 @@
 %global ivykis_ver 0.36.1
 
 Name: syslog-ng
-Version: 3.5.0
-Release: 0.rc1.1%{?dist}
+Version: 3.5.1
+Release: 1%{?dist}
 Summary: Next-generation syslog server
 
 Group: System Environment/Daemons
 License: GPLv2+
 URL: http://www.balabit.com/network-security/syslog-ng
-Source0: http://www.balabit.com/downloads/files/syslog-ng/open-source-edition/%{version}rc1/source/%{name}_%{version}rc1.tar.gz
+Source0: http://www.balabit.com/downloads/files/syslog-ng/open-source-edition/%{version}/source/%{name}_%{version}.tar.gz
 Source1: syslog-ng.conf
 Source2: syslog-ng.logrotate
 
@@ -21,6 +21,7 @@ BuildRequires: systemd-units
 BuildRequires: pkgconfig
 BuildRequires: libtool
 BuildRequires: bison, flex
+BuildRequires: libxslt
 BuildRequires: eventlog-devel >= %{evtlog_ver}
 BuildRequires: glib2-devel >= 2.10.1
 BuildRequires: ivykis-devel >= %{ivykis_ver}
@@ -108,8 +109,7 @@ developing applications that use %{name}.
 
 
 %prep
-#setup -q
-%setup -q -n %{name}-%{version}rc1
+%setup -q
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -137,6 +137,7 @@ GEOIP_LIBS=-lGeoIP; export GEOIP_LIBS; \
     --with-ivykis=system \
     --with-libmongo-client=system \
     --with-embedded-crypto \
+    --enable-man-pages \
     --enable-ipv6 \
     --enable-tcp-wrapper \
     --enable-pcre \
@@ -254,8 +255,7 @@ fi
 %{_bindir}/loggen
 %{_bindir}/pdbtool
 %{_bindir}/update-patterndb
-#{_libdir}/lib%{name}-%{version}.so
-%{_libdir}/lib%{name}-%{version}rc1.so
+%{_libdir}/lib%{name}-%{version}.so
 %{_libdir}/%{name}/*.so
 %exclude %{_libdir}/%{name}/libafsql.so
 %exclude %{_libdir}/%{name}/libafmongodb.so
@@ -294,6 +294,10 @@ fi
 
 
 %changelog
+* Mon Nov  4 2013 Jose Pedro Oliveira <jpo at di.uminho.pt> - 3.5.1-1
+- Update to syslog-ng 3.5.1 (first stable release of branch 3.5)
+- New build requirement: libxslt (--enable-man-pages)
+
 * Thu Oct 24 2013 Jose Pedro Oliveira <jpo at di.uminho.pt> - 3.5.0-0.rc1.1
 - Update to syslog-ng 3.5.0 rc 1
 - Re-enabled parallel build


More information about the scm-commits mailing list