diff --git a/libredwg-0.12.5.6924.tar.xz b/libredwg-0.12.5.6924.tar.xz deleted file mode 100644 index 6b3b1dc..0000000 --- a/libredwg-0.12.5.6924.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60d13d79119f92dbfe334aacc2ff94cccf7921b7066c1eb92c27f2ef1f779e4f -size 10208324 diff --git a/libredwg-0.13.2.tar.xz b/libredwg-0.13.2.tar.xz new file mode 100644 index 0000000..660da55 --- /dev/null +++ b/libredwg-0.13.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ab76010a6536ebf86df50f4973cb6cb2fc8aa2677084b8d22ac8320052d9329 +size 10551412 diff --git a/libredwg-0.13.2.tar.xz.sig b/libredwg-0.13.2.tar.xz.sig new file mode 100644 index 0000000..3a34ebe --- /dev/null +++ b/libredwg-0.13.2.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEKJWogdNCcPq/6PdHtPYzOeZdZBQFAmXHutoACgkQtPYzOeZd +ZBRh1Af/XutA6XHsLN3zcsY6jWYIvYXcKwUVB3TnurDsXNpQyFHQtErzU12XHJ5t +qABeICb1N7HyCdgMo0TdAeL2/uTu8SxKmQoU4SzJzTgfkBdc/DmJ0YjVfBEFZItl +obOf8dbNj/Bx2/VmRqEo7yI6cq+l8oZv0WCJSpFffkbr82QGsqa9pj0PlWzrpo9O +4ktjwEVddqH+f7pSVcH2pWEPc27K5inTtaU82sGp193XvYOjzt7Wm45jT3aFWo/K +luBvsVYLZ7NhZGJvnYKAJGL5cVBi5xmZz1rhMZKb7Jit1JgAYXJKYbeh0mzAkVn2 +tOc3tsoKJVX52Nb8xjETnXk1EKcW8w== +=O8Q/ +-----END PGP SIGNATURE----- diff --git a/libredwg.changes b/libredwg.changes index 4df243e..03672ee 100644 --- a/libredwg.changes +++ b/libredwg.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Feb 11 11:42:48 UTC 2024 - Jan Engelhardt + +- Update to release 0.13.2 + * Added pre-R13 DWG decode support for all old DWG formats + * Added read support on bigendian platforms (no write) + * Full support for en-/decoding foreign codepages, also the MIF + \M=1-5xxxx format. (With and without iconv) + * Added WMF and PNG support to dwgbmp + * Added a third *int alloced arg to dwg_dynapi_handle_name() + ------------------------------------------------------------------- Tue Jan 2 13:28:11 UTC 2024 - Jan Engelhardt diff --git a/libredwg.spec b/libredwg.spec index 76c5371..4028918 100644 --- a/libredwg.spec +++ b/libredwg.spec @@ -18,15 +18,16 @@ %define lname libredwg0 Name: libredwg -Version: 0.12.5.6924 +Version: 0.13.2 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 -Source: https://github.com/LibreDWG/libredwg/releases/download/%version/libredwg-%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 +#Source: https://github.com/LibreDWG/libredwg/releases/download/%version/libredwg-%version.tar.xz Source3: http://savannah.gnu.org/people/viewgpg.php?user_id=101103#/%name.keyring Source4: %name-rpmlintrc BuildRequires: pkg-config @@ -40,7 +41,7 @@ Summary: Command line utilities for handling DWG file Group: Productivity/File utilities %if 0%{?suse_version} < 1599 Requires(post): %install_info_prereq -Requires(preun):%install_info_prereq +Requires(preun): %install_info_prereq %endif # Both packages ship a %%_bindir/dwg2dxf Conflicts: libdxfrw-tools