From 1af478473cf58cff66624dc60633725b48830f63a451a3945d9461b06b8cc823 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 19 Feb 2023 12:11:27 +0000 Subject: [PATCH] - Update to release 2.2.0 OBS-URL: https://build.opensuse.org/package/show/graphics/librecad?expand=0&rev=73 --- 2.2.0.tar.gz | 3 +++ librecad-2.2.0-rc4.tar.gz | 3 --- librecad.changes | 17 +++++++++++++++++ librecad.spec | 12 +++++------- 4 files changed, 25 insertions(+), 10 deletions(-) create mode 100644 2.2.0.tar.gz delete mode 100644 librecad-2.2.0-rc4.tar.gz diff --git a/2.2.0.tar.gz b/2.2.0.tar.gz new file mode 100644 index 0000000..b83bf03 --- /dev/null +++ b/2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfce6f290b89707a0717789aa0cdea4ca5a96685fa0e65cfc49d70166bd182f2 +size 13837301 diff --git a/librecad-2.2.0-rc4.tar.gz b/librecad-2.2.0-rc4.tar.gz deleted file mode 100644 index 8776ba2..0000000 --- a/librecad-2.2.0-rc4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f34c295cdb22bb4fca021a7cb95a648365e52b97b651a645ae5f78cd7a53e4d4 -size 13833398 diff --git a/librecad.changes b/librecad.changes index d3b40d8..95170b9 100644 --- a/librecad.changes +++ b/librecad.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sun Feb 19 12:10:12 UTC 2023 - Jan Engelhardt + +- Update to release 2.2.0 + * many causes of crashes have been eliminated + * eliminated DWG issues in libdxfrw, which caused several crashes + * the performance of panning and zooming in large files has + been significantly improved + * the undo/redo engine has been completely revised due to + several problems + * adjustments for new compiler and Qt versions were required + * extension of the command line, multi-line commands, paste and + open command files + * improvement of the print preview, with tiled printing and + line widths adjustment + * multiple selection and bulk actions in block and layer lists + ------------------------------------------------------------------- Mon Jul 11 18:48:45 UTC 2022 - Dirk Müller diff --git a/librecad.spec b/librecad.spec index 38e53db..5bce315 100644 --- a/librecad.spec +++ b/librecad.spec @@ -1,7 +1,7 @@ # # spec file for package librecad # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,10 @@ # -%define tar_version 2.2.0-rc4 +%define tar_version 2.2.0 Name: librecad -Version: 2.2.0~rc4 +Version: 2.2.0 Release: 0 Summary: Computer-aided design (CAD) software package for 2D design and drafting License: (Apache-2.0 OR SUSE-GPL-3.0+-with-font-exception) AND GPL-2.0-only @@ -27,7 +27,7 @@ Group: Productivity/Graphics/CAD URL: http://librecad.org/ #Git-Web: https://github.com/LibreCAD/LibreCAD -Source: https://github.com/LibreCAD/LibreCAD/archive/%{tar_version}.tar.gz#/librecad-%{tar_version}.tar.gz +Source: https://github.com/LibreCAD/LibreCAD/archive/%tar_version.tar.gz # Version is actually 8, not 3 (it is 3 in the filename due to how MediaWiki # works -- see http://wiki.librecad.org/index.php/File:Architect3-LCAD.zip) Source2: https://wiki.librecad.org/images/d/d9/Architect3-LCAD.zip @@ -77,7 +77,7 @@ Collection of parts for LibreCAD, a Qt application to design 2D CAD drawings. %prep -%setup -qn LibreCAD-%{tar_version} -a2 -a3 -a4 +%setup -qn LibreCAD-%tar_version -a2 -a3 -a4 %autopatch -p1 pc="libdxfrw" @@ -117,7 +117,6 @@ export BUILDDIR="$b/%_datadir/%name" sh scripts/postprocess-unix.sh install -Dpm0755 "unix/%name" "$b/%_bindir/%name" -install -Dpm0644 "unix/appdata/%name.appdata.xml" "$b/%_datadir/appdata/%name.appdata.xml" install -Dpm0755 "unix/ttf2lff" "$b/%_bindir/ttf2lff" install -Dpm0644 "desktop/%name.1" "$b/%_mandir/man1/%name.1" p="$b/%_libdir/%name/plugins" @@ -162,7 +161,6 @@ perl -pi -e "s|image/vnd.dxf|image/vnd.dxf;|" %buildroot%_datadir/applications/l %_libdir/%name %_mandir/man1/librecad.1* %_mandir/man1/ttf2lff.1* -%_datadir/appdata/%name.appdata.xml %_datadir/applications/librecad.desktop %_datadir/mime/packages/%name.xml %_datadir/pixmaps/librecad.png