OBS User unknown 2009-08-06 16:07:53 +00:00 committed by Git OBS Bridge
parent b8859b2acd
commit 7695ecd86b
19 changed files with 31 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9370768942887b8b6f64f651385fe463e85b78e90be4e02bbd71ab367cb321b3
size 582682

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:98a8e99357f89a8488e0a55941286165f6efbe1aa376b3303ef56d0be23f5c45
size 1608029

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9287483d25620c565500140cc6af0210c7eb79ec19ba914dd57a697999458079
size 582839

View File

@ -0,0 +1,11 @@
--- lib/libpm.c
+++ lib/libpm.c
@@ -533,6 +533,8 @@
else
pm_message("This program is part of the Netpbm package. Find "
"documentation for it at %s/%s\n", docurl, progname);
+
+ fclose(netpbmConfigFile);
}

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4eae68d2dc96b22448bff384b8cada5f882e472e2d1bd62d708ec1464179cadb
size 1597579

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Aug 6 10:40:15 CEST 2009 - pgajdos@suse.cz
- updated to 10.35.66 (see HISTORY)
+ mainly build fixes
- added fclose [bnc#528306]
* missing-file-close.patch
-------------------------------------------------------------------
Mon Jul 13 22:09:48 CEST 2009 - coolo@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package netpbm (Version 10.35.64)
# spec file for package netpbm (Version 10.35.66)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -20,7 +20,7 @@
Name: netpbm
BuildRequires: flex libjasper-devel libpng-devel libtiff-devel python
License: PERMISSIVE-OSI-COMPLIANT ; Artistic License .. ; BSD 3-clause (or similar) ; GPL v2 or later ; Public Domain, Freeware ; MIT License (or similar)
License: PERMISSIVE-OSI-COMPLIANT ; Artistic License .. ; BSD 3-clause (or similar) ; GPL v2 or later ; Public Domain, Freeware ; MIT License (or similar)
Group: Productivity/Graphics/Convertors
Provides: pbmplus
AutoReqProv: on
@ -29,8 +29,8 @@ AutoReqProv: on
Obsoletes: netpbm-64bit
%endif
#
Version: 10.35.64
Release: 2
Version: 10.35.66
Release: 1
Summary: A Powerful Graphics Conversion Package
Source: netpbm-%{version}-nohpcdtoppm-nojbig.tar.bz2
Source1: netpbm-%{version}-documentation.tar.bz2
@ -49,6 +49,7 @@ Patch15: netpbm-%{version}-rgb.patch
Patch16: netpbm-%{version}-pamtouil.patch
Patch17: netpbm-%{version}-pnmtopng-transparent.patch
Patch19: netpbm-%{version}-pamscale.patch
Patch20: netpbm-%{version}-missing-file-close.patch
Url: http://netpbm.sourceforge.net
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -117,6 +118,7 @@ rm -rf libtiff
%patch16
%patch17
%patch19
%patch20
rm -rf converter/other/jpeg2000/libjasper/include #make sure the internal libjasper is not used
mkdir -p pnmtopalm
cd pnmtopalm