[arch-general] postgresql 8.4

2009-09-09 Thread Caleb Cushing
I notice 8.4 still hasn't made it in to extra's I also notice that
libpqxx appears to be 2 minor releases behind (or is it that its
version numbering is weird? saying 3.0 when it's actually 3.0.1?). I'd
like to help get these up to date in any way I can. I can maintain
postgres and related packages if necessary.

-- 
Caleb Cushing

http://xenoterracide.blogspot.com


Re: [arch-general] postgresql 8.4

2009-09-09 Thread ludovic coues
2009/9/9 Caleb Cushing xenoterrac...@gmail.com

 like to help get these up to date in any way I can. I can maintain
 postgres and related packages if necessary.


Common way to upgrade a package for bare user is to attach a updated
PKGBUILD. CC the maintener is good too.


This package look like it simply need to be version bumped. I've just made
the following change, and everything have compiled fine.
pkgver=8.3.7 = pkgver=8.4.0
pkgrel=3  = pkgrel=1

md5sums=('1f172d5f60326e972837f58fa5acd130'
'7d8ea2abb6a8cdacf35604bda659a34a'
 'df6ddf9e2ab4700a3415f17c0f4f4172'
'4d74f4227dc5e12bf95b3490758d86c9'
 '96f82c38f3f540b53f3e5144900acf17')
=
md5sums=('7b7e91a2221e55fe1b167e663217a96d'
'7d8ea2abb6a8cdacf35604bda659a34a'\
 'df6ddf9e2ab4700a3415f17c0f4f4172'
'4d74f4227dc5e12bf95b3490758d86c9'\
 '96f82c38f3f540b53f3e5144900acf17')


In order to pass dependency check, postgresql-libs need to be updated too.
You can find the PKGBUILD in abs.


Re: [arch-general] postgresql 8.4

2009-09-09 Thread Eric Bélanger
On Wed, Sep 9, 2009 at 1:06 PM, ludovic couescou...@gmail.com wrote:
 2009/9/9 Caleb Cushing xenoterrac...@gmail.com

 like to help get these up to date in any way I can. I can maintain
 postgres and related packages if necessary.


 Common way to upgrade a package for bare user is to attach a updated
 PKGBUILD. CC the maintener is good too.


 This package look like it simply need to be version bumped. I've just made
 the following change, and everything have compiled fine.
 pkgver=8.3.7 = pkgver=8.4.0
 pkgrel=3      = pkgrel=1

 md5sums=('1f172d5f60326e972837f58fa5acd130'
 '7d8ea2abb6a8cdacf35604bda659a34a'
         'df6ddf9e2ab4700a3415f17c0f4f4172'
 '4d74f4227dc5e12bf95b3490758d86c9'
         '96f82c38f3f540b53f3e5144900acf17')
 =
 md5sums=('7b7e91a2221e55fe1b167e663217a96d'
 '7d8ea2abb6a8cdacf35604bda659a34a'\
         'df6ddf9e2ab4700a3415f17c0f4f4172'
 '4d74f4227dc5e12bf95b3490758d86c9'\
         '96f82c38f3f540b53f3e5144900acf17')


 In order to pass dependency check, postgresql-libs need to be updated too.
 You can find the PKGBUILD in abs.


postgresql 8.4 has a soname bump.  You'll also need to rebuild all
packages that depends on it (or on postgresql-libs). That's why it's
taking time to have the update in the repo.


[arch-general] postgresql 8.4

2009-08-01 Thread Caleb Cushing
what's the status of getting this into extra's? all it seems to
require is a typical version bump (outside of the xml bug). It appears
to work ok on x86_64 on my system. although I haven't done super
thorough testing.

-- 
Caleb Cushing

http://xenoterracide.blogspot.com


Re: [arch-general] postgresql 8.4

2009-08-01 Thread Douglas Soares de Andrade
Em Sábado 01 Agosto 2009, às 19:12:27, Caleb Cushing escreveu:
 what's the status of getting this into extra's? all it seems to
 require is a typical version bump (outside of the xml bug). It appears
 to work ok on x86_64 on my system. although I haven't done super
 thorough testing.

Hi,

Im working on it.