[syslog-ng] Update to syslog-ng 3.4.1 (first stable version of branch 3.4)

Jose Pedro Oliveira jpo at fedoraproject.org
Thu Jan 31 19:26:01 UTC 2013


commit e01d707dc6c8954713a60353204d58a3140d93e5
Author: Jose Pedro Oliveira <jpo at di.uminho.pt>
Date:   Thu Jan 31 20:25:43 2013 +0000

    Update to syslog-ng 3.4.1 (first stable version of branch 3.4)

 .gitignore     |    1 +
 sources        |    2 +-
 syslog-ng.spec |   13 ++++++++-----
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c0ac8fd..ac6f7d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ syslog-ng_3.1.1.tar.gz
 /syslog-ng_3.3.7.tar.gz
 /syslog-ng_3.3.8.tar.gz
 /syslog-ng_3.4.0rc2.tar.gz
+/syslog-ng_3.4.1.tar.gz
diff --git a/sources b/sources
index 4dcf00b..7e3f2bd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-88e7078859f13f55a81c12039923323e  syslog-ng_3.4.0rc2.tar.gz
+6d6c244abe6188a640740bac7dc01642  syslog-ng_3.4.1.tar.gz
diff --git a/syslog-ng.spec b/syslog-ng.spec
index 7dd0f53..4f17fae 100644
--- a/syslog-ng.spec
+++ b/syslog-ng.spec
@@ -2,14 +2,14 @@
 %global ivykis_ver 0.36.1
 
 Name: syslog-ng
-Version: 3.4.0
-Release: 0.1.rc2%{?dist}
+Version: 3.4.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?path=/syslog-ng/sources/%{version}/source/%{name}_%{version}rc2.tar.gz
+Source0: http://www.balabit.com/downloads/files?path=/syslog-ng/sources/%{version}/source/%{name}_%{version}.tar.gz
 Source1: syslog-ng.conf
 Source2: syslog-ng.logrotate
 
@@ -97,7 +97,7 @@ developing applications that use %{name}.
 
 
 %prep
-%setup -q -n %{name}-%{version}rc2
+%setup -q
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -241,7 +241,7 @@ fi
 %{_bindir}/loggen
 %{_bindir}/pdbtool
 %{_bindir}/update-patterndb
-%{_libdir}/lib%{name}-%{version}rc2.so
+%{_libdir}/lib%{name}-%{version}.so
 %{_libdir}/%{name}/*.so
 %exclude %{_libdir}/%{name}/libafsql.so
 %exclude %{_libdir}/%{name}/libafmongodb.so
@@ -276,6 +276,9 @@ fi
 
 
 %changelog
+* Thu Jan 31 2013 Jose Pedro Oliveira <jpo at di.uminho.pt> - 3.4.1-1
+- Update to syslog-ng 3.4.1 (first stable version of branch 3.4)
+
 * Sat Jan 19 2013 Jose Pedro Oliveira <jpo at di.uminho.pt> - 3.4.0-0.1.rc2
 - Update to syslog-ng 3.4.0 rc2
 - Bumped the eventlog version requirement to 0.2.13


More information about the scm-commits mailing list