diff --git a/qwt-6.0.1-install_qt.patch b/qwt-6.0.1-install_qt.patch index 04767d7..c5e06e7 100644 --- a/qwt-6.0.1-install_qt.patch +++ b/qwt-6.0.1-install_qt.patch @@ -1,7 +1,15 @@ diff -up qwt-6.0.1/qwtbuild.pri.install-qt qwt-6.0.1/qwtbuild.pri --- qwt-6.0.1/qwtbuild.pri.install-qt 2011-08-01 09:33:53.000000000 -0500 -+++ qwt-6.0.1/qwtbuild.pri 2012-08-14 11:04:38.898276331 -0500 -@@ -56,7 +56,7 @@ RCC_DIR = resources ++++ qwt-6.0.1/qwtbuild.pri 2012-11-26 16:32:07.290520771 -0600 +@@ -14,7 +14,6 @@ + CONFIG += qt + CONFIG += warn_on + CONFIG += no_keywords +-CONFIG += silent + + ###################################################################### + # release/debug mode +@@ -56,7 +55,7 @@ RCC_DIR = resources unix { @@ -12,7 +20,7 @@ diff -up qwt-6.0.1/qwtbuild.pri.install-qt qwt-6.0.1/qwtbuild.pri # in the same directory as the Qt libraries. Unfortunately diff -up qwt-6.0.1/qwtconfig.pri.install-qt qwt-6.0.1/qwtconfig.pri --- qwt-6.0.1/qwtconfig.pri.install-qt 2011-08-01 09:33:53.000000000 -0500 -+++ qwt-6.0.1/qwtconfig.pri 2012-08-14 11:04:38.898276331 -0500 ++++ qwt-6.0.1/qwtconfig.pri 2012-11-26 16:29:01.360797707 -0600 @@ -18,6 +18,13 @@ QWT_VERSION = $${QWT_VER_MAJ}.$${QW QWT_INSTALL_PREFIX = $$[QT_INSTALL_PREFIX] @@ -37,7 +45,7 @@ diff -up qwt-6.0.1/qwtconfig.pri.install-qt qwt-6.0.1/qwtconfig.pri # Build the static/shared libraries. diff -up qwt-6.0.1/src/src.pro.install-qt qwt-6.0.1/src/src.pro --- qwt-6.0.1/src/src.pro.install-qt 2011-08-01 09:33:53.000000000 -0500 -+++ qwt-6.0.1/src/src.pro 2012-08-14 11:07:38.498031025 -0500 ++++ qwt-6.0.1/src/src.pro 2012-11-26 16:29:01.361797695 -0600 @@ -16,6 +16,15 @@ include( $${QWT_ROOT}/qwtbuild.pri ) TEMPLATE = lib TARGET = $$qtLibraryTarget(qwt) diff --git a/qwt.spec b/qwt.spec index dd85042..dbc6838 100644 --- a/qwt.spec +++ b/qwt.spec @@ -2,7 +2,7 @@ Name: qwt Summary: Qt Widgets for Technical Applications Version: 6.0.1 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2 with exceptions URL: http://qwt.sourceforge.net @@ -96,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Nov 26 2012 Rex Dieter 6.0.1-2 +- qwtbuild.pri: drop CONFIG+=silent + * Tue Aug 14 2012 Rex Dieter - 6.0.1-1 - qwt-6.0.1 (#697168) - add pkgconfig support