[ceelog] Updated to upstream version 0.2

Milan Bartos mbartos at fedoraproject.org
Thu Jun 13 12:20:26 UTC 2013


commit 4b3b4a0214a72c0154bda75f5cae66f50b64a607
Author: Milan Bartos <milan at bartos.se>
Date:   Thu Jun 13 14:19:53 2013 +0200

    Updated to upstream version 0.2
    
    	modified:   .gitignore
    	deleted:    ceelog-0.1-crash-error-not-NULL.patch
    	modified:   ceelog.spec
    	modified:   sources

 .gitignore                            |    1 +
 ceelog-0.1-crash-error-not-NULL.patch |   11 -----------
 ceelog.spec                           |   12 ++++++++----
 sources                               |    2 +-
 4 files changed, 10 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 35bdb7f..c0219d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /ceelog-0.1.tar.xz
+/ceelog-0.2.tar.xz
diff --git a/ceelog.spec b/ceelog.spec
index 43942c2..2a5e6a7 100644
--- a/ceelog.spec
+++ b/ceelog.spec
@@ -1,12 +1,11 @@
 Name:		ceelog
-Version:	0.1
-Release:	4%{?dist}
+Version:	0.2
+Release:	1%{?dist}
 Summary:	Tool for receiving, filtering and searching CEE/Lumberjack logs
 
 License:	GPLv2
 URL:		https://fedorahosted.org/ceelog
 Source0:	https://fedorahosted.org/releases/c/e/ceelog/%{name}-%{version}.tar.xz
-Patch0:		ceelog-0.1-crash-error-not-NULL.patch
 
 BuildRequires:	glib2-devel
 BuildRequires:	pcre-devel
@@ -34,7 +33,6 @@ Ceelog-libs package contains libraries for ceelog.
 
 %prep
 %setup -q
-%patch0 -p1
 
 
 %build
@@ -56,6 +54,9 @@ make check
 %files
 %doc AUTHORS COPYING README
 %{_bindir}/ceelog
+%{_mandir}/man1/*
+%{_mandir}/man5/*
+%{_datadir}/locale/*/*/*.mo
 
 %files devel
 %{_libdir}/*.so
@@ -66,6 +67,9 @@ make check
 
 
 %changelog
+* Wed Jun 12 2013 Milan Bartos <mbartos at redhat.com> - 0.2-1
+- update to upstream version 0.2
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 5f46aff..af86cdf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ea4e767893c17cdd78974825435f7bce  ceelog-0.1.tar.xz
+d9f787ba1fdcc1dd95f83993803ccdcb  ceelog-0.2.tar.xz


More information about the scm-commits mailing list