From kde-release-team Mon May 11 22:55:05 2009 From: Olivier Goffart Date: Mon, 11 May 2009 22:55:05 +0000 To: kde-release-team Subject: Re: kdebase runtime ioslave freeze exemption request Message-Id: <200905120055.12214.ogoffart () kde ! org> X-MARC-Message: https://marc.info/?l=kde-release-team&m=124208294825093 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--===============1842879601==" --===============1842879601== Content-Type: multipart/signed; boundary="nextPart1971174.4CIkCh2v2s"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit --nextPart1971174.4CIkCh2v2s Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Le Mandag 11 mai 2009, Helio Chissini de Castro a =C3=A9crit=C2=A0: > Hello guys ! > > Since I've got in the middle of the release of Mandriva 2009 Spring, i > totally forgot the effective base part of lzma patch. > > So, attached is the kdebase-runtime patch, it contains no new string in > code, but has their own doc and .desktop files, which is a translation > issue. Since is a brand new thing and not touch any of current components > functionality, i would like to request if is possible acceptance of this > one. I haven't checked the documentaton, but for the code: > Index: kioslave/man/kio_man.cpp > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- kioslave/man/kio_man.cpp=C2=A0=C2=A0=C2=A0=C2=A0(revis=C3=A3o 966710) > +++ kioslave/man/kio_man.cpp=C2=A0=C2=A0=C2=A0=C2=A0(c=C3=B3pia de trabal= ho) > @@ -70,6 +70,10 @@ > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0pos -=3D 4; > =C2=A0 =C2=A0 =C2=A0else if ( name->indexOf(".bz", -3) !=3D -1 ) > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0pos -=3D 3; > + =C2=A0 =C2=A0else if ( name->indexOf(".lzma", -5) !=3D -1 ) > + =C2=A0 =C2=A0 =C2=A0 =C2=A0pos -=3D 5; > + =C2=A0 =C2=A0else if ( name->indexOf(".xz", -3) !=3D -1 ) > + =C2=A0 =C2=A0 =C2=A0 =C2=A0pos -=3D 3; > =C2=A0 > =C2=A0 =C2=A0 =C2=A0if ( pos > 0 ) > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0pos =3D name->lastIndexOf('.', pos-1); > @@ -1317,6 +1321,10 @@ > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0 =C2=A0end -=3D 2; > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0else if ( len >=3D 4 && s= trcmp( end-3, ".bz2" ) =3D=3D 0 ) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0 =C2=A0end -=3D 4; > + =C2=A0 =C2=A0else if ( len >=3D 4 && strcmp( end-4, ".lzma" ) =3D=3D 0 ) You meant len >=3D5 > + =C2=A0 =C2=A0 =C2=A0 =C2=A0end -=3D 5; > + =C2=A0 =C2=A0else if ( len >=3D 3 && strcmp( end-2, ".xz" ) =3D=3D 0 ) > + =C2=A0 =C2=A0 =C2=A0 =C2=A0end -=3D 3; > =C2=A0 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0while ( end >=3D begin &&= *end !=3D '.' ) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0 =C2=A0end--; And check for identation problems. --nextPart1971174.4CIkCh2v2s Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iD8DBQBKCKzLz58lY8jWrL0RAui1AJ9K/aPppl3qFEQ2mnFZv1tvxvOmHQCfTbmR 3bdjlihuqtEoIi6+I6iapvA= =8Vh+ -----END PGP SIGNATURE----- --nextPart1971174.4CIkCh2v2s-- --===============1842879601== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ release-team mailing list release-team@kde.org https://mail.kde.org/mailman/listinfo/release-team --===============1842879601==--