[pion-net] rebase to new upstream version (4.0.9)

jvcelak jvcelak at fedoraproject.org
Thu Feb 2 15:29:07 UTC 2012


commit 131968c4067dab2f665d9ec2008895821769f94b
Author: Jan Vcelak <jvcelak at redhat.com>
Date:   Thu Feb 2 16:28:51 2012 +0100

    rebase to new upstream version (4.0.9)

 .gitignore                        |    1 +
 pion-net-asio-compatibility.patch |   16 ----------------
 pion-net.spec                     |   17 +++++++++--------
 sources                           |    2 +-
 4 files changed, 11 insertions(+), 25 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 29c50d2..6272ad7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /pion-net-4.0.7.tar.bz2
+/pion-net-4.0.9.tar.bz2
diff --git a/pion-net.spec b/pion-net.spec
index 5c67faa..d924143 100644
--- a/pion-net.spec
+++ b/pion-net.spec
@@ -1,6 +1,6 @@
 Name:		pion-net
-Version:	4.0.7
-Release:	5%{?dist}
+Version:	4.0.9
+Release:	1%{?dist}
 Summary:	C++ library for building lightweight HTTP interfaces
 
 License:	Boost
@@ -10,10 +10,10 @@ Source0:	http://www.pion.org/files/pion-net-%{version}.tar.bz2
 BuildRequires:	boost-devel >= 1.35.0, openssl-devel, log4cpp-devel
 BuildRequires:	doxygen, autoconf, automake, libtool
 
-Patch0:		pion-net-asio-compatibility.patch
-Patch1:		pion-net-boost-compatibility.patch
-Patch2:		pion-net-cflags.patch
-Patch3:		pion-net-pkgconfig.patch
+Patch0:		pion-net-boost-compatibility.patch
+Patch1:		pion-net-cflags.patch
+Patch2:		pion-net-pkgconfig.patch
+Patch3:		pion-net-gcc47-symbols-lookup.patch
 
 %description
 Pion Network Library is a C++ framework for building lightweight HTTP
@@ -110,8 +110,9 @@ make check
 
 
 %changelog
-* Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.0.7-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+* Thu Feb 02 2012 Jan Vcelak <jvcelak at redhat.com> 4.0.9-1
+- rebase to new upstream version
+  + HTTPReader - add support for timeouts (900)
 
 * Mon Nov 28 2011 Jan Vcelak <jvcelak at redhat.com> 4.0.7-4
 - fix Source URL to include version tag
diff --git a/sources b/sources
index 7b526ed..93ac23d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-761c8af8dc54102b637f8d91d162f987  pion-net-4.0.7.tar.bz2
+4b52ca24c08fa492d1b16c795bf89923  pion-net-4.0.9.tar.bz2


More information about the scm-commits mailing list