fix up changelog

- add baselibs.conf as a source
- enable parallel building

OBS-URL: https://build.opensuse.org/package/show/Printing/cups?expand=0&rev=184
This commit is contained in:
Stephan Kulow 2010-03-16 11:49:41 +00:00 committed by Git OBS Bridge
parent fed6abd650
commit 65a9fc51cd
2 changed files with 23 additions and 32 deletions

View File

@ -32,7 +32,22 @@ Wed Jan 27 14:43:37 CET 2010 - jsmeix@suse.de
obsolete because it is fixed in the source.
-------------------------------------------------------------------
Wed Nov 11 10:44:18 CET 2009 - jsmeix@suse.de
Tue Dec 15 22:22:18 CET 2009 - jengelh@medozas.de
- add baselibs.conf as a source
- enable parallel building
-------------------------------------------------------------------
Tue Dec 15 13:58:13 CET 2009 - jsmeix@suse.de
- Fixed the URL and MD5 sum comments for Source0 in cups.spec.
- cups-1.3.9-CVE-2009-3553.patch fixes a use-after-free bug
in the scheduler which leads to remote denial of service,
(CVE-2009-3553, CUPS STR #3200,
and Novell/Suse Bugzilla bnc#554861)
-------------------------------------------------------------------
Wed Nov 11 11:56:12 CET 2009 - jsmeix@suse.de
- cups-1.3.11-CVE-2009-2820-regression-fix.patch
fixes a regression which was introduced by
@ -46,6 +61,11 @@ Wed Nov 11 10:44:18 CET 2009 - jsmeix@suse.de
(CVE-2009-2820 and CUPS STR #3367 and
Novell/Suse Bugzilla bnc#548317).
-------------------------------------------------------------------
Tue Nov 3 19:09:12 UTC 2009 - coolo@novell.com
- updated patches to apply with fuzz=0
-------------------------------------------------------------------
Wed Aug 26 21:43:03 CEST 2009 - meissner@suse.de

View File

@ -68,6 +68,7 @@ Source104: cups.xinetd
Source105: PSLEVEL1.PPD.bz2
Source106: PSLEVEL2.PPD.bz2
Source108: cups-client.conf
Source109: baselibs.conf
# Patch100...Patch999 is for private patches from Novell/openSUSE which are not intended for upstream:
# Patch100 adds conf/pam.suse regarding support for PAM for Novell/openSUSE:
Patch100: cups-pam.diff
@ -97,12 +98,6 @@ additional features.
http://www.cups.org
Authors:
--------
Easy Software Products <cups@cups.org>
%package libs
License: GPL v2 or later; LGPL v2.1 or later
Summary: Libraries for CUPS
@ -118,12 +113,6 @@ UNIX operating systems like BSD lp or lprng. CUPS provides some
additional features. This package contains libraries needed by CUPS and
some other packages.
Authors:
--------
Easy Software Products <cups@cups.org>
%package client
License: GPL v2 or later
Summary: CUPS Client Programs
@ -146,12 +135,6 @@ UNIX operating systems like BSD lp or lprng. CUPS provides some
additional features. This package contains all programs needed for
running a CUPS client, not a server.
Authors:
--------
Easy Software Products <cups@cups.org>
%package devel
License: GPL v2 or later
Summary: Development Environment for CUPS
@ -175,12 +158,6 @@ additional features. This is the development package.
http://www.cups.org
Authors:
--------
Easy Software Products <cups@cups.org>
%package ddk
License: GPL v2 or later
Summary: CUPS Driver Development Kit
@ -206,12 +183,6 @@ additional features. This is the Driver Development Kit package.
http://www.cups.org
Authors:
--------
Easy Software Products <cups@cups.org>
%prep
# Be quiet when unpacking:
%setup -q -n %{name}-%{version}
@ -262,7 +233,7 @@ KRB5CONFIG=${PWD}/krb5-config ./configure \
--with-cachedir=/var/cache/cups \
--with-pdftops=/usr/bin/pdftops \
--prefix=/
make CXX=g++
make %{?_smp_mflags} CXX=g++
%install
make BUILDROOT=$RPM_BUILD_ROOT install