Hello community,

here is the log from the commit of package libqt5-qtbase for openSUSE:Factory 
checked in at 2014-03-23 22:32:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtbase (Old)
 and      /work/SRC/openSUSE:Factory/.libqt5-qtbase.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqt5-qtbase"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt5-qtbase/libqt5-qtbase.changes      
2014-03-04 13:14:05.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-qtbase.new/libqt5-qtbase.changes 
2014-03-23 22:34:07.000000000 +0100
@@ -1,0 +2,9 @@
+Thu Mar 20 22:58:47 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added use-freetype-default.patch: allow using lcd-default filter
+  regardless of how freetype2 library has been built (w/ & w/o subpixel)
+- Build examples (added examples subpackage)
+- Make sure that Qt5Gui devel package requires libdrm-devel, as it
+  references it's includes in CMake config
+
+-------------------------------------------------------------------

New:
----
  use-freetype-default.patch

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

Other differences:
------------------
++++++ libqt5-qtbase.spec ++++++
--- /var/tmp/diff_new_pack.A5KA8o/_old  2014-03-23 22:34:08.000000000 +0100
+++ /var/tmp/diff_new_pack.A5KA8o/_new  2014-03-23 22:34:08.000000000 +0100
@@ -44,6 +44,8 @@
 Patch109:       libqt5-libtool-nodate.diff
 # PATCH-FIX-UPSTREAM qmake-add-usr-include.diff -- explicitly include 
/usr/include path
 Patch131:       qmake-add-usr-include.diff
+# PATCH-FIX-UPSTREAM use-freetype-default.patch -- allow using lcd-default 
filter regardless of how freetype2 library has been built (w/ & w/o subpixel)
+Patch132:       use-freetype-default.patch
 BuildRequires:  alsa-devel
 BuildRequires:  cups-devel
 BuildRequires:  fdupes
@@ -121,6 +123,7 @@
 %patch3 -p1
 %patch109 -p1
 %patch131 -p1
+%patch132 -p1
 
 # be sure not to use them
 rm -r src/3rdparty/{libjpeg,freetype,libpng,zlib}
@@ -449,6 +452,7 @@
 Requires:       pkgconfig(gl)
 %endif
 Requires:       pkgconfig(egl)
+Requires:       pkgconfig(libdrm)
 
 %description -n libQt5Gui-devel
 Qt 5 libraries which are depending on X11 - development files.
@@ -574,6 +578,14 @@
 %description -n libQt5PlatformSupport-private-headers-devel
 Qt 5 PlatformSupport Library - Non-ABI stable development files.
 
+%package examples
+Summary:        Qt5 base examples
+Group:          Development/Libraries/X11
+Recommends:     libqt5-qtbase-devel
+
+%description examples
+Examples for libqt5-qtbase modules.
+
 %build
 export QMAKESPEC=$PWD/mkspecs/linux-g++
 %ifarch ppc64
@@ -664,7 +676,7 @@
 %ifarch %arm aarch64
   -no-neon \
 %endif
-       -plugin-sql-sqlite -nomake examples -nomake tests \
+       -plugin-sql-sqlite -nomake tests \
        -plugin-sql-psql -I/usr/include -I/usr/include/pgsql/ 
-I/usr/include/pgsql/server \
        -plugin-sql-odbc \
        -plugin-sql-mysql -I/usr/include/mysql/ -I/usr/include -v
@@ -1062,4 +1074,9 @@
 %doc *.txt LICENSE.*
 %{libqt5_includedir}/QtWidgets/%{so_version}/
 
+%files examples
+%defattr(-,root,root,755)
+%doc *.txt LICENSE.*
+%{libqt5_examplesdir}/
+
 %changelog


++++++ use-freetype-default.patch ++++++
diff --git a/src/gui/text/qfontengine_ft.cpp b/src/gui/text/qfontengine_ft.cpp
index 05bd014..a3d8edf 100644
--- a/src/gui/text/qfontengine_ft.cpp
+++ b/src/gui/text/qfontengine_ft.cpp
@@ -69,7 +69,7 @@
 #include FT_CONFIG_OPTIONS_H
 #endif
 
-#if defined(FT_LCD_FILTER_H) && defined(FT_CONFIG_OPTION_SUBPIXEL_RENDERING)
+#if defined(FT_LCD_FILTER_H)
 #define QT_USE_FREETYPE_LCDFILTER
 #endif
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to