Re: Wrong version number in omniORBpy 2.3
Thomas Lockhart <[email protected]> Wed, 26 Nov 2003 08:45:27 -0800
| Newsgroups | gmane.comp.corba.omniorb.devel |
|---|---|
| Organization | Yes |
| Message-ID | <[email protected]> |
> 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
_______________________________________________
omniORB-dev mailing list
[email protected]
http://www.omniorb-support.com/mailman/listinfo/omniorb-dev
omniORBpy-version.patch
(text/plain, 821 B)
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)))