2003-09-29 09:10 UTC+0200 Tomaz Zupan <tomaz.zupan@orpo.si>

This commit is contained in:
Tomaz Zupan
2003-09-29 07:08:55 +00:00
parent e93f43c355
commit 3a92cd8f60
2 changed files with 16 additions and 12 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2003-09-29 09:10 UTC+0200 Tomaz Zupan <tomaz.zupan@orpo.si>
* harbour.spec
* Release info has been changed.
2003-09-26 22:10 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
* source/compiler/hbusage.c
! Year has been changed in copyright statement ( 2003 instead of 2002 ).
@@ -28,7 +32,7 @@
! Fixed bug when passing a numeric to adsCustomizeAOF() (Nil and
array worked ok). Thanks to Brian Hays for the fix.
* include/ads.ch
! The ROLLBACK TRANSACTION command was translating to
! The ROLLBACK TRANSACTION command was translating to
AdsRollbackTransaction() instead of just AdsRollback()
2003-09-18 10:20 UTC+0100 Antonio Linares <alinares@fivetechsoft.com>

View File

@@ -21,7 +21,7 @@
%define name harbour
%define dname Harbour
%define version 0.42.0
%define version 0.43.0
%define releasen 0
%define prefix /usr
%define hb_pref hb
@@ -50,7 +50,7 @@
Summary: Free software Clipper compatible compiler
Summary(pl): Darmowy kompilator kompatybilny z jêzykiem Clipper.
Summary(pt_BR): Um compilador Clipper compativel Gratis
Summary(pt_BR): Um compilador Clipper compativel Gratis
Name: %{name}
Version: %{version}
Release: %{releasen}%{platform}
@@ -155,7 +155,7 @@ tightly together.
1. What is supposed to be 100% Clipper compatible Pre-Processor
(with some extensions).
2. DOT prompt, which suppose to allow most of Clipper syntax.
3. Finally, PP is a limited Clipper/Harbour/xBase Interpreter. Subject
3. Finally, PP is a limited Clipper/Harbour/xBase Interpreter. Subject
to those same few limitations it can execute most of Harbour syntax.
You can write your own xBase scripts by adding to your .prg files
#!/usr/bin/pprun
@@ -177,9 +177,9 @@ uma da outra.
1. Que e supostamente ser um Pre-Processor 100% compativel com o Clipper
(com algumas extenssäes).
2. DOT prompt, que supostamente permite a maioria das syntaxes do Clipper.
3. Finalmente, PP um limitado Interpretador Clipper/Harbour/xBase . Sujeito
3. Finalmente, PP um limitado Interpretador Clipper/Harbour/xBase . Sujeito
com algumas limita‡äes que pode executar a maioria da syntaxe do Harbour.
Voce pode escrever seus proprios scritps em .prg ao adicionar as seus arquivos
Voce pode escrever seus proprios scritps em .prg ao adicionar as seus arquivos
.prg #!/usr/bin/pprun
@@ -187,7 +187,7 @@ uma da outra.
## Preperation.
######################################################################
%prep
%prep
%setup -c %{name}
rm -rf $RPM_BUILD_ROOT
@@ -449,7 +449,7 @@ FOUTE="\${FOUTE%.[oc]}"
hb_cc()
{
harbour "\$@" \${HB_PATHS} && [ -f "\${FOUTC}" ]
harbour "\$@" \${HB_PATHS} && [ -f "\${FOUTC}" ]
}
hb_link()
@@ -828,7 +828,7 @@ rm -rf $RPM_BUILD_ROOT
- Added README.RPM to the documentation directory.
* Sat Jan 06 2001 Dave Pearson <davep@davep.org>
- The gharbour script now passes the harbour include directory, using -I,
- The gharbour script now passes the harbour include directory, using -I,
to harbour.
* Thu Aug 24 2000 Dave Pearson <davep@davep.org>
@@ -848,15 +848,15 @@ rm -rf $RPM_BUILD_ROOT
* Wed Aug 02 2000 Dave Pearson <davep@davep.org>
- Removed hbtest from the list of files installed into the bin directory.
- Added 'bash' and 'sh-utils' to the list of required packages.
* Tue Aug 01 2000 Dave Pearson <davep@davep.org>
- Added harbour environment scripts to /etc/profile.d.
- Added generation of gharbour and harbour-link commands.
* Mon Jul 31 2000 Dave Pearson <davep@davep.org>
- Re-worked the layout of the spec file to make it cleaner and easier to
- Re-worked the layout of the spec file to make it cleaner and easier to
read and maintain.
- The latest harbour ChangeLog is now installed into the RPM's doc
directory.
- The content of the RPM's doc directory reflects the layout and content of
- The content of the RPM's doc directory reflects the layout and content of
the harbour source's doc directory.