Accepting request 173050 from M17N
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/173050 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fontforge?expand=0&rev=29
This commit is contained in:
commit
9d2c540b92
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
|
- %requires_ge libpng16-16 to avoid
|
||||||
|
'Application built with libpng-1.5.14 but running with 1.6.1'
|
||||||
|
warning when running fontforge
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 4 12:44:05 UTC 2013 - dmitry_r@opensuse.org
|
Fri Jan 4 12:44:05 UTC 2013 - dmitry_r@opensuse.org
|
||||||
|
|
||||||
|
@ -50,6 +50,9 @@ BuildRequires: pango-devel
|
|||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: xorg-x11-devel
|
BuildRequires: xorg-x11-devel
|
||||||
|
# following to avoid warning
|
||||||
|
# 'Application built with libpng-1.5.14 but running with 1.6.1'
|
||||||
|
%requires_eq libpng16-16
|
||||||
Obsoletes: PfaEdit < 20110222
|
Obsoletes: PfaEdit < 20110222
|
||||||
Provides: PfaEdit = %{version}
|
Provides: PfaEdit = %{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
Reference in New Issue
Block a user