update version to 1.1.38

This commit is contained in:
fly_fzc 2023-07-13 09:20:24 +08:00
parent d44bc7317b
commit a5eb9e8a50
3 changed files with 10 additions and 4 deletions

Binary file not shown.

BIN
libxslt-1.1.38.tar.xz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: libxslt
Version: 1.1.37
Version: 1.1.38
Release: 1
Summary: XSLT Transformation Library
License: MIT
URL: http://xmlsoft.org/libxslt/
Source0: https://github.com/GNOME/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
URL: https://gitlab.gnome.org/GNOME/libxslt
Source0: https://download.gnome.org/sources/%{name}/1.1/%{name}-%{version}.tar.xz
# PATCH-FIX-UPSTREAM bug-fix https://github.com/GNOME/libxslt/
Patch0: CVE-2015-9019.patch
@ -67,7 +67,7 @@ pushd $RPM_BUILD_ROOT/%{_includedir}/%{name}; touch -m --reference=xslt.h ../../
%files
%defattr(-,root,root)
%doc NEWS README FEATURES AUTHORS
%doc NEWS README.md FEATURES AUTHORS
%license Copyright
%{_bindir}/xsltproc
%{_libdir}/libxslt.so.*
@ -100,6 +100,12 @@ pushd $RPM_BUILD_ROOT/%{_includedir}/%{name}; touch -m --reference=xslt.h ../../
%exclude %{_docdir}/../licenses/libxslt/Copyright
%changelog
* Thu Jul 13 2023 fuanan <fuanan3@h-partners.com> - 1.1.38-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:update version to 1.1.38
* Sat Nov 05 2022 shixuantong <shixuantong1@huawei.com> - 1.1.37-1
- Type:bugfix
- ID:NA