[eventlog/el6] Update to version 0.2.13

Jose Pedro Oliveira jpo at fedoraproject.org
Wed Dec 4 15:35:10 UTC 2013


commit b89bf760c73acdddf9702e463b165004a13120c6
Author: Jose Pedro Oliveira <jpo at di.uminho.pt>
Date:   Wed Dec 4 15:30:41 2013 +0000

    Update to version 0.2.13

 .gitignore    |    1 +
 eventlog.spec |   20 ++++++++++++--------
 sources       |    2 +-
 3 files changed, 14 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 55ab63c..5e01079 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 eventlog-0.2.7.tar.gz
 /eventlog_0.2.12.tar.gz
+/eventlog_0.2.13.tar.gz
diff --git a/eventlog.spec b/eventlog.spec
index 5282513..1e4ffa2 100644
--- a/eventlog.spec
+++ b/eventlog.spec
@@ -1,14 +1,14 @@
 %define libdir /%{_lib}
 
 Name: eventlog
-Version: 0.2.12
+Version: 0.2.13
 Release: 1%{?dist}
-Summary: Syslog-ng v2 support library
+Summary: Syslog-ng v2/v3 support library
 
 Group: System Environment/Libraries
 License: BSD
-Url: http://www.balabit.com/products/syslog-ng/
-Source: http://www.balabit.com/downloads/files?path=/eventlog/0.2/%{name}_%{version}.tar.gz
+URL: http://www.balabit.com/network-security/syslog-ng/opensource-logging-system
+Source: http://www.balabit.com/downloads/files/syslog-ng/open-source-edition/3.4.4/source/%{name}_%{version}.tar.gz
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -28,9 +28,9 @@ This package is the runtime part of the library.
 
 
 %package devel
-Summary: Syslog-ng v2 support library development files
+Summary: Syslog-ng v2/v3 support library development files
 Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
+Requires: %{name}%{?_isa} = %{version}-%{release}
 
 %description devel
 The EventLog library aims to be a replacement of the simple syslog() API
@@ -45,9 +45,9 @@ This package contains the development files.
 
 
 %package static
-Summary: Syslog-ng v2 support static library files
+Summary: Syslog-ng v2/v3 support static library files
 Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
+Requires: %{name}%{?_isa} = %{version}-%{release}
 
 %description static
 The EventLog library aims to be a replacement of the simple syslog() API
@@ -113,6 +113,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Dec  4 2013 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.2.13-1
+- update to version 0.2.13
+- updated the Source and URL fields
+
 * Wed Apr 13 2011 Matthias Runge <mrunge at matthias-runge.de> - 0.2.12-1
 - update to version 0.2.12
 
diff --git a/sources b/sources
index ec476b8..14840c9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3d6ebda8a161d36cb40d09328f78786b  eventlog_0.2.12.tar.gz
+68ec8d1ea3b98fa35002bb756227c315  eventlog_0.2.13.tar.gz


More information about the scm-commits mailing list