[epylog] Prep for 1.0.5

Konstantin Ryabitsev icon at fedoraproject.org
Tue Jan 24 20:32:22 UTC 2012


commit 8883ffc0eba9ed90076151a3d0abec586ea1abd6
Author: Konstantin Ryabitsev <mricon at kernel.org>
Date:   Tue Jan 24 15:32:11 2012 -0500

    Prep for 1.0.5

 .gitignore                    |    1 +
 epylog-1.0.3-mimewriter.patch |  298 -----------------------------------------
 epylog.spec                   |   18 ++--
 sources                       |    2 +-
 4 files changed, 11 insertions(+), 308 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 21edc79..d069249 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 epylog-1.0.3.tar.gz
+/epylog-1.0.5.tar.gz
diff --git a/epylog.spec b/epylog.spec
index 0d5e9ad..0ea4ebc 100644
--- a/epylog.spec
+++ b/epylog.spec
@@ -1,20 +1,19 @@
 %{!?_python_sitelib: %define _python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           epylog
-Version:        1.0.3
-Release:        18%{?dist}
+Version:        1.0.5
+Release:        1%{?dist}
 Summary:        New logs analyzer and parser
 
 Group:          Applications/System
 License:        GPLv2+
 URL:            https://fedorahosted.org/epylog/
 Source:         http://fedorapeople.org/~icon/epylog/epylog-%{version}.tar.gz
-Patch0:         epylog-1.0.3-mimewriter.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-BuildRequires:	libxml2-python
-Requires:       libxml2-python
+BuildRequires:	libxml2-python, autoconf
+Requires:       libxml2-python, pygpgme
 
 
 %description
@@ -42,10 +41,7 @@ external perl modules, or intend to write some of your own.
 
 %prep
 %setup -q
-##
-# Apply mimewriter patch
-#
-%patch0 -p1
+%{__autoconf}
 ##
 # The --with-lynx is just a sane default. Epylog doesn't actually require 
 # it to run in the out-of-the-box configuration.
@@ -102,6 +98,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jan 24 2012 Konstantin Ryabitsev <icon at fedoraproject.org> - 1.0.5-1
+- Upstream 1.0.5
+- Remove obsolete mimewriter patch
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.3-18
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 7050562..65a5668 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6beedd62e0d59d6309ae1f537fc75772  epylog-1.0.3.tar.gz
+59862c943b2b2fc5b13bc89628daea0e  epylog-1.0.5.tar.gz


More information about the scm-commits mailing list