OBS User unknown
2008-05-26 17:00:02 +00:00
committed by Git OBS Bridge
parent 366d4bc321
commit aef1c065a1
2 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 19 21:35:24 CEST 2008 - kssingvo@suse.de
- added pdftops_any for 11.0 to Requires: (bugzilla#378434)
-------------------------------------------------------------------
Thu May 15 11:53:11 CEST 2008 - kssingvo@suse.de

View File

@@ -22,10 +22,13 @@ License: GPL v2 or later
Group: Hardware/Printing
Summary: The Common UNIX Printing System
Version: 1.3.7
Release: 18
Release: 20
Requires: cups-libs = %{version}, cups-client = %{version}
Requires: ghostscript_any, ghostscript-fonts-std, foomatic-filters
Requires: util-linux /usr/bin/pdftops
%if 0%{?suse_version} >= 1100
Requires: pdftools_any
%endif
Suggests: poppler-tools
Conflicts: plp lprold lprng
Source0: cups-%{version}-source.tar.bz2
@@ -423,6 +426,8 @@ rm -rf $RPM_BUILD_ROOT/usr/share/locale/no
%{_datadir}/locale/*/cups_*
%changelog
* Mon May 19 2008 kssingvo@suse.de
- added pdftops_any for 11.0 to Requires: (bugzilla#378434)
* Thu May 15 2008 kssingvo@suse.de
- renamed use of CUPS_PDFTOPS to HAVE_PDFTOPS in pdftops.c, to
avoid execute of gs (bnc#390435)