mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] parted: bump to version 3.1
@ 2013-04-30 10:19 Bernhard Sessler
  2013-05-13  7:32 ` Michael Olbrich
  0 siblings, 1 reply; 3+ messages in thread
From: Bernhard Sessler @ 2013-04-30 10:19 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Bernhard Sessler <bernhard.sessler@corscience.de>
---
 rules/parted.make | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rules/parted.make b/rules/parted.make
index 6bfdc85..5c12d67 100644
--- a/rules/parted.make
+++ b/rules/parted.make
@@ -16,10 +16,10 @@ PACKAGES-$(PTXCONF_PARTED) += parted
 #
 # Paths and names
 #
-PARTED_VERSION	:= 2.3
-PARTED_MD5	:= 30ceb6df7e8681891e865e2fe5a7903d
+PARTED_VERSION	:= 3.1
+PARTED_MD5	:= 5d89d64d94bcfefa9ce8f59f4b81bdcb
 PARTED		:= parted-$(PARTED_VERSION)
-PARTED_SUFFIX	:= tar.gz
+PARTED_SUFFIX	:= tar.xz
 PARTED_URL	:= $(call ptx/mirror, GNU, parted/$(PARTED).$(PARTED_SUFFIX))
 PARTED_SOURCE	:= $(SRCDIR)/$(PARTED).$(PARTED_SUFFIX)
 PARTED_DIR	:= $(BUILDDIR)/$(PARTED)
-- 
1.8.2.2


-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] [PATCH] parted: bump to version 3.1
  2013-04-30 10:19 [ptxdist] [PATCH] parted: bump to version 3.1 Bernhard Sessler
@ 2013-05-13  7:32 ` Michael Olbrich
  2013-05-21  6:00   ` Bernhard Seßler
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Olbrich @ 2013-05-13  7:32 UTC (permalink / raw)
  To: ptxdist

Hi,

this fails in the prepare stage for me.

Michael

On Tue, Apr 30, 2013 at 12:19:56PM +0200, Bernhard Sessler wrote:
> Signed-off-by: Bernhard Sessler <bernhard.sessler@corscience.de>
> ---
>  rules/parted.make | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/rules/parted.make b/rules/parted.make
> index 6bfdc85..5c12d67 100644
> --- a/rules/parted.make
> +++ b/rules/parted.make
> @@ -16,10 +16,10 @@ PACKAGES-$(PTXCONF_PARTED) += parted
>  #
>  # Paths and names
>  #
> -PARTED_VERSION	:= 2.3
> -PARTED_MD5	:= 30ceb6df7e8681891e865e2fe5a7903d
> +PARTED_VERSION	:= 3.1
> +PARTED_MD5	:= 5d89d64d94bcfefa9ce8f59f4b81bdcb
>  PARTED		:= parted-$(PARTED_VERSION)
> -PARTED_SUFFIX	:= tar.gz
> +PARTED_SUFFIX	:= tar.xz
>  PARTED_URL	:= $(call ptx/mirror, GNU, parted/$(PARTED).$(PARTED_SUFFIX))
>  PARTED_SOURCE	:= $(SRCDIR)/$(PARTED).$(PARTED_SUFFIX)
>  PARTED_DIR	:= $(BUILDDIR)/$(PARTED)
> -- 
> 1.8.2.2
> 
> 
> -- 
> ptxdist mailing list
> ptxdist@pengutronix.de
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] [PATCH] parted: bump to version 3.1
  2013-05-13  7:32 ` Michael Olbrich
@ 2013-05-21  6:00   ` Bernhard Seßler
  0 siblings, 0 replies; 3+ messages in thread
From: Bernhard Seßler @ 2013-05-21  6:00 UTC (permalink / raw)
  To: ptxdist

Hi,

sorry, I was on holiday last week. I'll check it out.

Regards,
Bernhard


On 13.05.2013 09:32, Michael Olbrich wrote:
> Hi,
> 
> this fails in the prepare stage for me.
> 
> Michael
> 
> On Tue, Apr 30, 2013 at 12:19:56PM +0200, Bernhard Sessler wrote:
>> Signed-off-by: Bernhard Sessler <bernhard.sessler@corscience.de>
>> ---
>>  rules/parted.make | 6 +++---
>>  1 file changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/rules/parted.make b/rules/parted.make
>> index 6bfdc85..5c12d67 100644
>> --- a/rules/parted.make
>> +++ b/rules/parted.make
>> @@ -16,10 +16,10 @@ PACKAGES-$(PTXCONF_PARTED) += parted
>>  #
>>  # Paths and names
>>  #
>> -PARTED_VERSION	:= 2.3
>> -PARTED_MD5	:= 30ceb6df7e8681891e865e2fe5a7903d
>> +PARTED_VERSION	:= 3.1
>> +PARTED_MD5	:= 5d89d64d94bcfefa9ce8f59f4b81bdcb
>>  PARTED		:= parted-$(PARTED_VERSION)
>> -PARTED_SUFFIX	:= tar.gz
>> +PARTED_SUFFIX	:= tar.xz
>>  PARTED_URL	:= $(call ptx/mirror, GNU, parted/$(PARTED).$(PARTED_SUFFIX))
>>  PARTED_SOURCE	:= $(SRCDIR)/$(PARTED).$(PARTED_SUFFIX)
>>  PARTED_DIR	:= $(BUILDDIR)/$(PARTED)
>> -- 
>> 1.8.2.2
>>
>>
>> -- 
>> ptxdist mailing list
>> ptxdist@pengutronix.de
>>
> 

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2013-05-21  6:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-30 10:19 [ptxdist] [PATCH] parted: bump to version 3.1 Bernhard Sessler
2013-05-13  7:32 ` Michael Olbrich
2013-05-21  6:00   ` Bernhard Seßler

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