Re: PLD 2.0 (Ac) marked as stable

2007-04-06 Thread Elan Ruusamäe
On Thursday 05 April 2007, Michal Kochanowicz wrote:
 On Mon, Apr 02, 2007 at 12:31:56PM +0200, Marcin Król wrote:
  PLD 2.0 (Ac) main package tree has been permanently locked and marked as
  stable. In next few days SPECS  SOURCES in CVS will be tagged with
  AC-STABLE tag. Packages will be probably signed too. Then I'll start
  working on iso images which should be available in two or three weeks.

 And what about the kdelibs-khtml-slow_page_change.patch I've sent twice?
you didn't send it to this list.

 It comes from kde-packager so it is official and it *noticably*
 increases speed of page change (after clicking on any link) and also
 removes annoying flickering (without this patch page is scrolled to the
 top after click and before change).
sounds nice.

-- 
glen
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: PLD 2.0 (Ac) marked as stable

2007-04-06 Thread Michal Kochanowicz
On Fri, Apr 06, 2007 at 01:17:50PM +0300, Elan Ruusamäe wrote:
  And what about the kdelibs-khtml-slow_page_change.patch I've sent twice?
 you didn't send it to this list.

OK, so here it comes. Note that although it looks strange it's idea was
to disable recalcStyle( Force ); call. For some reason they didn't want
to remove this call. Maybe because it was placed there as solution to
minor problem with coloring of clicked links and they don't want to
revert it yet.

