cups: Update to 2.0.4
Message ID | 1438542835-6806-1-git-send-email-fischerm42@t-online.de |
---|---|
State | Accepted |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (mail01.tremer.info [172.28.1.200]) by septima.ipfire.org (Postfix) with ESMTP id 88C2361388 for <patchwork@ipfire.org>; Sun, 2 Aug 2015 21:13:58 +0200 (CEST) Received: from hedwig.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 344D6211C; Sun, 2 Aug 2015 21:13:58 +0200 (CEST) Received: from Devel.localdomain (p57905ABD.dip0.t-ipconnect.de [87.144.90.189]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 7CA911FA; Sun, 2 Aug 2015 21:13:56 +0200 (CEST) From: fischerm42@t-online.de To: development@lists.ipfire.org Subject: [PATCH] cups: Update to 2.0.4 Date: Sun, 2 Aug 2015 21:13:55 +0200 Message-Id: <1438542835-6806-1-git-send-email-fischerm42@t-online.de> X-Mailer: git-send-email 2.5.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Message
Matthias Fischer
Aug. 3, 2015, 5:13 a.m. UTC
From: Matthias Fischer <fischerm42@t-online.de> Signed-off-by: Matthias Fischer <fischerm42@t-online.de> --- config/rootfiles/packages/cups | 2 +- lfs/cups | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
Comments
Hi, merged, too. However I edited the rootfile and commented out that man page which is not at all required here. Best, -Michael On Sun, 2015-08-02 at 21:13 +0200, fischerm42@t-online.de wrote: > From: Matthias Fischer <fischerm42@t-online.de> > > Signed-off-by: Matthias Fischer <fischerm42@t-online.de> > --- > config/rootfiles/packages/cups | 2 +- > lfs/cups | 6 +++--- > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/config/rootfiles/packages/cups > b/config/rootfiles/packages/cups > index 513cf4c..195f5c1 100644 > --- a/config/rootfiles/packages/cups > +++ b/config/rootfiles/packages/cups > @@ -670,6 +670,7 @@ usr/share/locale/ru/cups_ru.po > #usr/share/man/man5/client.conf.5.gz > #usr/share/man/man5/cups-files.conf.5.gz > #usr/share/man/man5/cups-snmp.conf.5.gz > +usr/share/man/man5/cupsd-logs.5.gz > #usr/share/man/man5/cupsd.conf.5.gz > #usr/share/man/man5/ipptoolfile.5.gz > #usr/share/man/man5/mailto.conf.5.gz > @@ -691,7 +692,6 @@ usr/share/locale/ru/cups_ru.po > #usr/share/man/man8/cupsaddsmb.8.gz > #usr/share/man/man8/cupsctl.8.gz > #usr/share/man/man8/cupsd-helper.8.gz > -#usr/share/man/man8/cupsd-logs.8.gz > #usr/share/man/man8/cupsd.8.gz > #usr/share/man/man8/cupsdisable.8.gz > #usr/share/man/man8/cupsenable.8.gz > diff --git a/lfs/cups b/lfs/cups > index e0ef962..49b275a 100644 > --- a/lfs/cups > +++ b/lfs/cups > @@ -24,7 +24,7 @@ > > include Config > > -VER = 2.0.3 > +VER = 2.0.4 > > THISAPP = cups-$(VER) > DL_FILE = $(THISAPP)-source.tar.bz2 > @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) > DIR_APP = $(DIR_SRC)/cups-$(VER) > TARGET = $(DIR_INFO)/$(THISAPP) > PROG = cups > -PAK_VER = 12 > +PAK_VER = 13 > > DEPS = "ghostscript" > > @@ -44,7 +44,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_MD5 = 8d98b85edbdab7ab03739c9622f570e8 > +$(DL_FILE)_MD5 = f5c847d9a4fac6c4c66fb0526a7afaae > > install : $(TARGET) >