From 2eb96c69e74c93d3be77b230b080caba04be69c538995ae981016a24881bf8ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 10 Jan 2012 19:06:53 +0000 Subject: [PATCH] Accepting request 99667 from home:elvigia:branches:graphics - Add missing explicit buildrequires on libjpeg-devel and libtiff-devel, fixes factory build OBS-URL: https://build.opensuse.org/request/show/99667 OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=36 --- hugin.changes | 6 ++++++ hugin.spec | 6 +++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/hugin.changes b/hugin.changes index f76103c..4627071 100644 --- a/hugin.changes +++ b/hugin.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 10 16:55:03 UTC 2012 - crrodriguez@opensuse.org + +- Add missing explicit buildrequires on libjpeg-devel and + libtiff-devel, fixes factory build + ------------------------------------------------------------------- Thu Dec 22 06:39:12 UTC 2011 - mrdocs@opensuse.org diff --git a/hugin.spec b/hugin.spec index d8c764a..e4bf51a 100644 --- a/hugin.spec +++ b/hugin.spec @@ -1,7 +1,7 @@ # # spec file for package hugin # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,6 +15,8 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + Name: hugin BuildRequires: Mesa-devel BuildRequires: OpenEXR-devel @@ -35,6 +37,8 @@ BuildRequires: tclap BuildRequires: update-desktop-files BuildRequires: vigra BuildRequires: zip +BuildRequires: libtiff-devel +BuildRequires: libjpeg-devel %if 0%{?suse_version} > 1130 BuildRequires: python-wxWidgets >= 2.7.0 BuildRequires: wxWidgets-devel