From 3f73b4947e5f8eafc62164c318dd24bdd282b0a50c6938a39656f88954a14a4d Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Tue, 16 Apr 2013 12:07:14 +0000 Subject: [PATCH 1/2] - %requires_ge libpng16-16 to avoid 'Application built with libpng-1.5.14 but running with 1.6.1' warning when running fontforge OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=24 --- fontforge.changes | 7 +++++++ fontforge.spec | 3 +++ 2 files changed, 10 insertions(+) diff --git a/fontforge.changes b/fontforge.changes index 992f28f..505c31a 100644 --- a/fontforge.changes +++ b/fontforge.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +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 diff --git a/fontforge.spec b/fontforge.spec index 20660e1..95562b3 100644 --- a/fontforge.spec +++ b/fontforge.spec @@ -50,6 +50,9 @@ BuildRequires: pango-devel BuildRequires: python-devel 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 Obsoletes: PfaEdit < 20110222 Provides: PfaEdit = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build From 5bbd64076a30745b6719491128ac6e9a9d2d5a04835142ccbcb28d79bf5c3c9a Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Tue, 16 Apr 2013 12:18:14 +0000 Subject: [PATCH 2/2] - use %requires_eq rather than %requires_ge (exact version) OBS-URL: https://build.opensuse.org/package/show/M17N/fontforge?expand=0&rev=25 --- fontforge.changes | 5 +++++ fontforge.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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