summaryrefslogtreecommitdiff
path: root/packaging/xmlsec1.spec
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/xmlsec1.spec')
-rw-r--r--packaging/xmlsec1.spec12
1 files changed, 6 insertions, 6 deletions
diff --git a/packaging/xmlsec1.spec b/packaging/xmlsec1.spec
index 6437c875..99123973 100644
--- a/packaging/xmlsec1.spec
+++ b/packaging/xmlsec1.spec
@@ -1,6 +1,6 @@
%define keepstatic 1
Name: xmlsec1
-Version: 1.2.22
+Version: 1.2.28
Release: 0
License: MIT
Summary: Library providing support for "XML Signature" and "XML Encryption" standards
@@ -10,14 +10,14 @@ Source0: http://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.gz
Source1001: xmlsec1.manifest
BuildRequires: fdupes
BuildRequires: pkgconfig
-BuildRequires: pkgconfig(libxml-2.0) >= 2.6.27
-BuildRequires: pkgconfig(libxslt)
+BuildRequires: pkgconfig(libxml-2.0) >= 2.8.0
+BuildRequires: pkgconfig(libxslt) >= 1.0.20
BuildRequires: pkgconfig(openssl)
%description
This C library allows to transform XML files into other XML files
(or HTML, text, ...) using the standard XSLT stylesheet transformation
-mechanism. To use it you need to have a version of libxml2 >= 2.6.27
+mechanism. To use it you need to have a version of libxml2 >= 2.8.0
installed. The xsltproc command is a command line interface to the XSLT engine
%package gcrypt
@@ -49,7 +49,7 @@ Requires: %{name} = %{version}
%description devel
This C library allows to transform XML files into other XML files
(or HTML, text, ...) using the standard XSLT stylesheet transformation
-mechanism. To use it you need to have a version of libxml2 >= 2.6.27
+mechanism. To use it you need to have a version of libxml2 >= 2.8.0
installed.
%package devel-static
@@ -61,7 +61,7 @@ Requires: %{name}-devel = %{version}
%description devel-static
This C library allows to transform XML files into other XML files
(or HTML, text, ...) using the standard XSLT stylesheet transformation
-mechanism. To use it you need to have a version of libxml2 >= 2.6.27
+mechanism. To use it you need to have a version of libxml2 >= 2.8.0
installed.
This package contains static versions of the libxmlsec1 library.