public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] cups: Update to 2.0.4
@ 2015-08-02 19:13 fischerm42
  2015-08-02 20:42 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: fischerm42 @ 2015-08-02 19:13 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1714 bytes --]

From: Matthias Fischer <fischerm42(a)t-online.de>

Signed-off-by: Matthias Fischer <fischerm42(a)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)
 
-- 
2.5.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] cups: Update to 2.0.4
  2015-08-02 19:13 [PATCH] cups: Update to 2.0.4 fischerm42
@ 2015-08-02 20:42 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2015-08-02 20:42 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2023 bytes --]

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(a)t-online.de wrote:
> From: Matthias Fischer <fischerm42(a)t-online.de>
> 
> Signed-off-by: Matthias Fischer <fischerm42(a)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)
>  

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-02 20:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-02 19:13 [PATCH] cups: Update to 2.0.4 fischerm42
2015-08-02 20:42 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox