commit 151a21f55fbd43e4fbf29ad1b4c9768a129b2af0
Author: Witold Filipczyk <[email protected]>
Date:   Tue Aug 25 13:56:08 2015 +0200

    - long long support required by FileZilla
    - rel 2

 longlong.patch | 11 +++++++++++
 pugixml.spec   |  4 +++-
 2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/pugixml.spec b/pugixml.spec
index dbe0f9f..b9312c4 100644
--- a/pugixml.spec
+++ b/pugixml.spec
@@ -2,11 +2,12 @@ Summary:      C++ XML processing library
 Summary(pl.UTF-8):     Biblioteka C++ do przetwarzania XML-a
 Name:          pugixml
 Version:       1.6
-Release:       1
+Release:       2
 License:       MIT
 Group:         Libraries
 Source0:       
http://github.com/zeux/pugixml/archive/v%{version}/%{name}-%{version}.tar.gz
 # Source0-md5: 35d942d58bec80058f7641c6604729ea
+Patch0:                longlong.patch
 URL:           http://pugixml.org/
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
@@ -58,6 +59,7 @@ Statyczna biblioteka pugixml.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 cd src
diff --git a/longlong.patch b/longlong.patch
new file mode 100644
index 0000000..2298630
--- /dev/null
+++ b/longlong.patch
@@ -0,0 +1,11 @@
+--- pugixml-1.6/src/pugiconfig.hpp.ll  2015-08-25 13:31:50.454530256 +0200
++++ pugixml-1.6/src/pugiconfig.hpp     2015-08-25 13:32:04.033673074 +0200
+@@ -41,7 +41,7 @@
+ // #define PUGIXML_HEADER_ONLY
+ 
+ // Uncomment this to enable long long support
+-// #define PUGIXML_HAS_LONG_LONG
++#define PUGIXML_HAS_LONG_LONG
+ 
+ #endif
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pugixml.git/commitdiff/151a21f55fbd43e4fbf29ad1b4c9768a129b2af0

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to