Hello community,

here is the log from the commit of package qt3 for openSUSE:Factory checked in 
at 2014-01-28 15:38:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qt3 (Old)
 and      /work/SRC/openSUSE:Factory/.qt3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qt3"

Changes:
--------
qt3-extensions.changes: same change
--- /work/SRC/openSUSE:Factory/qt3/qt3.changes  2013-12-13 13:10:34.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.qt3.new/qt3.changes     2014-01-28 
15:38:48.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Jan 28 10:26:50 UTC 2014 - [email protected]
+
+- add support for glib mainloop, thanks to Serghei Amelian
+  qt3-trident-add-glib-mainloop-support.patch
+
+-------------------------------------------------------------------

New:
----
  qt3-trident-add-glib-mainloop-support.patch

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

Other differences:
------------------
++++++ qt3-devel-doc.spec ++++++
--- /var/tmp/diff_new_pack.F98fhU/_old  2014-01-28 15:38:50.000000000 +0100
+++ /var/tmp/diff_new_pack.F98fhU/_new  2014-01-28 15:38:50.000000000 +0100
@@ -119,6 +119,7 @@
 Patch140:       qt-3.3.8-libpng15.patch
 Patch141:       qt-x11-free-3.3.8b-odbc.patch
 Patch142:       extend-freetype-includes-search.patch
+Patch143:       qt3-trident-add-glib-mainloop-support.patch
 
 # TQt integration
 Patch200:       qt-3.3.8c.diff
@@ -135,6 +136,7 @@
 
 %prep
 %setup -q -n qt%{x11_free}%rversion
+%patch143 -p1
 %patch1
 %patch2
 %patch4

qt3-extensions.spec: same change
++++++ qt3.spec ++++++
--- /var/tmp/diff_new_pack.F98fhU/_old  2014-01-28 15:38:50.000000000 +0100
+++ /var/tmp/diff_new_pack.F98fhU/_new  2014-01-28 15:38:50.000000000 +0100
@@ -123,6 +123,7 @@
 Patch140:       qt-3.3.8-libpng15.patch
 Patch141:       qt-x11-free-3.3.8b-odbc.patch
 Patch142:       extend-freetype-includes-search.patch
+Patch143:       qt3-trident-add-glib-mainloop-support.patch
 
 # TQt integration
 Patch200:       qt-3.3.8c.diff
@@ -146,6 +147,7 @@
 
 %prep
 %setup -q -n qt%{x11_free}%rversion
+%patch143 -p1
 %patch1
 %patch2
 %patch4




++++++ qt-x11-immodule-unified-qt3.3.8-20060318.diff ++++++
--- /var/tmp/diff_new_pack.F98fhU/_old  2014-01-28 15:38:50.000000000 +0100
+++ /var/tmp/diff_new_pack.F98fhU/_new  2014-01-28 15:38:50.000000000 +0100
@@ -14788,36 +14788,36 @@
      void restoreState();
  
  
---- src/kernel/qt_kernel.pri
-+++ src/kernel/qt_kernel.pri
-@@ -34,7 +34,6 @@
-                 $$KERNEL_H/qimage.h \
-                 $$KERNEL_P/qimageformatinterface_p.h \
-                 $$KERNEL_H/qimageformatplugin.h \
--                $$KERNEL_P/qinputcontext_p.h \
-                 $$KERNEL_H/qkeycode.h \
-                 $$KERNEL_H/qkeysequence.h \
-                 $$KERNEL_H/qlayout.h \
-@@ -99,6 +98,12 @@
-                 $$KERNEL_CPP/qfontengine_p.h \
-                 $$KERNEL_CPP/qtextlayout_p.h
- 
-+      unix:x11 {
-+              HEADERS += $$KERNEL_H/qinputcontext.h
-+      } else {
-+              HEADERS += $$KERNEL_P/qinputcontext_p.h
-+      }
-+
-       win32:SOURCES += $$KERNEL_CPP/qapplication_win.cpp \
-                 $$KERNEL_CPP/qclipboard_win.cpp \
-                 $$KERNEL_CPP/qcolor_win.cpp \
-@@ -130,6 +135,7 @@
-                         $$KERNEL_CPP/qdesktopwidget_x11.cpp \
-                         $$KERNEL_CPP/qeventloop_x11.cpp \
-                         $$KERNEL_CPP/qfont_x11.cpp \
-+                        $$KERNEL_CPP/qinputcontext.cpp \
-                         $$KERNEL_CPP/qinputcontext_x11.cpp \
-                         $$KERNEL_CPP/qmotifdnd_x11.cpp \
+--- src/kernel/qt_kernel.pri
++++ src/kernel/qt_kernel.pri
+@@ -34,7 +34,6 @@
+                 $$KERNEL_H/qimage.h \
+                 $$KERNEL_P/qimageformatinterface_p.h \
+                 $$KERNEL_H/qimageformatplugin.h \
+-                $$KERNEL_P/qinputcontext_p.h \
+                 $$KERNEL_H/qkeycode.h \
+                 $$KERNEL_H/qkeysequence.h \
+                 $$KERNEL_H/qlayout.h \
+@@ -103,6 +102,12 @@
+                               HEADERS+=$$KERNEL_P/qeventloop_glib_p.h
+                 } 
+                 
++      unix:x11 {
++              HEADERS += $$KERNEL_H/qinputcontext.h
++      } else {
++              HEADERS += $$KERNEL_P/qinputcontext_p.h
++      }
++
+       win32:SOURCES += $$KERNEL_CPP/qapplication_win.cpp \
+                 $$KERNEL_CPP/qclipboard_win.cpp \
+                 $$KERNEL_CPP/qcolor_win.cpp \
+@@ -130,6 +135,7 @@
+                         $$KERNEL_CPP/qdnd_x11.cpp \
+                         $$KERNEL_CPP/qdesktopwidget_x11.cpp \
+                         $$KERNEL_CPP/qfont_x11.cpp \
++                        $$KERNEL_CPP/qinputcontext.cpp \
+                         $$KERNEL_CPP/qinputcontext_x11.cpp \
+                         $$KERNEL_CPP/qmotifdnd_x11.cpp \
                          $$KERNEL_CPP/qpixmap_x11.cpp \
 --- src/kernel/qwidget.cpp
 +++ src/kernel/qwidget.cpp

++++++ qt3-trident-add-glib-mainloop-support.patch ++++++
++++ 1586 lines (skipped)

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

Reply via email to