diff --git a/harbour/ChangeLog b/harbour/ChangeLog index fbd98062bd..e49920b822 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ + + * fixed bug in GET var[ any_one_dim_index ] + + * source/pp/ppcore.c + * fixed BCC warning 2005-10-30 18:15 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) NOTICE: The above files are retagged to 'build46' diff --git a/harbour/harbour.spec b/harbour/harbour.spec index dfa96b8f3d..db8ef1107d 100644 --- a/harbour/harbour.spec +++ b/harbour/harbour.spec @@ -31,6 +31,8 @@ # please add your distro suffix if it not belong to the one recognized below # and remember that order checking can be important +%define platform %(release=$(rpm -q --queryformat='%{VERSION}' mandriva-release 2>/dev/null) && echo "mdk$release"|tr -d ".") +%if "%{platform}" == "" %define platform %(release=$(rpm -q --queryformat='%{VERSION}' mandrake-release 2>/dev/null) && echo "mdk$release"|tr -d ".") %if "%{platform}" == "" %define platform %(release=$(rpm -q --queryformat='%{VERSION}' redhat-release 2>/dev/null) && echo "rh$release"|tr -d ".") @@ -50,10 +52,11 @@ %endif %endif %endif +%endif %define name harbour %define dname Harbour -%define version 0.46.0 +%define version 0.47.0 %define releasen 0 %define hb_pref hb %define hb_arch export HB_ARCHITECTURE=linux