public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] librpcsecgss: Update to 0.19
@ 2016-04-13  9:31 Alexander Marx
  2016-04-13 12:47 ` Michael Tremer
  0 siblings, 1 reply; 4+ messages in thread
From: Alexander Marx @ 2016-04-13  9:31 UTC (permalink / raw)
  To: development

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

Signed-off-by: Alexander Marx <alexander.marx(a)ipfire.org>
---
 librpcsecgss/librpcsecgss.nm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/librpcsecgss/librpcsecgss.nm b/librpcsecgss/librpcsecgss.nm
index 6d6283a..c40c8c1 100644
--- a/librpcsecgss/librpcsecgss.nm
+++ b/librpcsecgss/librpcsecgss.nm
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = librpcsecgss
-version    = 0.18
+version    = 0.19
 release    = 1
 
 groups     = System/Libraries
@@ -17,7 +17,8 @@ description
 	protocol.
 end
 
-source_dl  =
+source_dl  = http://www.citi.umich.edu/projects/nfsv4/linux/librpcsecgss/
+sources	   = %{thisapp}.tar.gz
 
 build
 	requires
-- 
2.6.3


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

* Re: [PATCH] librpcsecgss: Update to 0.19
  2016-04-13  9:31 [PATCH] librpcsecgss: Update to 0.19 Alexander Marx
@ 2016-04-13 12:47 ` Michael Tremer
  2016-04-13 13:41   ` Alexander Marx
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Tremer @ 2016-04-13 12:47 UTC (permalink / raw)
  To: development

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

On Wed, 2016-04-13 at 11:31 +0200, Alexander Marx wrote:
> Signed-off-by: Alexander Marx <alexander.marx(a)ipfire.org>
> ---
>  librpcsecgss/librpcsecgss.nm | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/librpcsecgss/librpcsecgss.nm b/librpcsecgss/librpcsecgss.nm
> index 6d6283a..c40c8c1 100644
> --- a/librpcsecgss/librpcsecgss.nm
> +++ b/librpcsecgss/librpcsecgss.nm
> @@ -4,7 +4,7 @@
>  #############################################################################
> ##
>  
>  name       = librpcsecgss
> -version    = 0.18
> +version    = 0.19
>  release    = 1
>  
>  groups     = System/Libraries
> @@ -17,7 +17,8 @@ description
>  	protocol.
>  end
>  
> -source_dl  =
> +source_dl  = http://www.citi.umich.edu/projects/nfsv4/linux/librpcsecgss/
> +sources	   = %{thisapp}.tar.gz

You are using mixed tabs and spaces here. This should only be spaces.

>  
>  build
>  	requires

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

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

* Re: [PATCH] librpcsecgss: Update to 0.19
  2016-04-13 12:47 ` Michael Tremer
@ 2016-04-13 13:41   ` Alexander Marx
  2016-04-13 13:42     ` Michael Tremer
  0 siblings, 1 reply; 4+ messages in thread
From: Alexander Marx @ 2016-04-13 13:41 UTC (permalink / raw)
  To: development

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

http://git.ipfire.org/?p=people/amarx/ipfire-3.x.git;a=blobdiff;f=librpcsecgss/librpcsecgss.nm;h=d7d8e3d07e095f3be5e1c0bd1f577695d4cd563b;hp=6d6283ac065345f2ddb5ac5fa25297ea32f3bd84;hb=1e70e5602e4a40444dfd0d38331ec075ece81c33;hpb=e49c3c69d2dc745f1a9a41d4dbdbcc1cd7803b45

better?

Am 13.04.2016 um 14:47 schrieb Michael Tremer:
> On Wed, 2016-04-13 at 11:31 +0200, Alexander Marx wrote:
>> Signed-off-by: Alexander Marx <alexander.marx(a)ipfire.org>
>> ---
>>   librpcsecgss/librpcsecgss.nm | 5 +++--
>>   1 file changed, 3 insertions(+), 2 deletions(-)
>>
>> diff --git a/librpcsecgss/librpcsecgss.nm b/librpcsecgss/librpcsecgss.nm
>> index 6d6283a..c40c8c1 100644
>> --- a/librpcsecgss/librpcsecgss.nm
>> +++ b/librpcsecgss/librpcsecgss.nm
>> @@ -4,7 +4,7 @@
>>   #############################################################################
>> ##
>>   
>>   name       = librpcsecgss
>> -version    = 0.18
>> +version    = 0.19
>>   release    = 1
>>   
>>   groups     = System/Libraries
>> @@ -17,7 +17,8 @@ description
>>   	protocol.
>>   end
>>   
>> -source_dl  =
>> +source_dl  = http://www.citi.umich.edu/projects/nfsv4/linux/librpcsecgss/
>> +sources	   = %{thisapp}.tar.gz
> You are using mixed tabs and spaces here. This should only be spaces.
>
>>   
>>   build
>>   	requires


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

* Re: [PATCH] librpcsecgss: Update to 0.19
  2016-04-13 13:41   ` Alexander Marx
@ 2016-04-13 13:42     ` Michael Tremer
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Tremer @ 2016-04-13 13:42 UTC (permalink / raw)
  To: development

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

I am sure you are able to tell this yourself if you only used spaces :)

-Michael

On Wed, 2016-04-13 at 15:41 +0200, Alexander Marx wrote:
> http://git.ipfire.org/?p=people/amarx/ipfire-3.x.git;a=blobdiff;f=librpcsecgss
> /librpcsecgss.nm;h=d7d8e3d07e095f3be5e1c0bd1f577695d4cd563b;hp=6d6283ac065345f
> 2ddb5ac5fa25297ea32f3bd84;hb=1e70e5602e4a40444dfd0d38331ec075ece81c33;hpb=e49c
> 3c69d2dc745f1a9a41d4dbdbcc1cd7803b45
> 
> better?
> 
> Am 13.04.2016 um 14:47 schrieb Michael Tremer:
> > 
> > On Wed, 2016-04-13 at 11:31 +0200, Alexander Marx wrote:
> > > 
> > > Signed-off-by: Alexander Marx <alexander.marx(a)ipfire.org>
> > > ---
> > >   librpcsecgss/librpcsecgss.nm | 5 +++--
> > >   1 file changed, 3 insertions(+), 2 deletions(-)
> > > 
> > > diff --git a/librpcsecgss/librpcsecgss.nm b/librpcsecgss/librpcsecgss.nm
> > > index 6d6283a..c40c8c1 100644
> > > --- a/librpcsecgss/librpcsecgss.nm
> > > +++ b/librpcsecgss/librpcsecgss.nm
> > > @@ -4,7 +4,7 @@
> > >  
> > > ##########################################################################
> > > ###
> > > ##
> > >   
> > >   name       = librpcsecgss
> > > -version    = 0.18
> > > +version    = 0.19
> > >   release    = 1
> > >   
> > >   groups     = System/Libraries
> > > @@ -17,7 +17,8 @@ description
> > >   	protocol.
> > >   end
> > >   
> > > -source_dl  =
> > > +source_dl  = http://www.citi.umich.edu/projects/nfsv4/linux/librpcsecgss/
> > > +sources	   = %{thisapp}.tar.gz
> > You are using mixed tabs and spaces here. This should only be spaces.
> > 
> > > 
> > >   
> > >   build
> > >   	requires

[-- 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-04-13 13:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-13  9:31 [PATCH] librpcsecgss: Update to 0.19 Alexander Marx
2016-04-13 12:47 ` Michael Tremer
2016-04-13 13:41   ` Alexander Marx
2016-04-13 13: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