diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 4b98482d29..9dd3128d47 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,13 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-07-30 16:30 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/harbour-ce-spec + * harbour/harbour-w32-spec + * harbour/harbour.spec + ! set 0 as package release number - the release signature is necessary + in RPM format and cannot be removed + 2008-07-30 15:39 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/compiler/harbour.y * harbour/source/compiler/harbour.yyc diff --git a/harbour/harbour-ce-spec b/harbour/harbour-ce-spec index 3ac01ba24e..781078bbb3 100644 --- a/harbour/harbour-ce-spec +++ b/harbour/harbour-ce-spec @@ -26,7 +26,7 @@ %define name harbour-ce %define version 1.0.0 -%define releasen +%define releasen 0 %define hb_pref hbce %define hb_ccpath /opt/mingw32ce/bin %define hb_ccpref arm-wince-mingw32ce- diff --git a/harbour/harbour-w32-spec b/harbour/harbour-w32-spec index e6cdba493a..277453de43 100644 --- a/harbour/harbour-w32-spec +++ b/harbour/harbour-w32-spec @@ -26,7 +26,7 @@ %define name harbour-w32 %define version 1.0.0 -%define releasen +%define releasen 0 %define hb_pref hbw %define hb_ccpath /opt/xmingw/bin %define hb_ccpref i386-mingw32- diff --git a/harbour/harbour.spec b/harbour/harbour.spec index ee343f98d3..34cfd5a3c4 100644 --- a/harbour/harbour.spec +++ b/harbour/harbour.spec @@ -61,7 +61,7 @@ %define name harbour %define dname Harbour %define version 1.0.0 -%define releasen +%define releasen 0 %define hb_pref hb %define hb_arch export HB_ARCHITECTURE=linux %define hb_cc export HB_COMPILER=gcc