librecad-2.1.1
OBS-URL: https://build.opensuse.org/package/show/graphics/librecad?expand=0&rev=39
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd1855f25d7d083f84a21381024d0e4f05ff3d0f1b6225809b409f30b6b885cf
|
||||
size 22414093
|
3
2.1.1.tar.gz
Normal file
3
2.1.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b8ae6c98c6abed46ce7be92c82bfdfe10499a01cfcf6857fdc4f4f56fda5b8c
|
||||
size 22414262
|
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 28 11:54:10 UTC 2016 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 2.1.1
|
||||
* Bugfixes:
|
||||
* draft mode was not set for new/opened drawings
|
||||
* performance did not improve when zooming into an area
|
||||
* certain polylines were not rendered properly
|
||||
* opening a file didn't restore the layer's construction state
|
||||
* the cursor was hidden for 'polyline from existing'
|
||||
* closing an inactive tab cleared the layer list
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 10:21:20 UTC 2016 - jslaby@suse.com
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: librecad
|
||||
Version: 2.1.0
|
||||
Version: 2.1.1
|
||||
Release: 0
|
||||
Summary: Computer-aided design (CAD) software package for 2D design and drafting
|
||||
License: GPL-2.0 and (Apache-2.0 or SUSE-GPL-3.0+-with-font-exception)
|
||||
@@ -34,12 +34,12 @@ Source3: http://wiki.librecad.org/images/7/70/Electronics3-LCAD.zip
|
||||
Source4: http://wiki.librecad.org/images/9/9d/Electrical1-LCAD.zip
|
||||
Source10: ttf2lff.1
|
||||
Source20: %name-rpmlintrc
|
||||
Patch0: librecad-gcc6.patch
|
||||
Patch1: librecad-no-date.diff
|
||||
Patch2: librecad-use-system-libdxfrw.patch
|
||||
Patch3: librecad-install.diff
|
||||
Patch4: librecad-plugindir.diff
|
||||
Patch5: librecad-use-system-shapelib.patch
|
||||
Patch1: librecad-gcc6.patch
|
||||
Patch2: librecad-no-date.diff
|
||||
Patch3: librecad-use-system-libdxfrw.patch
|
||||
Patch4: librecad-install.diff
|
||||
Patch5: librecad-plugindir.diff
|
||||
Patch6: librecad-use-system-shapelib.patch
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: freetype2-devel
|
||||
@@ -88,13 +88,9 @@ CAD drawings.
|
||||
|
||||
%prep
|
||||
%setup -qn LibreCAD-%version -a 2 -a 3 -a 4
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch -P 1 -P 2 -P 3 -P 4 -P 5 -p1
|
||||
%if 0%{?suse_version} >= 1321
|
||||
%patch5 -p1
|
||||
%patch -P 6 -p1
|
||||
%endif
|
||||
|
||||
dxfrw_includedir=$(pkg-config --cflags-only-I libdxfrw0 | sed 's|-I||g')
|
||||
|
Reference in New Issue
Block a user