diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-10-17 14:51:45 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-10-17 14:51:53 +0900 |
commit | e6c650c33f07d4c8bb03a5cf6ea8841e6f06c142 (patch) | |
tree | d51dd417900ac2f56847196f0bc220cf5b208a2f /libxslt.spec | |
parent | 6aa597108ac8f8464592311cf36a767a4573909c (diff) | |
download | libxslt-e6c650c33f07d4c8bb03a5cf6ea8841e6f06c142.tar.gz libxslt-e6c650c33f07d4c8bb03a5cf6ea8841e6f06c142.tar.bz2 libxslt-e6c650c33f07d4c8bb03a5cf6ea8841e6f06c142.zip |
Imported Upstream version 1.1.30upstream/1.1.30
Change-Id: Ifea6a148a28bd1c10ea97b65d414a872d0efd827
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'libxslt.spec')
-rw-r--r-- | libxslt.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libxslt.spec b/libxslt.spec index 20299b55..328ee292 100644 --- a/libxslt.spec +++ b/libxslt.spec @@ -1,10 +1,10 @@ Summary: Library providing the GNOME XSLT engine Name: libxslt Version: 1.1.30 -Release: 0rc2%{?dist}%{?extra_release} +Release: 1%{?dist}%{?extra_release} License: MIT Group: Development/Libraries -Source: ftp://xmlsoft.org/XSLT/libxslt-%{version}-rc2.tar.gz +Source: ftp://xmlsoft.org/XSLT/libxslt-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root URL: http://xmlsoft.org/XSLT/ Requires: libxml2 >= 2.6.27 @@ -129,5 +129,5 @@ rm -fr %{buildroot} %doc python/tests/*.xsl %changelog -* Thu Aug 31 2017 Daniel Veillard <veillard@redhat.com> +* Mon Sep 4 2017 Daniel Veillard <veillard@redhat.com> - upstream release 1.1.30 see http://xmlsoft.org/XSLT/news.html |