Hello community,

here is the log from the commit of package libqt4 for openSUSE:Factory checked 
in at 2015-05-24 19:30:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt4 (Old)
 and      /work/SRC/openSUSE:Factory/.libqt4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqt4"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt4/libqt4-devel-doc.changes  2015-05-10 
10:44:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libqt4.new/libqt4-devel-doc.changes     
2015-05-24 19:30:34.000000000 +0200
@@ -1,0 +2,7 @@
+Fri May 22 19:35:04 UTC 2015 - tittiatc...@gmail.com
+
+- Update patch fix-moc-from-choking-on-boost-headers.patch to 
+  include an additiona boost header due to the upgrade to 
+  Boost 1.58
+
+-------------------------------------------------------------------
libqt4-sql-plugins.changes: same change
libqt4.changes: same change

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

Other differences:
------------------
libqt4-sql-plugins.spec: same change
libqt4.spec: same change



++++++ fix-moc-from-choking-on-boost-headers.patch ++++++
--- /var/tmp/diff_new_pack.vX24A5/_old  2015-05-24 19:30:40.000000000 +0200
+++ /var/tmp/diff_new_pack.vX24A5/_new  2015-05-24 19:30:40.000000000 +0200
@@ -1,11 +1,12 @@
 --- qt-snapshot/src/tools/moc/main.cpp 2013-03-16 19:09:31.954011186 +0100
 +++ qt-snapshot/src/tools/moc/main.cpp 2013-05-28 22:38:39.781681541 +0200
-@@ -190,6 +190,8 @@ int runMoc(int _argc, char **_argv)
+@@ -190,6 +190,9 @@ int runMoc(int _argc, char **_argv)
  
      // Workaround a bug while parsing the boost/type_traits/has_operator.hpp 
header. See QTBUG-22829
      pp.macros["BOOST_TT_HAS_OPERATOR_HPP_INCLUDED"];
 +    pp.macros["BOOST_LEXICAL_CAST_INCLUDED"];
 +    pp.macros["BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION"];
++    pp.macros["BOOST_NEXT_PRIOR_HPP_INCLUDED"];
  
      QByteArray filename;
      QByteArray output;




Reply via email to