Fix patch tempalte version, fix package version, fix chromuim version

master 2.1.18
Mike Hiretsky 14 years ago
parent d141dbff0e
commit 66e181ab4c

@ -14,7 +14,7 @@ ver = #-os_linux_ver-#
#?exists(~/.kde4)==&exists(~/.gconf)==&exists(~/.config)==# #?exists(~/.kde4)==&exists(~/.gconf)==&exists(~/.config)==#
[ver] [ver]
patch = 2.1.19 patch = 2.1.18
#exists# #exists#
[update] [update]

@ -1 +1 @@
# Calculate ini(main.update)!=off&ini(update.chromium)!=off&ini(ver.chromium)==&pkg(www-client/chromium)>=5.0 # Calculate exists(~/.config/chromium)==&ini(main.update)!=off&ini(update.chromium)!=off&ini(ver.chromium)==&pkg(www-client/chromium)>=5.0

@ -1,7 +1,7 @@
# Calculate format=samba # Calculate format=samba
[ver] [ver]
patch = 2.1.19 patch = 2.1.18
[update] [update]
patch = on patch = on

@ -1 +1 @@
# Calculate ini(main.update)!=off&ini(update.patch)!=off&ini(ver.patch)<2.1.19 # Calculate ini(main.update)!=off&ini(update.patch)!=off&ini(ver.patch)<2.1.18

@ -35,7 +35,7 @@ import subprocess
from encrypt import encrypt from encrypt import encrypt
from signal import SIGTERM from signal import SIGTERM
Version = "calculate-client 2.1.19" Version = "calculate-client 2.1.18"
tr = cl_base.lang() tr = cl_base.lang()
tr.setLanguage(sys.modules[__name__]) tr.setLanguage(sys.modules[__name__])

@ -138,7 +138,7 @@ class Data:
cl_name = {'value':'calculate-client'} cl_name = {'value':'calculate-client'}
# версия программы # версия программы
cl_ver = {'value':'2.1.19'} cl_ver = {'value':'2.1.18'}
# Режим работы клиента клиент # Режим работы клиента клиент
# (local или имя хоста клиента) # (local или имя хоста клиента)

@ -102,7 +102,7 @@ class cl_install_data(install_data):
setup( setup(
name = 'calculate-client', name = 'calculate-client',
version = "2.1.19", version = "2.1.18",
description = "Client for the calculate-server", description = "Client for the calculate-server",
author = "Mir Calculate Ltd.", author = "Mir Calculate Ltd.",
author_email = "support@calculate.ru", author_email = "support@calculate.ru",

Loading…
Cancel
Save