* [PATCH] hplip: Update to 3.20.11
@ 2020-12-18 11:30 Adolf Belka
2020-12-18 16:56 ` Michael Tremer
0 siblings, 1 reply; 4+ messages in thread
From: Adolf Belka @ 2020-12-18 11:30 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 932 bytes --]
- Update from 3.18.6 to 3.20.11 (16 updates)
- See Release notes for bug fixes and support for additional printers
https://sourceforge.net/p/hplip/news/
Signed-off-by: Adolf Belka <ahb.ipfire(a)gmail.com>
---
lfs/hplip | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lfs/hplip b/lfs/hplip
index 8b16f1eb4..ee9c4d460 100644
--- a/lfs/hplip
+++ b/lfs/hplip
@@ -24,7 +24,7 @@
include Config
-VER = 3.18.6
+VER = 3.20.11
THISAPP = hplip-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = hplip
-PAK_VER = 3
+PAK_VER = 4
DEPS =
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 3857eae76c49c00fa185628d4dce7d61
+$(DL_FILE)_MD5 = dbd44f63450424eea293fccea0589d33
install : $(TARGET)
--
2.29.2
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] hplip: Update to 3.20.11
2020-12-18 11:30 [PATCH] hplip: Update to 3.20.11 Adolf Belka
@ 2020-12-18 16:56 ` Michael Tremer
2020-12-18 17:09 ` Adolf Belka
0 siblings, 1 reply; 4+ messages in thread
From: Michael Tremer @ 2020-12-18 16:56 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1293 bytes --]
Hi,
I built this on my machine and there are quite a few new files.
Did you do a clean build, or did you simply forget to commit the root file with it?
-Michael
> On 18 Dec 2020, at 12:30, Adolf Belka <ahb.ipfire(a)gmail.com> wrote:
>
> - Update from 3.18.6 to 3.20.11 (16 updates)
> - See Release notes for bug fixes and support for additional printers
> https://sourceforge.net/p/hplip/news/
>
> Signed-off-by: Adolf Belka <ahb.ipfire(a)gmail.com>
> ---
> lfs/hplip | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/lfs/hplip b/lfs/hplip
> index 8b16f1eb4..ee9c4d460 100644
> --- a/lfs/hplip
> +++ b/lfs/hplip
> @@ -24,7 +24,7 @@
>
> include Config
>
> -VER = 3.18.6
> +VER = 3.20.11
>
> THISAPP = hplip-$(VER)
> DL_FILE = $(THISAPP).tar.gz
> @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
> DIR_APP = $(DIR_SRC)/$(THISAPP)
> TARGET = $(DIR_INFO)/$(THISAPP)
> PROG = hplip
> -PAK_VER = 3
> +PAK_VER = 4
>
> DEPS =
>
> @@ -44,7 +44,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_MD5 = 3857eae76c49c00fa185628d4dce7d61
> +$(DL_FILE)_MD5 = dbd44f63450424eea293fccea0589d33
>
> install : $(TARGET)
>
> --
> 2.29.2
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] hplip: Update to 3.20.11
2020-12-18 16:56 ` Michael Tremer
@ 2020-12-18 17:09 ` Adolf Belka
2020-12-18 17:16 ` Michael Tremer
0 siblings, 1 reply; 4+ messages in thread
From: Adolf Belka @ 2020-12-18 17:09 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1685 bytes --]
Hi Michael,
Yes, it was a clean build and thought I checked the rootfiles, because I remember the majority of the files being commented out.
I will redo and check the rootfiles and see what I missed first time around. My apologies.
Shall I reissue it as a V2 patch?
Regards,
Adolf.
On 18/12/2020 17:56, Michael Tremer wrote:
> Hi,
>
> I built this on my machine and there are quite a few new files.
>
> Did you do a clean build, or did you simply forget to commit the root file with it?
>
> -Michael
>
>> On 18 Dec 2020, at 12:30, Adolf Belka <ahb.ipfire(a)gmail.com> wrote:
>>
>> - Update from 3.18.6 to 3.20.11 (16 updates)
>> - See Release notes for bug fixes and support for additional printers
>> https://sourceforge.net/p/hplip/news/
>>
>> Signed-off-by: Adolf Belka <ahb.ipfire(a)gmail.com>
>> ---
>> lfs/hplip | 6 +++---
>> 1 file changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/lfs/hplip b/lfs/hplip
>> index 8b16f1eb4..ee9c4d460 100644
>> --- a/lfs/hplip
>> +++ b/lfs/hplip
>> @@ -24,7 +24,7 @@
>>
>> include Config
>>
>> -VER = 3.18.6
>> +VER = 3.20.11
>>
>> THISAPP = hplip-$(VER)
>> DL_FILE = $(THISAPP).tar.gz
>> @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
>> DIR_APP = $(DIR_SRC)/$(THISAPP)
>> TARGET = $(DIR_INFO)/$(THISAPP)
>> PROG = hplip
>> -PAK_VER = 3
>> +PAK_VER = 4
>>
>> DEPS =
>>
>> @@ -44,7 +44,7 @@ objects = $(DL_FILE)
>>
>> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>>
>> -$(DL_FILE)_MD5 = 3857eae76c49c00fa185628d4dce7d61
>> +$(DL_FILE)_MD5 = dbd44f63450424eea293fccea0589d33
>>
>> install : $(TARGET)
>>
>> --
>> 2.29.2
>>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] hplip: Update to 3.20.11
2020-12-18 17:09 ` Adolf Belka
@ 2020-12-18 17:16 ` Michael Tremer
0 siblings, 0 replies; 4+ messages in thread
From: Michael Tremer @ 2020-12-18 17:16 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1880 bytes --]
Hi,
> On 18 Dec 2020, at 18:09, Adolf Belka <ahb.ipfire(a)gmail.com> wrote:
>
> Hi Michael,
>
> Yes, it was a clean build and thought I checked the rootfiles, because I remember the majority of the files being commented out.
>
> I will redo and check the rootfiles and see what I missed first time around. My apologies.
No worries.
> Shall I reissue it as a V2 patch?
Yes, please.
-Michael
>
> Regards,
> Adolf.
>
> On 18/12/2020 17:56, Michael Tremer wrote:
>> Hi,
>> I built this on my machine and there are quite a few new files.
>> Did you do a clean build, or did you simply forget to commit the root file with it?
>> -Michael
>>> On 18 Dec 2020, at 12:30, Adolf Belka <ahb.ipfire(a)gmail.com> wrote:
>>>
>>> - Update from 3.18.6 to 3.20.11 (16 updates)
>>> - See Release notes for bug fixes and support for additional printers
>>> https://sourceforge.net/p/hplip/news/
>>>
>>> Signed-off-by: Adolf Belka <ahb.ipfire(a)gmail.com>
>>> ---
>>> lfs/hplip | 6 +++---
>>> 1 file changed, 3 insertions(+), 3 deletions(-)
>>>
>>> diff --git a/lfs/hplip b/lfs/hplip
>>> index 8b16f1eb4..ee9c4d460 100644
>>> --- a/lfs/hplip
>>> +++ b/lfs/hplip
>>> @@ -24,7 +24,7 @@
>>>
>>> include Config
>>>
>>> -VER = 3.18.6
>>> +VER = 3.20.11
>>>
>>> THISAPP = hplip-$(VER)
>>> DL_FILE = $(THISAPP).tar.gz
>>> @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
>>> DIR_APP = $(DIR_SRC)/$(THISAPP)
>>> TARGET = $(DIR_INFO)/$(THISAPP)
>>> PROG = hplip
>>> -PAK_VER = 3
>>> +PAK_VER = 4
>>>
>>> DEPS =
>>>
>>> @@ -44,7 +44,7 @@ objects = $(DL_FILE)
>>>
>>> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>>>
>>> -$(DL_FILE)_MD5 = 3857eae76c49c00fa185628d4dce7d61
>>> +$(DL_FILE)_MD5 = dbd44f63450424eea293fccea0589d33
>>>
>>> install : $(TARGET)
>>>
>>> --
>>> 2.29.2
>>>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-12-18 17:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-18 11:30 [PATCH] hplip: Update to 3.20.11 Adolf Belka
2020-12-18 16:56 ` Michael Tremer
2020-12-18 17:09 ` Adolf Belka
2020-12-18 17:16 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox