File tree Expand file tree Collapse file tree 4 files changed +11
-9
lines changed
Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 11The modifications are:
22
3+ mageiasync 0.1.2
4+ ------------
35 - added shortcuts.
4- - added new feature : launching checks on demand
5- - corrected size display
6- - Correction of check being launched after stopping
7- - Correction : Reset the remaining field when stopped
8- - Added "Quit" button
9- - Correction of the icon
6+ - added new feature : launching checks on demand.
7+ - corrected size display.
8+ - correction of check being launched after stopping.
9+ - correction : Reset the remaining field when stopped.
10+ - added "Quit" button.
11+ - correction of the icon.
1012
1113mageiasync 0.1.1
1214------------
Original file line number Diff line number Diff line change 22%define gitname mageiaSync
33
44Name: python-%{module }
5- Version: 0.1.1
5+ Version: 0.1.2
66Release: %mkrel 1
77Summary: A frontend to rsync for Mageia usage
88License: GPLv3
Original file line number Diff line number Diff line change 1616
1717setup (
1818 name = 'mageiasync' ,
19- version = '0.1.1 ' ,
19+ version = '0.1.2 ' ,
2020 packages = ['mageiaSync' ],
2121 scripts = ['mageiasync' ],
2222 license = 'GNU General Public License v3 (GPLv3)' ,
Original file line number Diff line number Diff line change 1010
1111cd " $( readlink -f " $( dirname " $0 " ) /.." ) "
1212
13- VERSION=(0.1.1 )
13+ VERSION=(0.1.2 )
1414DOMAIN=(mageiasync)
1515
1616intltool-extract --type=gettext/ini share/applications/mageiasync.desktop.in
You can’t perform that action at this time.
0 commit comments