Re: [arch-general] [arch-dev-public] [signoff] ncurses-5.8-1

2011-02-27 Thread Jelle van der Waa
On Sun, 2011-02-27 at 17:06 -0600, Dan McGee wrote: > On Sun, Feb 27, 2011 at 3:04 PM, Loui Chang wrote: > > On Sun 27 Feb 2011 12:01 -0600, Dan McGee wrote: > >> On Sat, Feb 26, 2011 at 7:55 PM, Allan McRae wrote: > >> > On 27/02/11 10:40, Allan McRae wrote: > >> >> > >> >> Major upstream updat

Re: [arch-general] [arch-dev-public] [signoff] ncurses-5.8-1

2011-02-27 Thread Dan McGee
On Sun, Feb 27, 2011 at 3:04 PM, Loui Chang wrote: > On Sun 27 Feb 2011 12:01 -0600, Dan McGee wrote: >> On Sat, Feb 26, 2011 at 7:55 PM, Allan McRae wrote: >> > On 27/02/11 10:40, Allan McRae wrote: >> >> >> >> Major upstream update. >> >> >> >> Test well. There is no soname bump, but experience

Re: [arch-general] [arch-dev-public] [signoff] ncurses-5.8-1

2011-02-27 Thread Gaetan Bisson
[2011-02-27 16:04:26 -0500] Loui Chang: > Rebuild won't do it. tig wants to create zero sized windows which > newwin() doesn't allow anymore. We could patch it with some arbitrary > size which kind of works, The oping program (from liboping in [community]) was doing the same, so I patched it like

Re: [arch-general] [arch-dev-public] [signoff] ncurses-5.8-1

2011-02-27 Thread Loui Chang
On Sun 27 Feb 2011 12:01 -0600, Dan McGee wrote: > On Sat, Feb 26, 2011 at 7:55 PM, Allan McRae wrote: > > On 27/02/11 10:40, Allan McRae wrote: > >> > >> Major upstream update. > >> > >> Test well. There is no soname bump, but experience tells me that some > >> rebuilds will probably be required

Re: [arch-general] [arch-dev-public] [PATCH 1/3] Use format strings when printing errors

2011-02-27 Thread cantabile
Le 27/02/2011 19:25, Dan McGee a écrit : - print("Error: " + package + " is empty or is not a valid package") + print("Error: %s is empty or is not a valid package" % package) That method of string formatting is deprecated in python 3. ;) http://docs.python.org/rel

Re: [arch-general] Unannounced syslog config move

2011-02-27 Thread Vlad George
On Sun, Feb 27, 2011 at 02:41:01PM +0100, Heiko Baums wrote: > Am Sun, 27 Feb 2011 14:29:57 +0800 > schrieb Auguste Pop : > > > .pacsave indicates that /etc/syslog-ng.conf no longer exists in the > > package. although it's still not an explicit warning. anyway, we can > > use logic. ;-) > > Other

Re: [arch-general] Unannounced syslog config move

2011-02-27 Thread Heiko Baums
Am Sun, 27 Feb 2011 14:29:57 +0800 schrieb Auguste Pop : > .pacsave indicates that /etc/syslog-ng.conf no longer exists in the > package. although it's still not an explicit warning. anyway, we can > use logic. ;-) Otherwise there would have been a /etc/syslog-ng.conf.pacnew and not a /etc/syslog

Re: [arch-general] mkinitcpio compression

2011-02-27 Thread Dimitrios Apostolou
On Sun, 27 Feb 2011, Thomas Bächler wrote: Am 27.02.2011 03:12, schrieb Dimitrios Apostolou: Hello list, I'm using arch on an old laptop with only 128MB RAM. I had problems compressing the initcpio image with lzma, it always failed allocating memory. The following one-line patch allowed me to s

Re: [arch-general] [arch-dev-public] [signoff] ncurses-5.8-1

2011-02-27 Thread Allan McRae
On 27/02/11 19:49, Evgeny Burmentyev wrote: On Sun, Feb 27, 2011 at 07:33:32PM +1000, Allan McRae wrote: On 27/02/11 18:38, Emmanuel Benisty wrote: On Sun, Feb 27, 2011 at 8:55 AM, Allan McRae wrote: On 27/02/11 10:40, Allan McRae wrote: Major upstream update. Test well. There is no sonam

Re: [arch-general] [arch-dev-public] [signoff] ncurses-5.8-1

2011-02-27 Thread Evgeny Burmentyev
On Sun, Feb 27, 2011 at 07:33:32PM +1000, Allan McRae wrote: > On 27/02/11 18:38, Emmanuel Benisty wrote: > >On Sun, Feb 27, 2011 at 8:55 AM, Allan McRae wrote: > >>On 27/02/11 10:40, Allan McRae wrote: > >>> > >>>Major upstream update. > >>> > >>>Test well. There is no soname bump, but experience

Re: [arch-general] mkinitcpio compression

2011-02-27 Thread Thomas Bächler
Am 27.02.2011 03:12, schrieb Dimitrios Apostolou: > Hello list, > > I'm using arch on an old laptop with only 128MB RAM. I had problems > compressing the initcpio image with lzma, it always failed allocating > memory. The following one-line patch allowed me to set my own > compression level in mki

Re: [arch-general] [arch-dev-public] [signoff] ncurses-5.8-1

2011-02-27 Thread Allan McRae
On 27/02/11 18:38, Emmanuel Benisty wrote: On Sun, Feb 27, 2011 at 8:55 AM, Allan McRae wrote: On 27/02/11 10:40, Allan McRae wrote: Major upstream update. Test well. There is no soname bump, but experience tells me that some rebuilds will probably be required to fix minor issues. just FTR

Re: [arch-general] [arch-dev-public] [signoff] ncurses-5.8-1

2011-02-27 Thread Emmanuel Benisty
On Sun, Feb 27, 2011 at 8:55 AM, Allan McRae wrote: > On 27/02/11 10:40, Allan McRae wrote: >> >> Major upstream update. >> >> Test well. There is no soname bump, but experience tells me that some >> rebuilds will probably be required to fix minor issues. just FTR, it breaks rtorrent. eb64@drama