Accepting request 40998 from Printing

Copy from Printing/cups based on submit request 40998 from user jsmeix

OBS-URL: https://build.opensuse.org/request/show/40998
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cups?expand=0&rev=75
This commit is contained in:
OBS User autobuild
2010-06-02 16:10:52 +00:00
committed by Git OBS Bridge
2 changed files with 13 additions and 2 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jun 2 15:16:02 CEST 2010 - jsmeix@suse.de
- Explicitly set configure option '--enable-debug' because
otherwise the cups-debuginfo RPM would be empty.
- Removed no longer recognized configure option '--enable-pie'
(it compiles and links with '-pie -fPIE -fPIC' by default).
- Disabled .SILENT in Makedefs.in so that make is verbose as usual.
-------------------------------------------------------------------
Mon May 10 20:12:43 UTC 2010 - guido+opensuse.org@berhoerster.name

View File

@@ -30,7 +30,7 @@ License: GPLv2+ ; LGPLv2.1+
Group: Hardware/Printing
Summary: The Common UNIX Printing System
Version: 1.4.3
Release: 4
Release: 5
# Require the exact matching version-release of the cups-libs sub-package because
# non-matching CUPS libraries may let CUPS software crash (e.g. segfault)
# because all CUPS software is built from the one same CUPS source tar ball
@@ -212,6 +212,8 @@ http://www.cups.org
%patch104
%build
# Disable SILENT run of make so that make runs verbose as usual:
sed -i -e 's/^\.SILENT:/# .SILENT:/' Makedefs.in
%{?suse_update_config:%{suse_update_config -f . }}
libtoolize --force
aclocal
@@ -237,7 +239,7 @@ export CXX=g++
--with-docdir=%{_datadir}/cups/webcontent \
--with-cups-user=lp \
--with-cups-group=lp \
--enable-pie \
--enable-debug \
--enable-relro \
--enable-gssapi \
--disable-static \