[tinyxml] update to latest upstream

François Cami fcami at fedoraproject.org
Tue Jan 29 09:48:42 UTC 2013


commit 45528662f1fa6ed471baa67187ce79f5cf453f46
Author: François Cami <fcami at fedoraproject.org>
Date:   Tue Jan 29 10:48:26 2013 +0100

    update to latest upstream

 tinyxml.spec |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/tinyxml.spec b/tinyxml.spec
index e86a757..0625563 100644
--- a/tinyxml.spec
+++ b/tinyxml.spec
@@ -1,8 +1,8 @@
-%define underscore_version 2_6_1
+%define underscore_version 2_6_2
 
 Name:           tinyxml
-Version:        2.6.1
-Release:        4%{?dist}
+Version:        2.6.2
+Release:        1%{?dist}
 Summary:        A simple, small, C++ XML parser
 Group:          System Environment/Libraries
 License:        zlib
@@ -36,6 +36,9 @@ touch -r tinyxml.h.stl tinyxml.h
 
 
 %build
+mv changes.txt changes.txt-orig
+iconv -f ISO-8859-1 -t UTF-8 changes.txt-orig > changes.txt
+rm -f changes.txt-orig
 # Not really designed to be build as lib, DYI
 for i in tinyxml.cpp tinystr.cpp tinyxmlerror.cpp tinyxmlparser.cpp; do
   g++ $RPM_OPT_FLAGS -fPIC -o $i.o -c $i
@@ -77,6 +80,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jan 17 2013 François Cami <fcami at fedoraproject.org> - 2.6.2-1
+- Update to 2.6.2
+- Fix changes.txt encoding
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.6.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list