[curlpp] Tiny spec change. So much to do

Ankur Sinha ankursinha at fedoraproject.org
Sun Mar 24 01:30:28 UTC 2013


commit 2ae15a9bda70e72cdd090e9354264efd33f1139d
Author: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur at gmail.com>
Date:   Sun Mar 24 12:29:59 2013 +1100

    Tiny spec change. So much to do

 curlpp.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/curlpp.spec b/curlpp.spec
index f56d648..e3bb734 100644
--- a/curlpp.spec
+++ b/curlpp.spec
@@ -1,6 +1,6 @@
 Name: curlpp
 Version: 0.7.3
-Release: 12%{?dist}
+Release: 13%{?dist}
 Summary: A C++ wrapper for libcURL
 
 Group: System Environment/Libraries
@@ -34,6 +34,7 @@ developing applications that use %{name}.
 
 %prep
 %setup -q
+%patch0 -p1 -b aarch64
 
 # Convert CRLF line endings to LF in the examples
 for file in examples/*.cpp
@@ -91,6 +92,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Mar 24 2013 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.7.3-13
+- Complete spec
+
 * Sun Mar 24 2013 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.7.3-12
 - Add patch for ARM 64 support
 - https://bugzilla.redhat.com/show_bug.cgi?id=925210


More information about the scm-commits mailing list