SHA256
1
0
forked from pool/transfig
OBS User autobuild 2009-10-26 16:11:14 +00:00 committed by Git OBS Bridge
parent fe00fef069
commit b67633ffac
3 changed files with 0 additions and 16 deletions

View File

@ -1,10 +0,0 @@
--- 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,8 +1,3 @@
-------------------------------------------------------------------
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

@ -31,7 +31,6 @@ 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"