[RFU 1.5] task-1.8.4-1

2009-11-18 Thread Federico Hernandez
A new version of task has been released - a bug fix release (in
particular for cygwin).

Please upload.

---

wget -x -nH --cut-dirs=3 \
 http://taskwarrior.org/download/cygwin15/task/setup.hint \
 http://taskwarrior.org/download/cygwin15/task/task-1.8.4-1.tar.bz2 \
 http://taskwarrior.org/download/cygwin15/task/task-1.8.4-1-src.tar.bz2

---

Thank you!

/Federico


Re: [RFU 1.5] task-1.8.4-1

2009-11-19 Thread Corinna Vinschen
On Nov 18 22:17, Federico Hernandez wrote:
> A new version of task has been released - a bug fix release (in
> particular for cygwin).
> 
> Please upload.

Done.  I fixed your setup.hint file which had an incorrect requires
line

  requires: libncurses9, libstdc++6

Note the comma, which is not correct.  There's also a dependency to
libgcc1 missing.  I changed the setup.hint file on sourceware to

  requires: libncurses9 libgcc1 libstdc++6


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: [RFU 1.5] task-1.8.4-1

2009-11-19 Thread Federico Hernandez
>  requires: libncurses9, libstdc++6
>
> Note the comma, which is not correct.  There's also a dependency to

Thank you for the comma fix. Brain was thinking on something else probably.

> libgcc1 missing.  I changed the setup.hint file on sourceware to
>
>  requires: libncurses9 libgcc1 libstdc++6

Ok, I thought that since libstdc++6 was already depending on libgcc1 I
wouldn't need to specify it explicitly. I should have asked.

THX,
/Federico


Re: [RFU 1.5] task-1.8.4-1

2009-11-19 Thread Corinna Vinschen
On Nov 19 10:20, Federico Hernandez wrote:
> >  requires: libncurses9 libgcc1 libstdc++6
> 
> Ok, I thought that since libstdc++6 was already depending on libgcc1 I
> wouldn't need to specify it explicitly. I should have asked.

Hmm, you were probably right.  The libgcc1 dependency was not actually
necessary, given the libstdc++6 dependency.


Sorry,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat