[pion-net] Rebuild for new icu

Kevin Fenzi kevin at fedoraproject.org
Sat Jan 26 21:46:12 UTC 2013


commit 373ffd006adb966c0ef1ad1245d6fda7844e1b0d
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Sat Jan 26 14:46:07 2013 -0700

    Rebuild for new icu
    
    - Simplify patch loop so it works with current rpm

 pion-net.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/pion-net.spec b/pion-net.spec
index e20e259..02c66ac 100644
--- a/pion-net.spec
+++ b/pion-net.spec
@@ -1,6 +1,6 @@
 Name:		pion-net
 Version:	4.0.9
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	C++ library for building lightweight HTTP interfaces
 
 License:	Boost
@@ -43,7 +43,7 @@ This package contains Doxygen HTML documentation for pion-net library.
 %setup -q
 for patch in %patches; do
 	echo "Applying $patch" >&2
-	%__patch %_default_patch_flags --fuzz=%_default_patch_fuzz -p1 -i $patch
+	%__patch -p1 -i $patch
 done
 
 
@@ -113,6 +113,10 @@ make check
 
 
 %changelog
+* Sat Jan 26 2013 Kevin Fenzi <kevin at scrye.com> - 4.0.9-4
+- Rebuild for new icu
+- Simplify patch loop so it works with current rpm
+
 * Thu Aug 16 2012 Jan Vcelak <jvcelak at redhat.com> 4.0.9-3
 - rebuild with new boost library
 


More information about the scm-commits mailing list