From 36756792da379314bd542b9b4676c3a7d78d07ce5512af877d87bfd326bf6fbe Mon Sep 17 00:00:00 2001 From: David Anes Date: Mon, 27 Nov 2023 09:07:42 +0000 Subject: [PATCH] Accepting request 1128651 from home:iznogood:branches:devel:libraries:c_c++ New release OBS-URL: https://build.opensuse.org/request/show/1128651 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxslt?expand=0&rev=99 --- libxslt-1.1.38.tar.xz | 3 --- libxslt-1.1.39.tar.xz | 3 +++ libxslt.changes | 32 ++++++++++++++++++++++++++++++++ libxslt.spec | 2 +- 4 files changed, 36 insertions(+), 4 deletions(-) delete mode 100644 libxslt-1.1.38.tar.xz create mode 100644 libxslt-1.1.39.tar.xz diff --git a/libxslt-1.1.38.tar.xz b/libxslt-1.1.38.tar.xz deleted file mode 100644 index 4bbe8b6..0000000 --- a/libxslt-1.1.38.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f32450425819a09acaff2ab7a5a7f8a2ec7956e505d7beeb45e843d0e1ecab1 -size 1576676 diff --git a/libxslt-1.1.39.tar.xz b/libxslt-1.1.39.tar.xz new file mode 100644 index 0000000..1316437 --- /dev/null +++ b/libxslt-1.1.39.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a20ad621148339b0759c4d4e96719362dee64c9a096dbba625ba053846349f0 +size 1578216 diff --git a/libxslt.changes b/libxslt.changes index 1984bd2..fc8bd93 100644 --- a/libxslt.changes +++ b/libxslt.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Fri Nov 24 20:53:10 UTC 2023 - Bjørn Lie + +- Update to version 1.1.39: + * Bug fixes: extensions: Don't search imports for extension + prefixes + * Improvements: + - transform: Check maximum depth when processing default + templates + - build: + . Add more missing include + . Add missing includes + - python: Don't set deprecated global + - imports: Limit nesting depth + - extensions: Report top-level elements in + xsltDebugDumpExtensions + - Add extern "C" { } block to xsltlocale.h + * Portability: + - python: Make it compatible with python3.12 + - date: + . Fix check for localtime_s + . Fix check for gmtime_s + * Build systems: + - pkg-config files include cflags for static builds + - Handle NOCONFIG case when setting locations from CMake target + properties + - autotools: Make xslt-config executable + * Tests: + - tests: Structured error handler now passes a const xmlError + - python: Fix tests on MinGW + - fuzz: Fix xmlFuzzEntityLoader after recent libxml2 changes + ------------------------------------------------------------------- Tue May 9 16:09:17 UTC 2023 - David Anes diff --git a/libxslt.spec b/libxslt.spec index 6915a25..30c6be9 100644 --- a/libxslt.spec +++ b/libxslt.spec @@ -20,7 +20,7 @@ %define libexver 0 Name: libxslt -Version: 1.1.38 +Version: 1.1.39 Release: 0 Summary: XSL Transformation Library License: GPL-2.0-or-later AND MIT