Hello community, here is the log from the commit of package mailman checked in at Mon Dec 1 12:10:27 CET 2008. -------- --- mailman/mailman.changes 2008-11-17 17:22:17.000000000 +0100 +++ /mounts/work_src_done/STABLE/mailman/mailman.changes 2008-11-30 17:39:04.730903000 +0100 @@ -1,0 +2,8 @@ +Sun Nov 30 17:28:50 CET 2008 - rommel@suse.de + +- the previous 'fix' of removing Mailman's own version of email was a bit crude + and broke Mailman in several places (bug #448530) + I replaced it with the upstream fix to 'configure' by Barry Warshaw + (see http://bazaar.launchpad.net/~barry/mailman/py26/changes) + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- mailman-python-26-email-fixes.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mailman.spec ++++++ --- /var/tmp/diff_new_pack.k32713/_old 2008-12-01 12:09:55.000000000 +0100 +++ /var/tmp/diff_new_pack.k32713/_new 2008-12-01 12:09:55.000000000 +0100 @@ -31,7 +31,7 @@ PreReq: permissions Summary: The GNU Mailing List Manager Version: 2.1.11 -Release: 7 +Release: 8 Source: %{name}-%{version}.tgz Source1: README.SuSE Source2: mailman-2.1-manpages.tgz @@ -67,6 +67,7 @@ Patch20: mailman-SuSE2.patch %endif Patch21: mailman-python-26-deprecation-md5-sha.diff +Patch22: mailman-python-26-email-fixes.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %define m_uid 72 %define m_gid 67 @@ -108,6 +109,7 @@ %patch20 %endif %patch21 +%patch22 cp -av %{S:1} . # ---------------------------------------------------------------------------- @@ -163,11 +165,6 @@ install -d $RPM_BUILD_ROOT%{_mandir}/man8/ tar xz -C $RPM_BUILD_ROOT%{_mandir}/man8/ -f %SOURCE2 install -m 644 %{S:11} $RPM_BUILD_ROOT/etc/logrotate.d/mailman -PYTHONVER=$(python -V 2>&1 | awk '{ print $2; }') -PYTHONMAJOR=${PYTHONVER%%.*} -PYTHONMINOR=${PYTHONVER#*.} -PYTHONMINOR=${PYTHONMINOR%%.*} -if [ "$PYTHONMAJOR" -gt 1 -a "$PYTHONMINOR" -gt 5 ]; then rm -rf $RPM_BUILD_ROOT/usr/lib/mailman/pythonlib/email*; fi %if %DISTRIBUTABLE %else cp %SOURCE12 $RPM_BUILD_ROOT/usr/lib/mailman/icons/ @@ -261,6 +258,11 @@ # ---------------------------------------------------------------------------- %changelog +* Sun Nov 30 2008 rommel@suse.de +- the previous 'fix' of removing Mailman's own version of email was a bit crude + and broke Mailman in several places (bug #448530) + I replaced it with the upstream fix to 'configure' by Barry Warshaw + (see http://bazaar.launchpad.net/~barry/mailman/py26/changes) * Wed Nov 12 2008 rommel@suse.de - added fix to work around md5/sha deprecation warning when hashlib is available (mailman-python-26-deprecation-md5-sha.diff) ++++++ mailman-python-26-email-fixes.diff ++++++ ++++ 7277 lines (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de