public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] compat-guile: Update to 2.0.9
@ 2016-03-22 12:47 Alexander Marx
  2016-03-22 12:58 ` [PATCH v2] " Alexander Marx
  0 siblings, 1 reply; 4+ messages in thread
From: Alexander Marx @ 2016-03-22 12:47 UTC (permalink / raw)
  To: development

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

Signed-off-by: Alexander Marx <alexander.marx(a)ipfire.org>
---
 compat-guile/compat-guile.nm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compat-guile/compat-guile.nm b/compat-guile/compat-guile.nm
index 8bac023..28b9fb6 100644
--- a/compat-guile/compat-guile.nm
+++ b/compat-guile/compat-guile.nm
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = compat-guile
-version    = 1.8.8
+version    = 2.0.9
 release    = 1
 thisapp    = guile-%{version}
 
-- 
2.6.3


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

* [PATCH v2] compat-guile: Update to 2.0.9
  2016-03-22 12:47 [PATCH] compat-guile: Update to 2.0.9 Alexander Marx
@ 2016-03-22 12:58 ` Alexander Marx
  2016-03-22 14:37   ` Arne Fitzenreiter
  0 siblings, 1 reply; 4+ messages in thread
From: Alexander Marx @ 2016-03-22 12:58 UTC (permalink / raw)
  To: development

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

Signed-off-by: Alexander Marx <alexander.marx(a)ipfire.org>
---
 compat-guile/compat-guile.nm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compat-guile/compat-guile.nm b/compat-guile/compat-guile.nm
index 8bac023..28b9fb6 100644
--- a/compat-guile/compat-guile.nm
+++ b/compat-guile/compat-guile.nm
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = compat-guile
-version    = 1.8.8
+version    = 2.0.9
 release    = 1
 thisapp    = guile-%{version}
 
-- 
2.6.3


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

* Re: [PATCH v2] compat-guile: Update to 2.0.9
  2016-03-22 12:58 ` [PATCH v2] " Alexander Marx
@ 2016-03-22 14:37   ` Arne Fitzenreiter
  2016-03-22 15:43     ` Michael Tremer
  0 siblings, 1 reply; 4+ messages in thread
From: Arne Fitzenreiter @ 2016-03-22 14:37 UTC (permalink / raw)
  To: development

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

Vorsicht! Die compat-xxx packete sind für Programme die Abhängigkeiten 
zu einer alten Version haben.
Hier warscheinlich guile-1.x.x

Das eigentliche Packet ist guile und das ist bereits auf 2.0.9


On 2016-03-22 13:58, Alexander Marx wrote:
> Signed-off-by: Alexander Marx <alexander.marx(a)ipfire.org>
> ---
>  compat-guile/compat-guile.nm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/compat-guile/compat-guile.nm 
> b/compat-guile/compat-guile.nm
> index 8bac023..28b9fb6 100644
> --- a/compat-guile/compat-guile.nm
> +++ b/compat-guile/compat-guile.nm
> @@ -4,7 +4,7 @@
>  
> ###############################################################################
> 
>  name       = compat-guile
> -version    = 1.8.8
> +version    = 2.0.9
>  release    = 1
>  thisapp    = guile-%{version}


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

* Re: [PATCH v2] compat-guile: Update to 2.0.9
  2016-03-22 14:37   ` Arne Fitzenreiter
@ 2016-03-22 15:43     ` Michael Tremer
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Tremer @ 2016-03-22 15:43 UTC (permalink / raw)
  To: development

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

Hi,

English please.

I will just ignore these patches and dropped it already on patchwork.

Best,
-Michael

On Tue, 2016-03-22 at 15:37 +0100, Arne Fitzenreiter wrote:
> Vorsicht! Die compat-xxx packete sind für Programme die Abhängigkeiten 
> zu einer alten Version haben.
> Hier warscheinlich guile-1.x.x
> 
> Das eigentliche Packet ist guile und das ist bereits auf 2.0.9
> 
> 
> On 2016-03-22 13:58, Alexander Marx wrote:
> > 
> > Signed-off-by: Alexander Marx <alexander.marx(a)ipfire.org>
> > ---
> >  compat-guile/compat-guile.nm | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/compat-guile/compat-guile.nm 
> > b/compat-guile/compat-guile.nm
> > index 8bac023..28b9fb6 100644
> > --- a/compat-guile/compat-guile.nm
> > +++ b/compat-guile/compat-guile.nm
> > @@ -4,7 +4,7 @@
> >  
> > ############################################################################
> > ###
> > 
> >  name       = compat-guile
> > -version    = 1.8.8
> > +version    = 2.0.9
> >  release    = 1
> >  thisapp    = guile-%{version}

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

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

end of thread, other threads:[~2016-03-22 15:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-22 12:47 [PATCH] compat-guile: Update to 2.0.9 Alexander Marx
2016-03-22 12:58 ` [PATCH v2] " Alexander Marx
2016-03-22 14:37   ` Arne Fitzenreiter
2016-03-22 15:43     ` Michael Tremer

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