Imported Upstream version 1.1.31_rc2 77/156077/1 upstream/1.1.31_rc2
authorDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 17 Oct 2017 05:52:39 +0000 (14:52 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 17 Oct 2017 05:52:47 +0000 (14:52 +0900)
Change-Id: I548e28bbcc52546fcda0ac91a7f0042e8dce7dd6
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
libxslt.spec
libxslt.spec.in
tests/general/bug-165.err
tests/general/bug-180.err
tests/general/bug-184.err

index d2b4f04..1aec177 100644 (file)
@@ -1,10 +1,10 @@
 Summary: Library providing the GNOME XSLT engine
 Name: libxslt
 Version: 1.1.31
-Release: 0rc1%{?dist}%{?extra_release}
+Release: 0rc2%{?dist}%{?extra_release}
 License: MIT
 Group: Development/Libraries
-Source: ftp://xmlsoft.org/XSLT/libxslt-%{version}-rc1.tar.gz
+Source: ftp://xmlsoft.org/XSLT/libxslt-%{version}-rc2.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 URL: http://xmlsoft.org/XSLT/
 Requires: libxml2 >= 2.6.27
@@ -129,5 +129,5 @@ rm -fr %{buildroot}
 %doc python/tests/*.xsl
 
 %changelog
-* Thu Sep 28 2017 Daniel Veillard <veillard@redhat.com>
+* Mon Oct  2 2017 Daniel Veillard <veillard@redhat.com>
 - upstream release 1.1.31 see http://xmlsoft.org/XSLT/news.html
index d1a9207..d9ed76e 100644 (file)
@@ -1,10 +1,10 @@
 Summary: Library providing the GNOME XSLT engine
 Name: libxslt
 Version: @VERSION@
-Release: 0rc1%{?dist}%{?extra_release}
+Release: 0rc2%{?dist}%{?extra_release}
 License: MIT
 Group: Development/Libraries
-Source: ftp://xmlsoft.org/XSLT/libxslt-%{version}-rc1.tar.gz
+Source: ftp://xmlsoft.org/XSLT/libxslt-%{version}-rc2.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 URL: http://xmlsoft.org/XSLT/
 Requires: libxml2 >= @LIBXML_REQUIRED_VERSION@
index 490fe53..dab9d7e 100644 (file)
@@ -1,5 +1,6 @@
 runtime error: file ./bug-165.xsl line 6 element value-of
 Variable 'pStyle' has not been declared.
+XPath error : Undefined variable
 runtime error: file ./bug-165.xsl line 6 element value-of
 XPath evaluation returned no result.
 no result for ./../docs/bug-165.xml
index 6dd9bb2..7b15044 100644 (file)
@@ -1,3 +1,4 @@
 runtime error: file ./bug-180.xsl line 4 element copy-of
 Variable 'xxx' has not been declared.
+XPath error : Undefined variable
 no result for ./../docs/bug-180.xml
index 9f029c9..eaeb65b 100644 (file)
@@ -1,5 +1,6 @@
 runtime error: file ./bug-184.xsl line 5 element value-of
 Variable 'nonexistent' has not been declared.
+XPath error : Undefined variable
 runtime error: file ./bug-184.xsl line 5 element value-of
 XPath evaluation returned no result.
 no result for ./../docs/bug-184.xml