|
@@ -3,16 +3,13 @@
|
|
|
Summary: Library providing the Gnome XSLT engine
|
|
|
Summary(ja): XSLT エンジンライブラリ
|
|
|
Name: libxslt
|
|
|
-Version: 1.1.28
|
|
|
-Release: 2%{_dist_release}
|
|
|
+Version: 1.1.29
|
|
|
+Release: 1%{_dist_release}
|
|
|
License: MIT
|
|
|
Group: System Environment/Libraries
|
|
|
URL: http://xmlsoft.org/XSLT/
|
|
|
Source0: ftp://xmlsoft.org/XSLT/%{name}-%{version}.tar.gz
|
|
|
|
|
|
-# from upstream
|
|
|
-Patch0: libxslt-1.1.28-CVE-2015-7995.patch
|
|
|
-
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildRequires: libxml2-devel >= 2.6.27
|
|
|
BuildRequires: zlib-devel >= 1.1.4
|
|
@@ -109,7 +106,6 @@ XSLTのための開発用ファイルです。
|
|
|
|
|
|
%prep
|
|
|
%setup -q
|
|
|
-%patch0 -p1 -b .CVE-2015-7995
|
|
|
|
|
|
%build
|
|
|
%configure --without-crypto
|
|
@@ -201,6 +197,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/python*/site-packages/*.{a,la}
|
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
|
+* Wed Jun 8 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.29-1
|
|
|
+- updated to 1.1.29.
|
|
|
+- dropped Patch0.
|
|
|
+
|
|
|
* Thu Oct 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.28-2
|
|
|
- add Patch0 (libxslt-1.1.28-CVE-2015-7995.patch)
|
|
|
|