diff --git a/05vishap.conf b/05vishap.conf index dd2877f9..88a0e25c 100644 --- a/05vishap.conf +++ b/05vishap.conf @@ -1 +1 @@ -/opt/voc-1.0.1/lib +/opt/voc-1.1/lib diff --git a/hints b/hints index 4db3bb27..29585f90 100644 --- a/hints +++ b/hints @@ -1,5 +1,5 @@ ==how to port to a new platform== -0) generate voc.par file for the target platform(if it's not exist in src/par). +0) generate voc.par file for the target platform(if it does not exist in src/par). you can do it by compiling vocparam, and running it as "./vocparam > voc.par" 1) generate voc, ocat, showdef source for target platform by running make -f makefile.gcc. port0 diff --git a/makefile b/makefile index 3e470104..1b8cb2fd 100644 --- a/makefile +++ b/makefile @@ -4,7 +4,7 @@ TOS = linux TARCH = x86_64 #TARCH = x86 x86_64 armv6j armv6j_hardfp armv7a_hardfp powerpc CCOMP = gcc -RELEASE = 1.0.1 +RELEASE = 1.1 INCLUDEPATH = -Isrc/lib/system/$(TOS)/$(CCOMP)/$(TARCH) diff --git a/makefile.darwin.clang.x86_64 b/makefile.darwin.clang.x86_64 index 3bdcac11..b90d3d03 100644 --- a/makefile.darwin.clang.x86_64 +++ b/makefile.darwin.clang.x86_64 @@ -4,7 +4,7 @@ TOS = darwin TARCH = x86_64 #TARCH = x86 x86_64 armv6j armv6j_hardfp armv7a_hardfp powerpc CCOMP = clang -RELEASE = 1.0.1 +RELEASE = 1.1 INCLUDEPATH = -Isrc/lib/system/$(TOS)/$(CCOMP)/$(TARCH) diff --git a/makefile.freebsd.clang.x86_64 b/makefile.freebsd.clang.x86_64 index 12fd3097..99858160 100644 --- a/makefile.freebsd.clang.x86_64 +++ b/makefile.freebsd.clang.x86_64 @@ -4,7 +4,7 @@ TOS = freebsd TARCH = x86_64 #TARCH = x86 x86_64 armv6j armv6j_hardfp armv7a_hardfp powerpc CCOMP = clang -RELEASE = 1.0.1 +RELEASE = 1.1 INCLUDEPATH = -Isrc/lib/system/$(TOS)/$(CCOMP)/$(TARCH) diff --git a/makefile.linux.clang.powerpc b/makefile.linux.clang.powerpc index 8298a759..59c9e262 100644 --- a/makefile.linux.clang.powerpc +++ b/makefile.linux.clang.powerpc @@ -4,7 +4,7 @@ TOS = linux TARCH = powerpc #TARCH = x86 x86_64 armv6j armv6j_hardfp armv7a_hardfp powerpc CCOMP = clang -RELEASE = 1.0.1 +RELEASE = 1.1 INCLUDEPATH = -Isrc/lib/system/$(TOS)/$(CCOMP)/$(TARCH) diff --git a/makefile.linux.clang.x86_64 b/makefile.linux.clang.x86_64 index 4a402af5..3f1bdc6e 100644 --- a/makefile.linux.clang.x86_64 +++ b/makefile.linux.clang.x86_64 @@ -4,7 +4,7 @@ TOS = linux TARCH = x86_64 #TARCH = x86 x86_64 armv6j armv6j_hardfp armv7a_hardfp powerpc CCOMP = clang -RELEASE = 1.0.1 +RELEASE = 1.1 INCLUDEPATH = -Isrc/lib/system/$(TOS)/$(CCOMP)/$(TARCH) diff --git a/makefile.linux.gcc.armv6j b/makefile.linux.gcc.armv6j index c1331df8..4ba26341 100644 --- a/makefile.linux.gcc.armv6j +++ b/makefile.linux.gcc.armv6j @@ -4,7 +4,7 @@ TOS = linux TARCH = armv6j #TARCH = x86 x86_64 armv6j armv6j_hardfp armv7a_hardfp powerpc CCOMP = gcc -RELEASE = 1.0.1 +RELEASE = 1.1 INCLUDEPATH = -Isrc/lib/system/$(TOS)/$(CCOMP)/$(TARCH) diff --git a/makefile.linux.gcc.armv6j_hardfp b/makefile.linux.gcc.armv6j_hardfp index 94e430e8..57fc206f 100644 --- a/makefile.linux.gcc.armv6j_hardfp +++ b/makefile.linux.gcc.armv6j_hardfp @@ -4,7 +4,7 @@ TOS = linux TARCH = armv6j_hardfp #TARCH = x86 x86_64 armv6j armv6j_hardfp armv7a_hardfp powerpc CCOMP = gcc -RELEASE = 1.0.1 +RELEASE = 1.1 INCLUDEPATH = -Isrc/lib/system/$(TOS)/$(CCOMP)/$(TARCH) diff --git a/makefile.linux.gcc.armv7a_hardfp b/makefile.linux.gcc.armv7a_hardfp index 4b9616d8..9b6b4e00 100644 --- a/makefile.linux.gcc.armv7a_hardfp +++ b/makefile.linux.gcc.armv7a_hardfp @@ -4,7 +4,7 @@ TOS = linux TARCH = armv7a_hardfp #TARCH = x86 x86_64 armv6j armv6j_hardfp armv7a_hardfp powerpc CCOMP = gcc -RELEASE = 1.0.1 +RELEASE = 1.1 INCLUDEPATH = -Isrc/lib/system/$(TOS)/$(CCOMP)/$(TARCH) diff --git a/makefile.linux.gcc.powerpc b/makefile.linux.gcc.powerpc index bd321905..59651cfa 100644 --- a/makefile.linux.gcc.powerpc +++ b/makefile.linux.gcc.powerpc @@ -4,7 +4,7 @@ TOS = linux TARCH = powerpc #TARCH = x86 x86_64 armv6j armv6j_hardfp armv7a_hardfp powerpc CCOMP = gcc -RELEASE = 1.0.1 +RELEASE = 1.1 INCLUDEPATH = -Isrc/lib/system/$(TOS)/$(CCOMP)/$(TARCH) diff --git a/makefile.linux.gcc.x86 b/makefile.linux.gcc.x86 index 97fa9dbb..068809a3 100644 --- a/makefile.linux.gcc.x86 +++ b/makefile.linux.gcc.x86 @@ -4,7 +4,7 @@ TOS = linux TARCH = x86 #TARCH = x86 x86_64 armv6j armv6j_hardfp armv7a_hardfp powerpc CCOMP = gcc -RELEASE = 1.0.1 +RELEASE = 1.1 INCLUDEPATH = -Isrc/lib/system/$(TOS)/$(CCOMP)/$(TARCH) diff --git a/makefile.linux.gcc.x86_64 b/makefile.linux.gcc.x86_64 index 631fb67a..fcef054e 100644 --- a/makefile.linux.gcc.x86_64 +++ b/makefile.linux.gcc.x86_64 @@ -4,7 +4,7 @@ TOS = linux TARCH = x86_64 #TARCH = x86 x86_64 armv6j armv6j_hardfp armv7a_hardfp powerpc CCOMP = gcc -RELEASE = 1.0.1 +RELEASE = 1.1 INCLUDEPATH = -Isrc/lib/system/$(TOS)/$(CCOMP)/$(TARCH) diff --git a/src/voc/version.Mod b/src/voc/version.Mod index d8497def..d2b6a1cb 100644 --- a/src/voc/version.Mod +++ b/src/voc/version.Mod @@ -8,8 +8,8 @@ VAR arch-, version-, date-, versionLong-, prefix0-, prefix- : ARRAY 256 OF CHAR; defaultTarget* : INTEGER; BEGIN arch := architecture.arch; -date := " [2014/09/23]"; -version := "1.0.1"; +date := " [2015/01/29]"; +version := "1.1"; versionLong := ""; COPY(version, versionLong); Strings.Append (" ", versionLong); @@ -19,7 +19,7 @@ Strings.Append(date, versionLong); COPY(prf.prefix, prefix0); COPY (prefix0, prefix); Strings.Append ("/voc-", prefix); - Strings.Append(version, prefix); (* /opt/voc-1.0 *) + Strings.Append(version, prefix); (* /opt/voc-x.x *) (* will be used later in Kernel0.Mod to set OBERON default path *) IF arch = "x86_64" THEN diff --git a/voc.spec b/voc.spec index 37eb2e40..dabd4d2f 100644 --- a/voc.spec +++ b/voc.spec @@ -26,14 +26,14 @@ %define packer %(finger -lp `echo "$USER"` | head -n 1 | cut -d" " -f2) Name: voc -Summary: Oberon-2 compiler -Version: 1.0.1 +Summary: Vishap Oberon-2 compiler +Version: 1.1 Release: 1 License: GPLv3 Vendor: D. E. Evans Packager: %{packer} Group: Development/Languages -Source: http://oberon.vishap.am/voc/voc-1.0.1.src.tar.bz2 +Source: http://oberon.vishap.am/voc/voc-1.1.src.tar.bz2 # this is ~/rpmbuild/SOURCES/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-build @@ -125,6 +125,8 @@ ldconfig /etc/profile.d/ %changelog +* Thu Jan 29 2015 - N. Chilingarian +- 1.1 release, see changelog. * Thu Sep 18 2014 - N. Chilingarian - 1.0.1 release of voc, see CHANGES.md file for changes history * Tue Sep 9 2014 - D. E. Evans diff --git a/vocstatic.linux.gcc.x86_64.REMOVED.git-id b/vocstatic.linux.gcc.x86_64.REMOVED.git-id index df5f3d7a..7d4eccb3 100644 --- a/vocstatic.linux.gcc.x86_64.REMOVED.git-id +++ b/vocstatic.linux.gcc.x86_64.REMOVED.git-id @@ -1 +1 @@ -ea3eeab60e2534238860b93b768a164507a37366 \ No newline at end of file +3709b2b5f9471ed687fa9b371bbbb71467f0364a \ No newline at end of file