Hello community,

here is the log from the commit of package ctemplate for openSUSE:Factory
checked in at Mon May 2 16:47:05 CEST 2011.



--------
--- ctemplate/ctemplate.changes 2010-11-08 20:45:58.000000000 +0100
+++ /mounts/work_src_done/STABLE/ctemplate/ctemplate.changes    2011-04-27 
11:54:54.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Apr 27 09:44:12 UTC 2011 - [email protected]
+
+- Add ctemplate-0.98-gcc46.patch: fix compilation with gcc 4.6 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  ctemplate-0.98-gcc46.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ctemplate.spec ++++++
--- /var/tmp/diff_new_pack.NtaCxL/_old  2011-05-02 16:46:32.000000000 +0200
+++ /var/tmp/diff_new_pack.NtaCxL/_new  2011-05-02 16:46:32.000000000 +0200
@@ -21,11 +21,13 @@
 Name:           ctemplate
 Summary:        Library for simple but powerful template language for C++
 Version:        0.98
-Release:        1
+Release:        6
 Group:          Development/Libraries/C and C++
 License:        BSD4c(or similar)
 Url:            http://code.google.com/p/google-ctemplate/
 Source:         %{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM ctemplate-0.98-gcc46.patch [email protected] -- Fix 
compilation with gcc 4.6
+Patch1:         ctemplate-0.98-gcc46.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
@@ -58,6 +60,7 @@
 
 %prep
 %setup -q
+%patch1
 chmod -R u+w .
 
 %build

++++++ ctemplate-0.98-gcc46.patch ++++++
--- src/ctemplate/template_dictionary.h.in      2010-04-08 21:02:09.000000000 
+0200
+++ src/ctemplate/template_dictionary.h.in      2011-04-27 11:49:43.744988830 
+0200
@@ -50,6 +50,7 @@
 #include <stdlib.h>      // for NULL
 #include <stdarg.h>      // for StringAppendV()
 #include <sys/types.h>   // for size_t
+#include <cstddef>
 #include <functional>    // for less<>
 #include <map>
 #include <string>

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to