[omniORB-dev] Wrong version number in omniORBpy 2.3

Thomas Lockhart lockhart at fourpalms.org
Wed Nov 26 08:45:27 GMT 2003


> I noticed the following while compiling omniORBpy 2.3:
>  -DOMNIPY_MAJOR=2 -DOMNIPY_MINOR=3 -DOMNIORB_VERSION_STRING=\"4.0.2\"
> Looks like the wrong OMNIORB_VERSION_STRING is used...

Here's a patch I'll use in the next RPM build.

The SuSE RPM discussion on the other list suggests that we might have 
another spec file rev which supports that distro also.

                     - Tom
-------------- next part --------------
diff -cr omniORBpy-2.3.orig/mk/beforeauto.mk.in omniORBpy-2.3/mk/beforeauto.mk.in
*** omniORBpy-2.3.orig/mk/beforeauto.mk.in	2003-08-06 15:33:17.000000000 -0700
--- omniORBpy-2.3/mk/beforeauto.mk.in	2003-11-26 07:33:23.000000000 -0800
***************
*** 456,462 ****
  
  CorbaImplementation = OMNIORB
  
! OMNIORB_VERSION = 4.0.2
  OMNIORB_MAJOR_VERSION = $(word 1,$(subst ., ,$(OMNIORB_VERSION)))
  OMNIORB_MINOR_VERSION = $(word 2,$(subst ., ,$(OMNIORB_VERSION)))
  OMNIORB_MICRO_VERSION = $(word 3,$(subst ., ,$(OMNIORB_VERSION)))
--- 456,462 ----
  
  CorbaImplementation = OMNIORB
  
! OMNIORB_VERSION = 4.0.3
  OMNIORB_MAJOR_VERSION = $(word 1,$(subst ., ,$(OMNIORB_VERSION)))
  OMNIORB_MINOR_VERSION = $(word 2,$(subst ., ,$(OMNIORB_VERSION)))
  OMNIORB_MICRO_VERSION = $(word 3,$(subst ., ,$(OMNIORB_VERSION)))


More information about the omniORB-dev mailing list