Revisions of kdelibs3
autobuild
committed
(revision 540)
checked in
Lubos Lunak (llunak)
committed
(revision 539)
fix array overrun (CVE-2009-0689) (bnc#557126)
autobuild
committed
(revision 538)
checked in
Stephan Binner (Beineri)
committed
(revision 537)
ignore inline attribute in applications.menu (bnc#529057)
Dirk Mueller (dirkmueller)
committed
(revision 536)
- fix buildrequires
Dirk Mueller (dirkmueller)
committed
(revision 535)
add libattr-devel
autobuild
committed
(revision 534)
checked in
Lubos Lunak (llunak)
committed
(revision 533)
fix macmenu
autobuild
committed
(revision 532)
checked in
Stephan Binner (Beineri)
committed
(revision 531)
own files previously ghosted by desktop-file-utils (bnc#531122)
Stephan Binner (Beineri)
committed
(revision 530)
remove artifact from continue-to-use-unsermake revert
Stephan Kulow (coolo)
committed
(revision 529)
Stephan Kulow (coolo)
committed
(revision 528)
fix deps
Stephan Kulow (coolo)
committed
(revision 527)
- no longer default to unsermake (about to drop)
autobuild
committed
(revision 526)
checked in
Lubos Lunak (llunak)
committed
(revision 525)
-fno-strict-aliasing
Lubos Lunak (llunak)
committed
(revision 524)
- build with gcc 4.4 --This line, and those below, will be ignored-- A gcc44.diff M kdelibs3.changes M kdelibs3.spec Diff for working copy: . Index: kdelibs3.changes =================================================================== --- kdelibs3.changes (revision 7d1cd39beda2a2f2d5d165fed3e06dec) +++ kdelibs3.changes (working copy) @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 29 13:18:23 CEST 2009 - llunak@suse.cz + +- build with gcc 4.4 + ------------------------------------------------------------------- Sat Apr 4 17:28:09 CEST 2009 - coolo@suse.de Index: kdelibs3.spec =================================================================== --- kdelibs3.spec (revision 7d1cd39beda2a2f2d5d165fed3e06dec) +++ kdelibs3.spec (working copy) @@ -144,6 +144,7 @@ Patch152: bug-399296_ftphandling-fix.diff Patch153: bug-382959_kabc_fix_vcardparser.patch Patch154: r874968-ebay-crash.diff +Patch155: gcc44.diff %description This package contains kdelibs, one of the basic packages of the K @@ -352,6 +353,7 @@ %patch152 %patch153 %patch154 +%patch155 tar xfvj %SOURCE12 # # define KDE version exactly Index: gcc44.diff =================================================================== --- gcc44.diff (revision 7d1cd39beda2a2f2d5d165fed3e06dec) +++ gcc44.diff (working copy) @@ -1,0 +1,20 @@ +--- kioslave/ftp/ftp.cc.sav 2009-05-29 13:38:11.000000000 +0200 ++++ kioslave/ftp/ftp.cc 2009-05-29 13:38:38.000000000 +0200 +@@ -876,7 +876,7 @@ int Ftp::ftpOpenPASVDataConnection() + // The usual answer is '227 Entering Passive Mode. (160,39,200,55,6,245)' + // but anonftpd gives '227 =160,39,200,55,6,245' + int i[6]; +- char *start = strchr(ftpResponse(3), '('); ++ const char *start = strchr(ftpResponse(3), '('); + if ( !start ) + start = strchr(ftpResponse(3), '='); + if ( !start || +@@ -931,7 +931,7 @@ int Ftp::ftpOpenEPSVDataConnection() + return ERR_INTERNAL; + } + +- char *start = strchr(ftpResponse(3), '|'); ++ const char *start = strchr(ftpResponse(3), '|'); + if ( !start || sscanf(start, "|||%d|", &portnum) != 1) + return ERR_INTERNAL; +
autobuild
committed
(revision 523)
checked in
Stephan Kulow (coolo)
committed
(revision 522)
add changelog
Stephan Kulow (coolo)
committed
(revision 521)
refresh patches
Displaying revisions 241 - 260 of 780