2012-04-02 10:31:02 +02:00
|
|
|
#
|
|
|
|
# spec file for package qwt6
|
|
|
|
#
|
2023-04-28 13:33:55 +02:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2012-04-02 10:31:02 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
Accepting request 695925 from home:alois:branches:devel:libraries:c_c++
- Update to version 6.1.4
* All widgets ( including plot canvas )
+ missing initialization of the background color hint, when
drawing a styled focus rectangle
+ devicePixelRatio handling adjusted, QT_SCALE_FACTOR supported
* Maintenance
+ deprecated QString::null replaced by QString()
+ making clang-tidy/clazy and friends happier
+ compiler warnings with newer Qt versions fixed
* PyQt-Qwt
+ specific defines added
* QwtPointMapper
+ being multithreaded when possible
* QwtPlotRenderer
+ using QPdfWriter instead of QPrinter, when possible
* Build system
+ auto-disable building the designer plugin, when the
corresponding Qt installation was not build with designer
support
* Bug fixes
+ font resolving when using widget fonts for rendering
to a different paint device.
+ QwtPlotDirectPainter::CopyBackingStore: bad offset (
subtracting the canvas frame ), when flushing the updated
backing store fixed
+ QwtAbstractSlider::stepAlignment fixed, when the value is
exactly the upperBound, but no tick position
+ Missing right/bottom pixel added for QwtColumnSymbol::NoFrame
+ QwtWeedingCurveFitter::fitCurve fixed when being called with
no points
+ missing updates added for QwtLegend::setMaxColumns,
QwtScaleWidget::setLayoutFlag
+ QwtPlotCurve::drawSteps: polygon clipping fixed by adding
an extra pixel to the clip rectangle
+ QwtPlotItem::ScaleInterest enabled for all constructors of
QwtPlotSeriesItem
+ QwtPlotMarker::boundingRect fixed for HLine/VLine
+ QwtPlotIntervalCurve/QwtPlotTradingCurve::boundingRect
fixed
- Refreshed qwt-6.1.3-mkspecs.patch as qwt-6.1.4-mkspecs.patch
- Update to version 6.1.4
* All widgets ( including plot canvas )
+ missing initialization of the background color hint, when
drawing a styled focus rectangle
+ devicePixelRatio handling adjusted, QT_SCALE_FACTOR supported
* Maintenance
+ deprecated QString::null replaced by QString()
+ making clang-tidy/clazy and friends happier
+ compiler warnings with newer Qt versions fixed
* PyQt-Qwt
+ specific defines added
* QwtPointMapper
+ being multithreaded when possible
* QwtPlotRenderer
+ using QPdfWriter instead of QPrinter, when possible
* Build system
+ auto-disable building the designer plugin, when the
corresponding Qt installation was not build with designer
support
* Bug fixes
+ font resolving when using widget fonts for rendering
to a different paint device.
+ QwtPlotDirectPainter::CopyBackingStore: bad offset (
subtracting the canvas frame ), when flushing the updated
backing store fixed
+ QwtAbstractSlider::stepAlignment fixed, when the value is
exactly the upperBound, but no tick position
+ Missing right/bottom pixel added for QwtColumnSymbol::NoFrame
+ QwtWeedingCurveFitter::fitCurve fixed when being called with
no points
+ missing updates added for QwtLegend::setMaxColumns,
QwtScaleWidget::setLayoutFlag
+ QwtPlotCurve::drawSteps: polygon clipping fixed by adding
an extra pixel to the clip rectangle
+ QwtPlotItem::ScaleInterest enabled for all constructors of
QwtPlotSeriesItem
+ QwtPlotMarker::boundingRect fixed for HLine/VLine
+ QwtPlotIntervalCurve/QwtPlotTradingCurve::boundingRect
fixed
- Refreshed qwt-6.1.3-mkspecs.patch as qwt-6.1.4-mkspecs.patch
- Dropped designer subpackage
OBS-URL: https://build.opensuse.org/request/show/695925
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/qwt6?expand=0&rev=5
2019-04-19 09:55:46 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2012-04-02 10:31:02 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2023-04-28 13:33:55 +02:00
|
|
|
%global qwt6_flavor @BUILD_FLAVOR@%{nil}
|
|
|
|
%if "%{qwt6_flavor}" == ""
|
|
|
|
ExclusiveArch: do_not_build
|
|
|
|
%endif
|
|
|
|
%if "%{qwt6_flavor}" == "qt6"
|
|
|
|
%define qt6 1
|
|
|
|
%define pkg_suffix -qt6
|
|
|
|
%define qt_descr Qt6
|
|
|
|
%endif
|
|
|
|
%if "%{qwt6_flavor}" == "qt5"
|
|
|
|
%define qt5 1
|
|
|
|
%define pkg_suffix -qt5
|
|
|
|
%define qt_descr Qt5
|
|
|
|
%endif
|
|
|
|
|
2021-07-20 11:10:12 +02:00
|
|
|
%define sover 6_2
|
2023-04-28 13:33:55 +02:00
|
|
|
%define mver 6
|
|
|
|
Name: qwt6%{?pkg_suffix}
|
2021-07-20 11:10:12 +02:00
|
|
|
Version: 6.2.0
|
2012-04-02 10:31:02 +02:00
|
|
|
Release: 0
|
Accepting request 1083565 from home:alois:branches:devel:libraries:c_c++
- Fixes boo#1210931
- Add _multibuild to support Qt6
- Add qwt-6.2.0-qt6-pkgconfig.patch and
qwt-6.2.0-qt6-libsuffix.patch (courtesy of Fedora)
and qwt6-rpmlintrc
- Man pages are now installed in the flavored doc dir as per
upstream default
- Rollback previous changes.
- Moved *.so.? & *.so.?.? to the devel subpackage.
- Added BSD-3-Clause for examples subpackage (6.2.0 changes).
- Obsolete previous library version
- Update to 6.2.0 (boo#1187996)
* MathML text renderer removed
* Class Includes added
* BSD License for examples
* Spline interpolation
* New plot items
- Check the installed CHANGES-6.2 file for the complete list
of changes.
- Drop qwt-6.1.3-pkgconfig.patch. No longer needed
- Rebase qwt-6.1.4-mkspecs.patch
- Update to version 6.1.6
* QwtPlotLayout::activate: avoid compiler issues with Qt 5.15
* QwtPointPolar: missing copy constructor added
- Update URL
- Update to 6.1.5:
* Avoid using some of the deprecated Qt APIs
* Missing includes of QPainterPath ( Qt 5.15 ) added
* QwtPlotSpectroCurve: missing public inheritance
* QwtPlotTradingCurve: missing public inheritance
* QwtLinearColorMap: handling of alpha values in color stops fixed
* QwtPlotRasterItem: Fixed missing color table initialization for
QImage::Format_Indexed8
* QwtScaleWidget: missing QEvent::LayoutRequest added
* QwtSetSample: bound rectangle fixed for empty sets
- Fix build with recent libqt5-qttools packages.
- Fixed conflict with Qwt 5.
- Fix requires for -devel package
- Build against Qt5 by default
- Dropped qwt-qt5.patch
- Update to version 6.1.4
* All widgets ( including plot canvas )
+ missing initialization of the background color hint, when
drawing a styled focus rectangle
+ devicePixelRatio handling adjusted, QT_SCALE_FACTOR supported
* Maintenance
+ deprecated QString::null replaced by QString()
+ making clang-tidy/clazy and friends happier
+ compiler warnings with newer Qt versions fixed
* PyQt-Qwt
+ specific defines added
* QwtPointMapper
+ being multithreaded when possible
* QwtPlotRenderer
+ using QPdfWriter instead of QPrinter, when possible
* Build system
+ auto-disable building the designer plugin, when the
corresponding Qt installation was not build with designer
support
* Bug fixes
+ font resolving when using widget fonts for rendering
to a different paint device.
+ QwtPlotDirectPainter::CopyBackingStore: bad offset (
subtracting the canvas frame ), when flushing the updated
backing store fixed
+ QwtAbstractSlider::stepAlignment fixed, when the value is
exactly the upperBound, but no tick position
+ Missing right/bottom pixel added for QwtColumnSymbol::NoFrame
+ QwtWeedingCurveFitter::fitCurve fixed when being called with
no points
+ missing updates added for QwtLegend::setMaxColumns,
QwtScaleWidget::setLayoutFlag
+ QwtPlotCurve::drawSteps: polygon clipping fixed by adding
an extra pixel to the clip rectangle
+ QwtPlotItem::ScaleInterest enabled for all constructors of
QwtPlotSeriesItem
+ QwtPlotMarker::boundingRect fixed for HLine/VLine
+ QwtPlotIntervalCurve/QwtPlotTradingCurve::boundingRect
fixed
- Refreshed qwt-6.1.3-mkspecs.patch as qwt-6.1.4-mkspecs.patch
- Fixed manpages conflict with qwt5
- Remove _tmp manpages and rename the existing one to -qt5
pattern to avoid conflict with the qt4 package
- Dropped pre_checkin.sh
- Remove _multibuild prior to Factory submission
- Build qwt6-qt5 as separate package
* add qwt6-qt5.spec
* add qwt6-qt5.changes
* add qwt-qt5.patch
(thanks to awissu and other contributors of the KDE:Qt5 package)
- Refreshed qwt-rpath.patch as qwt-6.1.3-rpath.patch
- Create and install pc files for pkg-config:
* add qwt-6.1.3-pkgconfig.patch
- Use mkspecs directory
* add qwt-6.1.3-mkspecs.patch
- Use sover macro
- Build the examples modules
- Renamed the libqwt6 package as libqwt-qt%%sover
- Use license macro on openSUSE >= 42.2
- Add man page
- Added pre_checkin.sh to keep .changes files in sync
- Spec cleanup
- Update to version 6.1.3
* QwtPlotMagnifier, QwtPlotZoomer: handling of non linear
transformations ( f.e logarithmic )
* Date/Time scales fixed
QwtDate::ceil(), QwtDate::weekNumber(), QwtDate::utcOffset()
QwtDateScaleEngine fixed when aligning to months
* QwtPlotLayout: layout bug for legends witdh visisble
scrollbars fixed
* Plot items
hiding QwtPlotLegendItem without entries
QwtPlotShapeItem render code fixed
* QwtPlotGLCanvas
slightly improved, nevertheless better use Qwt 6.2 when being
interested in OpenGL
* Other
QwtGraphic boundingRect updates fixed
QwtSyntheticPointData::x() fixed
QwtLogScaleEngine::divideScale ignoring stepSize parameter
for ranges below one "decade"
QwtPlotAbstractBarChart::getCanvasMarginHint fixed
- Fixed source URL
- Update to Qwt 6.1.2
* fixes at QwtPlot, color maps, controls and scales.
- Removed Mandriva support.
- Renamed qwt-6.1.0-rpath.patch to qwt-rpath.patch
because upstream doesn't want merge it. Updated.
- qwt6-designer is now conflicting with qwt-designer.
- Update to Qwt 6.1.0
* New plot items
* Scales beyond linear and logarithmic transformations
* Datetime scales
* Redesign of the dial and meter widgets
* Basic support for an OpenGL plot canvas
* A new system for plot legends
* Off-screen paint device for vector graphics
* Changes and improvements to several classes
- Added qwt-6.1.0-rpath.patch to prevent
https://sourceforge.net/p/qwt/bugs/191
- Qmake debug info stripping was disabled.
- Update to Qwt 6.0.2
* qwtfunctions.pri added
* QwtPlotDict::detachItems fixed
* QwtWeedingCurveFitter::fitCurve performance improvements
* QwtDynGridLayout fixed for non widget items
* QwtInterval: avoid annoying compiler warning
* Autoscaling of curves without points fixed
* QwtPlotDirectPainter::drawSeries bad translation removed
* QwtPlotIntervalCurve: drawing of symbols fixed
* QwtPlotlayout: minor layout bufs fixed
* Usage of QwtPlotRasterItem::pixelHint fixed
* QwtPlotRenderer: several minor fixes
* QwtRasterData: CONREC algorithm fixed
* QwtThermo: layout code fixed
* QwtThermo: memory leak fixed
* QwtMmlDocument: compiler issues
* Logarithmic autoscaler fixed for intervals close below a decade
- Fix the SLES build (%make_install is not expanded on SLES)
- license update: SUSE-QWT-1.0
Added to spreadsheet linked at license.opensuse.org. Package warrants its
own license
- Initial release
OBS-URL: https://build.opensuse.org/request/show/1083565
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/qwt6?expand=0&rev=18
2023-04-28 19:39:54 +02:00
|
|
|
Summary: %{qt_descr} Widgets for Technical Applications
|
2012-04-02 10:31:02 +02:00
|
|
|
License: SUSE-QWT-1.0
|
|
|
|
Group: Development/Libraries/C and C++
|
2021-04-13 09:52:56 +02:00
|
|
|
URL: https://qwt.sourceforge.io
|
2016-09-30 15:35:24 +02:00
|
|
|
Source: https://sourceforge.net/projects/qwt/files/qwt/%{version}/qwt-%{version}.tar.bz2
|
2023-04-28 13:33:55 +02:00
|
|
|
Source99: qwt6-rpmlintrc
|
2013-08-13 11:12:23 +02:00
|
|
|
# PATCH-FIX-OPENSUSE to prevent 'ERROR: RPATH "/usr/local/qwt-6.1.0/lib" on
|
Accepting request 704825 from home:alois:branches:devel:libraries:c_c++
- Build against Qt5 by default
- Dropped qwt-qt5.patch
- Update to version 6.1.4
* All widgets ( including plot canvas )
+ missing initialization of the background color hint, when
drawing a styled focus rectangle
+ devicePixelRatio handling adjusted, QT_SCALE_FACTOR supported
* Maintenance
+ deprecated QString::null replaced by QString()
+ making clang-tidy/clazy and friends happier
+ compiler warnings with newer Qt versions fixed
* PyQt-Qwt
+ specific defines added
* QwtPointMapper
+ being multithreaded when possible
* QwtPlotRenderer
+ using QPdfWriter instead of QPrinter, when possible
* Build system
+ auto-disable building the designer plugin, when the
corresponding Qt installation was not build with designer
support
* Bug fixes
+ font resolving when using widget fonts for rendering
to a different paint device.
+ QwtPlotDirectPainter::CopyBackingStore: bad offset (
subtracting the canvas frame ), when flushing the updated
backing store fixed
+ QwtAbstractSlider::stepAlignment fixed, when the value is
exactly the upperBound, but no tick position
+ Missing right/bottom pixel added for QwtColumnSymbol::NoFrame
+ QwtWeedingCurveFitter::fitCurve fixed when being called with
no points
+ missing updates added for QwtLegend::setMaxColumns,
QwtScaleWidget::setLayoutFlag
+ QwtPlotCurve::drawSteps: polygon clipping fixed by adding
an extra pixel to the clip rectangle
+ QwtPlotItem::ScaleInterest enabled for all constructors of
QwtPlotSeriesItem
+ QwtPlotMarker::boundingRect fixed for HLine/VLine
+ QwtPlotIntervalCurve/QwtPlotTradingCurve::boundingRect
fixed
- Refreshed qwt-6.1.3-mkspecs.patch as qwt-6.1.4-mkspecs.patch
- Fixed manpages conflict with qwt5
- Remove _tmp manpages and rename the existing one to -qt5
pattern to avoid conflict with the qt4 package
- Dropped pre_checkin.sh
- Remove _multibuild prior to Factory submission
- Build qwt6-qt5 as separate package
* add qwt6-qt5.spec
* add qwt6-qt5.changes
* add qwt-qt5.patch
(thanks to awissu and other contributors of the KDE:Qt5 package)
- Refreshed qwt-rpath.patch as qwt-6.1.3-rpath.patch
- Create and install pc files for pkg-config:
* add qwt-6.1.3-pkgconfig.patch
- Use mkspecs directory
* add qwt-6.1.3-mkspecs.patch
- Use sover macro
- Build the examples modules
- Renamed the libqwt6 package as libqwt-qt%%sover
- Use license macro on openSUSE >= 42.2
- Add man page
- Added pre_checkin.sh to keep .changes files in sync
- Spec cleanup
- Update to version 6.1.3
* QwtPlotMagnifier, QwtPlotZoomer: handling of non linear
transformations ( f.e logarithmic )
* Date/Time scales fixed
QwtDate::ceil(), QwtDate::weekNumber(), QwtDate::utcOffset()
QwtDateScaleEngine fixed when aligning to months
* QwtPlotLayout: layout bug for legends witdh visisble
scrollbars fixed
* Plot items
hiding QwtPlotLegendItem without entries
QwtPlotShapeItem render code fixed
* QwtPlotGLCanvas
slightly improved, nevertheless better use Qwt 6.2 when being
interested in OpenGL
* Other
QwtGraphic boundingRect updates fixed
QwtSyntheticPointData::x() fixed
QwtLogScaleEngine::divideScale ignoring stepSize parameter
for ranges below one "decade"
QwtPlotAbstractBarChart::getCanvasMarginHint fixed
- Fixed source URL
- Update to Qwt 6.1.2
* fixes at QwtPlot, color maps, controls and scales.
- Removed Mandriva support.
- Renamed qwt-6.1.0-rpath.patch to qwt-rpath.patch
because upstream doesn't want merge it. Updated.
- qwt6-designer is now conflicting with qwt-designer.
- Update to Qwt 6.1.0
* New plot items
* Scales beyond linear and logarithmic transformations
* Datetime scales
* Redesign of the dial and meter widgets
* Basic support for an OpenGL plot canvas
* A new system for plot legends
* Off-screen paint device for vector graphics
* Changes and improvements to several classes
- Added qwt-6.1.0-rpath.patch to prevent
https://sourceforge.net/p/qwt/bugs/191
- Qmake debug info stripping was disabled.
- Update to Qwt 6.0.2
* qwtfunctions.pri added
* QwtPlotDict::detachItems fixed
* QwtWeedingCurveFitter::fitCurve performance improvements
* QwtDynGridLayout fixed for non widget items
* QwtInterval: avoid annoying compiler warning
* Autoscaling of curves without points fixed
* QwtPlotDirectPainter::drawSeries bad translation removed
* QwtPlotIntervalCurve: drawing of symbols fixed
* QwtPlotlayout: minor layout bufs fixed
* Usage of QwtPlotRasterItem::pixelHint fixed
* QwtPlotRenderer: several minor fixes
* QwtRasterData: CONREC algorithm fixed
* QwtThermo: layout code fixed
* QwtThermo: memory leak fixed
* QwtMmlDocument: compiler issues
* Logarithmic autoscaler fixed for intervals close below a decade
- Fix the SLES build (%make_install is not expanded on SLES)
- license update: SUSE-QWT-1.0
Added to spreadsheet linked at license.opensuse.org. Package warrants its
own license
- Initial release
OBS-URL: https://build.opensuse.org/request/show/704825
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/qwt6?expand=0&rev=7
2019-05-22 21:04:15 +02:00
|
|
|
# /usr/lib(64)/qt(4,5)/plugins/designer/libqwt_designer_plugin.so is not allowed'.
|
2017-08-12 20:25:41 +02:00
|
|
|
Patch0: qwt-6.1.3-rpath.patch
|
|
|
|
# PATCH-FIX-OPENSUSE mkspecs.patch -- Use established settings for the .pc files
|
2021-07-20 11:10:12 +02:00
|
|
|
Patch2: qwt-6.1.4-mkspecs.patch
|
2023-04-28 13:33:55 +02:00
|
|
|
# PATCH-FIX-OPENSUSE qwt-6.2.0-qt6-pkgconfig.patch -- require correct libraries in Qt6 pkgconfig
|
|
|
|
Patch3: qwt-6.2.0-qt6-pkgconfig.patch
|
Accepting request 1083565 from home:alois:branches:devel:libraries:c_c++
- Fixes boo#1210931
- Add _multibuild to support Qt6
- Add qwt-6.2.0-qt6-pkgconfig.patch and
qwt-6.2.0-qt6-libsuffix.patch (courtesy of Fedora)
and qwt6-rpmlintrc
- Man pages are now installed in the flavored doc dir as per
upstream default
- Rollback previous changes.
- Moved *.so.? & *.so.?.? to the devel subpackage.
- Added BSD-3-Clause for examples subpackage (6.2.0 changes).
- Obsolete previous library version
- Update to 6.2.0 (boo#1187996)
* MathML text renderer removed
* Class Includes added
* BSD License for examples
* Spline interpolation
* New plot items
- Check the installed CHANGES-6.2 file for the complete list
of changes.
- Drop qwt-6.1.3-pkgconfig.patch. No longer needed
- Rebase qwt-6.1.4-mkspecs.patch
- Update to version 6.1.6
* QwtPlotLayout::activate: avoid compiler issues with Qt 5.15
* QwtPointPolar: missing copy constructor added
- Update URL
- Update to 6.1.5:
* Avoid using some of the deprecated Qt APIs
* Missing includes of QPainterPath ( Qt 5.15 ) added
* QwtPlotSpectroCurve: missing public inheritance
* QwtPlotTradingCurve: missing public inheritance
* QwtLinearColorMap: handling of alpha values in color stops fixed
* QwtPlotRasterItem: Fixed missing color table initialization for
QImage::Format_Indexed8
* QwtScaleWidget: missing QEvent::LayoutRequest added
* QwtSetSample: bound rectangle fixed for empty sets
- Fix build with recent libqt5-qttools packages.
- Fixed conflict with Qwt 5.
- Fix requires for -devel package
- Build against Qt5 by default
- Dropped qwt-qt5.patch
- Update to version 6.1.4
* All widgets ( including plot canvas )
+ missing initialization of the background color hint, when
drawing a styled focus rectangle
+ devicePixelRatio handling adjusted, QT_SCALE_FACTOR supported
* Maintenance
+ deprecated QString::null replaced by QString()
+ making clang-tidy/clazy and friends happier
+ compiler warnings with newer Qt versions fixed
* PyQt-Qwt
+ specific defines added
* QwtPointMapper
+ being multithreaded when possible
* QwtPlotRenderer
+ using QPdfWriter instead of QPrinter, when possible
* Build system
+ auto-disable building the designer plugin, when the
corresponding Qt installation was not build with designer
support
* Bug fixes
+ font resolving when using widget fonts for rendering
to a different paint device.
+ QwtPlotDirectPainter::CopyBackingStore: bad offset (
subtracting the canvas frame ), when flushing the updated
backing store fixed
+ QwtAbstractSlider::stepAlignment fixed, when the value is
exactly the upperBound, but no tick position
+ Missing right/bottom pixel added for QwtColumnSymbol::NoFrame
+ QwtWeedingCurveFitter::fitCurve fixed when being called with
no points
+ missing updates added for QwtLegend::setMaxColumns,
QwtScaleWidget::setLayoutFlag
+ QwtPlotCurve::drawSteps: polygon clipping fixed by adding
an extra pixel to the clip rectangle
+ QwtPlotItem::ScaleInterest enabled for all constructors of
QwtPlotSeriesItem
+ QwtPlotMarker::boundingRect fixed for HLine/VLine
+ QwtPlotIntervalCurve/QwtPlotTradingCurve::boundingRect
fixed
- Refreshed qwt-6.1.3-mkspecs.patch as qwt-6.1.4-mkspecs.patch
- Fixed manpages conflict with qwt5
- Remove _tmp manpages and rename the existing one to -qt5
pattern to avoid conflict with the qt4 package
- Dropped pre_checkin.sh
- Remove _multibuild prior to Factory submission
- Build qwt6-qt5 as separate package
* add qwt6-qt5.spec
* add qwt6-qt5.changes
* add qwt-qt5.patch
(thanks to awissu and other contributors of the KDE:Qt5 package)
- Refreshed qwt-rpath.patch as qwt-6.1.3-rpath.patch
- Create and install pc files for pkg-config:
* add qwt-6.1.3-pkgconfig.patch
- Use mkspecs directory
* add qwt-6.1.3-mkspecs.patch
- Use sover macro
- Build the examples modules
- Renamed the libqwt6 package as libqwt-qt%%sover
- Use license macro on openSUSE >= 42.2
- Add man page
- Added pre_checkin.sh to keep .changes files in sync
- Spec cleanup
- Update to version 6.1.3
* QwtPlotMagnifier, QwtPlotZoomer: handling of non linear
transformations ( f.e logarithmic )
* Date/Time scales fixed
QwtDate::ceil(), QwtDate::weekNumber(), QwtDate::utcOffset()
QwtDateScaleEngine fixed when aligning to months
* QwtPlotLayout: layout bug for legends witdh visisble
scrollbars fixed
* Plot items
hiding QwtPlotLegendItem without entries
QwtPlotShapeItem render code fixed
* QwtPlotGLCanvas
slightly improved, nevertheless better use Qwt 6.2 when being
interested in OpenGL
* Other
QwtGraphic boundingRect updates fixed
QwtSyntheticPointData::x() fixed
QwtLogScaleEngine::divideScale ignoring stepSize parameter
for ranges below one "decade"
QwtPlotAbstractBarChart::getCanvasMarginHint fixed
- Fixed source URL
- Update to Qwt 6.1.2
* fixes at QwtPlot, color maps, controls and scales.
- Removed Mandriva support.
- Renamed qwt-6.1.0-rpath.patch to qwt-rpath.patch
because upstream doesn't want merge it. Updated.
- qwt6-designer is now conflicting with qwt-designer.
- Update to Qwt 6.1.0
* New plot items
* Scales beyond linear and logarithmic transformations
* Datetime scales
* Redesign of the dial and meter widgets
* Basic support for an OpenGL plot canvas
* A new system for plot legends
* Off-screen paint device for vector graphics
* Changes and improvements to several classes
- Added qwt-6.1.0-rpath.patch to prevent
https://sourceforge.net/p/qwt/bugs/191
- Qmake debug info stripping was disabled.
- Update to Qwt 6.0.2
* qwtfunctions.pri added
* QwtPlotDict::detachItems fixed
* QwtWeedingCurveFitter::fitCurve performance improvements
* QwtDynGridLayout fixed for non widget items
* QwtInterval: avoid annoying compiler warning
* Autoscaling of curves without points fixed
* QwtPlotDirectPainter::drawSeries bad translation removed
* QwtPlotIntervalCurve: drawing of symbols fixed
* QwtPlotlayout: minor layout bufs fixed
* Usage of QwtPlotRasterItem::pixelHint fixed
* QwtPlotRenderer: several minor fixes
* QwtRasterData: CONREC algorithm fixed
* QwtThermo: layout code fixed
* QwtThermo: memory leak fixed
* QwtMmlDocument: compiler issues
* Logarithmic autoscaler fixed for intervals close below a decade
- Fix the SLES build (%make_install is not expanded on SLES)
- license update: SUSE-QWT-1.0
Added to spreadsheet linked at license.opensuse.org. Package warrants its
own license
- Initial release
OBS-URL: https://build.opensuse.org/request/show/1083565
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/qwt6?expand=0&rev=18
2023-04-28 19:39:54 +02:00
|
|
|
#
|
|
|
|
# PATCH-FIX-OPENSUSE qwt-6.2.0-qt6-libsuffix.patch -- change SONAMEs to avoid conflicts
|
|
|
|
Patch4: qwt-6.2.0-qt6-libsuffix.patch
|
2017-08-12 20:25:41 +02:00
|
|
|
BuildRequires: fdupes
|
2012-04-02 10:31:02 +02:00
|
|
|
BuildRequires: freetype2-devel
|
|
|
|
BuildRequires: gcc-c++
|
2017-08-12 20:25:41 +02:00
|
|
|
BuildRequires: pkgconfig
|
2023-04-28 13:33:55 +02:00
|
|
|
%if 0%{?qt5}
|
Accepting request 704825 from home:alois:branches:devel:libraries:c_c++
- Build against Qt5 by default
- Dropped qwt-qt5.patch
- Update to version 6.1.4
* All widgets ( including plot canvas )
+ missing initialization of the background color hint, when
drawing a styled focus rectangle
+ devicePixelRatio handling adjusted, QT_SCALE_FACTOR supported
* Maintenance
+ deprecated QString::null replaced by QString()
+ making clang-tidy/clazy and friends happier
+ compiler warnings with newer Qt versions fixed
* PyQt-Qwt
+ specific defines added
* QwtPointMapper
+ being multithreaded when possible
* QwtPlotRenderer
+ using QPdfWriter instead of QPrinter, when possible
* Build system
+ auto-disable building the designer plugin, when the
corresponding Qt installation was not build with designer
support
* Bug fixes
+ font resolving when using widget fonts for rendering
to a different paint device.
+ QwtPlotDirectPainter::CopyBackingStore: bad offset (
subtracting the canvas frame ), when flushing the updated
backing store fixed
+ QwtAbstractSlider::stepAlignment fixed, when the value is
exactly the upperBound, but no tick position
+ Missing right/bottom pixel added for QwtColumnSymbol::NoFrame
+ QwtWeedingCurveFitter::fitCurve fixed when being called with
no points
+ missing updates added for QwtLegend::setMaxColumns,
QwtScaleWidget::setLayoutFlag
+ QwtPlotCurve::drawSteps: polygon clipping fixed by adding
an extra pixel to the clip rectangle
+ QwtPlotItem::ScaleInterest enabled for all constructors of
QwtPlotSeriesItem
+ QwtPlotMarker::boundingRect fixed for HLine/VLine
+ QwtPlotIntervalCurve/QwtPlotTradingCurve::boundingRect
fixed
- Refreshed qwt-6.1.3-mkspecs.patch as qwt-6.1.4-mkspecs.patch
- Fixed manpages conflict with qwt5
- Remove _tmp manpages and rename the existing one to -qt5
pattern to avoid conflict with the qt4 package
- Dropped pre_checkin.sh
- Remove _multibuild prior to Factory submission
- Build qwt6-qt5 as separate package
* add qwt6-qt5.spec
* add qwt6-qt5.changes
* add qwt-qt5.patch
(thanks to awissu and other contributors of the KDE:Qt5 package)
- Refreshed qwt-rpath.patch as qwt-6.1.3-rpath.patch
- Create and install pc files for pkg-config:
* add qwt-6.1.3-pkgconfig.patch
- Use mkspecs directory
* add qwt-6.1.3-mkspecs.patch
- Use sover macro
- Build the examples modules
- Renamed the libqwt6 package as libqwt-qt%%sover
- Use license macro on openSUSE >= 42.2
- Add man page
- Added pre_checkin.sh to keep .changes files in sync
- Spec cleanup
- Update to version 6.1.3
* QwtPlotMagnifier, QwtPlotZoomer: handling of non linear
transformations ( f.e logarithmic )
* Date/Time scales fixed
QwtDate::ceil(), QwtDate::weekNumber(), QwtDate::utcOffset()
QwtDateScaleEngine fixed when aligning to months
* QwtPlotLayout: layout bug for legends witdh visisble
scrollbars fixed
* Plot items
hiding QwtPlotLegendItem without entries
QwtPlotShapeItem render code fixed
* QwtPlotGLCanvas
slightly improved, nevertheless better use Qwt 6.2 when being
interested in OpenGL
* Other
QwtGraphic boundingRect updates fixed
QwtSyntheticPointData::x() fixed
QwtLogScaleEngine::divideScale ignoring stepSize parameter
for ranges below one "decade"
QwtPlotAbstractBarChart::getCanvasMarginHint fixed
- Fixed source URL
- Update to Qwt 6.1.2
* fixes at QwtPlot, color maps, controls and scales.
- Removed Mandriva support.
- Renamed qwt-6.1.0-rpath.patch to qwt-rpath.patch
because upstream doesn't want merge it. Updated.
- qwt6-designer is now conflicting with qwt-designer.
- Update to Qwt 6.1.0
* New plot items
* Scales beyond linear and logarithmic transformations
* Datetime scales
* Redesign of the dial and meter widgets
* Basic support for an OpenGL plot canvas
* A new system for plot legends
* Off-screen paint device for vector graphics
* Changes and improvements to several classes
- Added qwt-6.1.0-rpath.patch to prevent
https://sourceforge.net/p/qwt/bugs/191
- Qmake debug info stripping was disabled.
- Update to Qwt 6.0.2
* qwtfunctions.pri added
* QwtPlotDict::detachItems fixed
* QwtWeedingCurveFitter::fitCurve performance improvements
* QwtDynGridLayout fixed for non widget items
* QwtInterval: avoid annoying compiler warning
* Autoscaling of curves without points fixed
* QwtPlotDirectPainter::drawSeries bad translation removed
* QwtPlotIntervalCurve: drawing of symbols fixed
* QwtPlotlayout: minor layout bufs fixed
* Usage of QwtPlotRasterItem::pixelHint fixed
* QwtPlotRenderer: several minor fixes
* QwtRasterData: CONREC algorithm fixed
* QwtThermo: layout code fixed
* QwtThermo: memory leak fixed
* QwtMmlDocument: compiler issues
* Logarithmic autoscaler fixed for intervals close below a decade
- Fix the SLES build (%make_install is not expanded on SLES)
- license update: SUSE-QWT-1.0
Added to spreadsheet linked at license.opensuse.org. Package warrants its
own license
- Initial release
OBS-URL: https://build.opensuse.org/request/show/704825
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/qwt6?expand=0&rev=7
2019-05-22 21:04:15 +02:00
|
|
|
BuildRequires: pkgconfig(Qt5Concurrent)
|
|
|
|
BuildRequires: pkgconfig(Qt5Designer)
|
|
|
|
BuildRequires: pkgconfig(Qt5OpenGL)
|
|
|
|
BuildRequires: pkgconfig(Qt5PrintSupport)
|
|
|
|
BuildRequires: pkgconfig(Qt5Svg)
|
2023-04-28 13:33:55 +02:00
|
|
|
%endif
|
|
|
|
%if 0%{?qt6}
|
|
|
|
BuildRequires: pkgconfig(Qt6Concurrent)
|
|
|
|
BuildRequires: pkgconfig(Qt6Designer)
|
|
|
|
BuildRequires: pkgconfig(Qt6OpenGL)
|
|
|
|
BuildRequires: pkgconfig(Qt6PrintSupport)
|
|
|
|
BuildRequires: pkgconfig(Qt6Svg)
|
|
|
|
%endif
|
2017-08-12 20:25:41 +02:00
|
|
|
BuildRequires: pkgconfig(libpng)
|
2012-04-02 10:31:02 +02:00
|
|
|
|
|
|
|
%description
|
2023-04-28 13:33:55 +02:00
|
|
|
The Qwt(%{qt_descr}) library contains GUI Components and utility classes which are
|
2012-04-02 10:31:02 +02:00
|
|
|
primarily useful for programs with a technical background. Beside a 2D
|
|
|
|
plot widget it provides scales, sliders, dials, compasses, thermometers,
|
|
|
|
wheels and knobs to control or display values, arrays, or ranges of type
|
|
|
|
double.
|
|
|
|
|
2023-04-28 13:33:55 +02:00
|
|
|
%package -n libqwt%{mver}-%{qwt6_flavor}-%{sover}
|
|
|
|
Summary: Shared library for %{qt_descr} Widgets for Technical Applications
|
2017-08-12 20:25:41 +02:00
|
|
|
Group: System/Libraries
|
2012-04-02 10:31:02 +02:00
|
|
|
|
2023-04-28 13:33:55 +02:00
|
|
|
%description -n libqwt%{mver}-%{qwt6_flavor}-%{sover}
|
2012-04-02 10:31:02 +02:00
|
|
|
This package contains the shared library to run Technical Applications
|
Accepting request 704825 from home:alois:branches:devel:libraries:c_c++
- Build against Qt5 by default
- Dropped qwt-qt5.patch
- Update to version 6.1.4
* All widgets ( including plot canvas )
+ missing initialization of the background color hint, when
drawing a styled focus rectangle
+ devicePixelRatio handling adjusted, QT_SCALE_FACTOR supported
* Maintenance
+ deprecated QString::null replaced by QString()
+ making clang-tidy/clazy and friends happier
+ compiler warnings with newer Qt versions fixed
* PyQt-Qwt
+ specific defines added
* QwtPointMapper
+ being multithreaded when possible
* QwtPlotRenderer
+ using QPdfWriter instead of QPrinter, when possible
* Build system
+ auto-disable building the designer plugin, when the
corresponding Qt installation was not build with designer
support
* Bug fixes
+ font resolving when using widget fonts for rendering
to a different paint device.
+ QwtPlotDirectPainter::CopyBackingStore: bad offset (
subtracting the canvas frame ), when flushing the updated
backing store fixed
+ QwtAbstractSlider::stepAlignment fixed, when the value is
exactly the upperBound, but no tick position
+ Missing right/bottom pixel added for QwtColumnSymbol::NoFrame
+ QwtWeedingCurveFitter::fitCurve fixed when being called with
no points
+ missing updates added for QwtLegend::setMaxColumns,
QwtScaleWidget::setLayoutFlag
+ QwtPlotCurve::drawSteps: polygon clipping fixed by adding
an extra pixel to the clip rectangle
+ QwtPlotItem::ScaleInterest enabled for all constructors of
QwtPlotSeriesItem
+ QwtPlotMarker::boundingRect fixed for HLine/VLine
+ QwtPlotIntervalCurve/QwtPlotTradingCurve::boundingRect
fixed
- Refreshed qwt-6.1.3-mkspecs.patch as qwt-6.1.4-mkspecs.patch
- Fixed manpages conflict with qwt5
- Remove _tmp manpages and rename the existing one to -qt5
pattern to avoid conflict with the qt4 package
- Dropped pre_checkin.sh
- Remove _multibuild prior to Factory submission
- Build qwt6-qt5 as separate package
* add qwt6-qt5.spec
* add qwt6-qt5.changes
* add qwt-qt5.patch
(thanks to awissu and other contributors of the KDE:Qt5 package)
- Refreshed qwt-rpath.patch as qwt-6.1.3-rpath.patch
- Create and install pc files for pkg-config:
* add qwt-6.1.3-pkgconfig.patch
- Use mkspecs directory
* add qwt-6.1.3-mkspecs.patch
- Use sover macro
- Build the examples modules
- Renamed the libqwt6 package as libqwt-qt%%sover
- Use license macro on openSUSE >= 42.2
- Add man page
- Added pre_checkin.sh to keep .changes files in sync
- Spec cleanup
- Update to version 6.1.3
* QwtPlotMagnifier, QwtPlotZoomer: handling of non linear
transformations ( f.e logarithmic )
* Date/Time scales fixed
QwtDate::ceil(), QwtDate::weekNumber(), QwtDate::utcOffset()
QwtDateScaleEngine fixed when aligning to months
* QwtPlotLayout: layout bug for legends witdh visisble
scrollbars fixed
* Plot items
hiding QwtPlotLegendItem without entries
QwtPlotShapeItem render code fixed
* QwtPlotGLCanvas
slightly improved, nevertheless better use Qwt 6.2 when being
interested in OpenGL
* Other
QwtGraphic boundingRect updates fixed
QwtSyntheticPointData::x() fixed
QwtLogScaleEngine::divideScale ignoring stepSize parameter
for ranges below one "decade"
QwtPlotAbstractBarChart::getCanvasMarginHint fixed
- Fixed source URL
- Update to Qwt 6.1.2
* fixes at QwtPlot, color maps, controls and scales.
- Removed Mandriva support.
- Renamed qwt-6.1.0-rpath.patch to qwt-rpath.patch
because upstream doesn't want merge it. Updated.
- qwt6-designer is now conflicting with qwt-designer.
- Update to Qwt 6.1.0
* New plot items
* Scales beyond linear and logarithmic transformations
* Datetime scales
* Redesign of the dial and meter widgets
* Basic support for an OpenGL plot canvas
* A new system for plot legends
* Off-screen paint device for vector graphics
* Changes and improvements to several classes
- Added qwt-6.1.0-rpath.patch to prevent
https://sourceforge.net/p/qwt/bugs/191
- Qmake debug info stripping was disabled.
- Update to Qwt 6.0.2
* qwtfunctions.pri added
* QwtPlotDict::detachItems fixed
* QwtWeedingCurveFitter::fitCurve performance improvements
* QwtDynGridLayout fixed for non widget items
* QwtInterval: avoid annoying compiler warning
* Autoscaling of curves without points fixed
* QwtPlotDirectPainter::drawSeries bad translation removed
* QwtPlotIntervalCurve: drawing of symbols fixed
* QwtPlotlayout: minor layout bufs fixed
* Usage of QwtPlotRasterItem::pixelHint fixed
* QwtPlotRenderer: several minor fixes
* QwtRasterData: CONREC algorithm fixed
* QwtThermo: layout code fixed
* QwtThermo: memory leak fixed
* QwtMmlDocument: compiler issues
* Logarithmic autoscaler fixed for intervals close below a decade
- Fix the SLES build (%make_install is not expanded on SLES)
- license update: SUSE-QWT-1.0
Added to spreadsheet linked at license.opensuse.org. Package warrants its
own license
- Initial release
OBS-URL: https://build.opensuse.org/request/show/704825
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/qwt6?expand=0&rev=7
2019-05-22 21:04:15 +02:00
|
|
|
developed with/for Qwt(Qt5).
|
2012-04-02 10:31:02 +02:00
|
|
|
|
|
|
|
%package devel
|
Accepting request 704825 from home:alois:branches:devel:libraries:c_c++
- Build against Qt5 by default
- Dropped qwt-qt5.patch
- Update to version 6.1.4
* All widgets ( including plot canvas )
+ missing initialization of the background color hint, when
drawing a styled focus rectangle
+ devicePixelRatio handling adjusted, QT_SCALE_FACTOR supported
* Maintenance
+ deprecated QString::null replaced by QString()
+ making clang-tidy/clazy and friends happier
+ compiler warnings with newer Qt versions fixed
* PyQt-Qwt
+ specific defines added
* QwtPointMapper
+ being multithreaded when possible
* QwtPlotRenderer
+ using QPdfWriter instead of QPrinter, when possible
* Build system
+ auto-disable building the designer plugin, when the
corresponding Qt installation was not build with designer
support
* Bug fixes
+ font resolving when using widget fonts for rendering
to a different paint device.
+ QwtPlotDirectPainter::CopyBackingStore: bad offset (
subtracting the canvas frame ), when flushing the updated
backing store fixed
+ QwtAbstractSlider::stepAlignment fixed, when the value is
exactly the upperBound, but no tick position
+ Missing right/bottom pixel added for QwtColumnSymbol::NoFrame
+ QwtWeedingCurveFitter::fitCurve fixed when being called with
no points
+ missing updates added for QwtLegend::setMaxColumns,
QwtScaleWidget::setLayoutFlag
+ QwtPlotCurve::drawSteps: polygon clipping fixed by adding
an extra pixel to the clip rectangle
+ QwtPlotItem::ScaleInterest enabled for all constructors of
QwtPlotSeriesItem
+ QwtPlotMarker::boundingRect fixed for HLine/VLine
+ QwtPlotIntervalCurve/QwtPlotTradingCurve::boundingRect
fixed
- Refreshed qwt-6.1.3-mkspecs.patch as qwt-6.1.4-mkspecs.patch
- Fixed manpages conflict with qwt5
- Remove _tmp manpages and rename the existing one to -qt5
pattern to avoid conflict with the qt4 package
- Dropped pre_checkin.sh
- Remove _multibuild prior to Factory submission
- Build qwt6-qt5 as separate package
* add qwt6-qt5.spec
* add qwt6-qt5.changes
* add qwt-qt5.patch
(thanks to awissu and other contributors of the KDE:Qt5 package)
- Refreshed qwt-rpath.patch as qwt-6.1.3-rpath.patch
- Create and install pc files for pkg-config:
* add qwt-6.1.3-pkgconfig.patch
- Use mkspecs directory
* add qwt-6.1.3-mkspecs.patch
- Use sover macro
- Build the examples modules
- Renamed the libqwt6 package as libqwt-qt%%sover
- Use license macro on openSUSE >= 42.2
- Add man page
- Added pre_checkin.sh to keep .changes files in sync
- Spec cleanup
- Update to version 6.1.3
* QwtPlotMagnifier, QwtPlotZoomer: handling of non linear
transformations ( f.e logarithmic )
* Date/Time scales fixed
QwtDate::ceil(), QwtDate::weekNumber(), QwtDate::utcOffset()
QwtDateScaleEngine fixed when aligning to months
* QwtPlotLayout: layout bug for legends witdh visisble
scrollbars fixed
* Plot items
hiding QwtPlotLegendItem without entries
QwtPlotShapeItem render code fixed
* QwtPlotGLCanvas
slightly improved, nevertheless better use Qwt 6.2 when being
interested in OpenGL
* Other
QwtGraphic boundingRect updates fixed
QwtSyntheticPointData::x() fixed
QwtLogScaleEngine::divideScale ignoring stepSize parameter
for ranges below one "decade"
QwtPlotAbstractBarChart::getCanvasMarginHint fixed
- Fixed source URL
- Update to Qwt 6.1.2
* fixes at QwtPlot, color maps, controls and scales.
- Removed Mandriva support.
- Renamed qwt-6.1.0-rpath.patch to qwt-rpath.patch
because upstream doesn't want merge it. Updated.
- qwt6-designer is now conflicting with qwt-designer.
- Update to Qwt 6.1.0
* New plot items
* Scales beyond linear and logarithmic transformations
* Datetime scales
* Redesign of the dial and meter widgets
* Basic support for an OpenGL plot canvas
* A new system for plot legends
* Off-screen paint device for vector graphics
* Changes and improvements to several classes
- Added qwt-6.1.0-rpath.patch to prevent
https://sourceforge.net/p/qwt/bugs/191
- Qmake debug info stripping was disabled.
- Update to Qwt 6.0.2
* qwtfunctions.pri added
* QwtPlotDict::detachItems fixed
* QwtWeedingCurveFitter::fitCurve performance improvements
* QwtDynGridLayout fixed for non widget items
* QwtInterval: avoid annoying compiler warning
* Autoscaling of curves without points fixed
* QwtPlotDirectPainter::drawSeries bad translation removed
* QwtPlotIntervalCurve: drawing of symbols fixed
* QwtPlotlayout: minor layout bufs fixed
* Usage of QwtPlotRasterItem::pixelHint fixed
* QwtPlotRenderer: several minor fixes
* QwtRasterData: CONREC algorithm fixed
* QwtThermo: layout code fixed
* QwtThermo: memory leak fixed
* QwtMmlDocument: compiler issues
* Logarithmic autoscaler fixed for intervals close below a decade
- Fix the SLES build (%make_install is not expanded on SLES)
- license update: SUSE-QWT-1.0
Added to spreadsheet linked at license.opensuse.org. Package warrants its
own license
- Initial release
OBS-URL: https://build.opensuse.org/request/show/704825
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/qwt6?expand=0&rev=7
2019-05-22 21:04:15 +02:00
|
|
|
Summary: Include headers and Qt Designer plugin for Qwt(Qt5)
|
2012-04-02 10:31:02 +02:00
|
|
|
Group: Development/Libraries/C and C++
|
2023-04-28 13:33:55 +02:00
|
|
|
Requires: libqwt%{mver}-%{qwt6_flavor}-%{sover} = %{version}
|
2012-04-02 10:31:02 +02:00
|
|
|
Requires: freetype2-devel
|
|
|
|
Requires: gcc-c++
|
2023-04-28 13:33:55 +02:00
|
|
|
%if 0%{?qt5}
|
Accepting request 704825 from home:alois:branches:devel:libraries:c_c++
- Build against Qt5 by default
- Dropped qwt-qt5.patch
- Update to version 6.1.4
* All widgets ( including plot canvas )
+ missing initialization of the background color hint, when
drawing a styled focus rectangle
+ devicePixelRatio handling adjusted, QT_SCALE_FACTOR supported
* Maintenance
+ deprecated QString::null replaced by QString()
+ making clang-tidy/clazy and friends happier
+ compiler warnings with newer Qt versions fixed
* PyQt-Qwt
+ specific defines added
* QwtPointMapper
+ being multithreaded when possible
* QwtPlotRenderer
+ using QPdfWriter instead of QPrinter, when possible
* Build system
+ auto-disable building the designer plugin, when the
corresponding Qt installation was not build with designer
support
* Bug fixes
+ font resolving when using widget fonts for rendering
to a different paint device.
+ QwtPlotDirectPainter::CopyBackingStore: bad offset (
subtracting the canvas frame ), when flushing the updated
backing store fixed
+ QwtAbstractSlider::stepAlignment fixed, when the value is
exactly the upperBound, but no tick position
+ Missing right/bottom pixel added for QwtColumnSymbol::NoFrame
+ QwtWeedingCurveFitter::fitCurve fixed when being called with
no points
+ missing updates added for QwtLegend::setMaxColumns,
QwtScaleWidget::setLayoutFlag
+ QwtPlotCurve::drawSteps: polygon clipping fixed by adding
an extra pixel to the clip rectangle
+ QwtPlotItem::ScaleInterest enabled for all constructors of
QwtPlotSeriesItem
+ QwtPlotMarker::boundingRect fixed for HLine/VLine
+ QwtPlotIntervalCurve/QwtPlotTradingCurve::boundingRect
fixed
- Refreshed qwt-6.1.3-mkspecs.patch as qwt-6.1.4-mkspecs.patch
- Fixed manpages conflict with qwt5
- Remove _tmp manpages and rename the existing one to -qt5
pattern to avoid conflict with the qt4 package
- Dropped pre_checkin.sh
- Remove _multibuild prior to Factory submission
- Build qwt6-qt5 as separate package
* add qwt6-qt5.spec
* add qwt6-qt5.changes
* add qwt-qt5.patch
(thanks to awissu and other contributors of the KDE:Qt5 package)
- Refreshed qwt-rpath.patch as qwt-6.1.3-rpath.patch
- Create and install pc files for pkg-config:
* add qwt-6.1.3-pkgconfig.patch
- Use mkspecs directory
* add qwt-6.1.3-mkspecs.patch
- Use sover macro
- Build the examples modules
- Renamed the libqwt6 package as libqwt-qt%%sover
- Use license macro on openSUSE >= 42.2
- Add man page
- Added pre_checkin.sh to keep .changes files in sync
- Spec cleanup
- Update to version 6.1.3
* QwtPlotMagnifier, QwtPlotZoomer: handling of non linear
transformations ( f.e logarithmic )
* Date/Time scales fixed
QwtDate::ceil(), QwtDate::weekNumber(), QwtDate::utcOffset()
QwtDateScaleEngine fixed when aligning to months
* QwtPlotLayout: layout bug for legends witdh visisble
scrollbars fixed
* Plot items
hiding QwtPlotLegendItem without entries
QwtPlotShapeItem render code fixed
* QwtPlotGLCanvas
slightly improved, nevertheless better use Qwt 6.2 when being
interested in OpenGL
* Other
QwtGraphic boundingRect updates fixed
QwtSyntheticPointData::x() fixed
QwtLogScaleEngine::divideScale ignoring stepSize parameter
for ranges below one "decade"
QwtPlotAbstractBarChart::getCanvasMarginHint fixed
- Fixed source URL
- Update to Qwt 6.1.2
* fixes at QwtPlot, color maps, controls and scales.
- Removed Mandriva support.
- Renamed qwt-6.1.0-rpath.patch to qwt-rpath.patch
because upstream doesn't want merge it. Updated.
- qwt6-designer is now conflicting with qwt-designer.
- Update to Qwt 6.1.0
* New plot items
* Scales beyond linear and logarithmic transformations
* Datetime scales
* Redesign of the dial and meter widgets
* Basic support for an OpenGL plot canvas
* A new system for plot legends
* Off-screen paint device for vector graphics
* Changes and improvements to several classes
- Added qwt-6.1.0-rpath.patch to prevent
https://sourceforge.net/p/qwt/bugs/191
- Qmake debug info stripping was disabled.
- Update to Qwt 6.0.2
* qwtfunctions.pri added
* QwtPlotDict::detachItems fixed
* QwtWeedingCurveFitter::fitCurve performance improvements
* QwtDynGridLayout fixed for non widget items
* QwtInterval: avoid annoying compiler warning
* Autoscaling of curves without points fixed
* QwtPlotDirectPainter::drawSeries bad translation removed
* QwtPlotIntervalCurve: drawing of symbols fixed
* QwtPlotlayout: minor layout bufs fixed
* Usage of QwtPlotRasterItem::pixelHint fixed
* QwtPlotRenderer: several minor fixes
* QwtRasterData: CONREC algorithm fixed
* QwtThermo: layout code fixed
* QwtThermo: memory leak fixed
* QwtMmlDocument: compiler issues
* Logarithmic autoscaler fixed for intervals close below a decade
- Fix the SLES build (%make_install is not expanded on SLES)
- license update: SUSE-QWT-1.0
Added to spreadsheet linked at license.opensuse.org. Package warrants its
own license
- Initial release
OBS-URL: https://build.opensuse.org/request/show/704825
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/qwt6?expand=0&rev=7
2019-05-22 21:04:15 +02:00
|
|
|
Requires: pkgconfig(Qt5Concurrent)
|
|
|
|
Requires: pkgconfig(Qt5OpenGL)
|
|
|
|
Requires: pkgconfig(Qt5PrintSupport)
|
|
|
|
Requires: pkgconfig(Qt5Svg)
|
|
|
|
Requires: pkgconfig(Qt5Widgets)
|
2023-04-28 13:33:55 +02:00
|
|
|
%endif
|
|
|
|
%if 0%{?qt6}
|
|
|
|
Requires: pkgconfig(Qt6Concurrent)
|
|
|
|
Requires: pkgconfig(Qt6OpenGL)
|
|
|
|
Requires: pkgconfig(Qt6PrintSupport)
|
|
|
|
Requires: pkgconfig(Qt6Svg)
|
|
|
|
Requires: pkgconfig(Qt6Widgets)
|
|
|
|
%endif
|
2017-08-12 20:25:41 +02:00
|
|
|
Requires: pkgconfig(libpng)
|
Accepting request 704825 from home:alois:branches:devel:libraries:c_c++
- Build against Qt5 by default
- Dropped qwt-qt5.patch
- Update to version 6.1.4
* All widgets ( including plot canvas )
+ missing initialization of the background color hint, when
drawing a styled focus rectangle
+ devicePixelRatio handling adjusted, QT_SCALE_FACTOR supported
* Maintenance
+ deprecated QString::null replaced by QString()
+ making clang-tidy/clazy and friends happier
+ compiler warnings with newer Qt versions fixed
* PyQt-Qwt
+ specific defines added
* QwtPointMapper
+ being multithreaded when possible
* QwtPlotRenderer
+ using QPdfWriter instead of QPrinter, when possible
* Build system
+ auto-disable building the designer plugin, when the
corresponding Qt installation was not build with designer
support
* Bug fixes
+ font resolving when using widget fonts for rendering
to a different paint device.
+ QwtPlotDirectPainter::CopyBackingStore: bad offset (
subtracting the canvas frame ), when flushing the updated
backing store fixed
+ QwtAbstractSlider::stepAlignment fixed, when the value is
exactly the upperBound, but no tick position
+ Missing right/bottom pixel added for QwtColumnSymbol::NoFrame
+ QwtWeedingCurveFitter::fitCurve fixed when being called with
no points
+ missing updates added for QwtLegend::setMaxColumns,
QwtScaleWidget::setLayoutFlag
+ QwtPlotCurve::drawSteps: polygon clipping fixed by adding
an extra pixel to the clip rectangle
+ QwtPlotItem::ScaleInterest enabled for all constructors of
QwtPlotSeriesItem
+ QwtPlotMarker::boundingRect fixed for HLine/VLine
+ QwtPlotIntervalCurve/QwtPlotTradingCurve::boundingRect
fixed
- Refreshed qwt-6.1.3-mkspecs.patch as qwt-6.1.4-mkspecs.patch
- Fixed manpages conflict with qwt5
- Remove _tmp manpages and rename the existing one to -qt5
pattern to avoid conflict with the qt4 package
- Dropped pre_checkin.sh
- Remove _multibuild prior to Factory submission
- Build qwt6-qt5 as separate package
* add qwt6-qt5.spec
* add qwt6-qt5.changes
* add qwt-qt5.patch
(thanks to awissu and other contributors of the KDE:Qt5 package)
- Refreshed qwt-rpath.patch as qwt-6.1.3-rpath.patch
- Create and install pc files for pkg-config:
* add qwt-6.1.3-pkgconfig.patch
- Use mkspecs directory
* add qwt-6.1.3-mkspecs.patch
- Use sover macro
- Build the examples modules
- Renamed the libqwt6 package as libqwt-qt%%sover
- Use license macro on openSUSE >= 42.2
- Add man page
- Added pre_checkin.sh to keep .changes files in sync
- Spec cleanup
- Update to version 6.1.3
* QwtPlotMagnifier, QwtPlotZoomer: handling of non linear
transformations ( f.e logarithmic )
* Date/Time scales fixed
QwtDate::ceil(), QwtDate::weekNumber(), QwtDate::utcOffset()
QwtDateScaleEngine fixed when aligning to months
* QwtPlotLayout: layout bug for legends witdh visisble
scrollbars fixed
* Plot items
hiding QwtPlotLegendItem without entries
QwtPlotShapeItem render code fixed
* QwtPlotGLCanvas
slightly improved, nevertheless better use Qwt 6.2 when being
interested in OpenGL
* Other
QwtGraphic boundingRect updates fixed
QwtSyntheticPointData::x() fixed
QwtLogScaleEngine::divideScale ignoring stepSize parameter
for ranges below one "decade"
QwtPlotAbstractBarChart::getCanvasMarginHint fixed
- Fixed source URL
- Update to Qwt 6.1.2
* fixes at QwtPlot, color maps, controls and scales.
- Removed Mandriva support.
- Renamed qwt-6.1.0-rpath.patch to qwt-rpath.patch
because upstream doesn't want merge it. Updated.
- qwt6-designer is now conflicting with qwt-designer.
- Update to Qwt 6.1.0
* New plot items
* Scales beyond linear and logarithmic transformations
* Datetime scales
* Redesign of the dial and meter widgets
* Basic support for an OpenGL plot canvas
* A new system for plot legends
* Off-screen paint device for vector graphics
* Changes and improvements to several classes
- Added qwt-6.1.0-rpath.patch to prevent
https://sourceforge.net/p/qwt/bugs/191
- Qmake debug info stripping was disabled.
- Update to Qwt 6.0.2
* qwtfunctions.pri added
* QwtPlotDict::detachItems fixed
* QwtWeedingCurveFitter::fitCurve performance improvements
* QwtDynGridLayout fixed for non widget items
* QwtInterval: avoid annoying compiler warning
* Autoscaling of curves without points fixed
* QwtPlotDirectPainter::drawSeries bad translation removed
* QwtPlotIntervalCurve: drawing of symbols fixed
* QwtPlotlayout: minor layout bufs fixed
* Usage of QwtPlotRasterItem::pixelHint fixed
* QwtPlotRenderer: several minor fixes
* QwtRasterData: CONREC algorithm fixed
* QwtThermo: layout code fixed
* QwtThermo: memory leak fixed
* QwtMmlDocument: compiler issues
* Logarithmic autoscaler fixed for intervals close below a decade
- Fix the SLES build (%make_install is not expanded on SLES)
- license update: SUSE-QWT-1.0
Added to spreadsheet linked at license.opensuse.org. Package warrants its
own license
- Initial release
OBS-URL: https://build.opensuse.org/request/show/704825
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/qwt6?expand=0&rev=7
2019-05-22 21:04:15 +02:00
|
|
|
Recommends: %{name}-designer
|
2012-04-02 10:31:02 +02:00
|
|
|
Recommends: %{name}-devel-doc
|
|
|
|
Recommends: %{name}-examples
|
2023-04-28 13:33:55 +02:00
|
|
|
%if 0%{?qt5}
|
Accepting request 704825 from home:alois:branches:devel:libraries:c_c++
- Build against Qt5 by default
- Dropped qwt-qt5.patch
- Update to version 6.1.4
* All widgets ( including plot canvas )
+ missing initialization of the background color hint, when
drawing a styled focus rectangle
+ devicePixelRatio handling adjusted, QT_SCALE_FACTOR supported
* Maintenance
+ deprecated QString::null replaced by QString()
+ making clang-tidy/clazy and friends happier
+ compiler warnings with newer Qt versions fixed
* PyQt-Qwt
+ specific defines added
* QwtPointMapper
+ being multithreaded when possible
* QwtPlotRenderer
+ using QPdfWriter instead of QPrinter, when possible
* Build system
+ auto-disable building the designer plugin, when the
corresponding Qt installation was not build with designer
support
* Bug fixes
+ font resolving when using widget fonts for rendering
to a different paint device.
+ QwtPlotDirectPainter::CopyBackingStore: bad offset (
subtracting the canvas frame ), when flushing the updated
backing store fixed
+ QwtAbstractSlider::stepAlignment fixed, when the value is
exactly the upperBound, but no tick position
+ Missing right/bottom pixel added for QwtColumnSymbol::NoFrame
+ QwtWeedingCurveFitter::fitCurve fixed when being called with
no points
+ missing updates added for QwtLegend::setMaxColumns,
QwtScaleWidget::setLayoutFlag
+ QwtPlotCurve::drawSteps: polygon clipping fixed by adding
an extra pixel to the clip rectangle
+ QwtPlotItem::ScaleInterest enabled for all constructors of
QwtPlotSeriesItem
+ QwtPlotMarker::boundingRect fixed for HLine/VLine
+ QwtPlotIntervalCurve/QwtPlotTradingCurve::boundingRect
fixed
- Refreshed qwt-6.1.3-mkspecs.patch as qwt-6.1.4-mkspecs.patch
- Fixed manpages conflict with qwt5
- Remove _tmp manpages and rename the existing one to -qt5
pattern to avoid conflict with the qt4 package
- Dropped pre_checkin.sh
- Remove _multibuild prior to Factory submission
- Build qwt6-qt5 as separate package
* add qwt6-qt5.spec
* add qwt6-qt5.changes
* add qwt-qt5.patch
(thanks to awissu and other contributors of the KDE:Qt5 package)
- Refreshed qwt-rpath.patch as qwt-6.1.3-rpath.patch
- Create and install pc files for pkg-config:
* add qwt-6.1.3-pkgconfig.patch
- Use mkspecs directory
* add qwt-6.1.3-mkspecs.patch
- Use sover macro
- Build the examples modules
- Renamed the libqwt6 package as libqwt-qt%%sover
- Use license macro on openSUSE >= 42.2
- Add man page
- Added pre_checkin.sh to keep .changes files in sync
- Spec cleanup
- Update to version 6.1.3
* QwtPlotMagnifier, QwtPlotZoomer: handling of non linear
transformations ( f.e logarithmic )
* Date/Time scales fixed
QwtDate::ceil(), QwtDate::weekNumber(), QwtDate::utcOffset()
QwtDateScaleEngine fixed when aligning to months
* QwtPlotLayout: layout bug for legends witdh visisble
scrollbars fixed
* Plot items
hiding QwtPlotLegendItem without entries
QwtPlotShapeItem render code fixed
* QwtPlotGLCanvas
slightly improved, nevertheless better use Qwt 6.2 when being
interested in OpenGL
* Other
QwtGraphic boundingRect updates fixed
QwtSyntheticPointData::x() fixed
QwtLogScaleEngine::divideScale ignoring stepSize parameter
for ranges below one "decade"
QwtPlotAbstractBarChart::getCanvasMarginHint fixed
- Fixed source URL
- Update to Qwt 6.1.2
* fixes at QwtPlot, color maps, controls and scales.
- Removed Mandriva support.
- Renamed qwt-6.1.0-rpath.patch to qwt-rpath.patch
because upstream doesn't want merge it. Updated.
- qwt6-designer is now conflicting with qwt-designer.
- Update to Qwt 6.1.0
* New plot items
* Scales beyond linear and logarithmic transformations
* Datetime scales
* Redesign of the dial and meter widgets
* Basic support for an OpenGL plot canvas
* A new system for plot legends
* Off-screen paint device for vector graphics
* Changes and improvements to several classes
- Added qwt-6.1.0-rpath.patch to prevent
https://sourceforge.net/p/qwt/bugs/191
- Qmake debug info stripping was disabled.
- Update to Qwt 6.0.2
* qwtfunctions.pri added
* QwtPlotDict::detachItems fixed
* QwtWeedingCurveFitter::fitCurve performance improvements
* QwtDynGridLayout fixed for non widget items
* QwtInterval: avoid annoying compiler warning
* Autoscaling of curves without points fixed
* QwtPlotDirectPainter::drawSeries bad translation removed
* QwtPlotIntervalCurve: drawing of symbols fixed
* QwtPlotlayout: minor layout bufs fixed
* Usage of QwtPlotRasterItem::pixelHint fixed
* QwtPlotRenderer: several minor fixes
* QwtRasterData: CONREC algorithm fixed
* QwtThermo: layout code fixed
* QwtThermo: memory leak fixed
* QwtMmlDocument: compiler issues
* Logarithmic autoscaler fixed for intervals close below a decade
- Fix the SLES build (%make_install is not expanded on SLES)
- license update: SUSE-QWT-1.0
Added to spreadsheet linked at license.opensuse.org. Package warrants its
own license
- Initial release
OBS-URL: https://build.opensuse.org/request/show/704825
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/qwt6?expand=0&rev=7
2019-05-22 21:04:15 +02:00
|
|
|
Conflicts: otherproviders(qwt-qt5-devel)
|
2019-06-05 17:56:29 +02:00
|
|
|
Conflicts: qwt-devel
|
Accepting request 704825 from home:alois:branches:devel:libraries:c_c++
- Build against Qt5 by default
- Dropped qwt-qt5.patch
- Update to version 6.1.4
* All widgets ( including plot canvas )
+ missing initialization of the background color hint, when
drawing a styled focus rectangle
+ devicePixelRatio handling adjusted, QT_SCALE_FACTOR supported
* Maintenance
+ deprecated QString::null replaced by QString()
+ making clang-tidy/clazy and friends happier
+ compiler warnings with newer Qt versions fixed
* PyQt-Qwt
+ specific defines added
* QwtPointMapper
+ being multithreaded when possible
* QwtPlotRenderer
+ using QPdfWriter instead of QPrinter, when possible
* Build system
+ auto-disable building the designer plugin, when the
corresponding Qt installation was not build with designer
support
* Bug fixes
+ font resolving when using widget fonts for rendering
to a different paint device.
+ QwtPlotDirectPainter::CopyBackingStore: bad offset (
subtracting the canvas frame ), when flushing the updated
backing store fixed
+ QwtAbstractSlider::stepAlignment fixed, when the value is
exactly the upperBound, but no tick position
+ Missing right/bottom pixel added for QwtColumnSymbol::NoFrame
+ QwtWeedingCurveFitter::fitCurve fixed when being called with
no points
+ missing updates added for QwtLegend::setMaxColumns,
QwtScaleWidget::setLayoutFlag
+ QwtPlotCurve::drawSteps: polygon clipping fixed by adding
an extra pixel to the clip rectangle
+ QwtPlotItem::ScaleInterest enabled for all constructors of
QwtPlotSeriesItem
+ QwtPlotMarker::boundingRect fixed for HLine/VLine
+ QwtPlotIntervalCurve/QwtPlotTradingCurve::boundingRect
fixed
- Refreshed qwt-6.1.3-mkspecs.patch as qwt-6.1.4-mkspecs.patch
- Fixed manpages conflict with qwt5
- Remove _tmp manpages and rename the existing one to -qt5
pattern to avoid conflict with the qt4 package
- Dropped pre_checkin.sh
- Remove _multibuild prior to Factory submission
- Build qwt6-qt5 as separate package
* add qwt6-qt5.spec
* add qwt6-qt5.changes
* add qwt-qt5.patch
(thanks to awissu and other contributors of the KDE:Qt5 package)
- Refreshed qwt-rpath.patch as qwt-6.1.3-rpath.patch
- Create and install pc files for pkg-config:
* add qwt-6.1.3-pkgconfig.patch
- Use mkspecs directory
* add qwt-6.1.3-mkspecs.patch
- Use sover macro
- Build the examples modules
- Renamed the libqwt6 package as libqwt-qt%%sover
- Use license macro on openSUSE >= 42.2
- Add man page
- Added pre_checkin.sh to keep .changes files in sync
- Spec cleanup
- Update to version 6.1.3
* QwtPlotMagnifier, QwtPlotZoomer: handling of non linear
transformations ( f.e logarithmic )
* Date/Time scales fixed
QwtDate::ceil(), QwtDate::weekNumber(), QwtDate::utcOffset()
QwtDateScaleEngine fixed when aligning to months
* QwtPlotLayout: layout bug for legends witdh visisble
scrollbars fixed
* Plot items
hiding QwtPlotLegendItem without entries
QwtPlotShapeItem render code fixed
* QwtPlotGLCanvas
slightly improved, nevertheless better use Qwt 6.2 when being
interested in OpenGL
* Other
QwtGraphic boundingRect updates fixed
QwtSyntheticPointData::x() fixed
QwtLogScaleEngine::divideScale ignoring stepSize parameter
for ranges below one "decade"
QwtPlotAbstractBarChart::getCanvasMarginHint fixed
- Fixed source URL
- Update to Qwt 6.1.2
* fixes at QwtPlot, color maps, controls and scales.
- Removed Mandriva support.
- Renamed qwt-6.1.0-rpath.patch to qwt-rpath.patch
because upstream doesn't want merge it. Updated.
- qwt6-designer is now conflicting with qwt-designer.
- Update to Qwt 6.1.0
* New plot items
* Scales beyond linear and logarithmic transformations
* Datetime scales
* Redesign of the dial and meter widgets
* Basic support for an OpenGL plot canvas
* A new system for plot legends
* Off-screen paint device for vector graphics
* Changes and improvements to several classes
- Added qwt-6.1.0-rpath.patch to prevent
https://sourceforge.net/p/qwt/bugs/191
- Qmake debug info stripping was disabled.
- Update to Qwt 6.0.2
* qwtfunctions.pri added
* QwtPlotDict::detachItems fixed
* QwtWeedingCurveFitter::fitCurve performance improvements
* QwtDynGridLayout fixed for non widget items
* QwtInterval: avoid annoying compiler warning
* Autoscaling of curves without points fixed
* QwtPlotDirectPainter::drawSeries bad translation removed
* QwtPlotIntervalCurve: drawing of symbols fixed
* QwtPlotlayout: minor layout bufs fixed
* Usage of QwtPlotRasterItem::pixelHint fixed
* QwtPlotRenderer: several minor fixes
* QwtRasterData: CONREC algorithm fixed
* QwtThermo: layout code fixed
* QwtThermo: memory leak fixed
* QwtMmlDocument: compiler issues
* Logarithmic autoscaler fixed for intervals close below a decade
- Fix the SLES build (%make_install is not expanded on SLES)
- license update: SUSE-QWT-1.0
Added to spreadsheet linked at license.opensuse.org. Package warrants its
own license
- Initial release
OBS-URL: https://build.opensuse.org/request/show/704825
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/qwt6?expand=0&rev=7
2019-05-22 21:04:15 +02:00
|
|
|
Provides: qwt-qt5-devel = %{version}
|
2023-04-28 13:33:55 +02:00
|
|
|
%endif
|
2012-04-02 10:31:02 +02:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains the header files of Qwt and its Qt designer plugin
|
Accepting request 1083565 from home:alois:branches:devel:libraries:c_c++
- Fixes boo#1210931
- Add _multibuild to support Qt6
- Add qwt-6.2.0-qt6-pkgconfig.patch and
qwt-6.2.0-qt6-libsuffix.patch (courtesy of Fedora)
and qwt6-rpmlintrc
- Man pages are now installed in the flavored doc dir as per
upstream default
- Rollback previous changes.
- Moved *.so.? & *.so.?.? to the devel subpackage.
- Added BSD-3-Clause for examples subpackage (6.2.0 changes).
- Obsolete previous library version
- Update to 6.2.0 (boo#1187996)
* MathML text renderer removed
* Class Includes added
* BSD License for examples
* Spline interpolation
* New plot items
- Check the installed CHANGES-6.2 file for the complete list
of changes.
- Drop qwt-6.1.3-pkgconfig.patch. No longer needed
- Rebase qwt-6.1.4-mkspecs.patch
- Update to version 6.1.6
* QwtPlotLayout::activate: avoid compiler issues with Qt 5.15
* QwtPointPolar: missing copy constructor added
- Update URL
- Update to 6.1.5:
* Avoid using some of the deprecated Qt APIs
* Missing includes of QPainterPath ( Qt 5.15 ) added
* QwtPlotSpectroCurve: missing public inheritance
* QwtPlotTradingCurve: missing public inheritance
* QwtLinearColorMap: handling of alpha values in color stops fixed
* QwtPlotRasterItem: Fixed missing color table initialization for
QImage::Format_Indexed8
* QwtScaleWidget: missing QEvent::LayoutRequest added
* QwtSetSample: bound rectangle fixed for empty sets
- Fix build with recent libqt5-qttools packages.
- Fixed conflict with Qwt 5.
- Fix requires for -devel package
- Build against Qt5 by default
- Dropped qwt-qt5.patch
- Update to version 6.1.4
* All widgets ( including plot canvas )
+ missing initialization of the background color hint, when
drawing a styled focus rectangle
+ devicePixelRatio handling adjusted, QT_SCALE_FACTOR supported
* Maintenance
+ deprecated QString::null replaced by QString()
+ making clang-tidy/clazy and friends happier
+ compiler warnings with newer Qt versions fixed
* PyQt-Qwt
+ specific defines added
* QwtPointMapper
+ being multithreaded when possible
* QwtPlotRenderer
+ using QPdfWriter instead of QPrinter, when possible
* Build system
+ auto-disable building the designer plugin, when the
corresponding Qt installation was not build with designer
support
* Bug fixes
+ font resolving when using widget fonts for rendering
to a different paint device.
+ QwtPlotDirectPainter::CopyBackingStore: bad offset (
subtracting the canvas frame ), when flushing the updated
backing store fixed
+ QwtAbstractSlider::stepAlignment fixed, when the value is
exactly the upperBound, but no tick position
+ Missing right/bottom pixel added for QwtColumnSymbol::NoFrame
+ QwtWeedingCurveFitter::fitCurve fixed when being called with
no points
+ missing updates added for QwtLegend::setMaxColumns,
QwtScaleWidget::setLayoutFlag
+ QwtPlotCurve::drawSteps: polygon clipping fixed by adding
an extra pixel to the clip rectangle
+ QwtPlotItem::ScaleInterest enabled for all constructors of
QwtPlotSeriesItem
+ QwtPlotMarker::boundingRect fixed for HLine/VLine
+ QwtPlotIntervalCurve/QwtPlotTradingCurve::boundingRect
fixed
- Refreshed qwt-6.1.3-mkspecs.patch as qwt-6.1.4-mkspecs.patch
- Fixed manpages conflict with qwt5
- Remove _tmp manpages and rename the existing one to -qt5
pattern to avoid conflict with the qt4 package
- Dropped pre_checkin.sh
- Remove _multibuild prior to Factory submission
- Build qwt6-qt5 as separate package
* add qwt6-qt5.spec
* add qwt6-qt5.changes
* add qwt-qt5.patch
(thanks to awissu and other contributors of the KDE:Qt5 package)
- Refreshed qwt-rpath.patch as qwt-6.1.3-rpath.patch
- Create and install pc files for pkg-config:
* add qwt-6.1.3-pkgconfig.patch
- Use mkspecs directory
* add qwt-6.1.3-mkspecs.patch
- Use sover macro
- Build the examples modules
- Renamed the libqwt6 package as libqwt-qt%%sover
- Use license macro on openSUSE >= 42.2
- Add man page
- Added pre_checkin.sh to keep .changes files in sync
- Spec cleanup
- Update to version 6.1.3
* QwtPlotMagnifier, QwtPlotZoomer: handling of non linear
transformations ( f.e logarithmic )
* Date/Time scales fixed
QwtDate::ceil(), QwtDate::weekNumber(), QwtDate::utcOffset()
QwtDateScaleEngine fixed when aligning to months
* QwtPlotLayout: layout bug for legends witdh visisble
scrollbars fixed
* Plot items
hiding QwtPlotLegendItem without entries
QwtPlotShapeItem render code fixed
* QwtPlotGLCanvas
slightly improved, nevertheless better use Qwt 6.2 when being
interested in OpenGL
* Other
QwtGraphic boundingRect updates fixed
QwtSyntheticPointData::x() fixed
QwtLogScaleEngine::divideScale ignoring stepSize parameter
for ranges below one "decade"
QwtPlotAbstractBarChart::getCanvasMarginHint fixed
- Fixed source URL
- Update to Qwt 6.1.2
* fixes at QwtPlot, color maps, controls and scales.
- Removed Mandriva support.
- Renamed qwt-6.1.0-rpath.patch to qwt-rpath.patch
because upstream doesn't want merge it. Updated.
- qwt6-designer is now conflicting with qwt-designer.
- Update to Qwt 6.1.0
* New plot items
* Scales beyond linear and logarithmic transformations
* Datetime scales
* Redesign of the dial and meter widgets
* Basic support for an OpenGL plot canvas
* A new system for plot legends
* Off-screen paint device for vector graphics
* Changes and improvements to several classes
- Added qwt-6.1.0-rpath.patch to prevent
https://sourceforge.net/p/qwt/bugs/191
- Qmake debug info stripping was disabled.
- Update to Qwt 6.0.2
* qwtfunctions.pri added
* QwtPlotDict::detachItems fixed
* QwtWeedingCurveFitter::fitCurve performance improvements
* QwtDynGridLayout fixed for non widget items
* QwtInterval: avoid annoying compiler warning
* Autoscaling of curves without points fixed
* QwtPlotDirectPainter::drawSeries bad translation removed
* QwtPlotIntervalCurve: drawing of symbols fixed
* QwtPlotlayout: minor layout bufs fixed
* Usage of QwtPlotRasterItem::pixelHint fixed
* QwtPlotRenderer: several minor fixes
* QwtRasterData: CONREC algorithm fixed
* QwtThermo: layout code fixed
* QwtThermo: memory leak fixed
* QwtMmlDocument: compiler issues
* Logarithmic autoscaler fixed for intervals close below a decade
- Fix the SLES build (%make_install is not expanded on SLES)
- license update: SUSE-QWT-1.0
Added to spreadsheet linked at license.opensuse.org. Package warrants its
own license
- Initial release
OBS-URL: https://build.opensuse.org/request/show/1083565
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/qwt6?expand=0&rev=18
2023-04-28 19:39:54 +02:00
|
|
|
in order to create Qt applications using the Qwt(%{qt_descr}) widgets.
|
2012-04-02 10:31:02 +02:00
|
|
|
|
|
|
|
%package examples
|
2023-04-28 13:33:55 +02:00
|
|
|
Summary: Example programs using Qwt(%{qt_descr})
|
2021-07-27 12:24:07 +02:00
|
|
|
License: SUSE-QWT-1.0 or BSD-3-Clause
|
2012-04-02 10:31:02 +02:00
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: %{name}-devel = %{version}
|
|
|
|
|
|
|
|
%description examples
|
2023-04-28 13:33:55 +02:00
|
|
|
This package contains example programs demonstrating the Qwt(%{qt_descr}) widgets.
|
Accepting request 704825 from home:alois:branches:devel:libraries:c_c++
- Build against Qt5 by default
- Dropped qwt-qt5.patch
- Update to version 6.1.4
* All widgets ( including plot canvas )
+ missing initialization of the background color hint, when
drawing a styled focus rectangle
+ devicePixelRatio handling adjusted, QT_SCALE_FACTOR supported
* Maintenance
+ deprecated QString::null replaced by QString()
+ making clang-tidy/clazy and friends happier
+ compiler warnings with newer Qt versions fixed
* PyQt-Qwt
+ specific defines added
* QwtPointMapper
+ being multithreaded when possible
* QwtPlotRenderer
+ using QPdfWriter instead of QPrinter, when possible
* Build system
+ auto-disable building the designer plugin, when the
corresponding Qt installation was not build with designer
support
* Bug fixes
+ font resolving when using widget fonts for rendering
to a different paint device.
+ QwtPlotDirectPainter::CopyBackingStore: bad offset (
subtracting the canvas frame ), when flushing the updated
backing store fixed
+ QwtAbstractSlider::stepAlignment fixed, when the value is
exactly the upperBound, but no tick position
+ Missing right/bottom pixel added for QwtColumnSymbol::NoFrame
+ QwtWeedingCurveFitter::fitCurve fixed when being called with
no points
+ missing updates added for QwtLegend::setMaxColumns,
QwtScaleWidget::setLayoutFlag
+ QwtPlotCurve::drawSteps: polygon clipping fixed by adding
an extra pixel to the clip rectangle
+ QwtPlotItem::ScaleInterest enabled for all constructors of
QwtPlotSeriesItem
+ QwtPlotMarker::boundingRect fixed for HLine/VLine
+ QwtPlotIntervalCurve/QwtPlotTradingCurve::boundingRect
fixed
- Refreshed qwt-6.1.3-mkspecs.patch as qwt-6.1.4-mkspecs.patch
- Fixed manpages conflict with qwt5
- Remove _tmp manpages and rename the existing one to -qt5
pattern to avoid conflict with the qt4 package
- Dropped pre_checkin.sh
- Remove _multibuild prior to Factory submission
- Build qwt6-qt5 as separate package
* add qwt6-qt5.spec
* add qwt6-qt5.changes
* add qwt-qt5.patch
(thanks to awissu and other contributors of the KDE:Qt5 package)
- Refreshed qwt-rpath.patch as qwt-6.1.3-rpath.patch
- Create and install pc files for pkg-config:
* add qwt-6.1.3-pkgconfig.patch
- Use mkspecs directory
* add qwt-6.1.3-mkspecs.patch
- Use sover macro
- Build the examples modules
- Renamed the libqwt6 package as libqwt-qt%%sover
- Use license macro on openSUSE >= 42.2
- Add man page
- Added pre_checkin.sh to keep .changes files in sync
- Spec cleanup
- Update to version 6.1.3
* QwtPlotMagnifier, QwtPlotZoomer: handling of non linear
transformations ( f.e logarithmic )
* Date/Time scales fixed
QwtDate::ceil(), QwtDate::weekNumber(), QwtDate::utcOffset()
QwtDateScaleEngine fixed when aligning to months
* QwtPlotLayout: layout bug for legends witdh visisble
scrollbars fixed
* Plot items
hiding QwtPlotLegendItem without entries
QwtPlotShapeItem render code fixed
* QwtPlotGLCanvas
slightly improved, nevertheless better use Qwt 6.2 when being
interested in OpenGL
* Other
QwtGraphic boundingRect updates fixed
QwtSyntheticPointData::x() fixed
QwtLogScaleEngine::divideScale ignoring stepSize parameter
for ranges below one "decade"
QwtPlotAbstractBarChart::getCanvasMarginHint fixed
- Fixed source URL
- Update to Qwt 6.1.2
* fixes at QwtPlot, color maps, controls and scales.
- Removed Mandriva support.
- Renamed qwt-6.1.0-rpath.patch to qwt-rpath.patch
because upstream doesn't want merge it. Updated.
- qwt6-designer is now conflicting with qwt-designer.
- Update to Qwt 6.1.0
* New plot items
* Scales beyond linear and logarithmic transformations
* Datetime scales
* Redesign of the dial and meter widgets
* Basic support for an OpenGL plot canvas
* A new system for plot legends
* Off-screen paint device for vector graphics
* Changes and improvements to several classes
- Added qwt-6.1.0-rpath.patch to prevent
https://sourceforge.net/p/qwt/bugs/191
- Qmake debug info stripping was disabled.
- Update to Qwt 6.0.2
* qwtfunctions.pri added
* QwtPlotDict::detachItems fixed
* QwtWeedingCurveFitter::fitCurve performance improvements
* QwtDynGridLayout fixed for non widget items
* QwtInterval: avoid annoying compiler warning
* Autoscaling of curves without points fixed
* QwtPlotDirectPainter::drawSeries bad translation removed
* QwtPlotIntervalCurve: drawing of symbols fixed
* QwtPlotlayout: minor layout bufs fixed
* Usage of QwtPlotRasterItem::pixelHint fixed
* QwtPlotRenderer: several minor fixes
* QwtRasterData: CONREC algorithm fixed
* QwtThermo: layout code fixed
* QwtThermo: memory leak fixed
* QwtMmlDocument: compiler issues
* Logarithmic autoscaler fixed for intervals close below a decade
- Fix the SLES build (%make_install is not expanded on SLES)
- license update: SUSE-QWT-1.0
Added to spreadsheet linked at license.opensuse.org. Package warrants its
own license
- Initial release
OBS-URL: https://build.opensuse.org/request/show/704825
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/qwt6?expand=0&rev=7
2019-05-22 21:04:15 +02:00
|
|
|
|
|
|
|
%package designer
|
2023-04-28 13:33:55 +02:00
|
|
|
Summary: Plugin for the %{qt_descr} Interface designer
|
Accepting request 704825 from home:alois:branches:devel:libraries:c_c++
- Build against Qt5 by default
- Dropped qwt-qt5.patch
- Update to version 6.1.4
* All widgets ( including plot canvas )
+ missing initialization of the background color hint, when
drawing a styled focus rectangle
+ devicePixelRatio handling adjusted, QT_SCALE_FACTOR supported
* Maintenance
+ deprecated QString::null replaced by QString()
+ making clang-tidy/clazy and friends happier
+ compiler warnings with newer Qt versions fixed
* PyQt-Qwt
+ specific defines added
* QwtPointMapper
+ being multithreaded when possible
* QwtPlotRenderer
+ using QPdfWriter instead of QPrinter, when possible
* Build system
+ auto-disable building the designer plugin, when the
corresponding Qt installation was not build with designer
support
* Bug fixes
+ font resolving when using widget fonts for rendering
to a different paint device.
+ QwtPlotDirectPainter::CopyBackingStore: bad offset (
subtracting the canvas frame ), when flushing the updated
backing store fixed
+ QwtAbstractSlider::stepAlignment fixed, when the value is
exactly the upperBound, but no tick position
+ Missing right/bottom pixel added for QwtColumnSymbol::NoFrame
+ QwtWeedingCurveFitter::fitCurve fixed when being called with
no points
+ missing updates added for QwtLegend::setMaxColumns,
QwtScaleWidget::setLayoutFlag
+ QwtPlotCurve::drawSteps: polygon clipping fixed by adding
an extra pixel to the clip rectangle
+ QwtPlotItem::ScaleInterest enabled for all constructors of
QwtPlotSeriesItem
+ QwtPlotMarker::boundingRect fixed for HLine/VLine
+ QwtPlotIntervalCurve/QwtPlotTradingCurve::boundingRect
fixed
- Refreshed qwt-6.1.3-mkspecs.patch as qwt-6.1.4-mkspecs.patch
- Fixed manpages conflict with qwt5
- Remove _tmp manpages and rename the existing one to -qt5
pattern to avoid conflict with the qt4 package
- Dropped pre_checkin.sh
- Remove _multibuild prior to Factory submission
- Build qwt6-qt5 as separate package
* add qwt6-qt5.spec
* add qwt6-qt5.changes
* add qwt-qt5.patch
(thanks to awissu and other contributors of the KDE:Qt5 package)
- Refreshed qwt-rpath.patch as qwt-6.1.3-rpath.patch
- Create and install pc files for pkg-config:
* add qwt-6.1.3-pkgconfig.patch
- Use mkspecs directory
* add qwt-6.1.3-mkspecs.patch
- Use sover macro
- Build the examples modules
- Renamed the libqwt6 package as libqwt-qt%%sover
- Use license macro on openSUSE >= 42.2
- Add man page
- Added pre_checkin.sh to keep .changes files in sync
- Spec cleanup
- Update to version 6.1.3
* QwtPlotMagnifier, QwtPlotZoomer: handling of non linear
transformations ( f.e logarithmic )
* Date/Time scales fixed
QwtDate::ceil(), QwtDate::weekNumber(), QwtDate::utcOffset()
QwtDateScaleEngine fixed when aligning to months
* QwtPlotLayout: layout bug for legends witdh visisble
scrollbars fixed
* Plot items
hiding QwtPlotLegendItem without entries
QwtPlotShapeItem render code fixed
* QwtPlotGLCanvas
slightly improved, nevertheless better use Qwt 6.2 when being
interested in OpenGL
* Other
QwtGraphic boundingRect updates fixed
QwtSyntheticPointData::x() fixed
QwtLogScaleEngine::divideScale ignoring stepSize parameter
for ranges below one "decade"
QwtPlotAbstractBarChart::getCanvasMarginHint fixed
- Fixed source URL
- Update to Qwt 6.1.2
* fixes at QwtPlot, color maps, controls and scales.
- Removed Mandriva support.
- Renamed qwt-6.1.0-rpath.patch to qwt-rpath.patch
because upstream doesn't want merge it. Updated.
- qwt6-designer is now conflicting with qwt-designer.
- Update to Qwt 6.1.0
* New plot items
* Scales beyond linear and logarithmic transformations
* Datetime scales
* Redesign of the dial and meter widgets
* Basic support for an OpenGL plot canvas
* A new system for plot legends
* Off-screen paint device for vector graphics
* Changes and improvements to several classes
- Added qwt-6.1.0-rpath.patch to prevent
https://sourceforge.net/p/qwt/bugs/191
- Qmake debug info stripping was disabled.
- Update to Qwt 6.0.2
* qwtfunctions.pri added
* QwtPlotDict::detachItems fixed
* QwtWeedingCurveFitter::fitCurve performance improvements
* QwtDynGridLayout fixed for non widget items
* QwtInterval: avoid annoying compiler warning
* Autoscaling of curves without points fixed
* QwtPlotDirectPainter::drawSeries bad translation removed
* QwtPlotIntervalCurve: drawing of symbols fixed
* QwtPlotlayout: minor layout bufs fixed
* Usage of QwtPlotRasterItem::pixelHint fixed
* QwtPlotRenderer: several minor fixes
* QwtRasterData: CONREC algorithm fixed
* QwtThermo: layout code fixed
* QwtThermo: memory leak fixed
* QwtMmlDocument: compiler issues
* Logarithmic autoscaler fixed for intervals close below a decade
- Fix the SLES build (%make_install is not expanded on SLES)
- license update: SUSE-QWT-1.0
Added to spreadsheet linked at license.opensuse.org. Package warrants its
own license
- Initial release
OBS-URL: https://build.opensuse.org/request/show/704825
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/qwt6?expand=0&rev=7
2019-05-22 21:04:15 +02:00
|
|
|
Group: Development/Tools/GUI Builders
|
|
|
|
Requires: %{name}-devel = %{version}
|
2023-04-28 13:33:55 +02:00
|
|
|
%if 0%{?qt5}
|
Accepting request 704825 from home:alois:branches:devel:libraries:c_c++
- Build against Qt5 by default
- Dropped qwt-qt5.patch
- Update to version 6.1.4
* All widgets ( including plot canvas )
+ missing initialization of the background color hint, when
drawing a styled focus rectangle
+ devicePixelRatio handling adjusted, QT_SCALE_FACTOR supported
* Maintenance
+ deprecated QString::null replaced by QString()
+ making clang-tidy/clazy and friends happier
+ compiler warnings with newer Qt versions fixed
* PyQt-Qwt
+ specific defines added
* QwtPointMapper
+ being multithreaded when possible
* QwtPlotRenderer
+ using QPdfWriter instead of QPrinter, when possible
* Build system
+ auto-disable building the designer plugin, when the
corresponding Qt installation was not build with designer
support
* Bug fixes
+ font resolving when using widget fonts for rendering
to a different paint device.
+ QwtPlotDirectPainter::CopyBackingStore: bad offset (
subtracting the canvas frame ), when flushing the updated
backing store fixed
+ QwtAbstractSlider::stepAlignment fixed, when the value is
exactly the upperBound, but no tick position
+ Missing right/bottom pixel added for QwtColumnSymbol::NoFrame
+ QwtWeedingCurveFitter::fitCurve fixed when being called with
no points
+ missing updates added for QwtLegend::setMaxColumns,
QwtScaleWidget::setLayoutFlag
+ QwtPlotCurve::drawSteps: polygon clipping fixed by adding
an extra pixel to the clip rectangle
+ QwtPlotItem::ScaleInterest enabled for all constructors of
QwtPlotSeriesItem
+ QwtPlotMarker::boundingRect fixed for HLine/VLine
+ QwtPlotIntervalCurve/QwtPlotTradingCurve::boundingRect
fixed
- Refreshed qwt-6.1.3-mkspecs.patch as qwt-6.1.4-mkspecs.patch
- Fixed manpages conflict with qwt5
- Remove _tmp manpages and rename the existing one to -qt5
pattern to avoid conflict with the qt4 package
- Dropped pre_checkin.sh
- Remove _multibuild prior to Factory submission
- Build qwt6-qt5 as separate package
* add qwt6-qt5.spec
* add qwt6-qt5.changes
* add qwt-qt5.patch
(thanks to awissu and other contributors of the KDE:Qt5 package)
- Refreshed qwt-rpath.patch as qwt-6.1.3-rpath.patch
- Create and install pc files for pkg-config:
* add qwt-6.1.3-pkgconfig.patch
- Use mkspecs directory
* add qwt-6.1.3-mkspecs.patch
- Use sover macro
- Build the examples modules
- Renamed the libqwt6 package as libqwt-qt%%sover
- Use license macro on openSUSE >= 42.2
- Add man page
- Added pre_checkin.sh to keep .changes files in sync
- Spec cleanup
- Update to version 6.1.3
* QwtPlotMagnifier, QwtPlotZoomer: handling of non linear
transformations ( f.e logarithmic )
* Date/Time scales fixed
QwtDate::ceil(), QwtDate::weekNumber(), QwtDate::utcOffset()
QwtDateScaleEngine fixed when aligning to months
* QwtPlotLayout: layout bug for legends witdh visisble
scrollbars fixed
* Plot items
hiding QwtPlotLegendItem without entries
QwtPlotShapeItem render code fixed
* QwtPlotGLCanvas
slightly improved, nevertheless better use Qwt 6.2 when being
interested in OpenGL
* Other
QwtGraphic boundingRect updates fixed
QwtSyntheticPointData::x() fixed
QwtLogScaleEngine::divideScale ignoring stepSize parameter
for ranges below one "decade"
QwtPlotAbstractBarChart::getCanvasMarginHint fixed
- Fixed source URL
- Update to Qwt 6.1.2
* fixes at QwtPlot, color maps, controls and scales.
- Removed Mandriva support.
- Renamed qwt-6.1.0-rpath.patch to qwt-rpath.patch
because upstream doesn't want merge it. Updated.
- qwt6-designer is now conflicting with qwt-designer.
- Update to Qwt 6.1.0
* New plot items
* Scales beyond linear and logarithmic transformations
* Datetime scales
* Redesign of the dial and meter widgets
* Basic support for an OpenGL plot canvas
* A new system for plot legends
* Off-screen paint device for vector graphics
* Changes and improvements to several classes
- Added qwt-6.1.0-rpath.patch to prevent
https://sourceforge.net/p/qwt/bugs/191
- Qmake debug info stripping was disabled.
- Update to Qwt 6.0.2
* qwtfunctions.pri added
* QwtPlotDict::detachItems fixed
* QwtWeedingCurveFitter::fitCurve performance improvements
* QwtDynGridLayout fixed for non widget items
* QwtInterval: avoid annoying compiler warning
* Autoscaling of curves without points fixed
* QwtPlotDirectPainter::drawSeries bad translation removed
* QwtPlotIntervalCurve: drawing of symbols fixed
* QwtPlotlayout: minor layout bufs fixed
* Usage of QwtPlotRasterItem::pixelHint fixed
* QwtPlotRenderer: several minor fixes
* QwtRasterData: CONREC algorithm fixed
* QwtThermo: layout code fixed
* QwtThermo: memory leak fixed
* QwtMmlDocument: compiler issues
* Logarithmic autoscaler fixed for intervals close below a decade
- Fix the SLES build (%make_install is not expanded on SLES)
- license update: SUSE-QWT-1.0
Added to spreadsheet linked at license.opensuse.org. Package warrants its
own license
- Initial release
OBS-URL: https://build.opensuse.org/request/show/704825
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/qwt6?expand=0&rev=7
2019-05-22 21:04:15 +02:00
|
|
|
Conflicts: otherproviders(qwt-qt5-designer)
|
|
|
|
Provides: qwt-qt5-designer = %{version}
|
2023-04-28 13:33:55 +02:00
|
|
|
%endif
|
Accepting request 704825 from home:alois:branches:devel:libraries:c_c++
- Build against Qt5 by default
- Dropped qwt-qt5.patch
- Update to version 6.1.4
* All widgets ( including plot canvas )
+ missing initialization of the background color hint, when
drawing a styled focus rectangle
+ devicePixelRatio handling adjusted, QT_SCALE_FACTOR supported
* Maintenance
+ deprecated QString::null replaced by QString()
+ making clang-tidy/clazy and friends happier
+ compiler warnings with newer Qt versions fixed
* PyQt-Qwt
+ specific defines added
* QwtPointMapper
+ being multithreaded when possible
* QwtPlotRenderer
+ using QPdfWriter instead of QPrinter, when possible
* Build system
+ auto-disable building the designer plugin, when the
corresponding Qt installation was not build with designer
support
* Bug fixes
+ font resolving when using widget fonts for rendering
to a different paint device.
+ QwtPlotDirectPainter::CopyBackingStore: bad offset (
subtracting the canvas frame ), when flushing the updated
backing store fixed
+ QwtAbstractSlider::stepAlignment fixed, when the value is
exactly the upperBound, but no tick position
+ Missing right/bottom pixel added for QwtColumnSymbol::NoFrame
+ QwtWeedingCurveFitter::fitCurve fixed when being called with
no points
+ missing updates added for QwtLegend::setMaxColumns,
QwtScaleWidget::setLayoutFlag
+ QwtPlotCurve::drawSteps: polygon clipping fixed by adding
an extra pixel to the clip rectangle
+ QwtPlotItem::ScaleInterest enabled for all constructors of
QwtPlotSeriesItem
+ QwtPlotMarker::boundingRect fixed for HLine/VLine
+ QwtPlotIntervalCurve/QwtPlotTradingCurve::boundingRect
fixed
- Refreshed qwt-6.1.3-mkspecs.patch as qwt-6.1.4-mkspecs.patch
- Fixed manpages conflict with qwt5
- Remove _tmp manpages and rename the existing one to -qt5
pattern to avoid conflict with the qt4 package
- Dropped pre_checkin.sh
- Remove _multibuild prior to Factory submission
- Build qwt6-qt5 as separate package
* add qwt6-qt5.spec
* add qwt6-qt5.changes
* add qwt-qt5.patch
(thanks to awissu and other contributors of the KDE:Qt5 package)
- Refreshed qwt-rpath.patch as qwt-6.1.3-rpath.patch
- Create and install pc files for pkg-config:
* add qwt-6.1.3-pkgconfig.patch
- Use mkspecs directory
* add qwt-6.1.3-mkspecs.patch
- Use sover macro
- Build the examples modules
- Renamed the libqwt6 package as libqwt-qt%%sover
- Use license macro on openSUSE >= 42.2
- Add man page
- Added pre_checkin.sh to keep .changes files in sync
- Spec cleanup
- Update to version 6.1.3
* QwtPlotMagnifier, QwtPlotZoomer: handling of non linear
transformations ( f.e logarithmic )
* Date/Time scales fixed
QwtDate::ceil(), QwtDate::weekNumber(), QwtDate::utcOffset()
QwtDateScaleEngine fixed when aligning to months
* QwtPlotLayout: layout bug for legends witdh visisble
scrollbars fixed
* Plot items
hiding QwtPlotLegendItem without entries
QwtPlotShapeItem render code fixed
* QwtPlotGLCanvas
slightly improved, nevertheless better use Qwt 6.2 when being
interested in OpenGL
* Other
QwtGraphic boundingRect updates fixed
QwtSyntheticPointData::x() fixed
QwtLogScaleEngine::divideScale ignoring stepSize parameter
for ranges below one "decade"
QwtPlotAbstractBarChart::getCanvasMarginHint fixed
- Fixed source URL
- Update to Qwt 6.1.2
* fixes at QwtPlot, color maps, controls and scales.
- Removed Mandriva support.
- Renamed qwt-6.1.0-rpath.patch to qwt-rpath.patch
because upstream doesn't want merge it. Updated.
- qwt6-designer is now conflicting with qwt-designer.
- Update to Qwt 6.1.0
* New plot items
* Scales beyond linear and logarithmic transformations
* Datetime scales
* Redesign of the dial and meter widgets
* Basic support for an OpenGL plot canvas
* A new system for plot legends
* Off-screen paint device for vector graphics
* Changes and improvements to several classes
- Added qwt-6.1.0-rpath.patch to prevent
https://sourceforge.net/p/qwt/bugs/191
- Qmake debug info stripping was disabled.
- Update to Qwt 6.0.2
* qwtfunctions.pri added
* QwtPlotDict::detachItems fixed
* QwtWeedingCurveFitter::fitCurve performance improvements
* QwtDynGridLayout fixed for non widget items
* QwtInterval: avoid annoying compiler warning
* Autoscaling of curves without points fixed
* QwtPlotDirectPainter::drawSeries bad translation removed
* QwtPlotIntervalCurve: drawing of symbols fixed
* QwtPlotlayout: minor layout bufs fixed
* Usage of QwtPlotRasterItem::pixelHint fixed
* QwtPlotRenderer: several minor fixes
* QwtRasterData: CONREC algorithm fixed
* QwtThermo: layout code fixed
* QwtThermo: memory leak fixed
* QwtMmlDocument: compiler issues
* Logarithmic autoscaler fixed for intervals close below a decade
- Fix the SLES build (%make_install is not expanded on SLES)
- license update: SUSE-QWT-1.0
Added to spreadsheet linked at license.opensuse.org. Package warrants its
own license
- Initial release
OBS-URL: https://build.opensuse.org/request/show/704825
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/qwt6?expand=0&rev=7
2019-05-22 21:04:15 +02:00
|
|
|
|
|
|
|
%description designer
|
|
|
|
The %{name}-designer package contains the plugin for the Qt5 User Interface
|
|
|
|
designer tool.
|
2012-04-02 10:31:02 +02:00
|
|
|
|
|
|
|
%package devel-doc
|
2023-04-28 13:33:55 +02:00
|
|
|
Summary: Development documentation for Qwt(%{qt_descr})
|
2012-04-02 10:31:02 +02:00
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: %{name}-devel = %{version}
|
2023-04-28 13:33:55 +02:00
|
|
|
BuildArch: noarch
|
2012-04-02 10:31:02 +02:00
|
|
|
|
|
|
|
%description devel-doc
|
Accepting request 1083565 from home:alois:branches:devel:libraries:c_c++
- Fixes boo#1210931
- Add _multibuild to support Qt6
- Add qwt-6.2.0-qt6-pkgconfig.patch and
qwt-6.2.0-qt6-libsuffix.patch (courtesy of Fedora)
and qwt6-rpmlintrc
- Man pages are now installed in the flavored doc dir as per
upstream default
- Rollback previous changes.
- Moved *.so.? & *.so.?.? to the devel subpackage.
- Added BSD-3-Clause for examples subpackage (6.2.0 changes).
- Obsolete previous library version
- Update to 6.2.0 (boo#1187996)
* MathML text renderer removed
* Class Includes added
* BSD License for examples
* Spline interpolation
* New plot items
- Check the installed CHANGES-6.2 file for the complete list
of changes.
- Drop qwt-6.1.3-pkgconfig.patch. No longer needed
- Rebase qwt-6.1.4-mkspecs.patch
- Update to version 6.1.6
* QwtPlotLayout::activate: avoid compiler issues with Qt 5.15
* QwtPointPolar: missing copy constructor added
- Update URL
- Update to 6.1.5:
* Avoid using some of the deprecated Qt APIs
* Missing includes of QPainterPath ( Qt 5.15 ) added
* QwtPlotSpectroCurve: missing public inheritance
* QwtPlotTradingCurve: missing public inheritance
* QwtLinearColorMap: handling of alpha values in color stops fixed
* QwtPlotRasterItem: Fixed missing color table initialization for
QImage::Format_Indexed8
* QwtScaleWidget: missing QEvent::LayoutRequest added
* QwtSetSample: bound rectangle fixed for empty sets
- Fix build with recent libqt5-qttools packages.
- Fixed conflict with Qwt 5.
- Fix requires for -devel package
- Build against Qt5 by default
- Dropped qwt-qt5.patch
- Update to version 6.1.4
* All widgets ( including plot canvas )
+ missing initialization of the background color hint, when
drawing a styled focus rectangle
+ devicePixelRatio handling adjusted, QT_SCALE_FACTOR supported
* Maintenance
+ deprecated QString::null replaced by QString()
+ making clang-tidy/clazy and friends happier
+ compiler warnings with newer Qt versions fixed
* PyQt-Qwt
+ specific defines added
* QwtPointMapper
+ being multithreaded when possible
* QwtPlotRenderer
+ using QPdfWriter instead of QPrinter, when possible
* Build system
+ auto-disable building the designer plugin, when the
corresponding Qt installation was not build with designer
support
* Bug fixes
+ font resolving when using widget fonts for rendering
to a different paint device.
+ QwtPlotDirectPainter::CopyBackingStore: bad offset (
subtracting the canvas frame ), when flushing the updated
backing store fixed
+ QwtAbstractSlider::stepAlignment fixed, when the value is
exactly the upperBound, but no tick position
+ Missing right/bottom pixel added for QwtColumnSymbol::NoFrame
+ QwtWeedingCurveFitter::fitCurve fixed when being called with
no points
+ missing updates added for QwtLegend::setMaxColumns,
QwtScaleWidget::setLayoutFlag
+ QwtPlotCurve::drawSteps: polygon clipping fixed by adding
an extra pixel to the clip rectangle
+ QwtPlotItem::ScaleInterest enabled for all constructors of
QwtPlotSeriesItem
+ QwtPlotMarker::boundingRect fixed for HLine/VLine
+ QwtPlotIntervalCurve/QwtPlotTradingCurve::boundingRect
fixed
- Refreshed qwt-6.1.3-mkspecs.patch as qwt-6.1.4-mkspecs.patch
- Fixed manpages conflict with qwt5
- Remove _tmp manpages and rename the existing one to -qt5
pattern to avoid conflict with the qt4 package
- Dropped pre_checkin.sh
- Remove _multibuild prior to Factory submission
- Build qwt6-qt5 as separate package
* add qwt6-qt5.spec
* add qwt6-qt5.changes
* add qwt-qt5.patch
(thanks to awissu and other contributors of the KDE:Qt5 package)
- Refreshed qwt-rpath.patch as qwt-6.1.3-rpath.patch
- Create and install pc files for pkg-config:
* add qwt-6.1.3-pkgconfig.patch
- Use mkspecs directory
* add qwt-6.1.3-mkspecs.patch
- Use sover macro
- Build the examples modules
- Renamed the libqwt6 package as libqwt-qt%%sover
- Use license macro on openSUSE >= 42.2
- Add man page
- Added pre_checkin.sh to keep .changes files in sync
- Spec cleanup
- Update to version 6.1.3
* QwtPlotMagnifier, QwtPlotZoomer: handling of non linear
transformations ( f.e logarithmic )
* Date/Time scales fixed
QwtDate::ceil(), QwtDate::weekNumber(), QwtDate::utcOffset()
QwtDateScaleEngine fixed when aligning to months
* QwtPlotLayout: layout bug for legends witdh visisble
scrollbars fixed
* Plot items
hiding QwtPlotLegendItem without entries
QwtPlotShapeItem render code fixed
* QwtPlotGLCanvas
slightly improved, nevertheless better use Qwt 6.2 when being
interested in OpenGL
* Other
QwtGraphic boundingRect updates fixed
QwtSyntheticPointData::x() fixed
QwtLogScaleEngine::divideScale ignoring stepSize parameter
for ranges below one "decade"
QwtPlotAbstractBarChart::getCanvasMarginHint fixed
- Fixed source URL
- Update to Qwt 6.1.2
* fixes at QwtPlot, color maps, controls and scales.
- Removed Mandriva support.
- Renamed qwt-6.1.0-rpath.patch to qwt-rpath.patch
because upstream doesn't want merge it. Updated.
- qwt6-designer is now conflicting with qwt-designer.
- Update to Qwt 6.1.0
* New plot items
* Scales beyond linear and logarithmic transformations
* Datetime scales
* Redesign of the dial and meter widgets
* Basic support for an OpenGL plot canvas
* A new system for plot legends
* Off-screen paint device for vector graphics
* Changes and improvements to several classes
- Added qwt-6.1.0-rpath.patch to prevent
https://sourceforge.net/p/qwt/bugs/191
- Qmake debug info stripping was disabled.
- Update to Qwt 6.0.2
* qwtfunctions.pri added
* QwtPlotDict::detachItems fixed
* QwtWeedingCurveFitter::fitCurve performance improvements
* QwtDynGridLayout fixed for non widget items
* QwtInterval: avoid annoying compiler warning
* Autoscaling of curves without points fixed
* QwtPlotDirectPainter::drawSeries bad translation removed
* QwtPlotIntervalCurve: drawing of symbols fixed
* QwtPlotlayout: minor layout bufs fixed
* Usage of QwtPlotRasterItem::pixelHint fixed
* QwtPlotRenderer: several minor fixes
* QwtRasterData: CONREC algorithm fixed
* QwtThermo: layout code fixed
* QwtThermo: memory leak fixed
* QwtMmlDocument: compiler issues
* Logarithmic autoscaler fixed for intervals close below a decade
- Fix the SLES build (%make_install is not expanded on SLES)
- license update: SUSE-QWT-1.0
Added to spreadsheet linked at license.opensuse.org. Package warrants its
own license
- Initial release
OBS-URL: https://build.opensuse.org/request/show/1083565
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/qwt6?expand=0&rev=18
2023-04-28 19:39:54 +02:00
|
|
|
This package contains the development documentation of the Qwt(%{qt_descr}) widgets
|
2012-04-02 10:31:02 +02:00
|
|
|
as is it created by doxygen.
|
|
|
|
|
|
|
|
%prep
|
2021-07-20 11:10:12 +02:00
|
|
|
%autosetup -p1 -n qwt-%{version}
|
2012-04-02 10:31:02 +02:00
|
|
|
|
|
|
|
%build
|
2017-08-12 20:25:41 +02:00
|
|
|
mkdir build
|
|
|
|
pushd build
|
2023-04-28 13:33:55 +02:00
|
|
|
%if 0%{?qt5}
|
Accepting request 704825 from home:alois:branches:devel:libraries:c_c++
- Build against Qt5 by default
- Dropped qwt-qt5.patch
- Update to version 6.1.4
* All widgets ( including plot canvas )
+ missing initialization of the background color hint, when
drawing a styled focus rectangle
+ devicePixelRatio handling adjusted, QT_SCALE_FACTOR supported
* Maintenance
+ deprecated QString::null replaced by QString()
+ making clang-tidy/clazy and friends happier
+ compiler warnings with newer Qt versions fixed
* PyQt-Qwt
+ specific defines added
* QwtPointMapper
+ being multithreaded when possible
* QwtPlotRenderer
+ using QPdfWriter instead of QPrinter, when possible
* Build system
+ auto-disable building the designer plugin, when the
corresponding Qt installation was not build with designer
support
* Bug fixes
+ font resolving when using widget fonts for rendering
to a different paint device.
+ QwtPlotDirectPainter::CopyBackingStore: bad offset (
subtracting the canvas frame ), when flushing the updated
backing store fixed
+ QwtAbstractSlider::stepAlignment fixed, when the value is
exactly the upperBound, but no tick position
+ Missing right/bottom pixel added for QwtColumnSymbol::NoFrame
+ QwtWeedingCurveFitter::fitCurve fixed when being called with
no points
+ missing updates added for QwtLegend::setMaxColumns,
QwtScaleWidget::setLayoutFlag
+ QwtPlotCurve::drawSteps: polygon clipping fixed by adding
an extra pixel to the clip rectangle
+ QwtPlotItem::ScaleInterest enabled for all constructors of
QwtPlotSeriesItem
+ QwtPlotMarker::boundingRect fixed for HLine/VLine
+ QwtPlotIntervalCurve/QwtPlotTradingCurve::boundingRect
fixed
- Refreshed qwt-6.1.3-mkspecs.patch as qwt-6.1.4-mkspecs.patch
- Fixed manpages conflict with qwt5
- Remove _tmp manpages and rename the existing one to -qt5
pattern to avoid conflict with the qt4 package
- Dropped pre_checkin.sh
- Remove _multibuild prior to Factory submission
- Build qwt6-qt5 as separate package
* add qwt6-qt5.spec
* add qwt6-qt5.changes
* add qwt-qt5.patch
(thanks to awissu and other contributors of the KDE:Qt5 package)
- Refreshed qwt-rpath.patch as qwt-6.1.3-rpath.patch
- Create and install pc files for pkg-config:
* add qwt-6.1.3-pkgconfig.patch
- Use mkspecs directory
* add qwt-6.1.3-mkspecs.patch
- Use sover macro
- Build the examples modules
- Renamed the libqwt6 package as libqwt-qt%%sover
- Use license macro on openSUSE >= 42.2
- Add man page
- Added pre_checkin.sh to keep .changes files in sync
- Spec cleanup
- Update to version 6.1.3
* QwtPlotMagnifier, QwtPlotZoomer: handling of non linear
transformations ( f.e logarithmic )
* Date/Time scales fixed
QwtDate::ceil(), QwtDate::weekNumber(), QwtDate::utcOffset()
QwtDateScaleEngine fixed when aligning to months
* QwtPlotLayout: layout bug for legends witdh visisble
scrollbars fixed
* Plot items
hiding QwtPlotLegendItem without entries
QwtPlotShapeItem render code fixed
* QwtPlotGLCanvas
slightly improved, nevertheless better use Qwt 6.2 when being
interested in OpenGL
* Other
QwtGraphic boundingRect updates fixed
QwtSyntheticPointData::x() fixed
QwtLogScaleEngine::divideScale ignoring stepSize parameter
for ranges below one "decade"
QwtPlotAbstractBarChart::getCanvasMarginHint fixed
- Fixed source URL
- Update to Qwt 6.1.2
* fixes at QwtPlot, color maps, controls and scales.
- Removed Mandriva support.
- Renamed qwt-6.1.0-rpath.patch to qwt-rpath.patch
because upstream doesn't want merge it. Updated.
- qwt6-designer is now conflicting with qwt-designer.
- Update to Qwt 6.1.0
* New plot items
* Scales beyond linear and logarithmic transformations
* Datetime scales
* Redesign of the dial and meter widgets
* Basic support for an OpenGL plot canvas
* A new system for plot legends
* Off-screen paint device for vector graphics
* Changes and improvements to several classes
- Added qwt-6.1.0-rpath.patch to prevent
https://sourceforge.net/p/qwt/bugs/191
- Qmake debug info stripping was disabled.
- Update to Qwt 6.0.2
* qwtfunctions.pri added
* QwtPlotDict::detachItems fixed
* QwtWeedingCurveFitter::fitCurve performance improvements
* QwtDynGridLayout fixed for non widget items
* QwtInterval: avoid annoying compiler warning
* Autoscaling of curves without points fixed
* QwtPlotDirectPainter::drawSeries bad translation removed
* QwtPlotIntervalCurve: drawing of symbols fixed
* QwtPlotlayout: minor layout bufs fixed
* Usage of QwtPlotRasterItem::pixelHint fixed
* QwtPlotRenderer: several minor fixes
* QwtRasterData: CONREC algorithm fixed
* QwtThermo: layout code fixed
* QwtThermo: memory leak fixed
* QwtMmlDocument: compiler issues
* Logarithmic autoscaler fixed for intervals close below a decade
- Fix the SLES build (%make_install is not expanded on SLES)
- license update: SUSE-QWT-1.0
Added to spreadsheet linked at license.opensuse.org. Package warrants its
own license
- Initial release
OBS-URL: https://build.opensuse.org/request/show/704825
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/qwt6?expand=0&rev=7
2019-05-22 21:04:15 +02:00
|
|
|
%qmake5 ..
|
2023-04-28 13:33:55 +02:00
|
|
|
%endif
|
|
|
|
%if 0%{?qt6}
|
|
|
|
%qmake6 ..
|
|
|
|
%endif
|
Accepting request 704825 from home:alois:branches:devel:libraries:c_c++
- Build against Qt5 by default
- Dropped qwt-qt5.patch
- Update to version 6.1.4
* All widgets ( including plot canvas )
+ missing initialization of the background color hint, when
drawing a styled focus rectangle
+ devicePixelRatio handling adjusted, QT_SCALE_FACTOR supported
* Maintenance
+ deprecated QString::null replaced by QString()
+ making clang-tidy/clazy and friends happier
+ compiler warnings with newer Qt versions fixed
* PyQt-Qwt
+ specific defines added
* QwtPointMapper
+ being multithreaded when possible
* QwtPlotRenderer
+ using QPdfWriter instead of QPrinter, when possible
* Build system
+ auto-disable building the designer plugin, when the
corresponding Qt installation was not build with designer
support
* Bug fixes
+ font resolving when using widget fonts for rendering
to a different paint device.
+ QwtPlotDirectPainter::CopyBackingStore: bad offset (
subtracting the canvas frame ), when flushing the updated
backing store fixed
+ QwtAbstractSlider::stepAlignment fixed, when the value is
exactly the upperBound, but no tick position
+ Missing right/bottom pixel added for QwtColumnSymbol::NoFrame
+ QwtWeedingCurveFitter::fitCurve fixed when being called with
no points
+ missing updates added for QwtLegend::setMaxColumns,
QwtScaleWidget::setLayoutFlag
+ QwtPlotCurve::drawSteps: polygon clipping fixed by adding
an extra pixel to the clip rectangle
+ QwtPlotItem::ScaleInterest enabled for all constructors of
QwtPlotSeriesItem
+ QwtPlotMarker::boundingRect fixed for HLine/VLine
+ QwtPlotIntervalCurve/QwtPlotTradingCurve::boundingRect
fixed
- Refreshed qwt-6.1.3-mkspecs.patch as qwt-6.1.4-mkspecs.patch
- Fixed manpages conflict with qwt5
- Remove _tmp manpages and rename the existing one to -qt5
pattern to avoid conflict with the qt4 package
- Dropped pre_checkin.sh
- Remove _multibuild prior to Factory submission
- Build qwt6-qt5 as separate package
* add qwt6-qt5.spec
* add qwt6-qt5.changes
* add qwt-qt5.patch
(thanks to awissu and other contributors of the KDE:Qt5 package)
- Refreshed qwt-rpath.patch as qwt-6.1.3-rpath.patch
- Create and install pc files for pkg-config:
* add qwt-6.1.3-pkgconfig.patch
- Use mkspecs directory
* add qwt-6.1.3-mkspecs.patch
- Use sover macro
- Build the examples modules
- Renamed the libqwt6 package as libqwt-qt%%sover
- Use license macro on openSUSE >= 42.2
- Add man page
- Added pre_checkin.sh to keep .changes files in sync
- Spec cleanup
- Update to version 6.1.3
* QwtPlotMagnifier, QwtPlotZoomer: handling of non linear
transformations ( f.e logarithmic )
* Date/Time scales fixed
QwtDate::ceil(), QwtDate::weekNumber(), QwtDate::utcOffset()
QwtDateScaleEngine fixed when aligning to months
* QwtPlotLayout: layout bug for legends witdh visisble
scrollbars fixed
* Plot items
hiding QwtPlotLegendItem without entries
QwtPlotShapeItem render code fixed
* QwtPlotGLCanvas
slightly improved, nevertheless better use Qwt 6.2 when being
interested in OpenGL
* Other
QwtGraphic boundingRect updates fixed
QwtSyntheticPointData::x() fixed
QwtLogScaleEngine::divideScale ignoring stepSize parameter
for ranges below one "decade"
QwtPlotAbstractBarChart::getCanvasMarginHint fixed
- Fixed source URL
- Update to Qwt 6.1.2
* fixes at QwtPlot, color maps, controls and scales.
- Removed Mandriva support.
- Renamed qwt-6.1.0-rpath.patch to qwt-rpath.patch
because upstream doesn't want merge it. Updated.
- qwt6-designer is now conflicting with qwt-designer.
- Update to Qwt 6.1.0
* New plot items
* Scales beyond linear and logarithmic transformations
* Datetime scales
* Redesign of the dial and meter widgets
* Basic support for an OpenGL plot canvas
* A new system for plot legends
* Off-screen paint device for vector graphics
* Changes and improvements to several classes
- Added qwt-6.1.0-rpath.patch to prevent
https://sourceforge.net/p/qwt/bugs/191
- Qmake debug info stripping was disabled.
- Update to Qwt 6.0.2
* qwtfunctions.pri added
* QwtPlotDict::detachItems fixed
* QwtWeedingCurveFitter::fitCurve performance improvements
* QwtDynGridLayout fixed for non widget items
* QwtInterval: avoid annoying compiler warning
* Autoscaling of curves without points fixed
* QwtPlotDirectPainter::drawSeries bad translation removed
* QwtPlotIntervalCurve: drawing of symbols fixed
* QwtPlotlayout: minor layout bufs fixed
* Usage of QwtPlotRasterItem::pixelHint fixed
* QwtPlotRenderer: several minor fixes
* QwtRasterData: CONREC algorithm fixed
* QwtThermo: layout code fixed
* QwtThermo: memory leak fixed
* QwtMmlDocument: compiler issues
* Logarithmic autoscaler fixed for intervals close below a decade
- Fix the SLES build (%make_install is not expanded on SLES)
- license update: SUSE-QWT-1.0
Added to spreadsheet linked at license.opensuse.org. Package warrants its
own license
- Initial release
OBS-URL: https://build.opensuse.org/request/show/704825
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/qwt6?expand=0&rev=7
2019-05-22 21:04:15 +02:00
|
|
|
%make_jobs
|
2017-08-12 20:25:41 +02:00
|
|
|
popd
|
2012-04-02 10:31:02 +02:00
|
|
|
|
|
|
|
%install
|
2017-08-12 20:25:41 +02:00
|
|
|
pushd build
|
2023-04-28 13:33:55 +02:00
|
|
|
%if 0%{?qt5}
|
Accepting request 704825 from home:alois:branches:devel:libraries:c_c++
- Build against Qt5 by default
- Dropped qwt-qt5.patch
- Update to version 6.1.4
* All widgets ( including plot canvas )
+ missing initialization of the background color hint, when
drawing a styled focus rectangle
+ devicePixelRatio handling adjusted, QT_SCALE_FACTOR supported
* Maintenance
+ deprecated QString::null replaced by QString()
+ making clang-tidy/clazy and friends happier
+ compiler warnings with newer Qt versions fixed
* PyQt-Qwt
+ specific defines added
* QwtPointMapper
+ being multithreaded when possible
* QwtPlotRenderer
+ using QPdfWriter instead of QPrinter, when possible
* Build system
+ auto-disable building the designer plugin, when the
corresponding Qt installation was not build with designer
support
* Bug fixes
+ font resolving when using widget fonts for rendering
to a different paint device.
+ QwtPlotDirectPainter::CopyBackingStore: bad offset (
subtracting the canvas frame ), when flushing the updated
backing store fixed
+ QwtAbstractSlider::stepAlignment fixed, when the value is
exactly the upperBound, but no tick position
+ Missing right/bottom pixel added for QwtColumnSymbol::NoFrame
+ QwtWeedingCurveFitter::fitCurve fixed when being called with
no points
+ missing updates added for QwtLegend::setMaxColumns,
QwtScaleWidget::setLayoutFlag
+ QwtPlotCurve::drawSteps: polygon clipping fixed by adding
an extra pixel to the clip rectangle
+ QwtPlotItem::ScaleInterest enabled for all constructors of
QwtPlotSeriesItem
+ QwtPlotMarker::boundingRect fixed for HLine/VLine
+ QwtPlotIntervalCurve/QwtPlotTradingCurve::boundingRect
fixed
- Refreshed qwt-6.1.3-mkspecs.patch as qwt-6.1.4-mkspecs.patch
- Fixed manpages conflict with qwt5
- Remove _tmp manpages and rename the existing one to -qt5
pattern to avoid conflict with the qt4 package
- Dropped pre_checkin.sh
- Remove _multibuild prior to Factory submission
- Build qwt6-qt5 as separate package
* add qwt6-qt5.spec
* add qwt6-qt5.changes
* add qwt-qt5.patch
(thanks to awissu and other contributors of the KDE:Qt5 package)
- Refreshed qwt-rpath.patch as qwt-6.1.3-rpath.patch
- Create and install pc files for pkg-config:
* add qwt-6.1.3-pkgconfig.patch
- Use mkspecs directory
* add qwt-6.1.3-mkspecs.patch
- Use sover macro
- Build the examples modules
- Renamed the libqwt6 package as libqwt-qt%%sover
- Use license macro on openSUSE >= 42.2
- Add man page
- Added pre_checkin.sh to keep .changes files in sync
- Spec cleanup
- Update to version 6.1.3
* QwtPlotMagnifier, QwtPlotZoomer: handling of non linear
transformations ( f.e logarithmic )
* Date/Time scales fixed
QwtDate::ceil(), QwtDate::weekNumber(), QwtDate::utcOffset()
QwtDateScaleEngine fixed when aligning to months
* QwtPlotLayout: layout bug for legends witdh visisble
scrollbars fixed
* Plot items
hiding QwtPlotLegendItem without entries
QwtPlotShapeItem render code fixed
* QwtPlotGLCanvas
slightly improved, nevertheless better use Qwt 6.2 when being
interested in OpenGL
* Other
QwtGraphic boundingRect updates fixed
QwtSyntheticPointData::x() fixed
QwtLogScaleEngine::divideScale ignoring stepSize parameter
for ranges below one "decade"
QwtPlotAbstractBarChart::getCanvasMarginHint fixed
- Fixed source URL
- Update to Qwt 6.1.2
* fixes at QwtPlot, color maps, controls and scales.
- Removed Mandriva support.
- Renamed qwt-6.1.0-rpath.patch to qwt-rpath.patch
because upstream doesn't want merge it. Updated.
- qwt6-designer is now conflicting with qwt-designer.
- Update to Qwt 6.1.0
* New plot items
* Scales beyond linear and logarithmic transformations
* Datetime scales
* Redesign of the dial and meter widgets
* Basic support for an OpenGL plot canvas
* A new system for plot legends
* Off-screen paint device for vector graphics
* Changes and improvements to several classes
- Added qwt-6.1.0-rpath.patch to prevent
https://sourceforge.net/p/qwt/bugs/191
- Qmake debug info stripping was disabled.
- Update to Qwt 6.0.2
* qwtfunctions.pri added
* QwtPlotDict::detachItems fixed
* QwtWeedingCurveFitter::fitCurve performance improvements
* QwtDynGridLayout fixed for non widget items
* QwtInterval: avoid annoying compiler warning
* Autoscaling of curves without points fixed
* QwtPlotDirectPainter::drawSeries bad translation removed
* QwtPlotIntervalCurve: drawing of symbols fixed
* QwtPlotlayout: minor layout bufs fixed
* Usage of QwtPlotRasterItem::pixelHint fixed
* QwtPlotRenderer: several minor fixes
* QwtRasterData: CONREC algorithm fixed
* QwtThermo: layout code fixed
* QwtThermo: memory leak fixed
* QwtMmlDocument: compiler issues
* Logarithmic autoscaler fixed for intervals close below a decade
- Fix the SLES build (%make_install is not expanded on SLES)
- license update: SUSE-QWT-1.0
Added to spreadsheet linked at license.opensuse.org. Package warrants its
own license
- Initial release
OBS-URL: https://build.opensuse.org/request/show/704825
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/qwt6?expand=0&rev=7
2019-05-22 21:04:15 +02:00
|
|
|
%qmake5_install
|
2023-04-28 13:33:55 +02:00
|
|
|
%endif
|
|
|
|
%if 0%{?qt6}
|
|
|
|
%qmake6_install
|
|
|
|
%endif
|
2017-08-12 20:25:41 +02:00
|
|
|
popd
|
2021-07-27 13:32:17 +02:00
|
|
|
# nothing references this
|
2023-04-28 13:33:55 +02:00
|
|
|
%if 0%{?qt5}
|
Accepting request 1083565 from home:alois:branches:devel:libraries:c_c++
- Fixes boo#1210931
- Add _multibuild to support Qt6
- Add qwt-6.2.0-qt6-pkgconfig.patch and
qwt-6.2.0-qt6-libsuffix.patch (courtesy of Fedora)
and qwt6-rpmlintrc
- Man pages are now installed in the flavored doc dir as per
upstream default
- Rollback previous changes.
- Moved *.so.? & *.so.?.? to the devel subpackage.
- Added BSD-3-Clause for examples subpackage (6.2.0 changes).
- Obsolete previous library version
- Update to 6.2.0 (boo#1187996)
* MathML text renderer removed
* Class Includes added
* BSD License for examples
* Spline interpolation
* New plot items
- Check the installed CHANGES-6.2 file for the complete list
of changes.
- Drop qwt-6.1.3-pkgconfig.patch. No longer needed
- Rebase qwt-6.1.4-mkspecs.patch
- Update to version 6.1.6
* QwtPlotLayout::activate: avoid compiler issues with Qt 5.15
* QwtPointPolar: missing copy constructor added
- Update URL
- Update to 6.1.5:
* Avoid using some of the deprecated Qt APIs
* Missing includes of QPainterPath ( Qt 5.15 ) added
* QwtPlotSpectroCurve: missing public inheritance
* QwtPlotTradingCurve: missing public inheritance
* QwtLinearColorMap: handling of alpha values in color stops fixed
* QwtPlotRasterItem: Fixed missing color table initialization for
QImage::Format_Indexed8
* QwtScaleWidget: missing QEvent::LayoutRequest added
* QwtSetSample: bound rectangle fixed for empty sets
- Fix build with recent libqt5-qttools packages.
- Fixed conflict with Qwt 5.
- Fix requires for -devel package
- Build against Qt5 by default
- Dropped qwt-qt5.patch
- Update to version 6.1.4
* All widgets ( including plot canvas )
+ missing initialization of the background color hint, when
drawing a styled focus rectangle
+ devicePixelRatio handling adjusted, QT_SCALE_FACTOR supported
* Maintenance
+ deprecated QString::null replaced by QString()
+ making clang-tidy/clazy and friends happier
+ compiler warnings with newer Qt versions fixed
* PyQt-Qwt
+ specific defines added
* QwtPointMapper
+ being multithreaded when possible
* QwtPlotRenderer
+ using QPdfWriter instead of QPrinter, when possible
* Build system
+ auto-disable building the designer plugin, when the
corresponding Qt installation was not build with designer
support
* Bug fixes
+ font resolving when using widget fonts for rendering
to a different paint device.
+ QwtPlotDirectPainter::CopyBackingStore: bad offset (
subtracting the canvas frame ), when flushing the updated
backing store fixed
+ QwtAbstractSlider::stepAlignment fixed, when the value is
exactly the upperBound, but no tick position
+ Missing right/bottom pixel added for QwtColumnSymbol::NoFrame
+ QwtWeedingCurveFitter::fitCurve fixed when being called with
no points
+ missing updates added for QwtLegend::setMaxColumns,
QwtScaleWidget::setLayoutFlag
+ QwtPlotCurve::drawSteps: polygon clipping fixed by adding
an extra pixel to the clip rectangle
+ QwtPlotItem::ScaleInterest enabled for all constructors of
QwtPlotSeriesItem
+ QwtPlotMarker::boundingRect fixed for HLine/VLine
+ QwtPlotIntervalCurve/QwtPlotTradingCurve::boundingRect
fixed
- Refreshed qwt-6.1.3-mkspecs.patch as qwt-6.1.4-mkspecs.patch
- Fixed manpages conflict with qwt5
- Remove _tmp manpages and rename the existing one to -qt5
pattern to avoid conflict with the qt4 package
- Dropped pre_checkin.sh
- Remove _multibuild prior to Factory submission
- Build qwt6-qt5 as separate package
* add qwt6-qt5.spec
* add qwt6-qt5.changes
* add qwt-qt5.patch
(thanks to awissu and other contributors of the KDE:Qt5 package)
- Refreshed qwt-rpath.patch as qwt-6.1.3-rpath.patch
- Create and install pc files for pkg-config:
* add qwt-6.1.3-pkgconfig.patch
- Use mkspecs directory
* add qwt-6.1.3-mkspecs.patch
- Use sover macro
- Build the examples modules
- Renamed the libqwt6 package as libqwt-qt%%sover
- Use license macro on openSUSE >= 42.2
- Add man page
- Added pre_checkin.sh to keep .changes files in sync
- Spec cleanup
- Update to version 6.1.3
* QwtPlotMagnifier, QwtPlotZoomer: handling of non linear
transformations ( f.e logarithmic )
* Date/Time scales fixed
QwtDate::ceil(), QwtDate::weekNumber(), QwtDate::utcOffset()
QwtDateScaleEngine fixed when aligning to months
* QwtPlotLayout: layout bug for legends witdh visisble
scrollbars fixed
* Plot items
hiding QwtPlotLegendItem without entries
QwtPlotShapeItem render code fixed
* QwtPlotGLCanvas
slightly improved, nevertheless better use Qwt 6.2 when being
interested in OpenGL
* Other
QwtGraphic boundingRect updates fixed
QwtSyntheticPointData::x() fixed
QwtLogScaleEngine::divideScale ignoring stepSize parameter
for ranges below one "decade"
QwtPlotAbstractBarChart::getCanvasMarginHint fixed
- Fixed source URL
- Update to Qwt 6.1.2
* fixes at QwtPlot, color maps, controls and scales.
- Removed Mandriva support.
- Renamed qwt-6.1.0-rpath.patch to qwt-rpath.patch
because upstream doesn't want merge it. Updated.
- qwt6-designer is now conflicting with qwt-designer.
- Update to Qwt 6.1.0
* New plot items
* Scales beyond linear and logarithmic transformations
* Datetime scales
* Redesign of the dial and meter widgets
* Basic support for an OpenGL plot canvas
* A new system for plot legends
* Off-screen paint device for vector graphics
* Changes and improvements to several classes
- Added qwt-6.1.0-rpath.patch to prevent
https://sourceforge.net/p/qwt/bugs/191
- Qmake debug info stripping was disabled.
- Update to Qwt 6.0.2
* qwtfunctions.pri added
* QwtPlotDict::detachItems fixed
* QwtWeedingCurveFitter::fitCurve performance improvements
* QwtDynGridLayout fixed for non widget items
* QwtInterval: avoid annoying compiler warning
* Autoscaling of curves without points fixed
* QwtPlotDirectPainter::drawSeries bad translation removed
* QwtPlotIntervalCurve: drawing of symbols fixed
* QwtPlotlayout: minor layout bufs fixed
* Usage of QwtPlotRasterItem::pixelHint fixed
* QwtPlotRenderer: several minor fixes
* QwtRasterData: CONREC algorithm fixed
* QwtThermo: layout code fixed
* QwtThermo: memory leak fixed
* QwtMmlDocument: compiler issues
* Logarithmic autoscaler fixed for intervals close below a decade
- Fix the SLES build (%make_install is not expanded on SLES)
- license update: SUSE-QWT-1.0
Added to spreadsheet linked at license.opensuse.org. Package warrants its
own license
- Initial release
OBS-URL: https://build.opensuse.org/request/show/1083565
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/qwt6?expand=0&rev=18
2023-04-28 19:39:54 +02:00
|
|
|
rm -f "%{buildroot}/%{_libqt5_libdir}/libqwt-%{qwt6_flavor}.so.6"
|
2023-04-28 13:33:55 +02:00
|
|
|
%endif
|
|
|
|
%if 0%{?qt6}
|
Accepting request 1083565 from home:alois:branches:devel:libraries:c_c++
- Fixes boo#1210931
- Add _multibuild to support Qt6
- Add qwt-6.2.0-qt6-pkgconfig.patch and
qwt-6.2.0-qt6-libsuffix.patch (courtesy of Fedora)
and qwt6-rpmlintrc
- Man pages are now installed in the flavored doc dir as per
upstream default
- Rollback previous changes.
- Moved *.so.? & *.so.?.? to the devel subpackage.
- Added BSD-3-Clause for examples subpackage (6.2.0 changes).
- Obsolete previous library version
- Update to 6.2.0 (boo#1187996)
* MathML text renderer removed
* Class Includes added
* BSD License for examples
* Spline interpolation
* New plot items
- Check the installed CHANGES-6.2 file for the complete list
of changes.
- Drop qwt-6.1.3-pkgconfig.patch. No longer needed
- Rebase qwt-6.1.4-mkspecs.patch
- Update to version 6.1.6
* QwtPlotLayout::activate: avoid compiler issues with Qt 5.15
* QwtPointPolar: missing copy constructor added
- Update URL
- Update to 6.1.5:
* Avoid using some of the deprecated Qt APIs
* Missing includes of QPainterPath ( Qt 5.15 ) added
* QwtPlotSpectroCurve: missing public inheritance
* QwtPlotTradingCurve: missing public inheritance
* QwtLinearColorMap: handling of alpha values in color stops fixed
* QwtPlotRasterItem: Fixed missing color table initialization for
QImage::Format_Indexed8
* QwtScaleWidget: missing QEvent::LayoutRequest added
* QwtSetSample: bound rectangle fixed for empty sets
- Fix build with recent libqt5-qttools packages.
- Fixed conflict with Qwt 5.
- Fix requires for -devel package
- Build against Qt5 by default
- Dropped qwt-qt5.patch
- Update to version 6.1.4
* All widgets ( including plot canvas )
+ missing initialization of the background color hint, when
drawing a styled focus rectangle
+ devicePixelRatio handling adjusted, QT_SCALE_FACTOR supported
* Maintenance
+ deprecated QString::null replaced by QString()
+ making clang-tidy/clazy and friends happier
+ compiler warnings with newer Qt versions fixed
* PyQt-Qwt
+ specific defines added
* QwtPointMapper
+ being multithreaded when possible
* QwtPlotRenderer
+ using QPdfWriter instead of QPrinter, when possible
* Build system
+ auto-disable building the designer plugin, when the
corresponding Qt installation was not build with designer
support
* Bug fixes
+ font resolving when using widget fonts for rendering
to a different paint device.
+ QwtPlotDirectPainter::CopyBackingStore: bad offset (
subtracting the canvas frame ), when flushing the updated
backing store fixed
+ QwtAbstractSlider::stepAlignment fixed, when the value is
exactly the upperBound, but no tick position
+ Missing right/bottom pixel added for QwtColumnSymbol::NoFrame
+ QwtWeedingCurveFitter::fitCurve fixed when being called with
no points
+ missing updates added for QwtLegend::setMaxColumns,
QwtScaleWidget::setLayoutFlag
+ QwtPlotCurve::drawSteps: polygon clipping fixed by adding
an extra pixel to the clip rectangle
+ QwtPlotItem::ScaleInterest enabled for all constructors of
QwtPlotSeriesItem
+ QwtPlotMarker::boundingRect fixed for HLine/VLine
+ QwtPlotIntervalCurve/QwtPlotTradingCurve::boundingRect
fixed
- Refreshed qwt-6.1.3-mkspecs.patch as qwt-6.1.4-mkspecs.patch
- Fixed manpages conflict with qwt5
- Remove _tmp manpages and rename the existing one to -qt5
pattern to avoid conflict with the qt4 package
- Dropped pre_checkin.sh
- Remove _multibuild prior to Factory submission
- Build qwt6-qt5 as separate package
* add qwt6-qt5.spec
* add qwt6-qt5.changes
* add qwt-qt5.patch
(thanks to awissu and other contributors of the KDE:Qt5 package)
- Refreshed qwt-rpath.patch as qwt-6.1.3-rpath.patch
- Create and install pc files for pkg-config:
* add qwt-6.1.3-pkgconfig.patch
- Use mkspecs directory
* add qwt-6.1.3-mkspecs.patch
- Use sover macro
- Build the examples modules
- Renamed the libqwt6 package as libqwt-qt%%sover
- Use license macro on openSUSE >= 42.2
- Add man page
- Added pre_checkin.sh to keep .changes files in sync
- Spec cleanup
- Update to version 6.1.3
* QwtPlotMagnifier, QwtPlotZoomer: handling of non linear
transformations ( f.e logarithmic )
* Date/Time scales fixed
QwtDate::ceil(), QwtDate::weekNumber(), QwtDate::utcOffset()
QwtDateScaleEngine fixed when aligning to months
* QwtPlotLayout: layout bug for legends witdh visisble
scrollbars fixed
* Plot items
hiding QwtPlotLegendItem without entries
QwtPlotShapeItem render code fixed
* QwtPlotGLCanvas
slightly improved, nevertheless better use Qwt 6.2 when being
interested in OpenGL
* Other
QwtGraphic boundingRect updates fixed
QwtSyntheticPointData::x() fixed
QwtLogScaleEngine::divideScale ignoring stepSize parameter
for ranges below one "decade"
QwtPlotAbstractBarChart::getCanvasMarginHint fixed
- Fixed source URL
- Update to Qwt 6.1.2
* fixes at QwtPlot, color maps, controls and scales.
- Removed Mandriva support.
- Renamed qwt-6.1.0-rpath.patch to qwt-rpath.patch
because upstream doesn't want merge it. Updated.
- qwt6-designer is now conflicting with qwt-designer.
- Update to Qwt 6.1.0
* New plot items
* Scales beyond linear and logarithmic transformations
* Datetime scales
* Redesign of the dial and meter widgets
* Basic support for an OpenGL plot canvas
* A new system for plot legends
* Off-screen paint device for vector graphics
* Changes and improvements to several classes
- Added qwt-6.1.0-rpath.patch to prevent
https://sourceforge.net/p/qwt/bugs/191
- Qmake debug info stripping was disabled.
- Update to Qwt 6.0.2
* qwtfunctions.pri added
* QwtPlotDict::detachItems fixed
* QwtWeedingCurveFitter::fitCurve performance improvements
* QwtDynGridLayout fixed for non widget items
* QwtInterval: avoid annoying compiler warning
* Autoscaling of curves without points fixed
* QwtPlotDirectPainter::drawSeries bad translation removed
* QwtPlotIntervalCurve: drawing of symbols fixed
* QwtPlotlayout: minor layout bufs fixed
* Usage of QwtPlotRasterItem::pixelHint fixed
* QwtPlotRenderer: several minor fixes
* QwtRasterData: CONREC algorithm fixed
* QwtThermo: layout code fixed
* QwtThermo: memory leak fixed
* QwtMmlDocument: compiler issues
* Logarithmic autoscaler fixed for intervals close below a decade
- Fix the SLES build (%make_install is not expanded on SLES)
- license update: SUSE-QWT-1.0
Added to spreadsheet linked at license.opensuse.org. Package warrants its
own license
- Initial release
OBS-URL: https://build.opensuse.org/request/show/1083565
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/qwt6?expand=0&rev=18
2023-04-28 19:39:54 +02:00
|
|
|
rm -f "%{buildroot}/%{_qt6_libdir}/libqwt-%{qwt6_flavor}.so.6"
|
2023-04-28 13:33:55 +02:00
|
|
|
%endif
|
2012-04-02 10:31:02 +02:00
|
|
|
|
2017-08-12 20:25:41 +02:00
|
|
|
# Qwt base examples
|
2023-04-28 13:33:55 +02:00
|
|
|
%if 0%{?qt5}
|
Accepting request 704825 from home:alois:branches:devel:libraries:c_c++
- Build against Qt5 by default
- Dropped qwt-qt5.patch
- Update to version 6.1.4
* All widgets ( including plot canvas )
+ missing initialization of the background color hint, when
drawing a styled focus rectangle
+ devicePixelRatio handling adjusted, QT_SCALE_FACTOR supported
* Maintenance
+ deprecated QString::null replaced by QString()
+ making clang-tidy/clazy and friends happier
+ compiler warnings with newer Qt versions fixed
* PyQt-Qwt
+ specific defines added
* QwtPointMapper
+ being multithreaded when possible
* QwtPlotRenderer
+ using QPdfWriter instead of QPrinter, when possible
* Build system
+ auto-disable building the designer plugin, when the
corresponding Qt installation was not build with designer
support
* Bug fixes
+ font resolving when using widget fonts for rendering
to a different paint device.
+ QwtPlotDirectPainter::CopyBackingStore: bad offset (
subtracting the canvas frame ), when flushing the updated
backing store fixed
+ QwtAbstractSlider::stepAlignment fixed, when the value is
exactly the upperBound, but no tick position
+ Missing right/bottom pixel added for QwtColumnSymbol::NoFrame
+ QwtWeedingCurveFitter::fitCurve fixed when being called with
no points
+ missing updates added for QwtLegend::setMaxColumns,
QwtScaleWidget::setLayoutFlag
+ QwtPlotCurve::drawSteps: polygon clipping fixed by adding
an extra pixel to the clip rectangle
+ QwtPlotItem::ScaleInterest enabled for all constructors of
QwtPlotSeriesItem
+ QwtPlotMarker::boundingRect fixed for HLine/VLine
+ QwtPlotIntervalCurve/QwtPlotTradingCurve::boundingRect
fixed
- Refreshed qwt-6.1.3-mkspecs.patch as qwt-6.1.4-mkspecs.patch
- Fixed manpages conflict with qwt5
- Remove _tmp manpages and rename the existing one to -qt5
pattern to avoid conflict with the qt4 package
- Dropped pre_checkin.sh
- Remove _multibuild prior to Factory submission
- Build qwt6-qt5 as separate package
* add qwt6-qt5.spec
* add qwt6-qt5.changes
* add qwt-qt5.patch
(thanks to awissu and other contributors of the KDE:Qt5 package)
- Refreshed qwt-rpath.patch as qwt-6.1.3-rpath.patch
- Create and install pc files for pkg-config:
* add qwt-6.1.3-pkgconfig.patch
- Use mkspecs directory
* add qwt-6.1.3-mkspecs.patch
- Use sover macro
- Build the examples modules
- Renamed the libqwt6 package as libqwt-qt%%sover
- Use license macro on openSUSE >= 42.2
- Add man page
- Added pre_checkin.sh to keep .changes files in sync
- Spec cleanup
- Update to version 6.1.3
* QwtPlotMagnifier, QwtPlotZoomer: handling of non linear
transformations ( f.e logarithmic )
* Date/Time scales fixed
QwtDate::ceil(), QwtDate::weekNumber(), QwtDate::utcOffset()
QwtDateScaleEngine fixed when aligning to months
* QwtPlotLayout: layout bug for legends witdh visisble
scrollbars fixed
* Plot items
hiding QwtPlotLegendItem without entries
QwtPlotShapeItem render code fixed
* QwtPlotGLCanvas
slightly improved, nevertheless better use Qwt 6.2 when being
interested in OpenGL
* Other
QwtGraphic boundingRect updates fixed
QwtSyntheticPointData::x() fixed
QwtLogScaleEngine::divideScale ignoring stepSize parameter
for ranges below one "decade"
QwtPlotAbstractBarChart::getCanvasMarginHint fixed
- Fixed source URL
- Update to Qwt 6.1.2
* fixes at QwtPlot, color maps, controls and scales.
- Removed Mandriva support.
- Renamed qwt-6.1.0-rpath.patch to qwt-rpath.patch
because upstream doesn't want merge it. Updated.
- qwt6-designer is now conflicting with qwt-designer.
- Update to Qwt 6.1.0
* New plot items
* Scales beyond linear and logarithmic transformations
* Datetime scales
* Redesign of the dial and meter widgets
* Basic support for an OpenGL plot canvas
* A new system for plot legends
* Off-screen paint device for vector graphics
* Changes and improvements to several classes
- Added qwt-6.1.0-rpath.patch to prevent
https://sourceforge.net/p/qwt/bugs/191
- Qmake debug info stripping was disabled.
- Update to Qwt 6.0.2
* qwtfunctions.pri added
* QwtPlotDict::detachItems fixed
* QwtWeedingCurveFitter::fitCurve performance improvements
* QwtDynGridLayout fixed for non widget items
* QwtInterval: avoid annoying compiler warning
* Autoscaling of curves without points fixed
* QwtPlotDirectPainter::drawSeries bad translation removed
* QwtPlotIntervalCurve: drawing of symbols fixed
* QwtPlotlayout: minor layout bufs fixed
* Usage of QwtPlotRasterItem::pixelHint fixed
* QwtPlotRenderer: several minor fixes
* QwtRasterData: CONREC algorithm fixed
* QwtThermo: layout code fixed
* QwtThermo: memory leak fixed
* QwtMmlDocument: compiler issues
* Logarithmic autoscaler fixed for intervals close below a decade
- Fix the SLES build (%make_install is not expanded on SLES)
- license update: SUSE-QWT-1.0
Added to spreadsheet linked at license.opensuse.org. Package warrants its
own license
- Initial release
OBS-URL: https://build.opensuse.org/request/show/704825
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/qwt6?expand=0&rev=7
2019-05-22 21:04:15 +02:00
|
|
|
mkdir -p %{buildroot}%{%_libqt5_docdir}/qwt6
|
|
|
|
mkdir -p %{buildroot}%{_libqt5_examplesdir}/qwt6
|
|
|
|
cp -r examples %{buildroot}%{_libqt5_docdir}/qwt6/examples
|
|
|
|
cp -r build/examples/bin %{buildroot}%{_libqt5_examplesdir}/qwt6
|
2023-04-28 13:33:55 +02:00
|
|
|
%endif
|
|
|
|
%if 0%{?qt6}
|
|
|
|
mkdir -p %{buildroot}%{%_qt6_docdir}/qwt6
|
|
|
|
mkdir -p %{buildroot}%{_qt6_examplesdir}/qwt6
|
|
|
|
cp -r examples %{buildroot}%{_qt6_docdir}/qwt6/examples
|
|
|
|
cp -r build/examples/bin %{buildroot}%{_qt6_examplesdir}/qwt6
|
|
|
|
%endif
|
2012-04-02 10:31:02 +02:00
|
|
|
|
Accepting request 704825 from home:alois:branches:devel:libraries:c_c++
- Build against Qt5 by default
- Dropped qwt-qt5.patch
- Update to version 6.1.4
* All widgets ( including plot canvas )
+ missing initialization of the background color hint, when
drawing a styled focus rectangle
+ devicePixelRatio handling adjusted, QT_SCALE_FACTOR supported
* Maintenance
+ deprecated QString::null replaced by QString()
+ making clang-tidy/clazy and friends happier
+ compiler warnings with newer Qt versions fixed
* PyQt-Qwt
+ specific defines added
* QwtPointMapper
+ being multithreaded when possible
* QwtPlotRenderer
+ using QPdfWriter instead of QPrinter, when possible
* Build system
+ auto-disable building the designer plugin, when the
corresponding Qt installation was not build with designer
support
* Bug fixes
+ font resolving when using widget fonts for rendering
to a different paint device.
+ QwtPlotDirectPainter::CopyBackingStore: bad offset (
subtracting the canvas frame ), when flushing the updated
backing store fixed
+ QwtAbstractSlider::stepAlignment fixed, when the value is
exactly the upperBound, but no tick position
+ Missing right/bottom pixel added for QwtColumnSymbol::NoFrame
+ QwtWeedingCurveFitter::fitCurve fixed when being called with
no points
+ missing updates added for QwtLegend::setMaxColumns,
QwtScaleWidget::setLayoutFlag
+ QwtPlotCurve::drawSteps: polygon clipping fixed by adding
an extra pixel to the clip rectangle
+ QwtPlotItem::ScaleInterest enabled for all constructors of
QwtPlotSeriesItem
+ QwtPlotMarker::boundingRect fixed for HLine/VLine
+ QwtPlotIntervalCurve/QwtPlotTradingCurve::boundingRect
fixed
- Refreshed qwt-6.1.3-mkspecs.patch as qwt-6.1.4-mkspecs.patch
- Fixed manpages conflict with qwt5
- Remove _tmp manpages and rename the existing one to -qt5
pattern to avoid conflict with the qt4 package
- Dropped pre_checkin.sh
- Remove _multibuild prior to Factory submission
- Build qwt6-qt5 as separate package
* add qwt6-qt5.spec
* add qwt6-qt5.changes
* add qwt-qt5.patch
(thanks to awissu and other contributors of the KDE:Qt5 package)
- Refreshed qwt-rpath.patch as qwt-6.1.3-rpath.patch
- Create and install pc files for pkg-config:
* add qwt-6.1.3-pkgconfig.patch
- Use mkspecs directory
* add qwt-6.1.3-mkspecs.patch
- Use sover macro
- Build the examples modules
- Renamed the libqwt6 package as libqwt-qt%%sover
- Use license macro on openSUSE >= 42.2
- Add man page
- Added pre_checkin.sh to keep .changes files in sync
- Spec cleanup
- Update to version 6.1.3
* QwtPlotMagnifier, QwtPlotZoomer: handling of non linear
transformations ( f.e logarithmic )
* Date/Time scales fixed
QwtDate::ceil(), QwtDate::weekNumber(), QwtDate::utcOffset()
QwtDateScaleEngine fixed when aligning to months
* QwtPlotLayout: layout bug for legends witdh visisble
scrollbars fixed
* Plot items
hiding QwtPlotLegendItem without entries
QwtPlotShapeItem render code fixed
* QwtPlotGLCanvas
slightly improved, nevertheless better use Qwt 6.2 when being
interested in OpenGL
* Other
QwtGraphic boundingRect updates fixed
QwtSyntheticPointData::x() fixed
QwtLogScaleEngine::divideScale ignoring stepSize parameter
for ranges below one "decade"
QwtPlotAbstractBarChart::getCanvasMarginHint fixed
- Fixed source URL
- Update to Qwt 6.1.2
* fixes at QwtPlot, color maps, controls and scales.
- Removed Mandriva support.
- Renamed qwt-6.1.0-rpath.patch to qwt-rpath.patch
because upstream doesn't want merge it. Updated.
- qwt6-designer is now conflicting with qwt-designer.
- Update to Qwt 6.1.0
* New plot items
* Scales beyond linear and logarithmic transformations
* Datetime scales
* Redesign of the dial and meter widgets
* Basic support for an OpenGL plot canvas
* A new system for plot legends
* Off-screen paint device for vector graphics
* Changes and improvements to several classes
- Added qwt-6.1.0-rpath.patch to prevent
https://sourceforge.net/p/qwt/bugs/191
- Qmake debug info stripping was disabled.
- Update to Qwt 6.0.2
* qwtfunctions.pri added
* QwtPlotDict::detachItems fixed
* QwtWeedingCurveFitter::fitCurve performance improvements
* QwtDynGridLayout fixed for non widget items
* QwtInterval: avoid annoying compiler warning
* Autoscaling of curves without points fixed
* QwtPlotDirectPainter::drawSeries bad translation removed
* QwtPlotIntervalCurve: drawing of symbols fixed
* QwtPlotlayout: minor layout bufs fixed
* Usage of QwtPlotRasterItem::pixelHint fixed
* QwtPlotRenderer: several minor fixes
* QwtRasterData: CONREC algorithm fixed
* QwtThermo: layout code fixed
* QwtThermo: memory leak fixed
* QwtMmlDocument: compiler issues
* Logarithmic autoscaler fixed for intervals close below a decade
- Fix the SLES build (%make_install is not expanded on SLES)
- license update: SUSE-QWT-1.0
Added to spreadsheet linked at license.opensuse.org. Package warrants its
own license
- Initial release
OBS-URL: https://build.opensuse.org/request/show/704825
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/qwt6?expand=0&rev=7
2019-05-22 21:04:15 +02:00
|
|
|
%fdupes %{buildroot}%{_prefix}
|
2012-04-02 10:31:02 +02:00
|
|
|
|
2023-04-28 13:33:55 +02:00
|
|
|
%post -n libqwt%{mver}-%{qwt6_flavor}-%{sover} -p /sbin/ldconfig
|
|
|
|
%postun -n libqwt%{mver}-%{qwt6_flavor}-%{sover} -p /sbin/ldconfig
|
2012-04-02 10:31:02 +02:00
|
|
|
|
2023-04-28 13:33:55 +02:00
|
|
|
%files -n libqwt%{mver}-%{qwt6_flavor}-%{sover}
|
2017-08-12 20:25:41 +02:00
|
|
|
%license COPYING
|
2023-04-28 13:33:55 +02:00
|
|
|
%if 0%{?qt5}
|
Accepting request 1083565 from home:alois:branches:devel:libraries:c_c++
- Fixes boo#1210931
- Add _multibuild to support Qt6
- Add qwt-6.2.0-qt6-pkgconfig.patch and
qwt-6.2.0-qt6-libsuffix.patch (courtesy of Fedora)
and qwt6-rpmlintrc
- Man pages are now installed in the flavored doc dir as per
upstream default
- Rollback previous changes.
- Moved *.so.? & *.so.?.? to the devel subpackage.
- Added BSD-3-Clause for examples subpackage (6.2.0 changes).
- Obsolete previous library version
- Update to 6.2.0 (boo#1187996)
* MathML text renderer removed
* Class Includes added
* BSD License for examples
* Spline interpolation
* New plot items
- Check the installed CHANGES-6.2 file for the complete list
of changes.
- Drop qwt-6.1.3-pkgconfig.patch. No longer needed
- Rebase qwt-6.1.4-mkspecs.patch
- Update to version 6.1.6
* QwtPlotLayout::activate: avoid compiler issues with Qt 5.15
* QwtPointPolar: missing copy constructor added
- Update URL
- Update to 6.1.5:
* Avoid using some of the deprecated Qt APIs
* Missing includes of QPainterPath ( Qt 5.15 ) added
* QwtPlotSpectroCurve: missing public inheritance
* QwtPlotTradingCurve: missing public inheritance
* QwtLinearColorMap: handling of alpha values in color stops fixed
* QwtPlotRasterItem: Fixed missing color table initialization for
QImage::Format_Indexed8
* QwtScaleWidget: missing QEvent::LayoutRequest added
* QwtSetSample: bound rectangle fixed for empty sets
- Fix build with recent libqt5-qttools packages.
- Fixed conflict with Qwt 5.
- Fix requires for -devel package
- Build against Qt5 by default
- Dropped qwt-qt5.patch
- Update to version 6.1.4
* All widgets ( including plot canvas )
+ missing initialization of the background color hint, when
drawing a styled focus rectangle
+ devicePixelRatio handling adjusted, QT_SCALE_FACTOR supported
* Maintenance
+ deprecated QString::null replaced by QString()
+ making clang-tidy/clazy and friends happier
+ compiler warnings with newer Qt versions fixed
* PyQt-Qwt
+ specific defines added
* QwtPointMapper
+ being multithreaded when possible
* QwtPlotRenderer
+ using QPdfWriter instead of QPrinter, when possible
* Build system
+ auto-disable building the designer plugin, when the
corresponding Qt installation was not build with designer
support
* Bug fixes
+ font resolving when using widget fonts for rendering
to a different paint device.
+ QwtPlotDirectPainter::CopyBackingStore: bad offset (
subtracting the canvas frame ), when flushing the updated
backing store fixed
+ QwtAbstractSlider::stepAlignment fixed, when the value is
exactly the upperBound, but no tick position
+ Missing right/bottom pixel added for QwtColumnSymbol::NoFrame
+ QwtWeedingCurveFitter::fitCurve fixed when being called with
no points
+ missing updates added for QwtLegend::setMaxColumns,
QwtScaleWidget::setLayoutFlag
+ QwtPlotCurve::drawSteps: polygon clipping fixed by adding
an extra pixel to the clip rectangle
+ QwtPlotItem::ScaleInterest enabled for all constructors of
QwtPlotSeriesItem
+ QwtPlotMarker::boundingRect fixed for HLine/VLine
+ QwtPlotIntervalCurve/QwtPlotTradingCurve::boundingRect
fixed
- Refreshed qwt-6.1.3-mkspecs.patch as qwt-6.1.4-mkspecs.patch
- Fixed manpages conflict with qwt5
- Remove _tmp manpages and rename the existing one to -qt5
pattern to avoid conflict with the qt4 package
- Dropped pre_checkin.sh
- Remove _multibuild prior to Factory submission
- Build qwt6-qt5 as separate package
* add qwt6-qt5.spec
* add qwt6-qt5.changes
* add qwt-qt5.patch
(thanks to awissu and other contributors of the KDE:Qt5 package)
- Refreshed qwt-rpath.patch as qwt-6.1.3-rpath.patch
- Create and install pc files for pkg-config:
* add qwt-6.1.3-pkgconfig.patch
- Use mkspecs directory
* add qwt-6.1.3-mkspecs.patch
- Use sover macro
- Build the examples modules
- Renamed the libqwt6 package as libqwt-qt%%sover
- Use license macro on openSUSE >= 42.2
- Add man page
- Added pre_checkin.sh to keep .changes files in sync
- Spec cleanup
- Update to version 6.1.3
* QwtPlotMagnifier, QwtPlotZoomer: handling of non linear
transformations ( f.e logarithmic )
* Date/Time scales fixed
QwtDate::ceil(), QwtDate::weekNumber(), QwtDate::utcOffset()
QwtDateScaleEngine fixed when aligning to months
* QwtPlotLayout: layout bug for legends witdh visisble
scrollbars fixed
* Plot items
hiding QwtPlotLegendItem without entries
QwtPlotShapeItem render code fixed
* QwtPlotGLCanvas
slightly improved, nevertheless better use Qwt 6.2 when being
interested in OpenGL
* Other
QwtGraphic boundingRect updates fixed
QwtSyntheticPointData::x() fixed
QwtLogScaleEngine::divideScale ignoring stepSize parameter
for ranges below one "decade"
QwtPlotAbstractBarChart::getCanvasMarginHint fixed
- Fixed source URL
- Update to Qwt 6.1.2
* fixes at QwtPlot, color maps, controls and scales.
- Removed Mandriva support.
- Renamed qwt-6.1.0-rpath.patch to qwt-rpath.patch
because upstream doesn't want merge it. Updated.
- qwt6-designer is now conflicting with qwt-designer.
- Update to Qwt 6.1.0
* New plot items
* Scales beyond linear and logarithmic transformations
* Datetime scales
* Redesign of the dial and meter widgets
* Basic support for an OpenGL plot canvas
* A new system for plot legends
* Off-screen paint device for vector graphics
* Changes and improvements to several classes
- Added qwt-6.1.0-rpath.patch to prevent
https://sourceforge.net/p/qwt/bugs/191
- Qmake debug info stripping was disabled.
- Update to Qwt 6.0.2
* qwtfunctions.pri added
* QwtPlotDict::detachItems fixed
* QwtWeedingCurveFitter::fitCurve performance improvements
* QwtDynGridLayout fixed for non widget items
* QwtInterval: avoid annoying compiler warning
* Autoscaling of curves without points fixed
* QwtPlotDirectPainter::drawSeries bad translation removed
* QwtPlotIntervalCurve: drawing of symbols fixed
* QwtPlotlayout: minor layout bufs fixed
* Usage of QwtPlotRasterItem::pixelHint fixed
* QwtPlotRenderer: several minor fixes
* QwtRasterData: CONREC algorithm fixed
* QwtThermo: layout code fixed
* QwtThermo: memory leak fixed
* QwtMmlDocument: compiler issues
* Logarithmic autoscaler fixed for intervals close below a decade
- Fix the SLES build (%make_install is not expanded on SLES)
- license update: SUSE-QWT-1.0
Added to spreadsheet linked at license.opensuse.org. Package warrants its
own license
- Initial release
OBS-URL: https://build.opensuse.org/request/show/1083565
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/qwt6?expand=0&rev=18
2023-04-28 19:39:54 +02:00
|
|
|
%{_libqt5_libdir}/libqwt-%{qwt6_flavor}.so.6.2*
|
2023-04-28 13:33:55 +02:00
|
|
|
%endif
|
|
|
|
%if 0%{?qt6}
|
Accepting request 1083565 from home:alois:branches:devel:libraries:c_c++
- Fixes boo#1210931
- Add _multibuild to support Qt6
- Add qwt-6.2.0-qt6-pkgconfig.patch and
qwt-6.2.0-qt6-libsuffix.patch (courtesy of Fedora)
and qwt6-rpmlintrc
- Man pages are now installed in the flavored doc dir as per
upstream default
- Rollback previous changes.
- Moved *.so.? & *.so.?.? to the devel subpackage.
- Added BSD-3-Clause for examples subpackage (6.2.0 changes).
- Obsolete previous library version
- Update to 6.2.0 (boo#1187996)
* MathML text renderer removed
* Class Includes added
* BSD License for examples
* Spline interpolation
* New plot items
- Check the installed CHANGES-6.2 file for the complete list
of changes.
- Drop qwt-6.1.3-pkgconfig.patch. No longer needed
- Rebase qwt-6.1.4-mkspecs.patch
- Update to version 6.1.6
* QwtPlotLayout::activate: avoid compiler issues with Qt 5.15
* QwtPointPolar: missing copy constructor added
- Update URL
- Update to 6.1.5:
* Avoid using some of the deprecated Qt APIs
* Missing includes of QPainterPath ( Qt 5.15 ) added
* QwtPlotSpectroCurve: missing public inheritance
* QwtPlotTradingCurve: missing public inheritance
* QwtLinearColorMap: handling of alpha values in color stops fixed
* QwtPlotRasterItem: Fixed missing color table initialization for
QImage::Format_Indexed8
* QwtScaleWidget: missing QEvent::LayoutRequest added
* QwtSetSample: bound rectangle fixed for empty sets
- Fix build with recent libqt5-qttools packages.
- Fixed conflict with Qwt 5.
- Fix requires for -devel package
- Build against Qt5 by default
- Dropped qwt-qt5.patch
- Update to version 6.1.4
* All widgets ( including plot canvas )
+ missing initialization of the background color hint, when
drawing a styled focus rectangle
+ devicePixelRatio handling adjusted, QT_SCALE_FACTOR supported
* Maintenance
+ deprecated QString::null replaced by QString()
+ making clang-tidy/clazy and friends happier
+ compiler warnings with newer Qt versions fixed
* PyQt-Qwt
+ specific defines added
* QwtPointMapper
+ being multithreaded when possible
* QwtPlotRenderer
+ using QPdfWriter instead of QPrinter, when possible
* Build system
+ auto-disable building the designer plugin, when the
corresponding Qt installation was not build with designer
support
* Bug fixes
+ font resolving when using widget fonts for rendering
to a different paint device.
+ QwtPlotDirectPainter::CopyBackingStore: bad offset (
subtracting the canvas frame ), when flushing the updated
backing store fixed
+ QwtAbstractSlider::stepAlignment fixed, when the value is
exactly the upperBound, but no tick position
+ Missing right/bottom pixel added for QwtColumnSymbol::NoFrame
+ QwtWeedingCurveFitter::fitCurve fixed when being called with
no points
+ missing updates added for QwtLegend::setMaxColumns,
QwtScaleWidget::setLayoutFlag
+ QwtPlotCurve::drawSteps: polygon clipping fixed by adding
an extra pixel to the clip rectangle
+ QwtPlotItem::ScaleInterest enabled for all constructors of
QwtPlotSeriesItem
+ QwtPlotMarker::boundingRect fixed for HLine/VLine
+ QwtPlotIntervalCurve/QwtPlotTradingCurve::boundingRect
fixed
- Refreshed qwt-6.1.3-mkspecs.patch as qwt-6.1.4-mkspecs.patch
- Fixed manpages conflict with qwt5
- Remove _tmp manpages and rename the existing one to -qt5
pattern to avoid conflict with the qt4 package
- Dropped pre_checkin.sh
- Remove _multibuild prior to Factory submission
- Build qwt6-qt5 as separate package
* add qwt6-qt5.spec
* add qwt6-qt5.changes
* add qwt-qt5.patch
(thanks to awissu and other contributors of the KDE:Qt5 package)
- Refreshed qwt-rpath.patch as qwt-6.1.3-rpath.patch
- Create and install pc files for pkg-config:
* add qwt-6.1.3-pkgconfig.patch
- Use mkspecs directory
* add qwt-6.1.3-mkspecs.patch
- Use sover macro
- Build the examples modules
- Renamed the libqwt6 package as libqwt-qt%%sover
- Use license macro on openSUSE >= 42.2
- Add man page
- Added pre_checkin.sh to keep .changes files in sync
- Spec cleanup
- Update to version 6.1.3
* QwtPlotMagnifier, QwtPlotZoomer: handling of non linear
transformations ( f.e logarithmic )
* Date/Time scales fixed
QwtDate::ceil(), QwtDate::weekNumber(), QwtDate::utcOffset()
QwtDateScaleEngine fixed when aligning to months
* QwtPlotLayout: layout bug for legends witdh visisble
scrollbars fixed
* Plot items
hiding QwtPlotLegendItem without entries
QwtPlotShapeItem render code fixed
* QwtPlotGLCanvas
slightly improved, nevertheless better use Qwt 6.2 when being
interested in OpenGL
* Other
QwtGraphic boundingRect updates fixed
QwtSyntheticPointData::x() fixed
QwtLogScaleEngine::divideScale ignoring stepSize parameter
for ranges below one "decade"
QwtPlotAbstractBarChart::getCanvasMarginHint fixed
- Fixed source URL
- Update to Qwt 6.1.2
* fixes at QwtPlot, color maps, controls and scales.
- Removed Mandriva support.
- Renamed qwt-6.1.0-rpath.patch to qwt-rpath.patch
because upstream doesn't want merge it. Updated.
- qwt6-designer is now conflicting with qwt-designer.
- Update to Qwt 6.1.0
* New plot items
* Scales beyond linear and logarithmic transformations
* Datetime scales
* Redesign of the dial and meter widgets
* Basic support for an OpenGL plot canvas
* A new system for plot legends
* Off-screen paint device for vector graphics
* Changes and improvements to several classes
- Added qwt-6.1.0-rpath.patch to prevent
https://sourceforge.net/p/qwt/bugs/191
- Qmake debug info stripping was disabled.
- Update to Qwt 6.0.2
* qwtfunctions.pri added
* QwtPlotDict::detachItems fixed
* QwtWeedingCurveFitter::fitCurve performance improvements
* QwtDynGridLayout fixed for non widget items
* QwtInterval: avoid annoying compiler warning
* Autoscaling of curves without points fixed
* QwtPlotDirectPainter::drawSeries bad translation removed
* QwtPlotIntervalCurve: drawing of symbols fixed
* QwtPlotlayout: minor layout bufs fixed
* Usage of QwtPlotRasterItem::pixelHint fixed
* QwtPlotRenderer: several minor fixes
* QwtRasterData: CONREC algorithm fixed
* QwtThermo: layout code fixed
* QwtThermo: memory leak fixed
* QwtMmlDocument: compiler issues
* Logarithmic autoscaler fixed for intervals close below a decade
- Fix the SLES build (%make_install is not expanded on SLES)
- license update: SUSE-QWT-1.0
Added to spreadsheet linked at license.opensuse.org. Package warrants its
own license
- Initial release
OBS-URL: https://build.opensuse.org/request/show/1083565
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/qwt6?expand=0&rev=18
2023-04-28 19:39:54 +02:00
|
|
|
%{_qt6_libdir}/libqwt-%{qwt6_flavor}.so.6.2*
|
2023-04-28 13:33:55 +02:00
|
|
|
%endif
|
Accepting request 704825 from home:alois:branches:devel:libraries:c_c++
- Build against Qt5 by default
- Dropped qwt-qt5.patch
- Update to version 6.1.4
* All widgets ( including plot canvas )
+ missing initialization of the background color hint, when
drawing a styled focus rectangle
+ devicePixelRatio handling adjusted, QT_SCALE_FACTOR supported
* Maintenance
+ deprecated QString::null replaced by QString()
+ making clang-tidy/clazy and friends happier
+ compiler warnings with newer Qt versions fixed
* PyQt-Qwt
+ specific defines added
* QwtPointMapper
+ being multithreaded when possible
* QwtPlotRenderer
+ using QPdfWriter instead of QPrinter, when possible
* Build system
+ auto-disable building the designer plugin, when the
corresponding Qt installation was not build with designer
support
* Bug fixes
+ font resolving when using widget fonts for rendering
to a different paint device.
+ QwtPlotDirectPainter::CopyBackingStore: bad offset (
subtracting the canvas frame ), when flushing the updated
backing store fixed
+ QwtAbstractSlider::stepAlignment fixed, when the value is
exactly the upperBound, but no tick position
+ Missing right/bottom pixel added for QwtColumnSymbol::NoFrame
+ QwtWeedingCurveFitter::fitCurve fixed when being called with
no points
+ missing updates added for QwtLegend::setMaxColumns,
QwtScaleWidget::setLayoutFlag
+ QwtPlotCurve::drawSteps: polygon clipping fixed by adding
an extra pixel to the clip rectangle
+ QwtPlotItem::ScaleInterest enabled for all constructors of
QwtPlotSeriesItem
+ QwtPlotMarker::boundingRect fixed for HLine/VLine
+ QwtPlotIntervalCurve/QwtPlotTradingCurve::boundingRect
fixed
- Refreshed qwt-6.1.3-mkspecs.patch as qwt-6.1.4-mkspecs.patch
- Fixed manpages conflict with qwt5
- Remove _tmp manpages and rename the existing one to -qt5
pattern to avoid conflict with the qt4 package
- Dropped pre_checkin.sh
- Remove _multibuild prior to Factory submission
- Build qwt6-qt5 as separate package
* add qwt6-qt5.spec
* add qwt6-qt5.changes
* add qwt-qt5.patch
(thanks to awissu and other contributors of the KDE:Qt5 package)
- Refreshed qwt-rpath.patch as qwt-6.1.3-rpath.patch
- Create and install pc files for pkg-config:
* add qwt-6.1.3-pkgconfig.patch
- Use mkspecs directory
* add qwt-6.1.3-mkspecs.patch
- Use sover macro
- Build the examples modules
- Renamed the libqwt6 package as libqwt-qt%%sover
- Use license macro on openSUSE >= 42.2
- Add man page
- Added pre_checkin.sh to keep .changes files in sync
- Spec cleanup
- Update to version 6.1.3
* QwtPlotMagnifier, QwtPlotZoomer: handling of non linear
transformations ( f.e logarithmic )
* Date/Time scales fixed
QwtDate::ceil(), QwtDate::weekNumber(), QwtDate::utcOffset()
QwtDateScaleEngine fixed when aligning to months
* QwtPlotLayout: layout bug for legends witdh visisble
scrollbars fixed
* Plot items
hiding QwtPlotLegendItem without entries
QwtPlotShapeItem render code fixed
* QwtPlotGLCanvas
slightly improved, nevertheless better use Qwt 6.2 when being
interested in OpenGL
* Other
QwtGraphic boundingRect updates fixed
QwtSyntheticPointData::x() fixed
QwtLogScaleEngine::divideScale ignoring stepSize parameter
for ranges below one "decade"
QwtPlotAbstractBarChart::getCanvasMarginHint fixed
- Fixed source URL
- Update to Qwt 6.1.2
* fixes at QwtPlot, color maps, controls and scales.
- Removed Mandriva support.
- Renamed qwt-6.1.0-rpath.patch to qwt-rpath.patch
because upstream doesn't want merge it. Updated.
- qwt6-designer is now conflicting with qwt-designer.
- Update to Qwt 6.1.0
* New plot items
* Scales beyond linear and logarithmic transformations
* Datetime scales
* Redesign of the dial and meter widgets
* Basic support for an OpenGL plot canvas
* A new system for plot legends
* Off-screen paint device for vector graphics
* Changes and improvements to several classes
- Added qwt-6.1.0-rpath.patch to prevent
https://sourceforge.net/p/qwt/bugs/191
- Qmake debug info stripping was disabled.
- Update to Qwt 6.0.2
* qwtfunctions.pri added
* QwtPlotDict::detachItems fixed
* QwtWeedingCurveFitter::fitCurve performance improvements
* QwtDynGridLayout fixed for non widget items
* QwtInterval: avoid annoying compiler warning
* Autoscaling of curves without points fixed
* QwtPlotDirectPainter::drawSeries bad translation removed
* QwtPlotIntervalCurve: drawing of symbols fixed
* QwtPlotlayout: minor layout bufs fixed
* Usage of QwtPlotRasterItem::pixelHint fixed
* QwtPlotRenderer: several minor fixes
* QwtRasterData: CONREC algorithm fixed
* QwtThermo: layout code fixed
* QwtThermo: memory leak fixed
* QwtMmlDocument: compiler issues
* Logarithmic autoscaler fixed for intervals close below a decade
- Fix the SLES build (%make_install is not expanded on SLES)
- license update: SUSE-QWT-1.0
Added to spreadsheet linked at license.opensuse.org. Package warrants its
own license
- Initial release
OBS-URL: https://build.opensuse.org/request/show/704825
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/qwt6?expand=0&rev=7
2019-05-22 21:04:15 +02:00
|
|
|
|
|
|
|
%files designer
|
2023-04-28 13:33:55 +02:00
|
|
|
%if 0%{?qt5}
|
2019-09-10 14:39:44 +02:00
|
|
|
%dir %{_libqt5_plugindir}/designer/
|
Accepting request 704825 from home:alois:branches:devel:libraries:c_c++
- Build against Qt5 by default
- Dropped qwt-qt5.patch
- Update to version 6.1.4
* All widgets ( including plot canvas )
+ missing initialization of the background color hint, when
drawing a styled focus rectangle
+ devicePixelRatio handling adjusted, QT_SCALE_FACTOR supported
* Maintenance
+ deprecated QString::null replaced by QString()
+ making clang-tidy/clazy and friends happier
+ compiler warnings with newer Qt versions fixed
* PyQt-Qwt
+ specific defines added
* QwtPointMapper
+ being multithreaded when possible
* QwtPlotRenderer
+ using QPdfWriter instead of QPrinter, when possible
* Build system
+ auto-disable building the designer plugin, when the
corresponding Qt installation was not build with designer
support
* Bug fixes
+ font resolving when using widget fonts for rendering
to a different paint device.
+ QwtPlotDirectPainter::CopyBackingStore: bad offset (
subtracting the canvas frame ), when flushing the updated
backing store fixed
+ QwtAbstractSlider::stepAlignment fixed, when the value is
exactly the upperBound, but no tick position
+ Missing right/bottom pixel added for QwtColumnSymbol::NoFrame
+ QwtWeedingCurveFitter::fitCurve fixed when being called with
no points
+ missing updates added for QwtLegend::setMaxColumns,
QwtScaleWidget::setLayoutFlag
+ QwtPlotCurve::drawSteps: polygon clipping fixed by adding
an extra pixel to the clip rectangle
+ QwtPlotItem::ScaleInterest enabled for all constructors of
QwtPlotSeriesItem
+ QwtPlotMarker::boundingRect fixed for HLine/VLine
+ QwtPlotIntervalCurve/QwtPlotTradingCurve::boundingRect
fixed
- Refreshed qwt-6.1.3-mkspecs.patch as qwt-6.1.4-mkspecs.patch
- Fixed manpages conflict with qwt5
- Remove _tmp manpages and rename the existing one to -qt5
pattern to avoid conflict with the qt4 package
- Dropped pre_checkin.sh
- Remove _multibuild prior to Factory submission
- Build qwt6-qt5 as separate package
* add qwt6-qt5.spec
* add qwt6-qt5.changes
* add qwt-qt5.patch
(thanks to awissu and other contributors of the KDE:Qt5 package)
- Refreshed qwt-rpath.patch as qwt-6.1.3-rpath.patch
- Create and install pc files for pkg-config:
* add qwt-6.1.3-pkgconfig.patch
- Use mkspecs directory
* add qwt-6.1.3-mkspecs.patch
- Use sover macro
- Build the examples modules
- Renamed the libqwt6 package as libqwt-qt%%sover
- Use license macro on openSUSE >= 42.2
- Add man page
- Added pre_checkin.sh to keep .changes files in sync
- Spec cleanup
- Update to version 6.1.3
* QwtPlotMagnifier, QwtPlotZoomer: handling of non linear
transformations ( f.e logarithmic )
* Date/Time scales fixed
QwtDate::ceil(), QwtDate::weekNumber(), QwtDate::utcOffset()
QwtDateScaleEngine fixed when aligning to months
* QwtPlotLayout: layout bug for legends witdh visisble
scrollbars fixed
* Plot items
hiding QwtPlotLegendItem without entries
QwtPlotShapeItem render code fixed
* QwtPlotGLCanvas
slightly improved, nevertheless better use Qwt 6.2 when being
interested in OpenGL
* Other
QwtGraphic boundingRect updates fixed
QwtSyntheticPointData::x() fixed
QwtLogScaleEngine::divideScale ignoring stepSize parameter
for ranges below one "decade"
QwtPlotAbstractBarChart::getCanvasMarginHint fixed
- Fixed source URL
- Update to Qwt 6.1.2
* fixes at QwtPlot, color maps, controls and scales.
- Removed Mandriva support.
- Renamed qwt-6.1.0-rpath.patch to qwt-rpath.patch
because upstream doesn't want merge it. Updated.
- qwt6-designer is now conflicting with qwt-designer.
- Update to Qwt 6.1.0
* New plot items
* Scales beyond linear and logarithmic transformations
* Datetime scales
* Redesign of the dial and meter widgets
* Basic support for an OpenGL plot canvas
* A new system for plot legends
* Off-screen paint device for vector graphics
* Changes and improvements to several classes
- Added qwt-6.1.0-rpath.patch to prevent
https://sourceforge.net/p/qwt/bugs/191
- Qmake debug info stripping was disabled.
- Update to Qwt 6.0.2
* qwtfunctions.pri added
* QwtPlotDict::detachItems fixed
* QwtWeedingCurveFitter::fitCurve performance improvements
* QwtDynGridLayout fixed for non widget items
* QwtInterval: avoid annoying compiler warning
* Autoscaling of curves without points fixed
* QwtPlotDirectPainter::drawSeries bad translation removed
* QwtPlotIntervalCurve: drawing of symbols fixed
* QwtPlotlayout: minor layout bufs fixed
* Usage of QwtPlotRasterItem::pixelHint fixed
* QwtPlotRenderer: several minor fixes
* QwtRasterData: CONREC algorithm fixed
* QwtThermo: layout code fixed
* QwtThermo: memory leak fixed
* QwtMmlDocument: compiler issues
* Logarithmic autoscaler fixed for intervals close below a decade
- Fix the SLES build (%make_install is not expanded on SLES)
- license update: SUSE-QWT-1.0
Added to spreadsheet linked at license.opensuse.org. Package warrants its
own license
- Initial release
OBS-URL: https://build.opensuse.org/request/show/704825
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/qwt6?expand=0&rev=7
2019-05-22 21:04:15 +02:00
|
|
|
%{_libqt5_plugindir}/designer/*.so
|
2023-04-28 13:33:55 +02:00
|
|
|
%endif
|
|
|
|
%if 0%{?qt6}
|
|
|
|
%dir %{_qt6_pluginsdir}/designer/
|
|
|
|
%{_qt6_pluginsdir}/designer/*.so
|
|
|
|
%endif
|
2012-04-02 10:31:02 +02:00
|
|
|
|
|
|
|
%files devel
|
2017-08-12 20:25:41 +02:00
|
|
|
%doc README
|
2023-04-28 13:33:55 +02:00
|
|
|
%if 0%{?qt5}
|
Accepting request 1083565 from home:alois:branches:devel:libraries:c_c++
- Fixes boo#1210931
- Add _multibuild to support Qt6
- Add qwt-6.2.0-qt6-pkgconfig.patch and
qwt-6.2.0-qt6-libsuffix.patch (courtesy of Fedora)
and qwt6-rpmlintrc
- Man pages are now installed in the flavored doc dir as per
upstream default
- Rollback previous changes.
- Moved *.so.? & *.so.?.? to the devel subpackage.
- Added BSD-3-Clause for examples subpackage (6.2.0 changes).
- Obsolete previous library version
- Update to 6.2.0 (boo#1187996)
* MathML text renderer removed
* Class Includes added
* BSD License for examples
* Spline interpolation
* New plot items
- Check the installed CHANGES-6.2 file for the complete list
of changes.
- Drop qwt-6.1.3-pkgconfig.patch. No longer needed
- Rebase qwt-6.1.4-mkspecs.patch
- Update to version 6.1.6
* QwtPlotLayout::activate: avoid compiler issues with Qt 5.15
* QwtPointPolar: missing copy constructor added
- Update URL
- Update to 6.1.5:
* Avoid using some of the deprecated Qt APIs
* Missing includes of QPainterPath ( Qt 5.15 ) added
* QwtPlotSpectroCurve: missing public inheritance
* QwtPlotTradingCurve: missing public inheritance
* QwtLinearColorMap: handling of alpha values in color stops fixed
* QwtPlotRasterItem: Fixed missing color table initialization for
QImage::Format_Indexed8
* QwtScaleWidget: missing QEvent::LayoutRequest added
* QwtSetSample: bound rectangle fixed for empty sets
- Fix build with recent libqt5-qttools packages.
- Fixed conflict with Qwt 5.
- Fix requires for -devel package
- Build against Qt5 by default
- Dropped qwt-qt5.patch
- Update to version 6.1.4
* All widgets ( including plot canvas )
+ missing initialization of the background color hint, when
drawing a styled focus rectangle
+ devicePixelRatio handling adjusted, QT_SCALE_FACTOR supported
* Maintenance
+ deprecated QString::null replaced by QString()
+ making clang-tidy/clazy and friends happier
+ compiler warnings with newer Qt versions fixed
* PyQt-Qwt
+ specific defines added
* QwtPointMapper
+ being multithreaded when possible
* QwtPlotRenderer
+ using QPdfWriter instead of QPrinter, when possible
* Build system
+ auto-disable building the designer plugin, when the
corresponding Qt installation was not build with designer
support
* Bug fixes
+ font resolving when using widget fonts for rendering
to a different paint device.
+ QwtPlotDirectPainter::CopyBackingStore: bad offset (
subtracting the canvas frame ), when flushing the updated
backing store fixed
+ QwtAbstractSlider::stepAlignment fixed, when the value is
exactly the upperBound, but no tick position
+ Missing right/bottom pixel added for QwtColumnSymbol::NoFrame
+ QwtWeedingCurveFitter::fitCurve fixed when being called with
no points
+ missing updates added for QwtLegend::setMaxColumns,
QwtScaleWidget::setLayoutFlag
+ QwtPlotCurve::drawSteps: polygon clipping fixed by adding
an extra pixel to the clip rectangle
+ QwtPlotItem::ScaleInterest enabled for all constructors of
QwtPlotSeriesItem
+ QwtPlotMarker::boundingRect fixed for HLine/VLine
+ QwtPlotIntervalCurve/QwtPlotTradingCurve::boundingRect
fixed
- Refreshed qwt-6.1.3-mkspecs.patch as qwt-6.1.4-mkspecs.patch
- Fixed manpages conflict with qwt5
- Remove _tmp manpages and rename the existing one to -qt5
pattern to avoid conflict with the qt4 package
- Dropped pre_checkin.sh
- Remove _multibuild prior to Factory submission
- Build qwt6-qt5 as separate package
* add qwt6-qt5.spec
* add qwt6-qt5.changes
* add qwt-qt5.patch
(thanks to awissu and other contributors of the KDE:Qt5 package)
- Refreshed qwt-rpath.patch as qwt-6.1.3-rpath.patch
- Create and install pc files for pkg-config:
* add qwt-6.1.3-pkgconfig.patch
- Use mkspecs directory
* add qwt-6.1.3-mkspecs.patch
- Use sover macro
- Build the examples modules
- Renamed the libqwt6 package as libqwt-qt%%sover
- Use license macro on openSUSE >= 42.2
- Add man page
- Added pre_checkin.sh to keep .changes files in sync
- Spec cleanup
- Update to version 6.1.3
* QwtPlotMagnifier, QwtPlotZoomer: handling of non linear
transformations ( f.e logarithmic )
* Date/Time scales fixed
QwtDate::ceil(), QwtDate::weekNumber(), QwtDate::utcOffset()
QwtDateScaleEngine fixed when aligning to months
* QwtPlotLayout: layout bug for legends witdh visisble
scrollbars fixed
* Plot items
hiding QwtPlotLegendItem without entries
QwtPlotShapeItem render code fixed
* QwtPlotGLCanvas
slightly improved, nevertheless better use Qwt 6.2 when being
interested in OpenGL
* Other
QwtGraphic boundingRect updates fixed
QwtSyntheticPointData::x() fixed
QwtLogScaleEngine::divideScale ignoring stepSize parameter
for ranges below one "decade"
QwtPlotAbstractBarChart::getCanvasMarginHint fixed
- Fixed source URL
- Update to Qwt 6.1.2
* fixes at QwtPlot, color maps, controls and scales.
- Removed Mandriva support.
- Renamed qwt-6.1.0-rpath.patch to qwt-rpath.patch
because upstream doesn't want merge it. Updated.
- qwt6-designer is now conflicting with qwt-designer.
- Update to Qwt 6.1.0
* New plot items
* Scales beyond linear and logarithmic transformations
* Datetime scales
* Redesign of the dial and meter widgets
* Basic support for an OpenGL plot canvas
* A new system for plot legends
* Off-screen paint device for vector graphics
* Changes and improvements to several classes
- Added qwt-6.1.0-rpath.patch to prevent
https://sourceforge.net/p/qwt/bugs/191
- Qmake debug info stripping was disabled.
- Update to Qwt 6.0.2
* qwtfunctions.pri added
* QwtPlotDict::detachItems fixed
* QwtWeedingCurveFitter::fitCurve performance improvements
* QwtDynGridLayout fixed for non widget items
* QwtInterval: avoid annoying compiler warning
* Autoscaling of curves without points fixed
* QwtPlotDirectPainter::drawSeries bad translation removed
* QwtPlotIntervalCurve: drawing of symbols fixed
* QwtPlotlayout: minor layout bufs fixed
* Usage of QwtPlotRasterItem::pixelHint fixed
* QwtPlotRenderer: several minor fixes
* QwtRasterData: CONREC algorithm fixed
* QwtThermo: layout code fixed
* QwtThermo: memory leak fixed
* QwtMmlDocument: compiler issues
* Logarithmic autoscaler fixed for intervals close below a decade
- Fix the SLES build (%make_install is not expanded on SLES)
- license update: SUSE-QWT-1.0
Added to spreadsheet linked at license.opensuse.org. Package warrants its
own license
- Initial release
OBS-URL: https://build.opensuse.org/request/show/1083565
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/qwt6?expand=0&rev=18
2023-04-28 19:39:54 +02:00
|
|
|
%{_libqt5_libdir}/libqwt-%{qwt6_flavor}.so
|
Accepting request 704825 from home:alois:branches:devel:libraries:c_c++
- Build against Qt5 by default
- Dropped qwt-qt5.patch
- Update to version 6.1.4
* All widgets ( including plot canvas )
+ missing initialization of the background color hint, when
drawing a styled focus rectangle
+ devicePixelRatio handling adjusted, QT_SCALE_FACTOR supported
* Maintenance
+ deprecated QString::null replaced by QString()
+ making clang-tidy/clazy and friends happier
+ compiler warnings with newer Qt versions fixed
* PyQt-Qwt
+ specific defines added
* QwtPointMapper
+ being multithreaded when possible
* QwtPlotRenderer
+ using QPdfWriter instead of QPrinter, when possible
* Build system
+ auto-disable building the designer plugin, when the
corresponding Qt installation was not build with designer
support
* Bug fixes
+ font resolving when using widget fonts for rendering
to a different paint device.
+ QwtPlotDirectPainter::CopyBackingStore: bad offset (
subtracting the canvas frame ), when flushing the updated
backing store fixed
+ QwtAbstractSlider::stepAlignment fixed, when the value is
exactly the upperBound, but no tick position
+ Missing right/bottom pixel added for QwtColumnSymbol::NoFrame
+ QwtWeedingCurveFitter::fitCurve fixed when being called with
no points
+ missing updates added for QwtLegend::setMaxColumns,
QwtScaleWidget::setLayoutFlag
+ QwtPlotCurve::drawSteps: polygon clipping fixed by adding
an extra pixel to the clip rectangle
+ QwtPlotItem::ScaleInterest enabled for all constructors of
QwtPlotSeriesItem
+ QwtPlotMarker::boundingRect fixed for HLine/VLine
+ QwtPlotIntervalCurve/QwtPlotTradingCurve::boundingRect
fixed
- Refreshed qwt-6.1.3-mkspecs.patch as qwt-6.1.4-mkspecs.patch
- Fixed manpages conflict with qwt5
- Remove _tmp manpages and rename the existing one to -qt5
pattern to avoid conflict with the qt4 package
- Dropped pre_checkin.sh
- Remove _multibuild prior to Factory submission
- Build qwt6-qt5 as separate package
* add qwt6-qt5.spec
* add qwt6-qt5.changes
* add qwt-qt5.patch
(thanks to awissu and other contributors of the KDE:Qt5 package)
- Refreshed qwt-rpath.patch as qwt-6.1.3-rpath.patch
- Create and install pc files for pkg-config:
* add qwt-6.1.3-pkgconfig.patch
- Use mkspecs directory
* add qwt-6.1.3-mkspecs.patch
- Use sover macro
- Build the examples modules
- Renamed the libqwt6 package as libqwt-qt%%sover
- Use license macro on openSUSE >= 42.2
- Add man page
- Added pre_checkin.sh to keep .changes files in sync
- Spec cleanup
- Update to version 6.1.3
* QwtPlotMagnifier, QwtPlotZoomer: handling of non linear
transformations ( f.e logarithmic )
* Date/Time scales fixed
QwtDate::ceil(), QwtDate::weekNumber(), QwtDate::utcOffset()
QwtDateScaleEngine fixed when aligning to months
* QwtPlotLayout: layout bug for legends witdh visisble
scrollbars fixed
* Plot items
hiding QwtPlotLegendItem without entries
QwtPlotShapeItem render code fixed
* QwtPlotGLCanvas
slightly improved, nevertheless better use Qwt 6.2 when being
interested in OpenGL
* Other
QwtGraphic boundingRect updates fixed
QwtSyntheticPointData::x() fixed
QwtLogScaleEngine::divideScale ignoring stepSize parameter
for ranges below one "decade"
QwtPlotAbstractBarChart::getCanvasMarginHint fixed
- Fixed source URL
- Update to Qwt 6.1.2
* fixes at QwtPlot, color maps, controls and scales.
- Removed Mandriva support.
- Renamed qwt-6.1.0-rpath.patch to qwt-rpath.patch
because upstream doesn't want merge it. Updated.
- qwt6-designer is now conflicting with qwt-designer.
- Update to Qwt 6.1.0
* New plot items
* Scales beyond linear and logarithmic transformations
* Datetime scales
* Redesign of the dial and meter widgets
* Basic support for an OpenGL plot canvas
* A new system for plot legends
* Off-screen paint device for vector graphics
* Changes and improvements to several classes
- Added qwt-6.1.0-rpath.patch to prevent
https://sourceforge.net/p/qwt/bugs/191
- Qmake debug info stripping was disabled.
- Update to Qwt 6.0.2
* qwtfunctions.pri added
* QwtPlotDict::detachItems fixed
* QwtWeedingCurveFitter::fitCurve performance improvements
* QwtDynGridLayout fixed for non widget items
* QwtInterval: avoid annoying compiler warning
* Autoscaling of curves without points fixed
* QwtPlotDirectPainter::drawSeries bad translation removed
* QwtPlotIntervalCurve: drawing of symbols fixed
* QwtPlotlayout: minor layout bufs fixed
* Usage of QwtPlotRasterItem::pixelHint fixed
* QwtPlotRenderer: several minor fixes
* QwtRasterData: CONREC algorithm fixed
* QwtThermo: layout code fixed
* QwtThermo: memory leak fixed
* QwtMmlDocument: compiler issues
* Logarithmic autoscaler fixed for intervals close below a decade
- Fix the SLES build (%make_install is not expanded on SLES)
- license update: SUSE-QWT-1.0
Added to spreadsheet linked at license.opensuse.org. Package warrants its
own license
- Initial release
OBS-URL: https://build.opensuse.org/request/show/704825
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/qwt6?expand=0&rev=7
2019-05-22 21:04:15 +02:00
|
|
|
%{_libqt5_libdir}/pkgconfig/Qt5Qwt6.pc
|
|
|
|
%{_libqt5_archdatadir}/mkspecs/features/
|
|
|
|
%dir %{_libqt5_includedir}/qwt6
|
2021-07-20 11:10:12 +02:00
|
|
|
%{_libqt5_includedir}/qwt6/*
|
2023-04-28 13:33:55 +02:00
|
|
|
%endif
|
|
|
|
%if 0%{?qt6}
|
Accepting request 1083565 from home:alois:branches:devel:libraries:c_c++
- Fixes boo#1210931
- Add _multibuild to support Qt6
- Add qwt-6.2.0-qt6-pkgconfig.patch and
qwt-6.2.0-qt6-libsuffix.patch (courtesy of Fedora)
and qwt6-rpmlintrc
- Man pages are now installed in the flavored doc dir as per
upstream default
- Rollback previous changes.
- Moved *.so.? & *.so.?.? to the devel subpackage.
- Added BSD-3-Clause for examples subpackage (6.2.0 changes).
- Obsolete previous library version
- Update to 6.2.0 (boo#1187996)
* MathML text renderer removed
* Class Includes added
* BSD License for examples
* Spline interpolation
* New plot items
- Check the installed CHANGES-6.2 file for the complete list
of changes.
- Drop qwt-6.1.3-pkgconfig.patch. No longer needed
- Rebase qwt-6.1.4-mkspecs.patch
- Update to version 6.1.6
* QwtPlotLayout::activate: avoid compiler issues with Qt 5.15
* QwtPointPolar: missing copy constructor added
- Update URL
- Update to 6.1.5:
* Avoid using some of the deprecated Qt APIs
* Missing includes of QPainterPath ( Qt 5.15 ) added
* QwtPlotSpectroCurve: missing public inheritance
* QwtPlotTradingCurve: missing public inheritance
* QwtLinearColorMap: handling of alpha values in color stops fixed
* QwtPlotRasterItem: Fixed missing color table initialization for
QImage::Format_Indexed8
* QwtScaleWidget: missing QEvent::LayoutRequest added
* QwtSetSample: bound rectangle fixed for empty sets
- Fix build with recent libqt5-qttools packages.
- Fixed conflict with Qwt 5.
- Fix requires for -devel package
- Build against Qt5 by default
- Dropped qwt-qt5.patch
- Update to version 6.1.4
* All widgets ( including plot canvas )
+ missing initialization of the background color hint, when
drawing a styled focus rectangle
+ devicePixelRatio handling adjusted, QT_SCALE_FACTOR supported
* Maintenance
+ deprecated QString::null replaced by QString()
+ making clang-tidy/clazy and friends happier
+ compiler warnings with newer Qt versions fixed
* PyQt-Qwt
+ specific defines added
* QwtPointMapper
+ being multithreaded when possible
* QwtPlotRenderer
+ using QPdfWriter instead of QPrinter, when possible
* Build system
+ auto-disable building the designer plugin, when the
corresponding Qt installation was not build with designer
support
* Bug fixes
+ font resolving when using widget fonts for rendering
to a different paint device.
+ QwtPlotDirectPainter::CopyBackingStore: bad offset (
subtracting the canvas frame ), when flushing the updated
backing store fixed
+ QwtAbstractSlider::stepAlignment fixed, when the value is
exactly the upperBound, but no tick position
+ Missing right/bottom pixel added for QwtColumnSymbol::NoFrame
+ QwtWeedingCurveFitter::fitCurve fixed when being called with
no points
+ missing updates added for QwtLegend::setMaxColumns,
QwtScaleWidget::setLayoutFlag
+ QwtPlotCurve::drawSteps: polygon clipping fixed by adding
an extra pixel to the clip rectangle
+ QwtPlotItem::ScaleInterest enabled for all constructors of
QwtPlotSeriesItem
+ QwtPlotMarker::boundingRect fixed for HLine/VLine
+ QwtPlotIntervalCurve/QwtPlotTradingCurve::boundingRect
fixed
- Refreshed qwt-6.1.3-mkspecs.patch as qwt-6.1.4-mkspecs.patch
- Fixed manpages conflict with qwt5
- Remove _tmp manpages and rename the existing one to -qt5
pattern to avoid conflict with the qt4 package
- Dropped pre_checkin.sh
- Remove _multibuild prior to Factory submission
- Build qwt6-qt5 as separate package
* add qwt6-qt5.spec
* add qwt6-qt5.changes
* add qwt-qt5.patch
(thanks to awissu and other contributors of the KDE:Qt5 package)
- Refreshed qwt-rpath.patch as qwt-6.1.3-rpath.patch
- Create and install pc files for pkg-config:
* add qwt-6.1.3-pkgconfig.patch
- Use mkspecs directory
* add qwt-6.1.3-mkspecs.patch
- Use sover macro
- Build the examples modules
- Renamed the libqwt6 package as libqwt-qt%%sover
- Use license macro on openSUSE >= 42.2
- Add man page
- Added pre_checkin.sh to keep .changes files in sync
- Spec cleanup
- Update to version 6.1.3
* QwtPlotMagnifier, QwtPlotZoomer: handling of non linear
transformations ( f.e logarithmic )
* Date/Time scales fixed
QwtDate::ceil(), QwtDate::weekNumber(), QwtDate::utcOffset()
QwtDateScaleEngine fixed when aligning to months
* QwtPlotLayout: layout bug for legends witdh visisble
scrollbars fixed
* Plot items
hiding QwtPlotLegendItem without entries
QwtPlotShapeItem render code fixed
* QwtPlotGLCanvas
slightly improved, nevertheless better use Qwt 6.2 when being
interested in OpenGL
* Other
QwtGraphic boundingRect updates fixed
QwtSyntheticPointData::x() fixed
QwtLogScaleEngine::divideScale ignoring stepSize parameter
for ranges below one "decade"
QwtPlotAbstractBarChart::getCanvasMarginHint fixed
- Fixed source URL
- Update to Qwt 6.1.2
* fixes at QwtPlot, color maps, controls and scales.
- Removed Mandriva support.
- Renamed qwt-6.1.0-rpath.patch to qwt-rpath.patch
because upstream doesn't want merge it. Updated.
- qwt6-designer is now conflicting with qwt-designer.
- Update to Qwt 6.1.0
* New plot items
* Scales beyond linear and logarithmic transformations
* Datetime scales
* Redesign of the dial and meter widgets
* Basic support for an OpenGL plot canvas
* A new system for plot legends
* Off-screen paint device for vector graphics
* Changes and improvements to several classes
- Added qwt-6.1.0-rpath.patch to prevent
https://sourceforge.net/p/qwt/bugs/191
- Qmake debug info stripping was disabled.
- Update to Qwt 6.0.2
* qwtfunctions.pri added
* QwtPlotDict::detachItems fixed
* QwtWeedingCurveFitter::fitCurve performance improvements
* QwtDynGridLayout fixed for non widget items
* QwtInterval: avoid annoying compiler warning
* Autoscaling of curves without points fixed
* QwtPlotDirectPainter::drawSeries bad translation removed
* QwtPlotIntervalCurve: drawing of symbols fixed
* QwtPlotlayout: minor layout bufs fixed
* Usage of QwtPlotRasterItem::pixelHint fixed
* QwtPlotRenderer: several minor fixes
* QwtRasterData: CONREC algorithm fixed
* QwtThermo: layout code fixed
* QwtThermo: memory leak fixed
* QwtMmlDocument: compiler issues
* Logarithmic autoscaler fixed for intervals close below a decade
- Fix the SLES build (%make_install is not expanded on SLES)
- license update: SUSE-QWT-1.0
Added to spreadsheet linked at license.opensuse.org. Package warrants its
own license
- Initial release
OBS-URL: https://build.opensuse.org/request/show/1083565
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/qwt6?expand=0&rev=18
2023-04-28 19:39:54 +02:00
|
|
|
%{_qt6_libdir}/libqwt-%{qwt6_flavor}.so
|
2023-04-28 13:33:55 +02:00
|
|
|
%{_qt6_libdir}/pkgconfig/%{qt_descr}Qwt6.pc
|
|
|
|
%{_qt6_archdatadir}/mkspecs/features/
|
|
|
|
%dir %{_qt6_includedir}/qwt6
|
|
|
|
%{_qt6_includedir}/qwt6/*
|
|
|
|
%endif
|
2012-04-02 10:31:02 +02:00
|
|
|
|
|
|
|
%files examples
|
2023-04-28 13:33:55 +02:00
|
|
|
%if 0%{?qt5}
|
Accepting request 704825 from home:alois:branches:devel:libraries:c_c++
- Build against Qt5 by default
- Dropped qwt-qt5.patch
- Update to version 6.1.4
* All widgets ( including plot canvas )
+ missing initialization of the background color hint, when
drawing a styled focus rectangle
+ devicePixelRatio handling adjusted, QT_SCALE_FACTOR supported
* Maintenance
+ deprecated QString::null replaced by QString()
+ making clang-tidy/clazy and friends happier
+ compiler warnings with newer Qt versions fixed
* PyQt-Qwt
+ specific defines added
* QwtPointMapper
+ being multithreaded when possible
* QwtPlotRenderer
+ using QPdfWriter instead of QPrinter, when possible
* Build system
+ auto-disable building the designer plugin, when the
corresponding Qt installation was not build with designer
support
* Bug fixes
+ font resolving when using widget fonts for rendering
to a different paint device.
+ QwtPlotDirectPainter::CopyBackingStore: bad offset (
subtracting the canvas frame ), when flushing the updated
backing store fixed
+ QwtAbstractSlider::stepAlignment fixed, when the value is
exactly the upperBound, but no tick position
+ Missing right/bottom pixel added for QwtColumnSymbol::NoFrame
+ QwtWeedingCurveFitter::fitCurve fixed when being called with
no points
+ missing updates added for QwtLegend::setMaxColumns,
QwtScaleWidget::setLayoutFlag
+ QwtPlotCurve::drawSteps: polygon clipping fixed by adding
an extra pixel to the clip rectangle
+ QwtPlotItem::ScaleInterest enabled for all constructors of
QwtPlotSeriesItem
+ QwtPlotMarker::boundingRect fixed for HLine/VLine
+ QwtPlotIntervalCurve/QwtPlotTradingCurve::boundingRect
fixed
- Refreshed qwt-6.1.3-mkspecs.patch as qwt-6.1.4-mkspecs.patch
- Fixed manpages conflict with qwt5
- Remove _tmp manpages and rename the existing one to -qt5
pattern to avoid conflict with the qt4 package
- Dropped pre_checkin.sh
- Remove _multibuild prior to Factory submission
- Build qwt6-qt5 as separate package
* add qwt6-qt5.spec
* add qwt6-qt5.changes
* add qwt-qt5.patch
(thanks to awissu and other contributors of the KDE:Qt5 package)
- Refreshed qwt-rpath.patch as qwt-6.1.3-rpath.patch
- Create and install pc files for pkg-config:
* add qwt-6.1.3-pkgconfig.patch
- Use mkspecs directory
* add qwt-6.1.3-mkspecs.patch
- Use sover macro
- Build the examples modules
- Renamed the libqwt6 package as libqwt-qt%%sover
- Use license macro on openSUSE >= 42.2
- Add man page
- Added pre_checkin.sh to keep .changes files in sync
- Spec cleanup
- Update to version 6.1.3
* QwtPlotMagnifier, QwtPlotZoomer: handling of non linear
transformations ( f.e logarithmic )
* Date/Time scales fixed
QwtDate::ceil(), QwtDate::weekNumber(), QwtDate::utcOffset()
QwtDateScaleEngine fixed when aligning to months
* QwtPlotLayout: layout bug for legends witdh visisble
scrollbars fixed
* Plot items
hiding QwtPlotLegendItem without entries
QwtPlotShapeItem render code fixed
* QwtPlotGLCanvas
slightly improved, nevertheless better use Qwt 6.2 when being
interested in OpenGL
* Other
QwtGraphic boundingRect updates fixed
QwtSyntheticPointData::x() fixed
QwtLogScaleEngine::divideScale ignoring stepSize parameter
for ranges below one "decade"
QwtPlotAbstractBarChart::getCanvasMarginHint fixed
- Fixed source URL
- Update to Qwt 6.1.2
* fixes at QwtPlot, color maps, controls and scales.
- Removed Mandriva support.
- Renamed qwt-6.1.0-rpath.patch to qwt-rpath.patch
because upstream doesn't want merge it. Updated.
- qwt6-designer is now conflicting with qwt-designer.
- Update to Qwt 6.1.0
* New plot items
* Scales beyond linear and logarithmic transformations
* Datetime scales
* Redesign of the dial and meter widgets
* Basic support for an OpenGL plot canvas
* A new system for plot legends
* Off-screen paint device for vector graphics
* Changes and improvements to several classes
- Added qwt-6.1.0-rpath.patch to prevent
https://sourceforge.net/p/qwt/bugs/191
- Qmake debug info stripping was disabled.
- Update to Qwt 6.0.2
* qwtfunctions.pri added
* QwtPlotDict::detachItems fixed
* QwtWeedingCurveFitter::fitCurve performance improvements
* QwtDynGridLayout fixed for non widget items
* QwtInterval: avoid annoying compiler warning
* Autoscaling of curves without points fixed
* QwtPlotDirectPainter::drawSeries bad translation removed
* QwtPlotIntervalCurve: drawing of symbols fixed
* QwtPlotlayout: minor layout bufs fixed
* Usage of QwtPlotRasterItem::pixelHint fixed
* QwtPlotRenderer: several minor fixes
* QwtRasterData: CONREC algorithm fixed
* QwtThermo: layout code fixed
* QwtThermo: memory leak fixed
* QwtMmlDocument: compiler issues
* Logarithmic autoscaler fixed for intervals close below a decade
- Fix the SLES build (%make_install is not expanded on SLES)
- license update: SUSE-QWT-1.0
Added to spreadsheet linked at license.opensuse.org. Package warrants its
own license
- Initial release
OBS-URL: https://build.opensuse.org/request/show/704825
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/qwt6?expand=0&rev=7
2019-05-22 21:04:15 +02:00
|
|
|
%{_libqt5_examplesdir}/
|
2023-04-28 13:33:55 +02:00
|
|
|
%endif
|
|
|
|
%if 0%{?qt6}
|
|
|
|
%{_qt6_examplesdir}/
|
|
|
|
%endif
|
2012-04-02 10:31:02 +02:00
|
|
|
|
|
|
|
%files devel-doc
|
2023-04-28 13:33:55 +02:00
|
|
|
%if 0%{?qt5}
|
Accepting request 704825 from home:alois:branches:devel:libraries:c_c++
- Build against Qt5 by default
- Dropped qwt-qt5.patch
- Update to version 6.1.4
* All widgets ( including plot canvas )
+ missing initialization of the background color hint, when
drawing a styled focus rectangle
+ devicePixelRatio handling adjusted, QT_SCALE_FACTOR supported
* Maintenance
+ deprecated QString::null replaced by QString()
+ making clang-tidy/clazy and friends happier
+ compiler warnings with newer Qt versions fixed
* PyQt-Qwt
+ specific defines added
* QwtPointMapper
+ being multithreaded when possible
* QwtPlotRenderer
+ using QPdfWriter instead of QPrinter, when possible
* Build system
+ auto-disable building the designer plugin, when the
corresponding Qt installation was not build with designer
support
* Bug fixes
+ font resolving when using widget fonts for rendering
to a different paint device.
+ QwtPlotDirectPainter::CopyBackingStore: bad offset (
subtracting the canvas frame ), when flushing the updated
backing store fixed
+ QwtAbstractSlider::stepAlignment fixed, when the value is
exactly the upperBound, but no tick position
+ Missing right/bottom pixel added for QwtColumnSymbol::NoFrame
+ QwtWeedingCurveFitter::fitCurve fixed when being called with
no points
+ missing updates added for QwtLegend::setMaxColumns,
QwtScaleWidget::setLayoutFlag
+ QwtPlotCurve::drawSteps: polygon clipping fixed by adding
an extra pixel to the clip rectangle
+ QwtPlotItem::ScaleInterest enabled for all constructors of
QwtPlotSeriesItem
+ QwtPlotMarker::boundingRect fixed for HLine/VLine
+ QwtPlotIntervalCurve/QwtPlotTradingCurve::boundingRect
fixed
- Refreshed qwt-6.1.3-mkspecs.patch as qwt-6.1.4-mkspecs.patch
- Fixed manpages conflict with qwt5
- Remove _tmp manpages and rename the existing one to -qt5
pattern to avoid conflict with the qt4 package
- Dropped pre_checkin.sh
- Remove _multibuild prior to Factory submission
- Build qwt6-qt5 as separate package
* add qwt6-qt5.spec
* add qwt6-qt5.changes
* add qwt-qt5.patch
(thanks to awissu and other contributors of the KDE:Qt5 package)
- Refreshed qwt-rpath.patch as qwt-6.1.3-rpath.patch
- Create and install pc files for pkg-config:
* add qwt-6.1.3-pkgconfig.patch
- Use mkspecs directory
* add qwt-6.1.3-mkspecs.patch
- Use sover macro
- Build the examples modules
- Renamed the libqwt6 package as libqwt-qt%%sover
- Use license macro on openSUSE >= 42.2
- Add man page
- Added pre_checkin.sh to keep .changes files in sync
- Spec cleanup
- Update to version 6.1.3
* QwtPlotMagnifier, QwtPlotZoomer: handling of non linear
transformations ( f.e logarithmic )
* Date/Time scales fixed
QwtDate::ceil(), QwtDate::weekNumber(), QwtDate::utcOffset()
QwtDateScaleEngine fixed when aligning to months
* QwtPlotLayout: layout bug for legends witdh visisble
scrollbars fixed
* Plot items
hiding QwtPlotLegendItem without entries
QwtPlotShapeItem render code fixed
* QwtPlotGLCanvas
slightly improved, nevertheless better use Qwt 6.2 when being
interested in OpenGL
* Other
QwtGraphic boundingRect updates fixed
QwtSyntheticPointData::x() fixed
QwtLogScaleEngine::divideScale ignoring stepSize parameter
for ranges below one "decade"
QwtPlotAbstractBarChart::getCanvasMarginHint fixed
- Fixed source URL
- Update to Qwt 6.1.2
* fixes at QwtPlot, color maps, controls and scales.
- Removed Mandriva support.
- Renamed qwt-6.1.0-rpath.patch to qwt-rpath.patch
because upstream doesn't want merge it. Updated.
- qwt6-designer is now conflicting with qwt-designer.
- Update to Qwt 6.1.0
* New plot items
* Scales beyond linear and logarithmic transformations
* Datetime scales
* Redesign of the dial and meter widgets
* Basic support for an OpenGL plot canvas
* A new system for plot legends
* Off-screen paint device for vector graphics
* Changes and improvements to several classes
- Added qwt-6.1.0-rpath.patch to prevent
https://sourceforge.net/p/qwt/bugs/191
- Qmake debug info stripping was disabled.
- Update to Qwt 6.0.2
* qwtfunctions.pri added
* QwtPlotDict::detachItems fixed
* QwtWeedingCurveFitter::fitCurve performance improvements
* QwtDynGridLayout fixed for non widget items
* QwtInterval: avoid annoying compiler warning
* Autoscaling of curves without points fixed
* QwtPlotDirectPainter::drawSeries bad translation removed
* QwtPlotIntervalCurve: drawing of symbols fixed
* QwtPlotlayout: minor layout bufs fixed
* Usage of QwtPlotRasterItem::pixelHint fixed
* QwtPlotRenderer: several minor fixes
* QwtRasterData: CONREC algorithm fixed
* QwtThermo: layout code fixed
* QwtThermo: memory leak fixed
* QwtMmlDocument: compiler issues
* Logarithmic autoscaler fixed for intervals close below a decade
- Fix the SLES build (%make_install is not expanded on SLES)
- license update: SUSE-QWT-1.0
Added to spreadsheet linked at license.opensuse.org. Package warrants its
own license
- Initial release
OBS-URL: https://build.opensuse.org/request/show/704825
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/qwt6?expand=0&rev=7
2019-05-22 21:04:15 +02:00
|
|
|
%doc %{_libqt5_docdir}/
|
2023-04-28 13:33:55 +02:00
|
|
|
%endif
|
|
|
|
%if 0%{?qt6}
|
|
|
|
%doc %{_qt6_docdir}/
|
|
|
|
%endif
|
2012-04-02 10:31:02 +02:00
|
|
|
|
|
|
|
%changelog
|