From 3c9feb6c90cba570c955d8f75e10fcdef0650372 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Mon, 1 Aug 2005 13:01:06 +0000 Subject: [PATCH] add visibility patch --- qt.spec | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/qt.spec b/qt.spec index bd616f5..518fdef 100644 --- a/qt.spec +++ b/qt.spec @@ -37,6 +37,9 @@ # cups support %define cups 1 +# visibility +%define enable_hidden_visibility 1 + %define debug 0 %define sover %{ver} @@ -82,7 +85,7 @@ Summary: The shared library for the Qt GUI toolkit. Name: qt Version: %{ver} -Release: 17 +Release: 18 Epoch: 1 License: GPL/QPL Group: System Environment/Libraries @@ -107,6 +110,7 @@ Patch19: qt-3.3.3-gtkstyle.patch Patch20: qt-x11-free-3.3.4-qtlocale.patch Patch21: qt-x11-free-3.3.3-Punjabi.patch Patch22: qt-x11-free-3.3.4-assistant_de.patch +Patch23: qt-visibility.patch # immodule patches Patch50: qt-x11-immodule-unified-qt3.3.4-20041203.diff.bz2 @@ -314,6 +318,10 @@ for the Qt toolkit. %patch21 -p1 -b .punjabi %patch22 -p1 -b .trans +%if %{enable_hidden_visibility} +%patch23 -p1 -b .hidden_visibility +%endif + %if %{immodule} %patch50 -p1 %patch51 -p0 -b .qximinputcontext_x11 @@ -696,6 +704,9 @@ rm -rf %{buildroot} %changelog +* Mon Aug 01 2005 Than Ngo 1:3.3.4-18 +- add visibility patch + * Wed Jul 20 2005 Than Ngo 1:3.3.4-17 - fix German translation of the Qt Assistent #161558