SHA256
1
0
forked from pool/libredwg

- Update to release 0.11.1

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libredwg?expand=0&rev=28
This commit is contained in:
Jan Engelhardt 2020-11-17 08:22:27 +00:00 committed by Git OBS Bridge
parent a67b920cad
commit c9c8fda4f4
6 changed files with 40 additions and 17 deletions

3
libredwg-0.11.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:269629b0a4e5dc54e86790501200e4a6917eddb51f9303f75657adb088931690
size 16481194

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEKJWogdNCcPq/6PdHtPYzOeZdZBQFAl+y9rsACgkQtPYzOeZd
ZBQYDwf/XvchsTCiPzN1/s3Akhs3bKo+ktq6jHbRDLrLSZaRYO8sY9AKmn54gT5/
lgTYmeYfIj63Y2YDEuUc7xJjwX538S7HT4ENmVcWifY03d4fjVXX+8gZs6NusQI1
2YnF/nuoVKZCYqELmjRRdbUAj7pZ1hP/xv72/phQ0InKK0jJY/l3jexcrdzXFxYM
BfMnDL8TdTBuq/4MMf6rx3eWry8FOtkOeeYaITFrjTLC8sLCbpax4uVEZTrS8rKL
wpq+oKa5jj/ecSon1wdLiacJIwKvFnWNNyceB3BthTL8zMY/FRA2aga32Gw6XiiP
4fTZIPVKWSgoFqE6iyOTFJJxwOXAKg==
=9q3x
-----END PGP SIGNATURE-----

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c25bbab29e7814663a203c38df8cbcce850d0b003a7132cf3f849429468ca7ed
size 8265996

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEKJWogdNCcPq/6PdHtPYzOeZdZBQFAl8tKOwACgkQtPYzOeZd
ZBSAAwgAgUb/CwSRsxQdwSNjYryHOxqd1XrNroSiX/etJ8meFWoKMQEth+N42HnX
HnxGGiU4cXPYXXRD2j1TvLDFynv6IV3tlbEVKjYE7xJF5OT4yQfxpryMsxF3HoT0
LigvOWK2Xg35qLmnaxaizj/01Ab/4Mse5PuDVza16vkmHMXgKYscjp4RllkZn+xc
0lXwW+aOdRbrkBb7G585l2HUmqOiYcMayImXiTKVolDXRsnwrykaTXo5JVHQzyLL
LdK1EnbCbsKIzyFfw7BNATBG911a6hmUSXEpMGyp8ISwIHIxK1Yn93p798OrmcQj
xrQxIdR1E9lh16knUpqXGzWSr0V4HA==
=2Nsu
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue Nov 17 00:00:50 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Update to release 0.11.1
* Fixed decode of Unicode string streams.
* Fixed UCS-2 to UTF-8 conversion for the chars 128-255.
* Moved PSPACE entities from BLOCKS to ENTITIES
* Fixed \r\n quoting in DXF texts
* Generalize and fix DXF text splitup into 255 chunks and
quoting, add basic shift-jis quoting support for Katagana and
Hiragana letters (Japanese \M+1xxxx => Unicode \U+XXXX)
* Added indxf dwg_has_subclass check to avoid buffer overflows
when writing to wrong subclasses.
* Improved SAB 2 to SAT 1 conversion: Split overlarge blocks
into block_size of max 4096. Add "^ " quoting rule.
* Fixed decode of empty classes section, esp. for r13c3 and
r14.
* Keep IDBUFFER for old DXFs (r13-r14)
* Fixed SummaryInfo types from T to TU16, relevant for DXF
headers too.
* Add missing UTF-8 conversion in geojson for TEXT, MTEXT,
GEOPOSITIONMARKER.
-------------------------------------------------------------------
Wed Aug 12 20:59:49 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -18,15 +18,15 @@
%define lname libredwg0
Name: libredwg
Version: 0.11
Version: 0.11.1
Release: 0
Summary: A library to handle DWG files
License: GPL-3.0-or-later
Group: Development/Libraries/C and C++
URL: https://www.gnu.org/software/libredwg/
#Git-Clone: https://github.com/LibreDWG/libredwg/
Source: https://ftp.gnu.org/pub/gnu/libredwg/%name-%version.tar.xz
Source2: https://ftp.gnu.org/pub/gnu/libredwg/%name-%version.tar.xz.sig
Source: https://ftp.gnu.org/pub/gnu/libredwg/%name-%version.tar.gz
Source2: https://ftp.gnu.org/pub/gnu/libredwg/%name-%version.tar.gz.sig
Source3: http://savannah.gnu.org/people/viewgpg.php?user_id=101103#/%name.keyring
Source4: %name-rpmlintrc
BuildRequires: pkg-config