This commit is contained in:
Jeffrey C. Ollie 2014-08-29 14:13:30 -05:00
parent 0fd37603b9
commit f315d29349
3 changed files with 20 additions and 4 deletions

2
.gitignore vendored
View File

@ -36,3 +36,5 @@ lxml-2.2.7.tar.gz.asc
/lxml-3.3.3.tgz.asc
/lxml-3.3.5.tgz
/lxml-3.3.5.tgz.asc
/lxml-3.3.6.tgz
/lxml-3.3.6.tgz.asc

View File

@ -9,8 +9,8 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: python-lxml
Version: 3.3.5
Release: 4%{?dist}
Version: 3.3.6
Release: 1%{?dist}
Summary: ElementTree-like Python bindings for libxml2 and libxslt
Group: Development/Libraries
@ -159,6 +159,20 @@ rm -rf %{buildroot}
%endif
%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>
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1,2 +1,2 @@
88c75f4c73fc8f59c9ebb17495044f2f lxml-3.3.5.tgz
2f3ac9916a4c0e95d7d4b18f2fae06f0 lxml-3.3.5.tgz.asc
a804b36864c483fe7abdd7f493a0c379 lxml-3.3.6.tgz
c4eac2553c1b69b022403792f93adc51 lxml-3.3.6.tgz.asc