- Fixed missing return statement (bug #136757).
This commit is contained in:
parent
407e0cf741
commit
d6f6040e9f
@ -46,6 +46,7 @@ Source20: CIDFnmap
|
|||||||
Source23: gdevcups.c
|
Source23: gdevcups.c
|
||||||
|
|
||||||
Patch0: ghostscript-7.05-config.patch
|
Patch0: ghostscript-7.05-config.patch
|
||||||
|
Patch1: ghostscript-badcode.patch
|
||||||
Patch3: ghostscript-6.51-gcc296.patch
|
Patch3: ghostscript-6.51-gcc296.patch
|
||||||
Patch5: ghostscript-7.07-gsj.patch
|
Patch5: ghostscript-7.07-gsj.patch
|
||||||
Patch6: ghostscript-7.05-_ds.patch
|
Patch6: ghostscript-7.05-_ds.patch
|
||||||
@ -175,6 +176,8 @@ A GTK-enabled version of Ghostscript, called 'gsx'.
|
|||||||
%patch0 -p1 -b .config
|
%patch0 -p1 -b .config
|
||||||
# Includes japanese changes
|
# Includes japanese changes
|
||||||
|
|
||||||
|
%patch1 -p1 -b .badcode
|
||||||
|
|
||||||
# Turn on every possibly pertinent builtin device
|
# Turn on every possibly pertinent builtin device
|
||||||
GS_DEVS=$GS_DEVS'$(DD)dmprt.dev $(DD)cdj880.dev '
|
GS_DEVS=$GS_DEVS'$(DD)dmprt.dev $(DD)cdj880.dev '
|
||||||
GS_DEVS=$GS_DEVS'$(DD)ap3250.dev $(DD)appledmp.dev $(DD)atx23.dev '
|
GS_DEVS=$GS_DEVS'$(DD)ap3250.dev $(DD)appledmp.dev $(DD)atx23.dev '
|
||||||
@ -596,6 +599,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 10 2004 Tim Waugh <twaugh@redhat.com>
|
||||||
|
- Fixed missing return statement (bug #136757).
|
||||||
|
|
||||||
* Thu Dec 9 2004 Tim Waugh <twaugh@redhat.com> 7.07-36
|
* Thu Dec 9 2004 Tim Waugh <twaugh@redhat.com> 7.07-36
|
||||||
- Remove VFlib2 bits (bug #120498).
|
- Remove VFlib2 bits (bug #120498).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user