[libevent] Updated to latest stable upstream version: 2.0.14-stable (bz 727129) Removed the installion of the o

Steve Dickson steved at fedoraproject.org
Mon Sep 12 17:12:57 UTC 2011


commit 61c1f59fe050692c3d37df03a8322f61e7c9c82c
Author: Steve Dickson <steved at redhat.com>
Date:   Mon Sep 12 13:11:10 2011 -0400

    Updated to latest stable upstream version: 2.0.14-stable (bz 727129)
    Removed the installion of the outdate man pages and the latex raw docs.
    Corrected where the other doc are installed.
    
    Signed-off-by: Steve Dickson <steved at redhat.com>

 .gitignore                        |    1 +
 libevent-2.0.13-manpages-on.patch |   12 ------------
 libevent.spec                     |   21 ++++++---------------
 sources                           |    2 +-
 4 files changed, 8 insertions(+), 28 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 95899ae..b36205d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /libevent-2.0.13-stable.tar.gz
+/libevent-2.0.14-stable.tar.gz
diff --git a/libevent.spec b/libevent.spec
index 6d24924..e72d3cc 100644
--- a/libevent.spec
+++ b/libevent.spec
@@ -1,5 +1,5 @@
 Name:           libevent
-Version:        2.0.13
+Version:        2.0.14
 Release:        1%{?dist}
 Summary:        Abstract asynchronous event notification library
 
@@ -11,7 +11,6 @@ Source0:        http://downloads.sourceforge.net/levent/%{name}-%{version}-stabl
 BuildRequires: doxygen openssl-devel
 
 Patch00: libevent-2.0.10-stable-configure.patch
-Patch01: libevent-2.0.13-manpages-on.patch
 
 %description
 The libevent API provides a mechanism to execute a callback function
@@ -37,8 +36,6 @@ you will need to install %{name}-devel.
 
 # 477685 -  libevent-devel multilib conflict
 %patch00 -p1
-# Enable man pages 
-%patch01 -p1
 
 %build
 %configure \
@@ -57,19 +54,10 @@ mkdir -p $RPM_BUILD_ROOT/%{_docdir}/%{name}-devel-%{version}/html
 (cd doxygen/html; \
 	install -p -m 644 *.* $RPM_BUILD_ROOT/%{_docdir}/%{name}-devel-%{version}/html)
 
-mkdir -p $RPM_BUILD_ROOT/%{_docdir}/%{name}-devel-%{version}/latex
-(cd doxygen/latex; \
-	install -p -m 644 *.* $RPM_BUILD_ROOT/%{_docdir}/%{name}-devel-%{version}/latex)
-
-mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man3
-(cd doxygen/man/man3; \
-	install -p -m 644 *.* $RPM_BUILD_ROOT/%{_mandir}/man3/)
-
 mkdir -p $RPM_BUILD_ROOT/%{_docdir}/%{name}-devel-%{version}/sample
 (cd sample; \
 	install -p -m 644 *.c Makefile* $RPM_BUILD_ROOT/%{_docdir}/%{name}-devel-%{version}/sample)
 
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
@@ -103,11 +91,14 @@ mkdir -p $RPM_BUILD_ROOT/%{_docdir}/%{name}-devel-%{version}/sample
 %{_bindir}/event_rpcgen.*
 
 %{_docdir}/%{name}-devel-%{version}/html/*
-%{_docdir}/%{name}-devel-%{version}/latex/*
 %{_docdir}/%{name}-devel-%{version}/sample/*
-%{_mandir}/man3/*
 
 %changelog
+* Wed Aug 10 2011 Steve Dickson <steved at redhat.com> 2.0.14-1
+- Updated to latest stable upstream version: 2.0.14-stable (bz 727129)
+- Removed the installion of the outdate man pages and the latex raw docs.
+- Corrected where the other doc are installed.
+
 * Wed Aug 10 2011 Steve Dickson <steved at redhat.com> 2.0.13-1
 - Updated to latest stable upstream version: 2.0.13-stable (bz 727129)
 
diff --git a/sources b/sources
index 2fbcd46..9e87223 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-af786b4b3f790c9d3279792edf7867fc  libevent-2.0.13-stable.tar.gz
+cac0f379da35d3b98f83ac16fcfe1df4  libevent-2.0.14-stable.tar.gz


More information about the scm-commits mailing list