diff --git a/kdelibs-3.5.2-cupsdconf2-group.patch b/kdelibs-3.5.2-cupsdconf2-group.patch new file mode 100644 index 0000000..cd3f153 --- /dev/null +++ b/kdelibs-3.5.2-cupsdconf2-group.patch @@ -0,0 +1,25 @@ +--- kdelibs-3.5.2/kdeprint/cups/cupsdconf2/cupsd.conf.template.tn 2006-05-22 14:51:46.000000000 +0200 ++++ kdelibs-3.5.2/kdeprint/cups/cupsdconf2/cupsd.conf.template 2006-05-22 15:27:27.000000000 +0200 +@@ -275,9 +275,9 @@ + # must be sys, however you can configure things for another + # group as needed.

+ #

+-# ex: sys

++# ex: lp

+ $$ +-#Group sys ++#Group lp + @@ + + %%ripcache +--- kdelibs-3.5.2/kdeprint/cups/cupsdconf2/cupsdconf.cpp.tn 2006-05-22 15:26:15.000000000 +0200 ++++ kdelibs-3.5.2/kdeprint/cups/cupsdconf2/cupsdconf.cpp 2006-05-22 15:26:32.000000000 +0200 +@@ -115,7 +115,7 @@ + maxjobsperprinter_ = 0; + maxjobsperuser_ = 0; + user_ = "lp"; +- group_ = "sys"; ++ group_ = "lp"; + ripcache_ = "8m"; + filterlimit_ = 0; + browsing_ = true; diff --git a/kdelibs.spec b/kdelibs.spec index 2bc6f0f..576e865 100644 --- a/kdelibs.spec +++ b/kdelibs.spec @@ -24,7 +24,7 @@ %define disable_gcc_check_and_hidden_visibility 1 Version: 3.5.2 -Release: 5 +Release: 6 Summary: K Desktop Environment - Libraries Name: kdelibs Url: http://www.kde.org/ @@ -52,6 +52,7 @@ Patch34: kdelibs-3.4.0-qtdoc.patch Patch35: kdelibs-3.4.92-inttype.patch Patch36: kdelibs-3.5.0-modular-x.patch Patch37: kdelibs-3.5.2-kdebug-kmail-quiet.patch +Patch38: kdelibs-3.5.2-cupsdconf2-group.patch # upstream patches patch100: kdelibs-3.5.2-kdeprint.patch @@ -185,6 +186,7 @@ format for easy browsing %patch35 -p1 -b .inttype %patch36 -p1 -b .modular-x %patch37 -p1 -b .kdebug-kmail-quiet +%patch38 -p1 -b .cupsdconf2-group # upstream patches %patch100 -p1 -b .kdeprint @@ -391,6 +393,9 @@ fi %doc %{_docdir}/HTML/en/kdelibs* %changelog +* Mon May 22 2006 Than Ngo 6:3.5.2-6 +- fix #192585, kdeprint writes incorrect cupsd.conf + * Thu May 18 2006 Than Ngo 6:3.5.2-5 - use a versioned Obsoletes for kdelibs-docs