Kenneth MacDonald wrote:
> Looking through the RPMs in
> <rsync://www.mirrorservice.org/sites/ftp.scientificlinux.org/linux/scientific/52/i386/SL/> I've noticed the following ...
> 
> libcxgb3-1.1.4-1.el5.i386.rpm
> libcxgb3-devel-1.0-6.el5_1.1.i386.rpm  <---- Old version?
> libcxgb3-static-1.1.4-1.el5.i386.rpm

Looks like upstream has dropped the devel package, but included the
static package (meaning that the packages in the SRPM changed):

admin@forge:/local/mirror/linux/centos$find 5.1/os/i386/ -name "libcxgb3*"
5.1/os/i386/CentOS/libcxgb3-devel-1.0-6.el5.i386.rpm
5.1/os/i386/CentOS/libcxgb3-1.0-6.el5.i386.rpm
admin@forge:/local/mirror/linux/centos$find 5.2/os/i386/ -name "libcxgb3*"
5.2/os/i386/CentOS/libcxgb3-static-1.1.4-1.el5.i386.rpm
5.2/os/i386/CentOS/libcxgb3-1.1.4-1.el5.i386.rpm
admin@forge:/local/mirror/linux/centos$

Cheers,

Ralph