SHA256
1
0
forked from pool/libredwg

Accepting request 826107 from home:AndreasStieger:branches:devel:libraries:c_c++

libredwg 0.11

OBS-URL: https://build.opensuse.org/request/show/826107
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libredwg?expand=0&rev=25
This commit is contained in:
Jan Engelhardt 2020-08-13 06:30:45 +00:00 committed by Git OBS Bridge
parent b4252b2a88
commit 54f3a52825
6 changed files with 41 additions and 23 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEKJWogdNCcPq/6PdHtPYzOeZdZBQFAl4WBaAACgkQtPYzOeZd
ZBQZxgf/Z6fO/BjAkrl7//C5MZJya7AB4RUAfkuUjQ7xXJwvoGsKm2I7dFfffCEq
Q03qlq5MrbWUhKl8xfLPId9g8LTe+yCzw7hM3gfAFkJQLw3lDoX8ia4Y1ER9DCqz
AU4cTg9FsNEm9PcVfyTzcox+WtHi16qw5L99xDAYjvwvLOGIPlxbjlh9NFAthUHd
nCZT1q+NJ7K5C6pZR4lMKYxaF+Ao5uRuZo5kYLVtM7PuN3jtLIFI52PcGctlNZDS
etOJ9XTWhMscWqmaZqTInKqToX8gfjJCdTvdrQWw+ieDOT4VuA67Sz+eoGm9nuIX
lncf+DexpU6KYhhOH0yq5WF+OWlmQQ==
=2XPd
-----END PGP SIGNATURE-----

3
libredwg-0.11.tar.xz Normal file
View File

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

11
libredwg-0.11.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----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,22 @@
-------------------------------------------------------------------
Wed Aug 12 20:59:49 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 0.11:
* new programs dwgfilter, dxfwrite
* improved file support for r2004+ (incomplete)
* Add support for GeoJSON RFC794a godsend for the json importer)
* API extensions and breaking changes
-------------------------------------------------------------------
Sun Apr 12 07:26:25 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 0.10.1:
* Fixed dwg2SVG htmlescape overflows and off-by-ones
* Removed direct usages of fprintf and stderr in the lib
* Fuzzing fixes for dwg2SVG, dwgread
* Fixed eed.raw leaks
-------------------------------------------------------------------
Thu Jan 9 13:22:34 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Update to release 0.10

View File

@ -16,21 +16,20 @@
#
Name: libredwg
%define lname libredwg0
Version: 0.10
Name: libredwg
Version: 0.11
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
Source3: http://savannah.gnu.org/people/viewgpg.php?user_id=101103#/%name.keyring
Source4: %name-rpmlintrc
BuildRequires: pkg-config
BuildRequires: pkgconfig
%description
GNU LibreDWG is a C library to handle DWG files. It can replace the
@ -41,7 +40,7 @@ Summary: Command line utilities for handling DWG file
Group: Productivity/File utilities
Requires(post): %install_info_prereq
Requires(preun): %install_info_prereq
# Both packages ship a %_bindir/dwg2dxf
# Both packages ship a %%_bindir/dwg2dxf
Conflicts: libdxfrw-tools
%description tools
@ -82,13 +81,13 @@ make %{?_smp_mflags} libredwg_la_LDFLAGS=-Wl,-version-script,sv.sym libredwg_la_
%install
%make_install
find "%buildroot" -type f -name "*.la" -delete -print
find %{buildroot} -type f -name "*.la" -delete -print
%post tools
%install_info --info-dir="%_infodir" "%_infodir/LibreDWG.info.gz"
%install_info --info-dir="%_infodir" "%_infodir/LibreDWG.info*.gz"
%preun tools
%install_info_delete --info-dir="%_infodir" "%_infodir/LibreDWG.info.gz"
%install_info_delete --info-dir="%_infodir" "%_infodir/LibreDWG.info*.gz"
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
@ -98,7 +97,7 @@ find "%buildroot" -type f -name "*.la" -delete -print
%_bindir/dwg*
%_bindir/dxf*
%_mandir/man?/*.1%{?ext_man}
%_infodir/LibreDWG.info%{?ext_info}
%_infodir/LibreDWG.info*%{?ext_info}
%files devel
%license COPYING