[omniORB] omniORBpy2.1
Thomas Lockhart
lockhart@fourpalms.org
Wed Mar 19 16:51:02 2003
This is a multi-part message in MIME format.
--------------070901070601080700000807
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
...
> If these should be 4.0.1 and 1 respectively I'll go ahead and apply
> patches to the RPM build. Let me know what you think...
I went ahead and changed this for the RPM build. Patch file enclosed.
I've posted the omniORBpy RPMs (and omniORB RPMs) at
http://www.fourpalms.org/pub/omniORB/SRPMS
http://www.fourpalms.org/pub/omniORB/Mandrake/9.0
Sander said that he expects to build the RedHat versions in the next day
or two, if his ADSL line gets back up and running.
- Tom
--------------070901070601080700000807
Content-Type: text/plain;
name="omniORBpy.patches"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="omniORBpy.patches"
diff -cr omniORBpy-2.1.orig/mk/beforeauto.mk.in omniORBpy-2.1/mk/beforeauto.mk.in
*** omniORBpy-2.1.orig/mk/beforeauto.mk.in 2003-03-02 19:14:49.000000000 +0000
--- omniORBpy-2.1/mk/beforeauto.mk.in 2003-03-19 14:11:35.000000000 +0000
***************
*** 456,462 ****
CorbaImplementation = OMNIORB
! OMNIORB_VERSION = 4.0.0
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.1
OMNIORB_MAJOR_VERSION = $(word 1,$(subst ., ,$(OMNIORB_VERSION)))
OMNIORB_MINOR_VERSION = $(word 2,$(subst ., ,$(OMNIORB_VERSION)))
OMNIORB_MICRO_VERSION = $(word 3,$(subst ., ,$(OMNIORB_VERSION)))
diff -cr omniORBpy-2.1.orig/modules/codesets/dir.mk omniORBpy-2.1/modules/codesets/dir.mk
*** omniORBpy-2.1.orig/modules/codesets/dir.mk 2002-09-17 23:56:59.000000000 +0000
--- omniORBpy-2.1/modules/codesets/dir.mk 2003-03-19 14:09:42.000000000 +0000
***************
*** 1,6 ****
# Version number
OMNIPY_MAJOR = 2
! OMNIPY_MINOR = 0
DIR_CPPFLAGS += -DOMNIPY_MAJOR=$(OMNIPY_MAJOR) -DOMNIPY_MINOR=$(OMNIPY_MINOR)
DIR_CPPFLAGS += -DOMNIORB_VERSION_STRING=\"$(OMNIORB_VERSION)\"
--- 1,6 ----
# Version number
OMNIPY_MAJOR = 2
! OMNIPY_MINOR = 1
DIR_CPPFLAGS += -DOMNIPY_MAJOR=$(OMNIPY_MAJOR) -DOMNIPY_MINOR=$(OMNIPY_MINOR)
DIR_CPPFLAGS += -DOMNIORB_VERSION_STRING=\"$(OMNIORB_VERSION)\"
diff -cr omniORBpy-2.1.orig/modules/dir.mk omniORBpy-2.1/modules/dir.mk
*** omniORBpy-2.1.orig/modules/dir.mk 2002-09-06 21:34:26.000000000 +0000
--- omniORBpy-2.1/modules/dir.mk 2003-03-19 14:09:52.000000000 +0000
***************
*** 1,6 ****
# Version number
OMNIPY_MAJOR = 2
! OMNIPY_MINOR = 0
DIR_CPPFLAGS += -DOMNIPY_MAJOR=$(OMNIPY_MAJOR) -DOMNIPY_MINOR=$(OMNIPY_MINOR)
DIR_CPPFLAGS += -DOMNIORB_VERSION_STRING=\"$(OMNIORB_VERSION)\"
--- 1,6 ----
# Version number
OMNIPY_MAJOR = 2
! OMNIPY_MINOR = 1
DIR_CPPFLAGS += -DOMNIPY_MAJOR=$(OMNIPY_MAJOR) -DOMNIPY_MINOR=$(OMNIPY_MINOR)
DIR_CPPFLAGS += -DOMNIORB_VERSION_STRING=\"$(OMNIORB_VERSION)\"
diff -cr omniORBpy-2.1.orig/modules/sslTP/dir.mk omniORBpy-2.1/modules/sslTP/dir.mk
*** omniORBpy-2.1.orig/modules/sslTP/dir.mk 2002-09-21 23:21:45.000000000 +0000
--- omniORBpy-2.1/modules/sslTP/dir.mk 2003-03-19 14:10:09.000000000 +0000
***************
*** 1,6 ****
# Version number
OMNIPY_MAJOR = 2
! OMNIPY_MINOR = 0
DIR_CPPFLAGS += -DOMNIPY_MAJOR=$(OMNIPY_MAJOR) -DOMNIPY_MINOR=$(OMNIPY_MINOR)
DIR_CPPFLAGS += -DOMNIORB_VERSION_STRING=\"$(OMNIORB_VERSION)\"
--- 1,6 ----
# Version number
OMNIPY_MAJOR = 2
! OMNIPY_MINOR = 1
DIR_CPPFLAGS += -DOMNIPY_MAJOR=$(OMNIPY_MAJOR) -DOMNIPY_MINOR=$(OMNIPY_MINOR)
DIR_CPPFLAGS += -DOMNIORB_VERSION_STRING=\"$(OMNIORB_VERSION)\"
--------------070901070601080700000807--