forked from pool/librecad
- Update to release 2.2.0.2:
* fixes an undetected vulnerability when opening malformed LFF
font files that caused a crash
* fixes format issues in bundled fonts
* fixes regression, finding nearest points on ellipses caused a crash
* plugin Importshp has been removed
- Drop librecad-use-system-shapelib.patch since the plugin has been
removed.
- Rebase patches.
OBS-URL: https://build.opensuse.org/request/show/1108784
OBS-URL: https://build.opensuse.org/package/show/graphics/librecad?expand=0&rev=76
21 lines
905 B
Diff
21 lines
905 B
Diff
From: Jan Engelhardt <jengelh@inai.de>
|
|
Date: 2012-05-11 08:34:41 +0200
|
|
|
|
Remove build time references so build-compare can do its work.
|
|
---
|
|
librecad/src/main/qc_applicationwindow.cpp | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
Index: LibreCAD-2.2.0.2/librecad/src/main/qc_applicationwindow.cpp
|
|
===================================================================
|
|
--- LibreCAD-2.2.0.2.orig/librecad/src/main/qc_applicationwindow.cpp
|
|
+++ LibreCAD-2.2.0.2/librecad/src/main/qc_applicationwindow.cpp
|
|
@@ -2883,7 +2883,6 @@ void QC_ApplicationWindow::showAboutWind
|
|
#elif defined(Q_CC_MSVC)
|
|
tr("Compiler: Microsoft Visual C++") + "\n" +
|
|
#endif
|
|
- tr("Compiled on: %1").arg(__DATE__) + "\n" +
|
|
tr("Qt Version: %1").arg(qVersion()) + "\n" +
|
|
tr("Boost Version: %1.%2.%3").arg(BOOST_VERSION / 100000).arg(BOOST_VERSION / 100 % 1000).arg(BOOST_VERSION % 100)
|
|
);
|