diff --git a/libxslt.spec b/libxslt.spec index dec6fda..89106e4 100644 --- a/libxslt.spec +++ b/libxslt.spec @@ -1,7 +1,7 @@ Name: libxslt Summary: Library providing the Gnome XSLT engine Version: 1.1.32 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT URL: http://xmlsoft.org/XSLT @@ -29,7 +29,7 @@ installed. The xsltproc command is a command line interface to the XSLT engine Summary: Development libraries and header files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} Requires: libgcrypt-devel%{?_isa} -Requires: libgpgerror-devel%{?_isa} +Requires: libgpg-error-devel%{?_isa} %description devel The %{name}-devel package contains libraries and header files for @@ -118,6 +118,9 @@ rm -vrf %{buildroot}%{_docdir} %doc python/tests/*.xsl %changelog +* Fri Feb 09 2018 Igor Gnatenko - 1.1.32-2 +- Fix typo in Requires + * Fri Feb 09 2018 Igor Gnatenko - 1.1.32-1 - Update to 1.1.32 - Cleanup spec