From ce3dea5806a0dac84ecd2a56999218124a63350ce9370ca54e597fda90b9762b Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 29 Mar 2007 10:04:03 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmng?expand=0&rev=2 --- libmng.changes | 5 +++++ libmng.spec | 14 ++++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/libmng.changes b/libmng.changes index 9688730..48b047f 100644 --- a/libmng.changes +++ b/libmng.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 29 11:02:45 CEST 2007 - meissner@suse.de + +- buildrequires zlib-devel + ------------------------------------------------------------------- Tue Oct 24 12:30:10 CEST 2006 - ltinkl@suse.cz diff --git a/libmng.spec b/libmng.spec index 21b81b5..8f4b23a 100644 --- a/libmng.spec +++ b/libmng.spec @@ -1,7 +1,7 @@ # # spec file for package libmng (Version 1.0.9) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -11,12 +11,12 @@ # norootforbuild Name: libmng -BuildRequires: libjpeg libjpeg-devel liblcms-devel -License: Other License(s), see package, Public Domain, Freeware +BuildRequires: libjpeg libjpeg-devel liblcms-devel zlib-devel +License: Public Domain, Freeware Group: System/Libraries Summary: Library for Support of MNG and JNG Formats Version: 1.0.9 -Release: 30 +Release: 47 URL: http://www.libmng.com/ Source0: libmng-%version.tar.bz2 Patch: libmng.diff @@ -35,7 +35,7 @@ Authors: Gerard Juyn %package devel -Requires: libjpeg-devel libmng liblcms-devel +Requires: libjpeg-devel libmng liblcms-devel zlib-devel Summary: Include Files and Libraries mandatory for Development. Group: Development/Libraries/C and C++ @@ -85,7 +85,9 @@ install -m 0755 libmng.a $RPM_BUILD_ROOT/%_libdir/libmng-mini.a %_libdir/libmng.a %_libdir/libmng.so -%changelog -n libmng +%changelog +* Thu Mar 29 2007 - meissner@suse.de +- buildrequires zlib-devel * Tue Oct 24 2006 - ltinkl@suse.cz - fix runtime header require (still #208994) * Mon Oct 23 2006 - ltinkl@suse.cz