Accepting request 1129067 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/1129067
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxslt?expand=0&rev=67
This commit is contained in:
Ana Guerrero 2023-11-28 21:18:06 +00:00 committed by Git OBS Bridge
commit 131ad342bc
4 changed files with 36 additions and 4 deletions

BIN
libxslt-1.1.38.tar.xz (Stored with Git LFS)

Binary file not shown.

3
libxslt-1.1.39.tar.xz Normal file
View File

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

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Fri Nov 24 20:53:10 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- 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 <david.anes@suse.com>

View File

@ -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