forked from pool/libredwg
Accepting request 826183 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/826183 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libredwg?expand=0&rev=11
This commit is contained in:
commit
cfb2dee38d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8c37c4ef985e4135e3d2020c502c887b6115cdbbab2148b2e730875d5659cd66
|
|
||||||
size 4763160
|
|
@ -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
3
libredwg-0.11.tar.xz
Normal 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
11
libredwg-0.11.tar.xz.sig
Normal 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-----
|
@ -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>
|
Thu Jan 9 13:22:34 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
- Update to release 0.10
|
- Update to release 0.10
|
||||||
|
@ -16,15 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: libredwg
|
|
||||||
%define lname libredwg0
|
%define lname libredwg0
|
||||||
Version: 0.10
|
Name: libredwg
|
||||||
|
Version: 0.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A library to handle DWG files
|
Summary: A library to handle DWG files
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://www.gnu.org/software/libredwg/
|
URL: https://www.gnu.org/software/libredwg/
|
||||||
|
|
||||||
#Git-Clone: https://github.com/LibreDWG/libredwg/
|
#Git-Clone: https://github.com/LibreDWG/libredwg/
|
||||||
Source: https://ftp.gnu.org/pub/gnu/libredwg/%name-%version.tar.xz
|
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
|
Source2: https://ftp.gnu.org/pub/gnu/libredwg/%name-%version.tar.xz.sig
|
||||||
@ -41,7 +40,7 @@ Summary: Command line utilities for handling DWG file
|
|||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
Requires(post): %install_info_prereq
|
Requires(post): %install_info_prereq
|
||||||
Requires(preun): %install_info_prereq
|
Requires(preun): %install_info_prereq
|
||||||
# Both packages ship a %_bindir/dwg2dxf
|
# Both packages ship a %%_bindir/dwg2dxf
|
||||||
Conflicts: libdxfrw-tools
|
Conflicts: libdxfrw-tools
|
||||||
|
|
||||||
%description tools
|
%description tools
|
||||||
@ -76,8 +75,7 @@ OpenDWG libraries. DWG is the native file format of AutoCAD.
|
|||||||
# No management of SO version despite ABI breaking changes:
|
# No management of SO version despite ABI breaking changes:
|
||||||
# Force-add some symvers so RPM can produce meaningful deps.
|
# Force-add some symvers so RPM can produce meaningful deps.
|
||||||
echo 'V_%version { global: *; };' >src/sv.sym
|
echo 'V_%version { global: *; };' >src/sv.sym
|
||||||
%configure \
|
%configure --disable-static
|
||||||
--disable-static
|
|
||||||
make %{?_smp_mflags} libredwg_la_LDFLAGS=-Wl,-version-script,sv.sym libredwg_la_LIBADD=-lm
|
make %{?_smp_mflags} libredwg_la_LDFLAGS=-Wl,-version-script,sv.sym libredwg_la_LIBADD=-lm
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -85,10 +83,10 @@ make %{?_smp_mflags} libredwg_la_LDFLAGS=-Wl,-version-script,sv.sym libredwg_la_
|
|||||||
find "%buildroot" -type f -name "*.la" -delete -print
|
find "%buildroot" -type f -name "*.la" -delete -print
|
||||||
|
|
||||||
%post tools
|
%post tools
|
||||||
%install_info --info-dir="%_infodir" "%_infodir/LibreDWG.info.gz"
|
%install_info --info-dir="%_infodir" "%_infodir/LibreDWG.info*.gz"
|
||||||
|
|
||||||
%preun tools
|
%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
|
%post -n %lname -p /sbin/ldconfig
|
||||||
%postun -n %lname -p /sbin/ldconfig
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
@ -98,7 +96,7 @@ find "%buildroot" -type f -name "*.la" -delete -print
|
|||||||
%_bindir/dwg*
|
%_bindir/dwg*
|
||||||
%_bindir/dxf*
|
%_bindir/dxf*
|
||||||
%_mandir/man?/*.1%{?ext_man}
|
%_mandir/man?/*.1%{?ext_man}
|
||||||
%_infodir/LibreDWG.info%{?ext_info}
|
%_infodir/LibreDWG.info*%{?ext_info}
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
Loading…
x
Reference in New Issue
Block a user