SHA256
1
0
forked from pool/fontforge

- use %requires_eq rather than %requires_ge (exact version)

OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=25
This commit is contained in:
Petr Gajdos 2013-04-16 12:18:14 +00:00 committed by Git OBS Bridge
parent 3f73b4947e
commit 5bbd64076a
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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