Hello community,

here is the log from the commit of package python-lxml for openSUSE:Factory 
checked in at 2015-09-13 09:42:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-lxml (Old)
 and      /work/SRC/openSUSE:Factory/.python-lxml.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-lxml"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-lxml/python-lxml.changes  2015-08-07 
00:22:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-lxml.new/python-lxml.changes     
2015-09-13 09:42:23.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Sep  2 13:02:29 UTC 2015 - [email protected]
+
+- Add devel package with header files in devel package, so that others can use
+  C API (needed for dm.xmlsec.binding)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-lxml.spec ++++++
--- /var/tmp/diff_new_pack.tnNiDa/_old  2015-09-13 09:42:24.000000000 +0200
+++ /var/tmp/diff_new_pack.tnNiDa/_new  2015-09-13 09:42:24.000000000 +0200
@@ -59,6 +59,19 @@
 
 This package contains documentation for lxml (HTML and PDF).
 
+%package devel
+Summary:        Powerful and Pythonic XML processing library - Devel files
+Group:          Development/Libraries/Python
+Requires:       %{name} = %{version}
+
+%description devel
+lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries. It
+provides safe and convenient access to these libraries using the ElementTree
+API. It extends the ElementTree API significantly to offer support for XPath,
+RelaxNG, XML Schema, XSLT, C14N and much more.
+
+This package contains header files needed to use lxml's C API.
+
 %prep
 %setup -q -n lxml-%{version}
 cp %{SOURCE1} .
@@ -85,6 +98,11 @@
 %exclude %{python_sitearch}/lxml/*.h
 %exclude %{python_sitearch}/lxml/includes/*.h
 
+%files devel
+%defattr(-,root,root)
+%{python_sitearch}/lxml/*.h
+%{python_sitearch}/lxml/includes/*.h
+
 %files doc
 %defattr(-,root,root)
 %doc doc/html lxmldoc-%{version}.pdf


Reply via email to