auto-import changelog data from ghostscript-7.07-15.2.src.rpm
Tue Mar 09 2004 Tim Waugh <twaugh@redhat.com> 7.07-15.2 - Added bjc250gs driver (bug #117860).
This commit is contained in:
parent
084d933387
commit
4581572020
@ -15,12 +15,12 @@ Conflicts: foomatic < 3.0.0-14
|
||||
%define use_fontconfig 0
|
||||
|
||||
### REMEMBER TO UPDATE hpijs_release BELOW!!
|
||||
Release: 15.1
|
||||
Release: 15.2
|
||||
### REMEMBER TO UPDATE hpijs_release BELOW!!
|
||||
|
||||
%define hpijs 1.5
|
||||
%define hpijs_release_offset -11
|
||||
%define hpijs_release 4.1
|
||||
%define hpijs_release 4.2
|
||||
|
||||
|
||||
|
||||
@ -94,6 +94,7 @@ Patch40: hpijs-flags.patch
|
||||
Patch41: ghostscript-7.05-lips4v-fix-pipe.patch
|
||||
Patch42: ghostscript-7.05-cups.patch
|
||||
Patch43: ghostscript-7.07-fontconfig-rh.patch
|
||||
Patch44: ghostscript-bjc250gs.patch
|
||||
|
||||
Requires: VFlib2, zlib, libpng, glib
|
||||
Requires: urw-fonts >= 1.1, ghostscript-fonts
|
||||
@ -513,6 +514,11 @@ popd
|
||||
%patch43 -p1 -b .fontconfig-rh
|
||||
%endif
|
||||
|
||||
# Add bjc250gs driver
|
||||
%patch44 -p1 -b .bjc250gs
|
||||
GS_DEVS=$GS_DEVS'$(DD)bjcmono.dev $(DD)bjcgray.dev '
|
||||
GS_DEVS=$GS_DEVS'$(DD)bjccmyk.dev $(DD)bjccolor.dev '
|
||||
|
||||
# Set up for a unix os, gcc compiler build, and replace our insertion string
|
||||
sed -e "s/_XXX_RPM_GS_DEVICES_XXX_/$GS_DEVS/;" src/unix-gcc.mak > Makefile
|
||||
|
||||
@ -655,6 +661,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libijs.a
|
||||
|
||||
%changelog
|
||||
* Tue Mar 9 2004 Tim Waugh <twaugh@redhat.com> 7.07-15.2
|
||||
- Added bjc250gs driver (bug #117860).
|
||||
|
||||
* Thu Jan 15 2004 Tim Waugh <twaugh@redhat.com> 7.07-15.1
|
||||
- Build for Fedora Core 1 printer drivers update.
|
||||
- Turn off fontconfig.
|
||||
|
Loading…
Reference in New Issue
Block a user