diff --git a/fontforge.changes b/fontforge.changes index 505c31a..5830b10 100644 --- a/fontforge.changes +++ b/fontforge.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 16 12:17:30 UTC 2013 - pgajdos@suse.com + +- use %requires_eq rather than %requires_ge (exact version) + ------------------------------------------------------------------- Tue Apr 16 12:05:41 UTC 2013 - pgajdos@suse.com diff --git a/fontforge.spec b/fontforge.spec index 95562b3..df7a51b 100644 --- a/fontforge.spec +++ b/fontforge.spec @@ -52,7 +52,7 @@ BuildRequires: update-desktop-files BuildRequires: xorg-x11-devel # following to avoid warning # 'Application built with libpng-1.5.14 but running with 1.6.1' -%requires_ge libpng16-16 +%requires_eq libpng16-16 Obsoletes: PfaEdit < 20110222 Provides: PfaEdit = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build