diff options
author | Mike Hommey <glandium@debian.org> | 2007-08-26 10:54:57 +0200 |
---|---|---|
committer | Mike Hommey <glandium@debian.org> | 2007-08-26 10:54:57 +0200 |
commit | 2b6861bb726172b0a9946e7d31ff4ca163bae6df (patch) | |
tree | 3e66058a45f841a1155d57ee239f663535eb6bfe /libxml2.spec | |
parent | 36cccb83804d8cbd041066d7610c137329e16878 (diff) | |
parent | c69572cb9f2467259a73de64c08e141f21f17fa8 (diff) | |
download | libxml2-debian/2.6.30.dfsg-1.tar.gz |
New upstream releasedebian/2.6.30.dfsg-1
Diffstat (limited to 'libxml2.spec')
-rw-r--r-- | libxml2.spec | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libxml2.spec b/libxml2.spec index da2e0e7..86048ba 100644 --- a/libxml2.spec +++ b/libxml2.spec @@ -1,6 +1,6 @@ Summary: Library providing XML and HTML support Name: libxml2 -Version: 2.6.29 +Version: 2.6.30 Release: 1 License: MIT Group: Development/Libraries @@ -25,7 +25,7 @@ URI library. %package devel Summary: Libraries, includes, etc. to develop XML and HTML applications Group: Development/Libraries -Requires: libxml2 = %{version} +Requires: libxml2 = %{version}-%{release} Requires: zlib-devel Requires: pkgconfig @@ -44,8 +44,8 @@ URI library. %package python Summary: Python bindings for the libxml2 library Group: Development/Libraries -Requires: libxml2 = %{version} -Requires: %{_libdir}/python%(echo `python -c "import sys; print sys.version[0:3]"`) +Requires: libxml2 = %{version}-%{release} +Requires: python %description python The libxml2-python package contains a module that permits applications @@ -128,6 +128,6 @@ rm -fr %{buildroot} %doc doc/python.html %changelog -* Tue Jun 12 2007 Daniel Veillard <veillard@redhat.com> -- upstream release 2.6.29 see http://xmlsoft.org/news.html +* Thu Aug 23 2007 Daniel Veillard <veillard@redhat.com> +- upstream release 2.6.30 see http://xmlsoft.org/news.html |