Accepting request 23129 from Publishing

Copy from Publishing/transfig based on submit request 23129 from user WernerFink

OBS-URL: https://build.opensuse.org/request/show/23129
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/transfig?expand=0&rev=11
This commit is contained in:
OBS User autobuild 2009-10-26 16:11:15 +00:00 committed by Git OBS Bridge
parent 52026d29f4
commit cbf82d81cf
3 changed files with 17 additions and 1 deletions

View File

@ -0,0 +1,10 @@
--- transfig/sys.c
+++ transfig/sys.c 2009-10-09 14:17:09.932073007 +0200
@@ -37,6 +37,7 @@ char *sysls()
i += 1;
c = fgetc(ls);
}
+ pclose(ls);
sysbuf[i] = '\0';
return sysbuf;
}

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Oct 9 14:18:53 CEST 2009 - werner@suse.de
- Yet an other David Binderman bug (bnc#544938)
-------------------------------------------------------------------
Wed Aug 26 12:53:54 CEST 2009 - mls@suse.de

View File

@ -26,11 +26,12 @@ Provides: transfig.3.2.3d
Requires: netpbm ghostscript-library ghostscript-fonts-std
AutoReqProv: on
Version: 3.2.5
Release: 160
Release: 161
Summary: Graphic Converter
Source: transfig.%{version}.tar.bz2
Patch0: transfig.%{version}.dif
Patch1: transfig.%{version}-cups.dif
Patch2: transfig.%{version}-binderman.dif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{expand: %%global _exec_prefix %(type -p pkg-config &>/dev/null && pkg-config --variable prefix x11 || echo /usr/X11R6)}
%if "%_exec_prefix" == "/usr/X11R6"