-- 
--= Michal Kochanowicz =--==--==BOFH==--==--= [EMAIL PROTECTED] =--
--= finger me for PGP public key or visit http://michal.waw.pl/PGP =--
--==--==--==--==--==-- Vodka. Connecting people.--==--==--==--==--==--
A chodzenie po górach SSIE!!!
--- branches/KDE/3.5/kdelibs/khtml/html/html_documentimpl.cpp   2006/12/30 
16:51:56 617941
+++ branches/KDE/3.5/kdelibs/khtml/html/html_documentimpl.cpp   2007/01/30 
17:25:29 628618
@@ -222,7 +222,7 @@
 
 void HTMLDocumentImpl::slotHistoryChanged()
 {
-if ( !m_render )
+if ( true || !m_render )
 return;
 
 recalcStyle( Force );

Index: kdelibs.spec
===
RCS file: /cvsroot/SPECS/kdelibs.spec,v
retrieving revision 1.448.2.15
diff -u -r1.448.2.15 kdelibs.spec
--- kdelibs.spec28 Jan 2007 22:12:56 -  1.448.2.15
+++ kdelibs.spec2 Feb 2007 17:17:26 -
@@ -22,7 +22,7 @@
 Summary(uk):   K Desktop Environment - âŚÂĚŚĎÔĹËÉ
 Name:  kdelibs
 Version:   3.5.6
-Release:   1
+Release:   1.1
 Epoch: 9
 License:   LGPL
 Group: X11/Libraries
@@ -42,6 +42,7 @@
 Patch6:%{name}-kbugreport-https.patch
 Patch7:%{name}-xgl.patch
 Patch8:kde-ac260-lt.patch
+Patch9:%{name}-khtml-slow_page_change.patch
 URL:   http://www.kde.org/
 BuildRequires: OpenEXR-devel = 1.2.2
 BuildRequires: acl-devel
@@ -342,6 +343,7 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p4
 
 rm -f configure
 cp /usr/share/automake/config.sub admin
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: PLD 2.0 (Ac) marked as stable

2007-04-06 Thread Elan Ruusamäe
On Friday 06 April 2007, Michal Kochanowicz wrote:
 On Fri, Apr 06, 2007 at 01:17:50PM +0300, Elan Ruusamäe wrote:
   And what about the kdelibs-khtml-slow_page_change.patch I've sent
   twice?
 
  you didn't send it to this list.

 OK, so here it comes. Note that although it looks strange it's idea was
 to disable recalcStyle( Force ); call. For some reason they didn't want
 to remove this call. Maybe because it was placed there as solution to
 minor problem with coloring of clicked links and they don't want to
 revert it yet.

sent to ac builders. it most probably land in ac-updates (unless hawk decides 
to move it to main due this update doesn't introduce any deps changes).

-- 
glen
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: PLD 2.0 (Ac) marked as stable

2007-04-03 Thread Pawel Golaszewski
On Mon, 2 Apr 2007, Pawel Golaszewski wrote:
 2. Here should be provides+obsoletes for old names to allow smooth 
upgrade.
 [...]
 STLport-4.6.2-4 zostanie zastąpiony przez STLport-5.1.2-2
 błąd: libstlport_gcc.so.4.6 jest wymagany przez openoffice-1.1.5-2
 błąd: libstlport_gcc.so.4.6 jest wymagany przez openoffice-libs-1.1.5-2
 błąd: libstlport_gcc.so.4.6 jest wymagany przez openoffice-libs-gtk-1.1.5-2
 [...]

Next one:
[...]
błąd: openoffice = 1.0.2 jest wymagany przez openoffice-thesaurus-pl-alt-0.8b-1
[...]

It seems that this thesaurus isn't obsoleted anywhere...

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


PLD 2.0 (Ac) marked as stable

2007-04-02 Thread Marcin Król
Hello.

PLD 2.0 (Ac) main package tree has been permanently locked and marked as stable.
In next few days SPECS  SOURCES in CVS will be tagged with AC-STABLE tag.
Packages will be probably signed too. Then I'll start working on iso images
which should be available in two or three weeks.

M.
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: PLD 2.0 (Ac) marked as stable

2007-04-02 Thread Rafał Cygnarowski
Dnia poniedziałek, 2 kwietnia 2007, Marcin Król napisał:
 PLD 2.0 (Ac) main package tree has been permanently locked and marked as
 stable. In next few days SPECS  SOURCES in CVS will be tagged with
 AC-STABLE tag. Packages will be probably signed too. Then I'll start
 working on iso images which should be available in two or three weeks.

It would be nice if someone could write a press note about this release and 
plans about next release.

Regards,
-- 
Rafał Cygnarowski
[EMAIL PROTECTED]


pgpBjHQUDhOaH.pgp
Description: PGP signature
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: PLD 2.0 (Ac) marked as stable

2007-04-02 Thread Patryk Zawadzki
On 4/2/07, Rafał Cygnarowski [EMAIL PROTECTED] wrote:
 PLD 2.0 (Ac) main package tree has been permanently locked and marked as
 stable. In next few days SPECS  SOURCES in CVS will be tagged with
 AC-STABLE tag. Packages will be probably signed too. Then I'll start
 working on iso images which should be available in two or three weeks.

Wasn't April Fools yesterday? ;)

SCNR

-- 
Patryk Zawadzki
Generated Content
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: PLD 2.0 (Ac) marked as stable

2007-04-02 Thread Andrzej Krzysztofowicz
Pawel Golaszewski wrote:
 2. Here should be provides+obsoletes for old names to allow smooth 
 upgrade.
 [...]
 STLport-4.6.2-4 zostanie zastąpiony przez STLport-5.1.2-2
 błąd: libstlport_gcc.so.4.6 jest wymagany przez openoffice-1.1.5-2
 błąd: libstlport_gcc.so.4.6 jest wymagany przez openoffice-libs-1.1.5-2
 błąd: libstlport_gcc.so.4.6 jest wymagany przez openoffice-libs-gtk-1.1.5-2
 [...]

+ a lot of similar in lang files.

-- 
===
  Andrzej M. Krzysztofowicz  [EMAIL PROTECTED]
  phone (48)(58) 347 19 36
Faculty of Applied Phys.  Math.,   Gdansk University of Technology
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en