3.3.6
This commit is contained in:
parent
0fd37603b9
commit
f315d29349
2
.gitignore
vendored
2
.gitignore
vendored
@ -36,3 +36,5 @@ lxml-2.2.7.tar.gz.asc
|
|||||||
/lxml-3.3.3.tgz.asc
|
/lxml-3.3.3.tgz.asc
|
||||||
/lxml-3.3.5.tgz
|
/lxml-3.3.5.tgz
|
||||||
/lxml-3.3.5.tgz.asc
|
/lxml-3.3.5.tgz.asc
|
||||||
|
/lxml-3.3.6.tgz
|
||||||
|
/lxml-3.3.6.tgz.asc
|
||||||
|
|||||||
@ -9,8 +9,8 @@
|
|||||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
|
|
||||||
Name: python-lxml
|
Name: python-lxml
|
||||||
Version: 3.3.5
|
Version: 3.3.6
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: ElementTree-like Python bindings for libxml2 and libxslt
|
Summary: ElementTree-like Python bindings for libxml2 and libxslt
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -159,6 +159,20 @@ rm -rf %{buildroot}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 29 2014 Jeffrey C. Ollie <jeff@ocjtech.us> - 3.3.6-1
|
||||||
|
- 3.3.6 (2014-08-28)
|
||||||
|
- ==================
|
||||||
|
-
|
||||||
|
- Bugs fixed
|
||||||
|
- ----------
|
||||||
|
-
|
||||||
|
- * Prevent tree cycle creation when adding Elements as siblings.
|
||||||
|
-
|
||||||
|
- * LP#1361948: crash when deallocating Element siblings without parent.
|
||||||
|
-
|
||||||
|
- * LP#1354652: crash when traversing internally loaded documents in XSLT
|
||||||
|
- extension functions.
|
||||||
|
|
||||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org>
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org>
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user