summaryrefslogtreecommitdiff
path: root/packaging/xmlsec1.spec
diff options
context:
space:
mode:
authorKonrad Lipinski <k.lipinski2@partner.samsung.com>2019-06-11 16:25:51 +0200
committerKonrad Lipinski <k.lipinski2@samsung.com>2019-08-01 14:37:53 +0200
commitcc6febdd37186eeea33bcbce89d79f661ee0009f (patch)
tree100542f7f8fd3b3c9548150362efe35adde47551 /packaging/xmlsec1.spec
parentc40fbfa8503e7763ef630496852f4d6b5e63b58c (diff)
downloadxmlsec1-cc6febdd37186eeea33bcbce89d79f661ee0009f.tar.gz
xmlsec1-cc6febdd37186eeea33bcbce89d79f661ee0009f.tar.bz2
xmlsec1-cc6febdd37186eeea33bcbce89d79f661ee0009f.zip
Import upstream commit c4d0493d545b99194eea1b2b058930d5a9bb91b1 (1.2.28)
Change-Id: I10f71567cb140be223923e1cd0b5895e366ac23e
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.