diff options
author | SARL ENR-68 <david@david.david> | 2014-11-22 23:11:23 +0100 |
---|---|---|
committer | SARL ENR-68 <david@david.david> | 2014-11-22 23:11:23 +0100 |
commit | 1f12a90fbdbb128b7ab0f28b5a8d1b68eaaaa144 (patch) | |
tree | b7f8b9dce16338c62f534bb63bd6e3d0f107a160 | |
parent | f7580d240a42ac882a3956cf741e9bbfc2e9c220 (diff) | |
download | MageiaSync-1f12a90fbdbb128b7ab0f28b5a8d1b68eaaaa144.tar MageiaSync-1f12a90fbdbb128b7ab0f28b5a8d1b68eaaaa144.tar.gz MageiaSync-1f12a90fbdbb128b7ab0f28b5a8d1b68eaaaa144.tar.bz2 MageiaSync-1f12a90fbdbb128b7ab0f28b5a8d1b68eaaaa144.tar.xz MageiaSync-1f12a90fbdbb128b7ab0f28b5a8d1b68eaaaa144.zip |
Prepare for 0.1.2 release0.1.2
-rw-r--r-- | CHANGELOG | 14 | ||||
-rw-r--r-- | mageiasync.spec | 2 | ||||
-rw-r--r-- | setup.py | 2 | ||||
-rwxr-xr-x | tools/po-update.sh | 2 |
4 files changed, 11 insertions, 9 deletions
@@ -1,12 +1,14 @@ The modifications are: +mageiasync 0.1.2 +------------ - added shortcuts. - - added new feature : launching checks on demand - - corrected size display - - Correction of check being launched after stopping - - Correction : Reset the remaining field when stopped - - Added "Quit" button - - Correction of the icon + - added new feature : launching checks on demand. + - corrected size display. + - correction of check being launched after stopping. + - correction : Reset the remaining field when stopped. + - added "Quit" button. + - correction of the icon. mageiasync 0.1.1 ------------ diff --git a/mageiasync.spec b/mageiasync.spec index 4c1fe80..8135446 100644 --- a/mageiasync.spec +++ b/mageiasync.spec @@ -2,7 +2,7 @@ %define gitname mageiaSync Name: python-%{module} -Version: 0.1.1 +Version: 0.1.2 Release: %mkrel 1 Summary: A frontend to rsync for Mageia usage License: GPLv3 @@ -16,7 +16,7 @@ data_files = [("share/applications/", ["share/applications/mageiasync.desktop"]) setup( name = 'mageiasync', - version = '0.1.1', + version = '0.1.2', packages = ['mageiaSync'], scripts = ['mageiasync'], license = 'GNU General Public License v3 (GPLv3)', diff --git a/tools/po-update.sh b/tools/po-update.sh index 3d4826e..bfef076 100755 --- a/tools/po-update.sh +++ b/tools/po-update.sh @@ -10,7 +10,7 @@ fi cd "$(readlink -f "$(dirname "$0")/..")" -VERSION=(0.1.1) +VERSION=(0.1.2) DOMAIN=(mageiasync) intltool-extract --type=gettext/ini share/applications/mageiasync.desktop.in |