[equalx] fixed dependency on tex(latex)

Martin Gieseking mgieseki at fedoraproject.org
Thu Sep 18 13:52:46 UTC 2014


commit d49b205af21af819634749f73d83283200249ad2
Author: Martin Gieseking <martin.gieseking at uos.de>
Date:   Thu Sep 18 15:52:41 2014 +0200

    fixed dependency on tex(latex)

 equalx.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/equalx.spec b/equalx.spec
index 97333fe..0bd51da 100644
--- a/equalx.spec
+++ b/equalx.spec
@@ -1,6 +1,6 @@
 Name:           equalx
 Version:        0.7.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A graphical editor for writing LaTeX equations
 
 License:        GPLv3+
@@ -13,7 +13,7 @@ BuildRequires:  exempi-devel
 BuildRequires:  qt4-devel 
 Requires:       ghostscript
 Requires:       poppler-utils
-Requires:       tex(pdflatex)
+Requires:       tex(latex)
 
 
 %description
@@ -53,6 +53,9 @@ desktop-file-install \
 
 
 %changelog
+* Thu Sep 18 2014 Martin Gieseking <martin.gieseking at uos.de> 0.7.1-2
+- Replaced Requires: tex(pdflatex) with tex(latex).
+
 * Thu Sep 18 2014 Martin Gieseking <martin.gieseking at uos.de> 0.7.1-1
 - Updated to version 0.7.1.
 - Added manpage now present in the tarball.


More information about the scm-commits mailing list