Changes of Revision 4
[-] | Changed | apache2-mod_mirrorbrain.changes |
x 1
2 ------------------------------------------------------------------- 3 +Fri Jun 5 14:09:40 CEST 2009 - cs@linux-administrator.com 4 + 5 +- MirrorBrain 2.8.1 6 + - Python 2.6 compatibility fixes: 7 + - mb file ls --md5: use hashlib module, if available (this fixes a 8 + DepracationWarning given by Python 2.6 when importing the md5 module) 9 + - mb list: the --as option had to be renamed to --asn, because "as" is a 10 + reserved keyword in Python, and Python 2.6 is more strict about noticing 11 + this also in cases where just used as an attribute. 12 + - remove the b64_md5 function, which is no longer used since a while 13 + - mb file ls: 14 + - make the --md5 imply the --probe option 15 + - mb export: 16 + - when exporting metadata for import into a VCS, handle additions and deletions 17 + - update docs to point to new RPM packages in the openSUSE build service (in 18 + a repository named Apache:MirrorBrain). The formerly monolithic package has 19 + been split up into subpackages. 20 + - perl-Config-IniFiles added to the list of perl packages required by the 21 + scanner 22 + 23 +------------------------------------------------------------------- 24 Sat Apr 4 16:52:53 CEST 2009 - poeml@suse.de 25 26 - rename package to mirrorbrain and split off some subpackages, so 27 |
||
[-] | Changed | apache2-mod_mirrorbrain.spec ^ |
12 1
2 #BuildRequires: help2man python-cmdln 3 Url: http://mirrorbrain.org/ 4 Packager: Peter Poeml, mirrorbrain at mirrorbrain.org 5 -Version: 2.8 6 -Release: 0 7 +Version: 2.8.1 8 +Release: 1 9 License: Apache License 2.0, GPL 10 Group: Productivity/Networking/Web/Servers 11 # 12 |
||
Added | mirrorbrain-2.8.1.tar.gz ^ |