packages: xorg-driver-video-fglrx/xorg-driver-video-fglrx.spec, xorg-driver...

2012-01-21 Thread pluto
Author: plutoDate: Sat Jan 21 21:26:52 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- always use kernel_fpu_begin() from asm/x86/include/i387.h instead of handmade 
impl.
  this fixes build on grsec kernel which modifies thread_info struct.

 Files affected:
packages/xorg-driver-video-fglrx:
   xorg-driver-video-fglrx.spec (1.249 - 1.250) , 
xorg-driver-video-fglrx-kernel-fpu.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/xorg-driver-video-fglrx/xorg-driver-video-fglrx.spec
diff -u packages/xorg-driver-video-fglrx/xorg-driver-video-fglrx.spec:1.249 
packages/xorg-driver-video-fglrx/xorg-driver-video-fglrx.spec:1.250
--- packages/xorg-driver-video-fglrx/xorg-driver-video-fglrx.spec:1.249 Sat Jan 
21 21:52:04 2012
+++ packages/xorg-driver-video-fglrx/xorg-driver-video-fglrx.spec   Sat Jan 
21 22:26:47 2012
@@ -51,6 +51,7 @@
 Patch4:%{pname}-nofinger.patch
 Patch5:%{pname}-GPL-only.patch
 Patch6:%{pname}-WARN.patch
+Patch7:%{pname}-kernel-fpu.patch
 URL:   http://ati.amd.com/support/drivers/linux/linux-radeon.html
 %{?with_dist_kernel:BuildRequires: kernel%{_alt_kernel}-module-build = 
3:2.6.20.2}
 BuildRequires: rpmbuild(macros) = 1.379
@@ -218,6 +219,7 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p0
+%patch7 -p0
 
 install -d common{%{_prefix}/{%{_lib},bin,sbin},/etc}
 cp -r %{x11ver}%{arch_sufix}/usr/X11R6/%{_lib}/* common%{_libdir}
@@ -457,6 +459,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.250  2012/01/21 21:26:47  pluto
+- always use kernel_fpu_begin() from asm/x86/include/i387.h instead of 
handmade impl.
+  this fixes build on grsec kernel which modifies thread_info struct.
+
 Revision 1.249  2012/01/21 20:52:04  pluto
 - avoid macro hell (amd WARN enum vs. kernel WARN logging).
 


Index: packages/xorg-driver-video-fglrx/xorg-driver-video-fglrx-kernel-fpu.patch
diff -u /dev/null 
packages/xorg-driver-video-fglrx/xorg-driver-video-fglrx-kernel-fpu.patch:1.1
--- /dev/null   Sat Jan 21 22:26:52 2012
+++ packages/xorg-driver-video-fglrx/xorg-driver-video-fglrx-kernel-fpu.patch   
Sat Jan 21 22:26:47 2012
@@ -0,0 +1,19 @@
+--- common/lib/modules/fglrx/build_mod/firegl_public.c.orig2012-01-21 
21:44:22.0 +0100
 common/lib/modules/fglrx/build_mod/firegl_public.c 2012-01-21 
22:21:45.126304477 +0100
+@@ -5791,16 +5791,7 @@
+  */
+ void ATI_API_CALL KCL_fpu_begin(void)
+ {
+-#ifdef CONFIG_X86_64
+ kernel_fpu_begin();
+-#else
+-struct thread_info *cur_task = current_thread_info();
+-preempt_disable();
+-if (cur_task-status  TS_USEDFPU)
+-__save_init_fpu(cur_task-task);
+-else
+-clts();
+-#endif
+ }
+ 
+ /** \brief End of using FPU


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xorg-driver-video-fglrx/xorg-driver-video-fglrx.spec?r1=1.249r2=1.250f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: kde4-kdevelop/kde4-kdevelop.spec, kde4-kdevelop/kde4-kdevelop-okt...

2012-01-21 Thread pluto
Author: plutoDate: Sat Jan 21 22:02:16 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- fix okteta plugins build, release 3.

 Files affected:
packages/kde4-kdevelop:
   kde4-kdevelop.spec (1.44 - 1.45) , kde4-kdevelop-okteta.patch (NONE - 1.1) 
 (NEW)

 Diffs:


Index: packages/kde4-kdevelop/kde4-kdevelop.spec
diff -u packages/kde4-kdevelop/kde4-kdevelop.spec:1.44 
packages/kde4-kdevelop/kde4-kdevelop.spec:1.45
--- packages/kde4-kdevelop/kde4-kdevelop.spec:1.44  Sat Jan 21 09:58:37 2012
+++ packages/kde4-kdevelop/kde4-kdevelop.spec   Sat Jan 21 23:02:11 2012
@@ -3,8 +3,8 @@
 # Conditional build:
 #
 %define_state  stable
-%definekdever  4.6.4
-%defineqtver   4.7.3
+%definekdever  4.8.0
+%defineqtver   4.8.0
 %defineorgname kdevelop
 %definekdevplatform1.2.3
 
@@ -15,11 +15,12 @@
 Summary(zh_CN.UTF-8):  KDE C/C++集成开发环境
 Name:  kde4-kdevelop
 Version:   4.2.3
-Release:   2
+Release:   3
 License:   GPL
 Group: X11/Development/Tools
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/kdevelop/%{version}/src/%{orgname}-%{version}.tar.bz2
 # Source0-md5: 8b6e59764612314e6776edb3386c0930
+Patch0:%{name}-okteta.patch
 URL:   http://www.kdevelop.org/
 BuildRequires: QtHelp-devel = %{qtver}
 BuildRequires: QtNetwork-devel = %{qtver}
@@ -113,6 +114,7 @@
 
 %prep
 %setup -q -n %{orgname}-%{version}
+%patch0 -p1
 
 %build
 install -d build
@@ -159,7 +161,7 @@
 %attr(755,root,root) %{_libdir}/kde4/kdevcustommakemanager.so
 %attr(755,root,root) %{_libdir}/kde4/kdevgdb.so
 %attr(755,root,root) %{_libdir}/kde4/kdevindent.so
-#%attr(755,root,root) %{_libdir}/kde4/kdevokteta.so
+%attr(755,root,root) %{_libdir}/kde4/kdevokteta.so
 %attr(755,root,root) %{_libdir}/kde4/kdevmakebuilder.so
 %attr(755,root,root) %{_libdir}/kde4/kdevmanpage.so
 %attr(755,root,root) %{_libdir}/kde4/kdevqthelp.so
@@ -181,7 +183,7 @@
 %{_datadir}/apps/kdevgdb/printers/qt4.py
 %{_datadir}/apps/kdevgdb/printers/kde4.py
 %{_datadir}/apps/kdevgdb/printers/libstdcxx.py
-#%{_datadir}/apps/kdevokteta
+%{_datadir}/apps/kdevokteta
 %{_datadir}/config/kdeveloprc
 %dir %{_datadir}/apps/kdevcppsupport
 %{_datadir}/apps/kdevcppsupport/kdevcppsupport.rc
@@ -197,7 +199,7 @@
 %{_datadir}/kde4/services/kdevindent.desktop
 %{_datadir}/kde4/services/kdevmakebuilder.desktop
 %{_datadir}/kde4/services/kdevmanpage.desktop
-#%{_datadir}/kde4/services/kdevokteta.desktop
+%{_datadir}/kde4/services/kdevokteta.desktop
 %{_datadir}/kde4/services/kdevqthelp.desktop
 %{_datadir}/kde4/services/kdevqthelp_config.desktop
 %{_datadir}/kde4/services/kdevkdeprovider.desktop
@@ -217,6 +219,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.45  2012/01/21 22:02:11  pluto
+- fix okteta plugins build, release 3.
+
 Revision 1.44  2012/01/21 08:58:37  lmasko
 - Some files were missing. I've commented them out to have the package built.
 


Index: packages/kde4-kdevelop/kde4-kdevelop-okteta.patch
diff -u /dev/null packages/kde4-kdevelop/kde4-kdevelop-okteta.patch:1.1
--- /dev/null   Sat Jan 21 23:02:17 2012
+++ packages/kde4-kdevelop/kde4-kdevelop-okteta.patch   Sat Jan 21 23:02:11 2012
@@ -0,0 +1,963 @@
+diff -Nur kdevelop-4.2.3/cmake/modules/FindLibKasten.cmake 
kdevelop-4.2.3-okteta08/cmake/modules/FindLibKasten.cmake
+--- kdevelop-4.2.3/cmake/modules/FindLibKasten.cmake   2011-06-24 
21:04:01.0 +0200
 kdevelop-4.2.3-okteta08/cmake/modules/FindLibKasten.cmake  2011-12-24 
01:07:30.0 +0100
+@@ -1,73 +1,162 @@
+-# - Find Kasten library
++# - Find Kasten libraries, v0 or v1
+ #
+ # This module defines
+ #  LIBKASTEN_FOUND - whether the libkasten libraries were found
++#  LIBKASTEN_VERSION - version of the libkasten libraries found
+ #  LIBKASTEN_LIBRARIES - the libkasten libraries
+-#  LIBKASTEN_INCLUDE_DIR - the include path of the libkasten libraries
++#  LIBKASTEN_INCLUDE_DIRS - the include paths of the libkasten libraries
+ 
+ 
+-if( LIBKASTEN_INCLUDE_DIR AND LIBKASTEN_LIBRARIES )
++if( LIBKASTEN_INCLUDE_DIR AND LIBKASTEN_LIBRARIES AND LIBKASTEN_VERSION )
+ # Already in cache, be silent
+ set( Kasten_FIND_QUIETLY TRUE )
+-endif( LIBKASTEN_INCLUDE_DIR AND LIBKASTEN_LIBRARIES )
++endif( LIBKASTEN_INCLUDE_DIR AND LIBKASTEN_LIBRARIES AND LIBKASTEN_VERSION )
+ 
+-
+-find_library( LIBKASTENCORE_LIBRARY
+-  NAMES
+-  kastencore
+-  HINTS
+-  ${LIB_INSTALL_DIR}
+-  ${KDE4_LIB_DIR}
+-)
+-
+-find_library( LIBKASTENGUI_LIBRARY
+-  NAMES
+-  kastengui
+-  HINTS
+-  ${LIB_INSTALL_DIR}
+-  ${KDE4_LIB_DIR}
+-)
+-
+-find_library( LIBKASTENCONTROLLERS_LIBRARY
+-  NAMES
+-  kastencontrollers
+-  HINTS
+-  ${LIB_INSTALL_DIR

packages: kde4-libkipi/kde4-libkipi.spec - fix O:, release 2.

2012-01-21 Thread pluto
Author: plutoDate: Sat Jan 21 23:26:06 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- fix O:, release 2.

 Files affected:
packages/kde4-libkipi:
   kde4-libkipi.spec (1.37 - 1.38) 

 Diffs:


Index: packages/kde4-libkipi/kde4-libkipi.spec
diff -u packages/kde4-libkipi/kde4-libkipi.spec:1.37 
packages/kde4-libkipi/kde4-libkipi.spec:1.38
--- packages/kde4-libkipi/kde4-libkipi.spec:1.37Sat Jan 21 22:18:27 2012
+++ packages/kde4-libkipi/kde4-libkipi.spec Sun Jan 22 00:26:01 2012
@@ -7,7 +7,7 @@
 Summary(pl.UTF-8): Biblioteka kipi
 Name:  kde4-libkipi
 Version:   4.8.0
-Release:   1
+Release:   2
 License:   GPL v2+
 Group: X11/Libraries
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.bz2
@@ -15,7 +15,7 @@
 URL:   http://www.kde.org/
 BuildRequires: kde4-kdelibs-devel
 BuildRequires: rpmbuild(macros) = 1.164
-Obsoletes: libkipi  4.8.0
+Obsoletes: libkipi = 4.8.0
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -30,7 +30,7 @@
 Group: X11/Development/Libraries
 Requires:  %{name} = %{version}-%{release}
 Obsoletes: kde4-kdegraphics-devel  4.6.99
-Obsoletes: libkipi-devel  4.8.0
+Obsoletes: libkipi-devel = 4.8.0
 
 %description devel
 Header files for libkipi development.
@@ -81,6 +81,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.38  2012/01/21 23:26:01  pluto
+- fix O:, release 2.
+
 Revision 1.37  2012/01/21 21:18:27  arekm
 - now as kde4-libkipi
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kde4-libkipi/kde4-libkipi.spec?r1=1.37r2=1.38f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: kde4-libkexiv2/kde4-libkexiv2.spec - fix O:, release 2.

2012-01-21 Thread pluto
Author: plutoDate: Sat Jan 21 23:27:12 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- fix O:, release 2.

 Files affected:
packages/kde4-libkexiv2:
   kde4-libkexiv2.spec (1.28 - 1.29) 

 Diffs:


Index: packages/kde4-libkexiv2/kde4-libkexiv2.spec
diff -u packages/kde4-libkexiv2/kde4-libkexiv2.spec:1.28 
packages/kde4-libkexiv2/kde4-libkexiv2.spec:1.29
--- packages/kde4-libkexiv2/kde4-libkexiv2.spec:1.28Sat Jan 21 22:16:01 2012
+++ packages/kde4-libkexiv2/kde4-libkexiv2.spec Sun Jan 22 00:27:06 2012
@@ -6,7 +6,7 @@
 Summary(pl.UTF-8): libkexiv2 - biblioteka do obróbki metadanych obrazków
 Name:  kde4-libkexiv2
 Version:   4.8.0
-Release:   1
+Release:   2
 License:   GPL v2+
 Group: X11/Libraries
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.bz2
@@ -16,7 +16,7 @@
 BuildRequires: kde4-kdelibs-devel
 BuildRequires: pkgconfig = 0.9.0
 Obsoletes: kde4-kdegraphics
-Obsoletes: libkexiv2  4.8.0
+Obsoletes: libkexiv2 = 4.8.0
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -36,7 +36,7 @@
 Requires:  %{name} = %{version}-%{release}
 Requires:  exiv2-devel
 Obsoletes: kde4-kdegraphics-devel  4.6.99
-Obsoletes: libkexiv2-devel  4.8.0
+Obsoletes: libkexiv2-devel = 4.8.0
 
 %description devel
 Header files for %{name} library.
@@ -86,6 +86,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.29  2012/01/21 23:27:06  pluto
+- fix O:, release 2.
+
 Revision 1.28  2012/01/21 21:16:01  arekm
 - now as kde4-libkexiv2
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kde4-libkexiv2/kde4-libkexiv2.spec?r1=1.28r2=1.29f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: obsoleted/obsoleted.spec - new kde4 migrations, nfy...

2012-01-21 Thread pluto
Author: plutoDate: Sat Jan 21 23:33:24 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- new kde4 migrations, nfy...

 Files affected:
packages/obsoleted:
   obsoleted.spec (1.22 - 1.23) 

 Diffs:


Index: packages/obsoleted/obsoleted.spec
diff -u packages/obsoleted/obsoleted.spec:1.22 
packages/obsoleted/obsoleted.spec:1.23
--- packages/obsoleted/obsoleted.spec:1.22  Mon Oct 31 10:51:04 2011
+++ packages/obsoleted/obsoleted.spec   Sun Jan 22 00:33:18 2012
@@ -5,7 +5,7 @@
 Summary:   Obsolete packages in PLD Linux distro
 Name:  obsoleted
 Version:   0
-Release:   16
+Release:   16.1
 License:   GPL
 Group: Base
 BuildRequires: rpm = 4.4.9-56
@@ -119,6 +119,37 @@
 #%%migrate kde4-kdegraphics-devel-4.6.100-1 = libksane-devel-4.7.0-1
 #%%migrate kde4-kdegraphics-devel-4.6.100-1 = okular-devel-4.7.0-1
 
+%migrate gwenview-4.8.100-1 = kde4-gwenview-4.8.0-3
+%migrate okular-4.8.100-1 = kde4-okular-4.8.0-2
+%migrate marble-4.8.100-1 = kde4-marble-4.8.0-2
+%migrate konsole-4.8.100-1 = kde4-konsole-4.8.0-2
+%migrate svgpart-4.8.100-1 = kde4-svgpart-4.8.0-2
+%migrate ksnapshot-4.8.100-1 = kde4-ksnapshot-4.8.0-2
+%migrate kamera-4.8.100-1 = kde4-kamera-4.8.0-2
+%migrate kate-4.8.100-1 = kde4-kate-4.8.0-2
+%migrate kcolorchooser-4.8.100-1 = kde4-kcolorchooser-4.8.0-2
+%migrate kgamma-4.8.100-1 = kde4-kgamma-4.8.0-2
+%migrate ksaneplugin-4.8.100-1 = kde4-ksaneplugin-4.8.0-2
+%migrate libkdcraw-4.8.100-1 = kde4-libkdcraw-4.8.0-2
+%migrate libkdeedu-4.8.100-1 = kde4-libkdeedu-4.8.0-2
+%migrate libkexiv2-4.8.100-1 = kde4-libkexiv2-4.8.0-2
+%migrate libkipi-4.8.100-1 = kde4-libkipi-4.8.0-2
+%migrate libksane-4.8.100-1 = kde4-libksane-4.8.0-2
+%migrate blinken-4.8.100-1 = kde4-blinken-4.8.0-2
+%migrate cantor-4.8.100-1 = kde4-cantor-4.8.0-3
+%migrate kalgebra-4.8.100-1 = kde4-kalgebra-4.8.0-2
+%migrate kalzium-4.8.100-1 = kde4-kalzium-4.8.0-2
+%migrate kanagram-4.8.100-1 = kde4-kanagram-4.8.0-2
+%migrate mobipocket-4.8.100-1 = kde4-kdegraphics-mobipocket-4.8.0-1
+%migrate kdegraphics-strigi-analyzer-4.8.100-1 = 
kde4-kdegraphics-strigi-analyzer-4.8.0-1
+%migrate kdegraphics-thumbnailers-4.8.100-1 = 
kde4-kdegraphics-thumbnailers-4.8.0-1
+%migrate kgeography-4.8.100-1 = kde4-kgeography-4.8.0-1
+%migrate kiten-4.8.100-1 = kde4-kiten-4.8.0-1
+%migrate smokegen-4.8.100-1 = kde4-smokegen-4.8.0-1
+%migrate smokeqt-4.8.100-1 = kde4-smokeqt-4.8.0-1
+%migrate smokekde-4.8.100-1 = kde4-smokekde-4.8.0-1
+%migrate qyoto-4.8.100-1 = kde4-qyoto-4.8.0-1
+
 %prep
 %setup -qcT
 
@@ -135,6 +166,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.23  2012/01/21 23:33:18  pluto
+- new kde4 migrations, nfy...
+
 Revision 1.22  2011/10/31 09:51:04  glen
 - obsoleted should not obsolete version new package provides
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/obsoleted/obsoleted.spec?r1=1.22r2=1.23f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: crossmingw64-headers/crossmingw64-headers.spec - release 1.

2012-01-19 Thread pluto
Author: plutoDate: Thu Jan 19 18:31:04 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- release 1.

 Files affected:
packages/crossmingw64-headers:
   crossmingw64-headers.spec (1.5 - 1.6) 

 Diffs:


Index: packages/crossmingw64-headers/crossmingw64-headers.spec
diff -u packages/crossmingw64-headers/crossmingw64-headers.spec:1.5 
packages/crossmingw64-headers/crossmingw64-headers.spec:1.6
--- packages/crossmingw64-headers/crossmingw64-headers.spec:1.5 Wed Jan 18 
20:15:05 2012
+++ packages/crossmingw64-headers/crossmingw64-headers.spec Thu Jan 19 
19:30:59 2012
@@ -3,7 +3,7 @@
 Summary(pl.UTF-8): Skrośne narzędzia programistyczne GNU dla Mingw64 - 
pliki nagłowkowe
 Name:  crossmingw64-headers
 Version:   2.0
-Release:   0.1
+Release:   1
 License:   ZPL v2.1 with parts on Public Domain, BSD and LGPL.
 Group: Development/Tools
 # svn co 
https://mingw-w64.svn.sourceforge.net/svnroot/mingw-w64/stable/v2.x/mingw-w64-headers
 mingw64-headers
@@ -77,6 +77,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.6  2012/01/19 18:30:59  pluto
+- release 1.
+
 Revision 1.5  2012/01/18 19:15:05  pluto
 - switch to stable v2.x branch.
 - switch to *-w64-* target triplet (required for 'gcc -municode' support / 
*-pc-* is a cygwin compatible w/o unicode).


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/crossmingw64-headers/crossmingw64-headers.spec?r1=1.5r2=1.6f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: crossmingw64-gcc/gcc-pr51673.patch (NEW) - fix std::__7:: symbols...

2012-01-19 Thread pluto
Author: plutoDate: Thu Jan 19 20:19:48 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- fix std::__7:: symbols export.

 Files affected:
packages/crossmingw64-gcc:
   gcc-pr51673.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/crossmingw64-gcc/gcc-pr51673.patch
diff -u /dev/null packages/crossmingw64-gcc/gcc-pr51673.patch:1.1
--- /dev/null   Thu Jan 19 21:19:48 2012
+++ packages/crossmingw64-gcc/gcc-pr51673.patch Thu Jan 19 21:19:42 2012
@@ -0,0 +1,100 @@
+--- trunk/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver  
2011/11/08 11:13:41 181154
 trunk/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver  
2012/01/09 23:39:22 183043
+@@ -1,6 +1,6 @@
+ ## Linker script for GNU namespace versioning.
+ ##
+-## Copyright (C) 2002, 2003, 2004, 2005, 2007, 2009, 2011
++## Copyright (C) 2002, 2003, 2004, 2005, 2007, 2009, 2011, 2012
+ ## Free Software Foundation, Inc.
+ ##
+ ## This file is part of the libstdc++ version 3 distribution.
+@@ -42,9 +42,9 @@
+ __once_proxy;
+ 
+ # operator new(size_t)
+-_Znw[jm];
++_Znw[jmy];
+ # operator new(size_t, std::nothrow_t const)
+-_Znw[jm]RKSt9nothrow_t;
++_Znw[jmy]RKSt9nothrow_t;
+ 
+ # operator delete(void*)
+ _ZdlPv;
+@@ -52,9 +52,9 @@
+ _ZdlPvRKSt9nothrow_t;
+ 
+ # operator new[](size_t)
+-_Zna[jm];
++_Zna[jmy];
+ # operator new[](size_t, std::nothrow_t const)
+-_Zna[jm]RKSt9nothrow_t;
++_Zna[jmy]RKSt9nothrow_t;
+ 
+ # operator delete[](void*)
+ _ZdaPv;
+@@ -93,16 +93,16 @@
+ 
+ # __gnu_cxx::__pool
+ _ZN9__gnu_cxx3__76__poolILb[01]EE13_M_initializeEv;
+-_ZN9__gnu_cxx3__76__poolILb[01]EE16_M_reserve_blockE[jm][jm];
+-_ZN9__gnu_cxx3__76__poolILb[01]EE16_M_reclaim_blockEPc[jm];
++_ZN9__gnu_cxx3__76__poolILb[01]EE16_M_reserve_blockE[jmy][jmy];
++_ZN9__gnu_cxx3__76__poolILb[01]EE16_M_reclaim_blockEPc[jmy];
+ _ZN9__gnu_cxx3__76__poolILb[01]EE10_M_destroyEv;
+ _ZN9__gnu_cxx3__76__poolILb1EE16_M_get_thread_idEv;
+ 
+-_ZN9__gnu_cxx3__717__pool_alloc_base9_M_refillE[jm];
+-_ZN9__gnu_cxx3__717__pool_alloc_base16_M_get_free_listE[jm];
++_ZN9__gnu_cxx3__717__pool_alloc_base9_M_refillE[jmy];
++_ZN9__gnu_cxx3__717__pool_alloc_base16_M_get_free_listE[jmy];
+ _ZN9__gnu_cxx3__717__pool_alloc_base12_M_get_mutexEv;
+ 
+-_ZN9__gnu_cxx3__79free_list6_M_getE[jm];
++_ZN9__gnu_cxx3__79free_list6_M_getE[jmy];
+ _ZN9__gnu_cxx3__79free_list8_M_clearEv;
+ 
+ # __gnu_cxx::stdio_sync_filebuf
+@@ -145,16 +145,19 @@
+ 
+   global:
+ __cxa_allocate_exception;
++__cxa_allocate_dependent_exception;
+ __cxa_bad_cast;
+ __cxa_bad_typeid;
+ __cxa_begin_catch;
+ __cxa_begin_cleanup;
+ __cxa_call_unexpected;
+ __cxa_current_exception_type;
++__cxa_deleted_virtual;
+ __cxa_demangle;
+ __cxa_end_catch;
+ __cxa_end_cleanup;
+ __cxa_free_exception;
++__cxa_free_dependent_exception;
+ __cxa_get_exception_ptr;
+ __cxa_get_globals;
+ __cxa_get_globals_fast;
+@@ -199,6 +202,11 @@
+ _ZSt17current_exceptionv;
+ _ZSt17rethrow_exceptionNSt15__exception_ptr13exception_ptrE;
+ 
++# std::nested_exception
++_ZNSt16nested_exceptionD*;
++_ZTISt16nested_exception;
++_ZTVSt16nested_exception;
++
+ # std::bad_function_call.
+ _ZNSt17bad_function_callD*;
+ _ZTISt17bad_function_call;
+@@ -287,6 +295,11 @@
+ _ZTIPDn;
+ _ZTIPKDn;
+ 
++# typeinfo for __int128 and unsigned __int128
++_ZTI[no];
++_ZTIP[no];
++_ZTIPK[no];
++
+ # virtual table
+ _ZTVN10__cxxabiv117__array_type_infoE;
+ _ZTVN10__cxxabiv117__class_type_infoE;

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: crossmingw64-gcc/crossmingw64-gcc.spec - add url, enable gnu-vers...

2012-01-19 Thread pluto
Author: plutoDate: Thu Jan 19 20:20:56 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- add url, enable gnu-versioned-namespace, release 1.

 Files affected:
packages/crossmingw64-gcc:
   crossmingw64-gcc.spec (1.23 - 1.24) 

 Diffs:


Index: packages/crossmingw64-gcc/crossmingw64-gcc.spec
diff -u packages/crossmingw64-gcc/crossmingw64-gcc.spec:1.23 
packages/crossmingw64-gcc/crossmingw64-gcc.spec:1.24
--- packages/crossmingw64-gcc/crossmingw64-gcc.spec:1.23Wed Jan 18 
22:04:42 2012
+++ packages/crossmingw64-gcc/crossmingw64-gcc.spec Thu Jan 19 21:20:51 2012
@@ -11,7 +11,7 @@
 Summary(tr.UTF-8): GNU geliştirme araçları - Mingw64 gcc
 Name:  crossmingw64-gcc
 Version:   4.6.2
-Release:   0.1
+Release:   1
 Epoch: 1
 License:   GPL v3+
 Group: Development/Languages
@@ -23,6 +23,8 @@
 # Source1-md5: b659532733e015e3618dd9806bcd608c
 Patch0:gcc-branch.diff
 Patch1:gcc-mingw-dirs.patch
+Patch2:gcc-pr51673.patch
+URL:   http://mingw-w64.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: bison
@@ -75,6 +77,7 @@
 %setup -q -n gcc-%{version} -a 1
 %patch0 -p0
 %patch1 -p1
+%patch2 -p1
 
 # override snapshot version.
 echo %{version}  gcc/BASE-VER
@@ -126,6 +129,7 @@
--with-gxx-include-dir=%{arch}/include/c++/%{version} \
--enable-fully-dynamic-string \
--enable-libstdcxx-allocator=new \
+   --enable-symvers=gnu-versioned-namespace \
--disable-libstdcxx-pch \
--enable-__cxa_atexit \
--with-pkgversion=PLD-Linux \
@@ -250,7 +254,7 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/%{target}-[cg]++
 %attr(755,root,root) %{gcclib}/cc1plus
-%{arch}/lib/libstdc++-6.dll
+%{arch}/lib/libstdc++-7.dll
 %{arch}/lib/libstdc++.a
 %{arch}/lib/libstdc++.la
 %{arch}/lib/libsupc++.a
@@ -265,6 +269,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.24  2012/01/19 20:20:51  pluto
+- add url, enable gnu-versioned-namespace, release 1.
+
 Revision 1.23  2012/01/18 21:04:42  pluto
 - update to 4.6.2.
 - switch crt to stable v2.x branch.


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/crossmingw64-gcc/crossmingw64-gcc.spec?r1=1.23r2=1.24f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: crossmingw64-headers: ERRORS: mingw64-headers.tar.xz

2012-01-18 Thread pluto
FATAL: ./upload/pluto/mingw64-headers.tar.xz was not uploaded

Files fetched: 0



-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: crossmingw64-headers/crossmingw64-headers.spec - switch to stable...

2012-01-18 Thread pluto
Author: plutoDate: Wed Jan 18 19:15:10 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- switch to stable v2.x branch.
- switch to *-w64-* target triplet (required for 'gcc -municode' support / 
*-pc-* is a cygwin compatible w/o unicode).
- release 0.1 so far.

 Files affected:
packages/crossmingw64-headers:
   crossmingw64-headers.spec (1.4 - 1.5) 

 Diffs:


Index: packages/crossmingw64-headers/crossmingw64-headers.spec
diff -u packages/crossmingw64-headers/crossmingw64-headers.spec:1.4 
packages/crossmingw64-headers/crossmingw64-headers.spec:1.5
--- packages/crossmingw64-headers/crossmingw64-headers.spec:1.4 Sun Apr 10 
09:58:05 2011
+++ packages/crossmingw64-headers/crossmingw64-headers.spec Wed Jan 18 
20:15:05 2012
@@ -2,14 +2,14 @@
 Summary:   Cross Mingw64 GNU development utilities - headers
 Summary(pl.UTF-8): Skrośne narzędzia programistyczne GNU dla Mingw64 - 
pliki nagłowkowe
 Name:  crossmingw64-headers
-Version:   1.0
-Release:   2
+Version:   2.0
+Release:   0.1
 License:   ZPL v2.1 with parts on Public Domain, BSD and LGPL.
 Group: Development/Tools
-# svn co 
https://mingw-w64.svn.sourceforge.net/svnroot/mingw-w64/branches/releases/v1.0/mingw-w64-headers
 mingw64-headers
-%define_rev4121
+# svn co 
https://mingw-w64.svn.sourceforge.net/svnroot/mingw-w64/stable/v2.x/mingw-w64-headers
 mingw64-headers
+%define_rev4742
 Source0:   mingw64-headers.tar.xz
-# Source0-md5: 42973598fe4b8fbe86f062967e591a91
+# Source0-md5: 2446851a1222aa6d23ab5d912827d9ae
 URL:   http://mingw-w64.sourceforge.net/
 BuildRequires: automake
 BuildRequires: subversion
@@ -18,7 +18,7 @@
 
 %define_enable_debug_packages  0
 
-%definetarget  x86_64-pc-mingw32
+%definetarget  x86_64-w64-mingw32
 %definearch%{_prefix}/%{target}
 
 %description
@@ -53,7 +53,7 @@
--prefix=%{_prefix} \
--build=%{_target_platform} \
--host=%{target} \
-   --with-sdk=all
+   --enable-sdk=all
 
 %{__make}
 
@@ -77,6 +77,11 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.5  2012/01/18 19:15:05  pluto
+- switch to stable v2.x branch.
+- switch to *-w64-* target triplet (required for 'gcc -municode' support / 
*-pc-* is a cygwin compatible w/o unicode).
+- release 0.1 so far.
+
 Revision 1.4  2011/04/10 07:58:05  pluto
 - BR: subversion for 'svnversion' in %%prep.
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/crossmingw64-headers/crossmingw64-headers.spec?r1=1.4r2=1.5f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: ERROR fetching sources for (HEAD)

2012-01-18 Thread pluto
bad spec name

-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: crossmingw64-headers: mingw64-headers.tar.xz

2012-01-18 Thread pluto

Files fetched: 1

STORED: no-url://mingw64-headers.tar.xz
2446851a1222aa6d23ab5d912827d9ae  mingw64-headers.tar.xz
Size: 7189688 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: crossmingw64-headers: mingw64-headers.tar.xz

2012-01-18 Thread pluto

Files fetched: 0

ALREADY GOT: no-url://mingw64-headers.tar.xz
2446851a1222aa6d23ab5d912827d9ae  mingw64-headers.tar.xz


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: crossmingw64-binutils/crossmingw64-binutils.spec - update to 2.22...

2012-01-18 Thread pluto
Author: plutoDate: Wed Jan 18 19:33:43 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- update to 2.22.51.0.1, switch target triplet to *-w64-*, release 1.

 Files affected:
packages/crossmingw64-binutils:
   crossmingw64-binutils.spec (1.26 - 1.27) 

 Diffs:


Index: packages/crossmingw64-binutils/crossmingw64-binutils.spec
diff -u packages/crossmingw64-binutils/crossmingw64-binutils.spec:1.26 
packages/crossmingw64-binutils/crossmingw64-binutils.spec:1.27
--- packages/crossmingw64-binutils/crossmingw64-binutils.spec:1.26  Tue May 
31 20:33:20 2011
+++ packages/crossmingw64-binutils/crossmingw64-binutils.spec   Wed Jan 18 
20:33:38 2012
@@ -6,12 +6,12 @@
 Summary(pt_BR.UTF-8):  Utilitários para desenvolvimento de binários da GNU - 
Mingw64 binutils
 Summary(tr.UTF-8): GNU geliştirme araçları - Mingw64 binutils
 Name:  crossmingw64-binutils
-Version:   2.21.51.0.9
+Version:   2.22.51.0.1
 Release:   1
 License:   GPL v3+
 Group: Development/Tools
 Source0:   
ftp://ftp.kernel.org/pub/linux/devel/binutils/binutils-%{version}.tar.bz2
-# Source0-md5: 2ac3a7dae9f177f2b29f4ef1852c27a8
+# Source0-md5: f1141fa48e6431525cd4d8be814bef89
 URL:   http://sources.redhat.com/binutils/
 BuildRequires: automake
 BuildRequires: bash
@@ -23,7 +23,7 @@
 #BuildRequires:texinfo = 4.2
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%definetarget  x86_64-pc-mingw32
+%definetarget  x86_64-w64-mingw32
 %definearch%{_prefix}/%{target}
 
 %description
@@ -100,6 +100,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.27  2012/01/18 19:33:38  pluto
+- update to 2.22.51.0.1, switch target triplet to *-w64-*, release 1.
+
 Revision 1.26  2011/05/31 18:33:20  pluto
 - updated to 2.21.51.0.9.
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/crossmingw64-binutils/crossmingw64-binutils.spec?r1=1.26r2=1.27f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: crossmingw64-gcc: gcc-4.6.2.tar.bz2 mingw64-crt.tar.xz

2012-01-18 Thread pluto

Files fetched: 1

ALREADY GOT: ftp://gcc.gnu.org/pub/gcc/releases/gcc-4.6.2/gcc-4.6.2.tar.bz2
028115c4fbfb6cfd75d6369f4a90d87e  gcc-4.6.2.tar.bz2
STORED: no-url://mingw64-crt.tar.xz
b659532733e015e3618dd9806bcd608c  mingw64-crt.tar.xz
Size: 2531976 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: crossmingw64-gcc/crossmingw64-gcc.spec - update to 4.6.2. - switc...

2012-01-18 Thread pluto
Author: plutoDate: Wed Jan 18 21:04:47 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- update to 4.6.2.
- switch crt to stable v2.x branch.
- bump binutils BR: to reflect new *-w64-* target triplet.
- release 0.1 for bootstrap...

 Files affected:
packages/crossmingw64-gcc:
   crossmingw64-gcc.spec (1.22 - 1.23) 

 Diffs:


Index: packages/crossmingw64-gcc/crossmingw64-gcc.spec
diff -u packages/crossmingw64-gcc/crossmingw64-gcc.spec:1.22 
packages/crossmingw64-gcc/crossmingw64-gcc.spec:1.23
--- packages/crossmingw64-gcc/crossmingw64-gcc.spec:1.22Sun Apr 10 
11:54:50 2011
+++ packages/crossmingw64-gcc/crossmingw64-gcc.spec Wed Jan 18 22:04:42 2012
@@ -10,36 +10,36 @@
 Summary(pt_BR.UTF-8):  Utilitários para desenvolvimento de binários da GNU - 
Mingw64 gcc
 Summary(tr.UTF-8): GNU geliştirme araçları - Mingw64 gcc
 Name:  crossmingw64-gcc
-Version:   4.6.0
-Release:   1
+Version:   4.6.2
+Release:   0.1
 Epoch: 1
 License:   GPL v3+
 Group: Development/Languages
 Source0:   
ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{version}/gcc-%{version}.tar.bz2
-# Source0-md5: 93d1c436bf991564524701259b6285a2
-# svn co 
https://mingw-w64.svn.sourceforge.net/svnroot/mingw-w64/branches/releases/v1.0/mingw-w64-crt
 mingw64-crt
-%define_rev4121
+# Source0-md5: 028115c4fbfb6cfd75d6369f4a90d87e
+# svn co 
https://mingw-w64.svn.sourceforge.net/svnroot/mingw-w64/stable/v2.x/mingw-w64 
mingw64-crt
+%define_rev4742
 Source1:   mingw64-crt.tar.xz
-# Source1-md5: 761c887436a8f362b77f5a00f40335b5
+# Source1-md5: b659532733e015e3618dd9806bcd608c
 Patch0:gcc-branch.diff
 Patch1:gcc-mingw-dirs.patch
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: bison
-BuildRequires: crossmingw64-binutils
+BuildRequires: crossmingw64-binutils = 2.22.51.0.1
 %{!?with_bootstrap:BuildRequires:  crossmingw64-gcc}
 BuildRequires: crossmingw64-headers
 BuildRequires: flex
 BuildRequires: gmp-devel = 4.1
 BuildRequires: libmpc-devel
 BuildRequires: mpfr-devel = 2.3.0
-BuildRequires: subversion
+BuildRequires: subversion = 1.7
 BuildRequires: texinfo = 4.2
 Requires:  crossmingw64-binutils
 Requires:  crossmingw64-headers
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%definetarget  x86_64-pc-mingw32
+%definetarget  x86_64-w64-mingw32
 %definearch%{_prefix}/%{target}
 %definegccarch %{_libdir}/gcc/%{target}
 %definegcclib  %{gccarch}/%{version}
@@ -265,6 +265,12 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.23  2012/01/18 21:04:42  pluto
+- update to 4.6.2.
+- switch crt to stable v2.x branch.
+- bump binutils BR: to reflect new *-w64-* target triplet.
+- release 0.1 for bootstrap...
+
 Revision 1.22  2011/04/10 09:54:50  pluto
 - dlls in the right place, release 1.
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/crossmingw64-gcc/crossmingw64-gcc.spec?r1=1.22r2=1.23f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: crossmingw64-gcc/gcc-branch.diff - rebase against 4.6.2.

2012-01-18 Thread pluto
Author: plutoDate: Wed Jan 18 21:04:51 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- rebase against 4.6.2.

 Files affected:
packages/crossmingw64-gcc:
   gcc-branch.diff (1.2 - 1.3) 

 Diffs:


Index: packages/crossmingw64-gcc/gcc-branch.diff
diff -u packages/crossmingw64-gcc/gcc-branch.diff:1.2 
packages/crossmingw64-gcc/gcc-branch.diff:1.3
--- packages/crossmingw64-gcc/gcc-branch.diff:1.2   Sun Apr 10 11:07:50 2011
+++ packages/crossmingw64-gcc/gcc-branch.diff   Wed Jan 18 21:52:54 2012
@@ -1,697842 +1,14081 @@
-Index: libgomp/configure
+Index: configure
 ===
 libgomp/configure  (.../tags/gcc_4_6_0_release)(revision 172238)
-+++ libgomp/configure  (.../branches/gcc-4_6-branch)   (revision 172238)
-@@ -15780,20 +15780,24 @@
- # If we never went through the LIBGOMP_CHECK_LINKER_FEATURES macro, then we
- # don't know enough about $LD to do tricks...
- 
--# FIXME  The following test is too strict, in theory.
--if test $enable_shared = no || test x$LD = x; then
--  enable_symvers=no
--else
--  if test $with_gnu_ld = yes ; then
--enable_symvers=gnu
+--- configure  (.../tags/gcc_4_6_2_release)(wersja 183284)
 configure  (.../branches/gcc-4_6-branch)   (wersja 183284)
+@@ -5117,7 +5117,7 @@
+ { $as_echo $as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada 
5
+ $as_echo $acx_cv_cc_gcc_supports_ada 6; }
+ 
+-if test x$GNATBIND != xno  test x$GNATMAKE != xno  test 
x$acx_cv_cc_gcc_supports_ada != xno; then
++if test x$GNATBIND != xno  test x$GNATMAKE != xno  test 
x$acx_cv_cc_gcc_supports_ada != xno; then
+   have_gnat=yes
+ else
+   have_gnat=no
+@@ -6944,10 +6944,6 @@
+ extra_arflags_for_target= -X32_64
+ extra_nmflags_for_target= -B -X32_64
+ ;;
+-  *-*-darwin[3-9]*)
+-# ranlib before Darwin10 requires the -c flag to look at common symbols.
+-extra_ranlibflags_for_target= -c
+-;;
+   mips*-*-pe | sh*-*-pe | *arm-wince-pe)
+ target_makefile_frag=config/mt-wince
+ ;;
+Index: Makefile.in
+===
+--- Makefile.in(.../tags/gcc_4_6_2_release)(wersja 183284)
 Makefile.in(.../branches/gcc-4_6-branch)   (wersja 183284)
+@@ -60017,6 +60017,7 @@
+ install-gcc: maybe-install-fixincludes
+ install-gcc: maybe-install-lto-plugin
+ install-strip-gcc: maybe-install-strip-fixincludes
++install-strip-gcc: maybe-install-strip-lto-plugin
+ configure-libcpp: configure-libiberty
+ 
+ configure-stage1-libcpp: configure-stage1-libiberty
+Index: libgcc/config.host
+===
+--- libgcc/config.host (.../tags/gcc_4_6_2_release)(wersja 183284)
 libgcc/config.host (.../branches/gcc-4_6-branch)   (wersja 183284)
+@@ -145,15 +145,6 @@
+   asm_hidden_op=.private_extern
+   tmake_file=t-darwin ${cpu_type}/t-darwin t-slibgcc-darwin
+   ;;
+-*-*-freebsd[12] | *-*-freebsd[12].* | *-*-freebsd*aout*)
+-  # This is the place-holder for the generic a.out configuration
+-  # of FreeBSD.  No actual configuration resides here since
+-  # there was only ever a bare-bones ix86 configuration for
+-  # a.out and it exists solely in the machine-specific section.
+-  # This place-holder must exist to avoid dropping into
+-  # the generic ELF configuration of FreeBSD (i.e. it must be
+-  # ordered before that section).
+-  ;;
+ *-*-freebsd*)
+   # This is the generic ELF configuration of FreeBSD.  Later
+   # machine-specific sections may refine and add to this
+Index: libgcc/generic-morestack.c
+===
+--- libgcc/generic-morestack.c (.../tags/gcc_4_6_2_release)(wersja 183284)
 libgcc/generic-morestack.c (.../branches/gcc-4_6-branch)   (wersja 183284)
+@@ -459,8 +459,8 @@
+   sigemptyset (__morestack_initial_sp.mask);
+ 
+   sigfillset (__morestack_fullmask);
+-#ifdef __linux__
+-  /* On Linux, the first two real time signals are used by the NPTL
++#ifdef __GLIBC__
++  /* In glibc, the first two real time signals are used by the NPTL
+  threading library.  By taking them out of the set of signals, we
+  avoiding copying the signal mask in pthread_sigmask.  More
+  importantly, pthread_sigmask uses less stack space on x86_64.  */
+Index: libgcc/ChangeLog
+===
+--- libgcc/ChangeLog   (.../tags/gcc_4_6_2_release)(wersja 183284)
 libgcc/ChangeLog   (.../branches/gcc-4_6-branch)   (wersja 183284)
+@@ -1,3 +1,16 @@
++2011-12-15  H.J. Lu  hongjiu...@intel.com
 +
-+# Turn a 'yes' into a suitable default.
-+if test x$enable_symvers = xyes ; then
-+  # FIXME  The following test is too strict, in theory.
-+  if test $enable_shared = no || test x$LD = x; then
-+enable_symvers=no
-   else
--case ${target_os

packages: pm-utils/bashism.patch - use already pulled /bin/bash for shell d...

2012-01-16 Thread pluto
Author: plutoDate: Mon Jan 16 19:03:20 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- use already pulled /bin/bash for shell descriptors redirection.
  /bin/mksh can't handle it by default.

 Files affected:
packages/pm-utils:
   bashism.patch (1.1 - 1.2) 

 Diffs:


Index: packages/pm-utils/bashism.patch
diff -u packages/pm-utils/bashism.patch:1.1 packages/pm-utils/bashism.patch:1.2
--- packages/pm-utils/bashism.patch:1.1 Sun Feb 20 16:19:29 2011
+++ packages/pm-utils/bashism.patch Mon Jan 16 20:03:15 2012
@@ -10,3 +10,40 @@
  
  . ${PM_FUNCTIONS}
  
+
+
+try_lock() needs shell-descriptor-redirection feature.
+/bin/mksh can't handle it, so use already pulled /bin/bash.
+
+--- pm-utils-1.4.1.orig/pm/functions.in2010-07-04 16:50:13.0 
+0200
 pm-utils-1.4.1/pm/functions.in 2012-01-16 19:44:51.862113904 +0100
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ # vim:noexpandtab
+ 
+ # Common functionality for the hooks.
+--- pm-utils-1.4.1.orig/pm/pm-functions.in 2010-07-04 16:50:13.0 
+0200
 pm-utils-1.4.1/pm/pm-functions.in  2012-01-16 19:45:04.506023549 +0100
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ # vim:noexpandtab
+ 
+ 
+--- pm-utils-1.4.1.orig/src/pm-action.in   2010-07-04 16:42:51.0 
+0200
 pm-utils-1.4.1/src/pm-action.in2012-01-16 19:41:15.455583368 +0100
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ # vim: noexpandtab
+ # Simple suspend script
+ #
+--- pm-utils-1.4.1.orig/src/pm-powersave.in2010-07-04 16:50:13.0 
+0200
 pm-utils-1.4.1/src/pm-powersave.in 2012-01-16 19:42:27.115516315 +0100
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ # vim:noexpandtab
+ # Simple powersave script
+ #


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pm-utils/bashism.patch?r1=1.1r2=1.2f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: pm-utils/pm-utils.spec - more /bin/bash, release 7.

2012-01-16 Thread pluto
Author: plutoDate: Mon Jan 16 19:05:40 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- more /bin/bash, release 7.

 Files affected:
packages/pm-utils:
   pm-utils.spec (1.25 - 1.26) 

 Diffs:


Index: packages/pm-utils/pm-utils.spec
diff -u packages/pm-utils/pm-utils.spec:1.25 
packages/pm-utils/pm-utils.spec:1.26
--- packages/pm-utils/pm-utils.spec:1.25Mon Jun 13 15:27:34 2011
+++ packages/pm-utils/pm-utils.spec Mon Jan 16 20:05:35 2012
@@ -4,7 +4,7 @@
 Summary(pl.UTF-8): Narzędzia i skrypty do zarządzania energią
 Name:  pm-utils
 Version:   1.4.1
-Release:   6
+Release:   7
 License:   GPL v2
 Group: Applications/System
 Source0:   
http://pm-utils.freedesktop.org/releases/%{name}-%{version}.tar.gz
@@ -102,6 +102,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.26  2012/01/16 19:05:35  pluto
+- more /bin/bash, release 7.
+
 Revision 1.25  2011/06/13 13:27:34  kiesiu
 - removed vbetool from Suggests
 - rel. 6


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pm-utils/pm-utils.spec?r1=1.25r2=1.26f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: file/file.spec, file/file-revert-weak-palm-magic.patch (NEW) - fi...

2012-01-16 Thread pluto
Author: plutoDate: Mon Jan 16 19:19:26 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- fix problems with virtualbox data files.
  http://mx.gw.com/pipermail/file/2012/000907.html

 Files affected:
packages/file:
   file.spec (1.191 - 1.192) , file-revert-weak-palm-magic.patch (NONE - 1.1) 
 (NEW)

 Diffs:


Index: packages/file/file.spec
diff -u packages/file/file.spec:1.191 packages/file/file.spec:1.192
--- packages/file/file.spec:1.191   Mon Jan  2 16:13:37 2012
+++ packages/file/file.spec Mon Jan 16 20:19:21 2012
@@ -30,7 +30,7 @@
 Summary(zh_TW.UTF-8):  用於決定檔案類型的一個工具程式。
 Name:  file
 Version:   5.10
-Release:   1
+Release:   2
 License:   distributable
 Group: Applications/File
 Source0:   ftp://ftp.astron.com/pub/file/%{name}-%{version}.tar.gz
@@ -45,6 +45,7 @@
 Patch2:%{name}-selinux.patch
 Patch3:searchpath.patch
 Patch4:automake.patch
+Patch5:%{name}-revert-weak-palm-magic.patch
 URL:   http://www.darwinsys.com/file/
 BuildRequires: autoconf = 2.50
 BuildRequires: automake
@@ -251,6 +252,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %if %{cc_version}  3.4
 %{__sed} -i -e 's,-Wextra,,' configure.ac
@@ -381,6 +383,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.192  2012/01/16 19:19:21  pluto
+- fix problems with virtualbox data files.
+  http://mx.gw.com/pipermail/file/2012/000907.html
+
 Revision 1.191  2012/01/02 15:13:37  qboosh
 - restored Source1-md5 of patched non-english-man-pages (fixes pt_BR magic(5))
 


Index: packages/file/file-revert-weak-palm-magic.patch
diff -u /dev/null packages/file/file-revert-weak-palm-magic.patch:1.1
--- /dev/null   Mon Jan 16 20:19:26 2012
+++ packages/file/file-revert-weak-palm-magic.patch Mon Jan 16 20:19:21 2012
@@ -0,0 +1,29 @@
+--- file/magic/Magdir/palm 15 Dec 2011 16:21:43 -  1.8
 file/magic/Magdir/palm 16 Jan 2012 15:16:36 -
+@@ -10,17 +10,17 @@
+ # What are the possibilities and where is this documented?
+ 
+ # appl
+-59byte\0
+-60   string  applPalmOS application
+-0string  \0 %s
++#59   byte\0
++#60  string  applPalmOS application
++#0   string  \0 %s
+ # TEXt
+-59byte\0
+-60   belong  TEXtAportisDoc file
+-0string  \0 %s
++#59   byte\0
++#60  belong  TEXtAportisDoc file
++#0   string  \0 %s
+ # HACK
+-59byte\0
+-60   string  HACKHackMaster hack
+-0string  \0 %s
++#59   byte\0
++#60  string  HACKHackMaster hack
++#0   string  \0 %s
+ 
+ # Variety of PalmOS document types
+ # Michael-John Turner mj at debian.org


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/file/file.spec?r1=1.191r2=1.192f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: gdb/gdb.spec - provide auto-load directories for 3-rd party pytho...

2012-01-13 Thread pluto
Author: plutoDate: Fri Jan 13 18:42:57 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- provide auto-load directories for 3-rd party python pretty printers.
- release 3.

 Files affected:
packages/gdb:
   gdb.spec (1.145 - 1.146) 

 Diffs:


Index: packages/gdb/gdb.spec
diff -u packages/gdb/gdb.spec:1.145 packages/gdb/gdb.spec:1.146
--- packages/gdb/gdb.spec:1.145 Tue Jan  3 20:44:46 2012
+++ packages/gdb/gdb.spec   Fri Jan 13 19:42:51 2012
@@ -21,7 +21,7 @@
 Summary(zh_TW.UTF-8):  [.-A開發]C和.$)B其.-A他語.$)B言的調試器
 Name:  gdb
 Version:   7.3.1
-Release:   2
+Release:   3
 License:   GPL v3+
 Group: Development/Debuggers
 Source0:   http://ftp.gnu.org/gnu/gdb/%{name}-%{version}.tar.bz2
@@ -546,6 +546,12 @@
 %attr(755,root,root) %{_bindir}/gdb-add-index
 %attr(755,root,root) %{_bindir}/gstack
 %dir %{_datadir}/gdb
+%dir %{_datadir}/gdb/auto-load
+%dir %{_datadir}/gdb/auto-load%{_prefix}
+%dir %{_datadir}/gdb/auto-load%{_prefix}/lib
+%ifarch %{x8664}
+%dir %{_datadir}/gdb/auto-load%{_prefix}/lib64
+%endif
 %{_datadir}/gdb/syscalls
 %{_datadir}/gdb/python
 %{_mandir}/man1/gdb.1*
@@ -578,6 +584,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.146  2012/01/13 18:42:51  pluto
+- provide auto-load directories for 3-rd party python pretty printers.
+- release 3.
+
 Revision 1.145  2012/01/03 19:44:46  lisu
 - rel 2
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gdb/gdb.spec?r1=1.145r2=1.146f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: git-bridgesvn/git-bridgesvn.spec - remove BA: noarch (this noarch...

2012-01-10 Thread pluto
Author: plutoDate: Tue Jan 10 12:12:31 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- remove BA: noarch (this noarch perl script goes into arch-dependent git 
libdir), release 2.

 Files affected:
packages/git-bridgesvn:
   git-bridgesvn.spec (1.2 - 1.3) 

 Diffs:


Index: packages/git-bridgesvn/git-bridgesvn.spec
diff -u packages/git-bridgesvn/git-bridgesvn.spec:1.2 
packages/git-bridgesvn/git-bridgesvn.spec:1.3
--- packages/git-bridgesvn/git-bridgesvn.spec:1.2   Mon Jan  9 21:14:15 2012
+++ packages/git-bridgesvn/git-bridgesvn.spec   Tue Jan 10 13:12:25 2012
@@ -2,7 +2,7 @@
 Summary:   git-bridgesvn - a git-svn without altering the commit hashes
 Name:  git-bridgesvn
 Version:   0.1
-Release:   0.20120109.1
+Release:   0.20120109.2
 License:   LGPL v2+
 Group: Development/Version Control
 Source0:   %{name}.tar.gz
@@ -12,7 +12,6 @@
 Requires:  git-core
 Requires:  perl-Encode
 Requires:  perl-subversion
-BuildArch: noarch
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %definegit_libdir  %(git --exec-path)
@@ -45,6 +44,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.3  2012/01/10 12:12:25  pluto
+- remove BA: noarch (this noarch perl script goes into arch-dependent git 
libdir), release 2.
+
 Revision 1.2  2012/01/09 20:14:15  pluto
 - better rpm group.
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/git-bridgesvn/git-bridgesvn.spec?r1=1.2r2=1.3f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: git-core/git-core.spec - add missing R: perl-Encode for git-svn w...

2012-01-09 Thread pluto
Author: plutoDate: Mon Jan  9 17:54:13 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- add missing R: perl-Encode for git-svn wrapper.

 Files affected:
packages/git-core:
   git-core.spec (1.263 - 1.264) 

 Diffs:


Index: packages/git-core/git-core.spec
diff -u packages/git-core/git-core.spec:1.263 
packages/git-core/git-core.spec:1.264
--- packages/git-core/git-core.spec:1.263   Sat Jan  7 18:19:57 2012
+++ packages/git-core/git-core.spec Mon Jan  9 18:54:08 2012
@@ -265,6 +265,7 @@
 Summary(pl.UTF-8): Obsługa Subversion dla Gita
 Group: Development/Tools
 Requires:  %{name} = %{version}-%{release}
+Requires:  perl-Encode
 Requires:  perl-Term-ReadKey
 
 %description svn
@@ -720,6 +721,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.264  2012/01/09 17:54:08  pluto
+- add missing R: perl-Encode for git-svn wrapper.
+
 Revision 1.263  2012/01/07 17:19:57  arekm
 - up to 1.7.8.3
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/git-core/git-core.spec?r1=1.263r2=1.264f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: git-bridgesvn: git-bridgesvn.tar.gz

2012-01-09 Thread pluto

Files fetched: 1

STORED: no-url://git-bridgesvn.tar.gz
51b90ae4f91de5077d2977214f06e7c5  git-bridgesvn.tar.gz
Size: 64084 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: git-bridgesvn/git-bridgesvn.spec (NEW) - another git-svn wrapper ...

2012-01-09 Thread pluto
Author: plutoDate: Mon Jan  9 20:09:44 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- another git-svn wrapper without altering the commit hashes.
  much more usable in svn/git teams then classic one.

 Files affected:
packages/git-bridgesvn:
   git-bridgesvn.spec (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/git-bridgesvn/git-bridgesvn.spec
diff -u /dev/null packages/git-bridgesvn/git-bridgesvn.spec:1.1
--- /dev/null   Mon Jan  9 21:09:44 2012
+++ packages/git-bridgesvn/git-bridgesvn.spec   Mon Jan  9 21:09:39 2012
@@ -0,0 +1,50 @@
+# $Revision$, $Date$
+Summary:   git-bridgesvn - a git-svn without altering the commit hashes
+Name:  git-bridgesvn
+Version:   0.1
+Release:   0.20120109.1
+License:   LGPL v2+
+Group: Applications
+Source0:   %{name}.tar.gz
+# Source0-md5: 51b90ae4f91de5077d2977214f06e7c5
+URL:   https://github.com/boris-unterer/Git-SVN-Bridge/
+BuildRequires: git-core
+Requires:  git-core
+Requires:  perl-Encode
+Requires:  perl-subversion
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%definegit_libdir  %(git --exec-path)
+
+%description
+git-bridgesvn supports a maintainer model, where one maintainer
+revises the pushes and fetches to and from SVN, but the resultant git
+repository can be shared with other git users.
+
+%prep
+%setup -q -n %{name}
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -D git-bridgesvn.perl $RPM_BUILD_ROOT%{git_libdir}/git-bridgesvn
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{git_libdir}/%{name}
+
+%define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
+%changelog
+* %{date} PLD Team feedb...@pld-linux.org
+All persons listed below can be reached at cvs_login@pld-linux.org
+
+$Log$
+Revision 1.1  2012/01/09 20:09:39  pluto
+- another git-svn wrapper without altering the commit hashes.
+  much more usable in svn/git teams then classic one.

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: git-bridgesvn/git-bridgesvn.spec - better rpm group.

2012-01-09 Thread pluto
Author: plutoDate: Mon Jan  9 20:14:20 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- better rpm group.

 Files affected:
packages/git-bridgesvn:
   git-bridgesvn.spec (1.1 - 1.2) 

 Diffs:


Index: packages/git-bridgesvn/git-bridgesvn.spec
diff -u packages/git-bridgesvn/git-bridgesvn.spec:1.1 
packages/git-bridgesvn/git-bridgesvn.spec:1.2
--- packages/git-bridgesvn/git-bridgesvn.spec:1.1   Mon Jan  9 21:09:39 2012
+++ packages/git-bridgesvn/git-bridgesvn.spec   Mon Jan  9 21:14:15 2012
@@ -4,7 +4,7 @@
 Version:   0.1
 Release:   0.20120109.1
 License:   LGPL v2+
-Group: Applications
+Group: Development/Version Control
 Source0:   %{name}.tar.gz
 # Source0-md5: 51b90ae4f91de5077d2977214f06e7c5
 URL:   https://github.com/boris-unterer/Git-SVN-Bridge/
@@ -45,6 +45,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.2  2012/01/09 20:14:15  pluto
+- better rpm group.
+
 Revision 1.1  2012/01/09 20:09:39  pluto
 - another git-svn wrapper without altering the commit hashes.
   much more usable in svn/git teams then classic one.


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/git-bridgesvn/git-bridgesvn.spec?r1=1.1r2=1.2f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: VirtualBox/VirtualBox.spec - workaround buggy 'file' results, rel...

2012-01-07 Thread pluto
Author: plutoDate: Sat Jan  7 18:50:26 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- workaround buggy 'file' results, release 3.

 Files affected:
packages/VirtualBox:
   VirtualBox.spec (1.405 - 1.406) 

 Diffs:


Index: packages/VirtualBox/VirtualBox.spec
diff -u packages/VirtualBox/VirtualBox.spec:1.405 
packages/VirtualBox/VirtualBox.spec:1.406
--- packages/VirtualBox/VirtualBox.spec:1.405   Sat Jan  7 16:41:45 2012
+++ packages/VirtualBox/VirtualBox.spec Sat Jan  7 19:50:21 2012
@@ -33,7 +33,7 @@
 %define_enable_debug_packages  0
 %endif
 
-%definerel 2
+%definerel 3
 %definepname   VirtualBox
 Summary:   VirtualBox - x86 hardware virtualizer
 Summary(pl.UTF-8): VirtualBox - wirtualizator sprzętu x86
@@ -154,6 +154,16 @@
 %defineoutdir  out/%{vbox_platform}/release/bin
 %define_sbindir/sbin
 
+# workaround buggy 'file' results:
+#
+# EfiThunk: \0
+# qt_ro.qm: \0 \270d\030\312\357\234\225\315!\034\277`\241\275\335B
+# VBoxEFI32.fd: \0
+# VBoxEFI64.fd: \0
+#
+# which lead to 'Stripping ... ELF shared libraries... (...)/nls/qt_ro.qm: 
File format not recognized'
+%define_noautostrip.*%{_libdir}/%{name}/.*
+
 %description
 Oracle VirtualBox is a general-purpose full virtualizer for x86
 hardware. Targeted at server, desktop and embedded use, it is now the
@@ -941,6 +951,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.406  2012/01/07 18:50:21  pluto
+- workaround buggy 'file' results, release 3.
+
 Revision 1.405  2012/01/07 15:41:45  arekm
 - release 2
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/VirtualBox/VirtualBox.spec?r1=1.405r2=1.406f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: gcc/gcc.spec - enable graphite branch features (cloog/ppl).

2011-12-29 Thread pluto
Author: plutoDate: Thu Dec 29 17:21:39 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- enable graphite branch features (cloog/ppl).

 Files affected:
packages/gcc:
   gcc.spec (1.675 - 1.676) 

 Diffs:


Index: packages/gcc/gcc.spec
diff -u packages/gcc/gcc.spec:1.675 packages/gcc/gcc.spec:1.676
--- packages/gcc/gcc.spec:1.675 Thu Dec 29 15:41:31 2011
+++ packages/gcc/gcc.spec   Thu Dec 29 18:21:34 2011
@@ -111,6 +111,7 @@
 BuildRequires: binutils = 2:2.17.50.0.9-1
 BuildRequires: bison
 BuildRequires: chrpath = 0.13-2
+BuildRequires: cloog-ppl-devel
 %{?with_tests:BuildRequires:   dejagnu}
 BuildRequires: elfutils-devel = 0.145-1
 BuildRequires: fileutils = 4.0.41
@@ -139,6 +140,7 @@
 BuildRequires: gmp-devel = 4.1
 BuildRequires: libmpc-devel
 BuildRequires: mpfr-devel = 2.3.0
+BuildRequires: ppl-devel
 %if %{with python}
 BuildRequires: python-devel
 BuildRequires: rpm-pythonprov
@@ -1554,6 +1556,8 @@
%{!?with_java:--without-x} \
%{?with_fortran:--enable-cmath} \
--with-long-double-128 \
+   --with-ppl \
+   --with-cloog-ppl \
 %ifarch ppc ppc64
--enable-secureplt \
 %endif
@@ -2636,6 +2640,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.676  2011/12/29 17:21:34  pluto
+- enable graphite branch features (cloog/ppl).
+
 Revision 1.675  2011/12/29 14:41:31  arekm
 - rel 4; branch diff updated
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gcc/gcc.spec?r1=1.675r2=1.676f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: unscd/unscd.spec - simplify prep, fix build, adapterize.

2011-12-28 Thread pluto
Author: plutoDate: Wed Dec 28 11:15:03 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- simplify prep, fix build, adapterize.

 Files affected:
packages/unscd:
   unscd.spec (1.1 - 1.2) 

 Diffs:


Index: packages/unscd/unscd.spec
diff -u packages/unscd/unscd.spec:1.1 packages/unscd/unscd.spec:1.2
--- packages/unscd/unscd.spec:1.1   Wed Dec 28 10:52:50 2011
+++ packages/unscd/unscd.spec   Wed Dec 28 12:14:58 2011
@@ -17,12 +17,10 @@
 
 %prep
 %setup -qcT
-cp -p %{SOURCE0} %{name}.c
-sed -ne '/Description:/,/\*\*\*/p' %{name}.c  README
+sed -ne '/Description:/,/\*\*\*/p' %{SOURCE0}  README
 
 %build
-%{__cc} -o %{name}.o %{rpmcflags} %{rpmcppflags} -Wall -Wunused-parameter -Os 
%{name}.c
-%{__cc} -o %{name} %{rpmldflags} -fomit-frame-pointer -Wl,--sort-section 
-Wl,alignment -Wl,--sort-common -Os %{name}.o
+%{__cc} -o %{name} %{rpmcflags} -Os %{rpmcppflags} %{rpmldflags} -Wall 
-Wunused-parameter -Wl,--sort-section -Wl,alignment -Wl,--sort-common %{SOURCE0}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -35,7 +33,7 @@
 %files
 %defattr(644,root,root,755)
 %doc README
-%{_sbindir}/%{name}
+%attr(755,root,root) %{_sbindir}/%{name}
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
 %changelog
@@ -43,5 +41,8 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.2  2011/12/28 11:14:58  pluto
+- simplify prep, fix build, adapterize.
+
 Revision 1.1  2011/12/28 09:52:50  glen
 - new, i'm having trouble to link it


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/unscd/unscd.spec?r1=1.1r2=1.2f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: VirtualBox/VirtualBox.spec - revert gdb breakage from grsec_full....

2011-12-08 Thread pluto
Author: plutoDate: Thu Dec  8 09:21:32 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- revert gdb breakage from grsec_full.patch
- release 7

 Files affected:
packages/VirtualBox:
   VirtualBox.spec (1.399 - 1.400) 

 Diffs:


Index: packages/VirtualBox/VirtualBox.spec
diff -u packages/VirtualBox/VirtualBox.spec:1.399 
packages/VirtualBox/VirtualBox.spec:1.400
--- packages/VirtualBox/VirtualBox.spec:1.399   Sun Dec  4 14:54:07 2011
+++ packages/VirtualBox/VirtualBox.spec Thu Dec  8 10:21:26 2011
@@ -33,7 +33,7 @@
 %define_enable_debug_packages  0
 %endif
 
-%definerel 6
+%definerel 7
 %definepname   VirtualBox
 Summary:   VirtualBox - x86 hardware virtualizer
 Summary(pl.UTF-8): VirtualBox - wirtualizator sprzętu x86
@@ -941,6 +941,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.400  2011/12/08 09:21:26  pluto
+- revert gdb breakage from grsec_full.patch
+- release 7
+
 Revision 1.399  2011/12/04 13:54:07  arekm
 - release 6
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/VirtualBox/VirtualBox.spec?r1=1.399r2=1.400f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: lirc/lirc.spec - revert gdb breakage from grsec_full.patch - rele...

2011-12-08 Thread pluto
Author: plutoDate: Thu Dec  8 09:30:31 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- revert gdb breakage from grsec_full.patch
- release 13

 Files affected:
packages/lirc:
   lirc.spec (1.301 - 1.302) 

 Diffs:


Index: packages/lirc/lirc.spec
diff -u packages/lirc/lirc.spec:1.301 packages/lirc/lirc.spec:1.302
--- packages/lirc/lirc.spec:1.301   Sun Dec  4 14:53:54 2011
+++ packages/lirc/lirc.spec Thu Dec  8 10:30:25 2011
@@ -21,7 +21,7 @@
 %endif
 
 %definepname   lirc
-%definerel 12
+%definerel 13
 
 #
 # main package
@@ -995,6 +995,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.302  2011/12/08 09:30:25  pluto
+- revert gdb breakage from grsec_full.patch
+- release 13
+
 Revision 1.301  2011/12/04 13:53:54  arekm
 - release 12
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lirc/lirc.spec?r1=1.301r2=1.302f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: dahdi-linux/dahdi-linux.spec - revert gdb breakage from grsec_ful...

2011-12-08 Thread pluto
Author: plutoDate: Thu Dec  8 09:32:21 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- revert gdb breakage from grsec_full.patch
- release 13

 Files affected:
packages/dahdi-linux:
   dahdi-linux.spec (1.91 - 1.92) 

 Diffs:


Index: packages/dahdi-linux/dahdi-linux.spec
diff -u packages/dahdi-linux/dahdi-linux.spec:1.91 
packages/dahdi-linux/dahdi-linux.spec:1.92
--- packages/dahdi-linux/dahdi-linux.spec:1.91  Sun Dec  4 14:53:42 2011
+++ packages/dahdi-linux/dahdi-linux.spec   Thu Dec  8 10:32:15 2011
@@ -33,7 +33,7 @@
 %undefine  with_dist_kernel
 %endif
 
-%definerel 12
+%definerel 13
 %definepname   dahdi-linux
 %defineFIRMWARE_URL 
http://downloads.digium.com/pub/telephony/firmware/releases
 Summary:   DAHDI telephony device support
@@ -222,6 +222,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.92  2011/12/08 09:32:15  pluto
+- revert gdb breakage from grsec_full.patch
+- release 13
+
 Revision 1.91  2011/12/04 13:53:42  arekm
 - release 12
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dahdi-linux/dahdi-linux.spec?r1=1.91r2=1.92f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: open-vm-tools/open-vm-tools.spec - revert gdb breakage from grsec...

2011-12-08 Thread pluto
Author: plutoDate: Thu Dec  8 09:35:54 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- revert gdb breakage from grsec_full.patch
- release 9

 Files affected:
packages/open-vm-tools:
   open-vm-tools.spec (1.115 - 1.116) 

 Diffs:


Index: packages/open-vm-tools/open-vm-tools.spec
diff -u packages/open-vm-tools/open-vm-tools.spec:1.115 
packages/open-vm-tools/open-vm-tools.spec:1.116
--- packages/open-vm-tools/open-vm-tools.spec:1.115 Sun Dec  4 14:54:01 2011
+++ packages/open-vm-tools/open-vm-tools.spec   Thu Dec  8 10:35:49 2011
@@ -9,7 +9,7 @@
 %definesubver  %(echo %{snap} | tr -d .)
 %definever 8.4.2
 %definerev 514583
-%definerel 8
+%definerel 9
 %define modsrc modules/linux
 Summary:   VMWare guest utilities
 Summary(pl.UTF-8): Narzędzia dla systemu-gościa dla VMware
@@ -404,6 +404,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.116  2011/12/08 09:35:49  pluto
+- revert gdb breakage from grsec_full.patch
+- release 9
+
 Revision 1.115  2011/12/04 13:54:01  arekm
 - release 8
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/open-vm-tools/open-vm-tools.spec?r1=1.115r2=1.116f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: e1000e/e1000e.spec - revert gdb breakage from grsec_full.patch - ...

2011-12-08 Thread pluto
Author: plutoDate: Thu Dec  8 09:37:56 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- revert gdb breakage from grsec_full.patch
- release 8

 Files affected:
packages/e1000e:
   e1000e.spec (1.142 - 1.143) 

 Diffs:


Index: packages/e1000e/e1000e.spec
diff -u packages/e1000e/e1000e.spec:1.142 packages/e1000e/e1000e.spec:1.143
--- packages/e1000e/e1000e.spec:1.142   Sun Dec  4 14:53:45 2011
+++ packages/e1000e/e1000e.spec Thu Dec  8 10:37:51 2011
@@ -17,7 +17,7 @@
 %undefine  with_userspace
 %endif
 
-%definerel 7
+%definerel 8
 %definepname   e1000e
 Summary:   Intel(R) PRO/1000e driver for Linux
 Summary(en.UTF-8): Intel® PRO/1000e driver for Linux
@@ -127,6 +127,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.143  2011/12/08 09:37:51  pluto
+- revert gdb breakage from grsec_full.patch
+- release 8
+
 Revision 1.142  2011/12/04 13:53:45  arekm
 - release 7
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/e1000e/e1000e.spec?r1=1.142r2=1.143f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: ipset/ipset.spec - revert gdb breakage from grsec_full.patch - re...

2011-12-08 Thread pluto
Author: plutoDate: Thu Dec  8 09:41:44 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- revert gdb breakage from grsec_full.patch
- release 12

 Files affected:
packages/ipset:
   ipset.spec (1.139 - 1.140) 

 Diffs:


Index: packages/ipset/ipset.spec
diff -u packages/ipset/ipset.spec:1.139 packages/ipset/ipset.spec:1.140
--- packages/ipset/ipset.spec:1.139 Sun Dec  4 14:53:48 2011
+++ packages/ipset/ipset.spec   Thu Dec  8 10:41:39 2011
@@ -21,7 +21,7 @@
 %define_enable_debug_packages  0
 %endif
 
-%definerel 11
+%definerel 12
 %definepname   ipset
 Summary:   IP sets utility
 Summary(pl.UTF-8): Narzędzie do zarządzania zbiorami IP
@@ -237,6 +237,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.140  2011/12/08 09:41:39  pluto
+- revert gdb breakage from grsec_full.patch
+- release 12
+
 Revision 1.139  2011/12/04 13:53:48  arekm
 - release 11
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ipset/ipset.spec?r1=1.139r2=1.140f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: madwifi-ng/madwifi-ng.spec - revert gdb breakage from grsec_full....

2011-12-08 Thread pluto
Author: plutoDate: Thu Dec  8 09:42:39 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- revert gdb breakage from grsec_full.patch
- release 12

 Files affected:
packages/madwifi-ng:
   madwifi-ng.spec (1.188 - 1.189) 

 Diffs:


Index: packages/madwifi-ng/madwifi-ng.spec
diff -u packages/madwifi-ng/madwifi-ng.spec:1.188 
packages/madwifi-ng/madwifi-ng.spec:1.189
--- packages/madwifi-ng/madwifi-ng.spec:1.188   Sun Dec  4 14:53:57 2011
+++ packages/madwifi-ng/madwifi-ng.spec Thu Dec  8 10:42:33 2011
@@ -19,7 +19,7 @@
 %defineprel0.%{snap}.%{rel}
 %definetrunk   r4132
 
-%definerel 11
+%definerel 12
 
 %if %{_alt_kernel} != %{nil}
 %if %{with kernel}
@@ -212,6 +212,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.189  2011/12/08 09:42:33  pluto
+- revert gdb breakage from grsec_full.patch
+- release 12
+
 Revision 1.188  2011/12/04 13:53:57  arekm
 - release 11
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/madwifi-ng/madwifi-ng.spec?r1=1.188r2=1.189f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: r8168/r8168.spec - revert gdb breakage from grsec_full.patch - re...

2011-12-08 Thread pluto
Author: plutoDate: Thu Dec  8 09:46:02 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- revert gdb breakage from grsec_full.patch
- release 47

 Files affected:
packages/r8168:
   r8168.spec (1.64 - 1.65) 

 Diffs:


Index: packages/r8168/r8168.spec
diff -u packages/r8168/r8168.spec:1.64 packages/r8168/r8168.spec:1.65
--- packages/r8168/r8168.spec:1.64  Sun Dec  4 14:54:04 2011
+++ packages/r8168/r8168.spec   Thu Dec  8 10:45:57 2011
@@ -11,7 +11,7 @@
 %undefine  with_dist_kernel
 %endif
 
-%definerel 46
+%definerel 47
 Summary:   Linux driver for RTL8111/8168B PCI Express Gigabit Ethernet 
controllers
 Summary(pl.UTF-8): Linuksowy sterownik dla kart sieciowych RTL8111/8168B 
PCI Express Gigabit Ethernet
 Name:  r8168
@@ -96,6 +96,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.65  2011/12/08 09:45:57  pluto
+- revert gdb breakage from grsec_full.patch
+- release 47
+
 Revision 1.64  2011/12/04 13:54:04  arekm
 - release 46
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/r8168/r8168.spec?r1=1.64r2=1.65f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: xtables-addons/xtables-addons.spec - revert gdb breakage from grs...

2011-12-08 Thread pluto
Author: plutoDate: Thu Dec  8 09:49:56 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- revert gdb breakage from grsec_full.patch
- release 15

 Files affected:
packages/xtables-addons:
   xtables-addons.spec (1.134 - 1.135) 

 Diffs:


Index: packages/xtables-addons/xtables-addons.spec
diff -u packages/xtables-addons/xtables-addons.spec:1.134 
packages/xtables-addons/xtables-addons.spec:1.135
--- packages/xtables-addons/xtables-addons.spec:1.134   Sun Dec  4 14:54:13 2011
+++ packages/xtables-addons/xtables-addons.spec Thu Dec  8 10:49:51 2011
@@ -17,7 +17,7 @@
 %define_enable_debug_packages  0
 %endif
 
-%definerel 14
+%definerel 15
 Summary:   Additional extensions for xtables packet filtering system
 Summary(pl.UTF-8): Dodatkowe rozszerzenia do systemu filtrowania pakietów 
xtables
 Name:  xtables-addons
@@ -187,6 +187,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.135  2011/12/08 09:49:51  pluto
+- revert gdb breakage from grsec_full.patch
+- release 15
+
 Revision 1.134  2011/12/04 13:54:13  arekm
 - release 14
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xtables-addons/xtables-addons.spec?r1=1.134r2=1.135f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: iscsitarget/iscsitarget.spec - revert gdb breakage from grsec_ful...

2011-12-08 Thread pluto
Author: plutoDate: Thu Dec  8 09:52:38 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- revert gdb breakage from grsec_full.patch
- release 40

 Files affected:
packages/iscsitarget:
   iscsitarget.spec (1.63 - 1.64) 

 Diffs:


Index: packages/iscsitarget/iscsitarget.spec
diff -u packages/iscsitarget/iscsitarget.spec:1.63 
packages/iscsitarget/iscsitarget.spec:1.64
--- packages/iscsitarget/iscsitarget.spec:1.63  Sun Dec  4 14:53:51 2011
+++ packages/iscsitarget/iscsitarget.spec   Thu Dec  8 10:52:33 2011
@@ -6,7 +6,7 @@
 %bcond_without userspace   # don't build userspace module
 %bcond_withverbose # verbose build (V=1)
 #
-%define_rel 39
+%define_rel 40
 Summary:   iSCSI target - SCSI over IP
 Summary(pl.UTF-8): iSCSI target - SCSI po IP
 Name:  iscsitarget
@@ -133,6 +133,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.64  2011/12/08 09:52:33  pluto
+- revert gdb breakage from grsec_full.patch
+- release 40
+
 Revision 1.63  2011/12/04 13:53:51  arekm
 - release 39
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/iscsitarget/iscsitarget.spec?r1=1.63r2=1.64f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec - revert g...

2011-12-08 Thread pluto
Author: plutoDate: Thu Dec  8 09:55:16 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- revert gdb breakage from grsec_full.patch
- release 12

 Files affected:
packages/xorg-driver-video-nvidia:
   xorg-driver-video-nvidia.spec (1.351 - 1.352) 

 Diffs:


Index: packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec
diff -u packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec:1.351 
packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec:1.352
--- packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec:1.351   
Sun Dec  4 14:54:10 2011
+++ packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec Thu Dec 
 8 10:55:11 2011
@@ -25,7 +25,7 @@
 %endif
 %defineno_install_post_check_so 1
 
-%definerel 11%{?with_multigl:.mgl}
+%definerel 12%{?with_multigl:.mgl}
 %definepname   xorg-driver-video-nvidia
 Summary:   Linux Drivers for nVidia GeForce/Quadro Chips
 Summary(hu.UTF-8): Linux meghajtók nVidia GeForce/Quadro chipekhez
@@ -469,6 +469,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.352  2011/12/08 09:55:11  pluto
+- revert gdb breakage from grsec_full.patch
+- release 12
+
 Revision 1.351  2011/12/04 13:54:10  arekm
 - release 11
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec?r1=1.351r2=1.352f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: xorg-driver-video-nvidia-legacy3/xorg-driver-video-nvidia-legacy3...

2011-12-08 Thread pluto
Author: plutoDate: Thu Dec  8 09:56:16 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- revert gdb breakage from grsec_full.patch
- release 4

 Files affected:
packages/xorg-driver-video-nvidia-legacy3:
   xorg-driver-video-nvidia-legacy3.spec (1.69 - 1.70) 

 Diffs:


Index: 
packages/xorg-driver-video-nvidia-legacy3/xorg-driver-video-nvidia-legacy3.spec
diff -u 
packages/xorg-driver-video-nvidia-legacy3/xorg-driver-video-nvidia-legacy3.spec:1.69
 
packages/xorg-driver-video-nvidia-legacy3/xorg-driver-video-nvidia-legacy3.spec:1.70
--- 
packages/xorg-driver-video-nvidia-legacy3/xorg-driver-video-nvidia-legacy3.spec:1.69
Sun Dec  4 14:54:19 2011
+++ 
packages/xorg-driver-video-nvidia-legacy3/xorg-driver-video-nvidia-legacy3.spec 
Thu Dec  8 10:56:11 2011
@@ -21,7 +21,7 @@
 %endif
 %defineno_install_post_check_so1
 
-%definerel 3
+%definerel 4
 %definepname   xorg-driver-video-nvidia-legacy3
 Summary:   Linux Drivers for nVidia GeForce/Quadro Chips (173.14.xx series)
 Summary(hu.UTF-8): Linux meghajtók nVidia GeForce/Quadro chipekhez
@@ -414,6 +414,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.70  2011/12/08 09:56:11  pluto
+- revert gdb breakage from grsec_full.patch
+- release 4
+
 Revision 1.69  2011/12/04 13:54:19  arekm
 - release 3
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xorg-driver-video-nvidia-legacy3/xorg-driver-video-nvidia-legacy3.spec?r1=1.69r2=1.70f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: igb/igb.spec - revert gdb breakage from grsec_full.patch - release 5

2011-12-08 Thread pluto
Author: plutoDate: Thu Dec  8 09:57:17 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- revert gdb breakage from grsec_full.patch
- release 5

 Files affected:
packages/igb:
   igb.spec (1.69 - 1.70) 

 Diffs:


Index: packages/igb/igb.spec
diff -u packages/igb/igb.spec:1.69 packages/igb/igb.spec:1.70
--- packages/igb/igb.spec:1.69  Sun Dec  4 14:54:16 2011
+++ packages/igb/igb.spec   Thu Dec  8 10:57:12 2011
@@ -15,7 +15,7 @@
 %undefine  with_userspace
 %endif
 
-%definerel 4
+%definerel 5
 %definepname   igb
 Summary:   Intel(R) PRO/1000 driver for Linux
 Summary(pl.UTF-8): Sterownik do karty Intel(R) PRO/1000
@@ -109,6 +109,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.70  2011/12/08 09:57:12  pluto
+- revert gdb breakage from grsec_full.patch
+- release 5
+
 Revision 1.69  2011/12/04 13:54:16  arekm
 - release 4
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/igb/igb.spec?r1=1.69r2=1.70f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages (LINUX_3_0): kernel/kernel-grsec_full.patch 16:52 pawels after ...

2011-12-07 Thread pluto
Author: plutoDate: Wed Dec  7 21:10:51 2011 GMT
Module: packages  Tag: LINUX_3_0
 Log message:
16:52  pawels after attaching with gdb, 'c(ontinue)', 'ctrl-c' the gdb 
reports a problem like 'Could not open /proc/$xxx/status' where $xxx is an id 
of one of application threads.
16:53  pawels without grsec patch there's no problem.
(...)
17:09  spender so the question is
17:10  spender why isn't gdb accessing the proper file? :P
17:10  spender it should be using /proc/pid/task/tid
17:10  spender hah
17:11  spender anyway, since gdb is doing this dumb thing, I guess i'll have 
to revert that fix
17:11  spender it's just pretty lame actually
17:11  spender because if you access that directory for the thread, you get a 
task dir for it too
17:12  spender and you can very easily suck up huge amounts of kernel memory 
just by creating a bunch of threads
(...)
17:14  spender remove those two lines

 Files affected:
packages/kernel:
   kernel-grsec_full.patch (1.85.2.5 - 1.85.2.6) 

 Diffs:


Index: packages/kernel/kernel-grsec_full.patch
diff -u packages/kernel/kernel-grsec_full.patch:1.85.2.5 
packages/kernel/kernel-grsec_full.patch:1.85.2.6
--- packages/kernel/kernel-grsec_full.patch:1.85.2.5Tue Nov 22 10:50:50 2011
+++ packages/kernel/kernel-grsec_full.patch Wed Dec  7 22:10:43 2011
@@ -45929,13 +45929,10 @@
inode-i_op = proc_tgid_base_inode_operations;
inode-i_fop = proc_tgid_base_operations;
inode-i_flags|=S_IMMUTABLE;
-@@ -3032,7 +3158,14 @@ struct dentry *proc_pid_lookup(struct in
+@@ -3032,7 +3158,11 @@ struct dentry *proc_pid_lookup(struct in
if (!task)
goto out;
  
-+  if (!has_group_leader_pid(task))
-+  goto out_put_task;
-+
 +  if (gr_pid_is_chrooted(task) || gr_check_hidden_task(task))
 +  goto out_put_task;
 +


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel-grsec_full.patch?r1=1.85.2.5r2=1.85.2.6f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: kernel: ERRORS: linux-3.0.tar.xz patch-3.0.12.bz2

2011-12-07 Thread pluto
kernel.spec: undefined macro version



Files fetched: 0

ALREADY GOT: http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.0.tar.xz
ecf932280e2441bdd992423ef3d55f8f  linux-3.0.tar.xz
ALREADY GOT: http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.0.12.bz2
b3030035fcc87c55ede362a47113af5d  patch-3.0.12.bz2


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages (LINUX_3_0): kernel/kernel.spec - revert gdb breakage from grsec_f...

2011-12-07 Thread pluto
Author: plutoDate: Wed Dec  7 21:26:26 2011 GMT
Module: packages  Tag: LINUX_3_0
 Log message:
- revert gdb breakage from grsec_full.patch, release 4.

 Files affected:
packages/kernel:
   kernel.spec (1.987.2.14 - 1.987.2.15) 

 Diffs:


Index: packages/kernel/kernel.spec
diff -u packages/kernel/kernel.spec:1.987.2.14 
packages/kernel/kernel.spec:1.987.2.15
--- packages/kernel/kernel.spec:1.987.2.14  Wed Dec  7 21:41:02 2011
+++ packages/kernel/kernel.spec Wed Dec  7 22:26:20 2011
@@ -136,7 +136,7 @@
 Name:  kernel%{_alt_kernel}
 Version:   %{basever}%{postver}
 Release:   %{rel}
-Epoch: 3
+Epoch: 4
 License:   GPL v2
 Group: Base/Kernel
 Source0:   
http://www.kernel.org/pub/linux/kernel/v3.x/linux-%{basever}.tar.xz
@@ -1534,6 +1534,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.987.2.15  2011/12/07 21:26:20  pluto
+- revert gdb breakage from grsec_full.patch, release 4.
+
 Revision 1.987.2.14  2011/12/07 20:41:02  arekm
 Use initramfs, initrd is deprecated for long time in kernel.
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel.spec?r1=1.987.2.14r2=1.987.2.15f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages (LINUX_3_0): kernel/kernel.spec - ahh, revert brain damage. bump r...

2011-12-07 Thread pluto
Author: plutoDate: Wed Dec  7 21:38:39 2011 GMT
Module: packages  Tag: LINUX_3_0
 Log message:
- ahh, revert brain damage. bump release instead of epoch.

 Files affected:
packages/kernel:
   kernel.spec (1.987.2.15 - 1.987.2.16) 

 Diffs:


Index: packages/kernel/kernel.spec
diff -u packages/kernel/kernel.spec:1.987.2.15 
packages/kernel/kernel.spec:1.987.2.16
--- packages/kernel/kernel.spec:1.987.2.15  Wed Dec  7 22:26:20 2011
+++ packages/kernel/kernel.spec Wed Dec  7 22:38:34 2011
@@ -95,7 +95,7 @@
 
 %definebasever 3.0
 %definepostver .12
-%definerel 2
+%definerel 4
 
 %define_enable_debug_packages  0
 
@@ -136,7 +136,7 @@
 Name:  kernel%{_alt_kernel}
 Version:   %{basever}%{postver}
 Release:   %{rel}
-Epoch: 4
+Epoch: 3
 License:   GPL v2
 Group: Base/Kernel
 Source0:   
http://www.kernel.org/pub/linux/kernel/v3.x/linux-%{basever}.tar.xz
@@ -1534,6 +1534,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.987.2.16  2011/12/07 21:38:34  pluto
+- ahh, revert brain damage. bump release instead of epoch.
+
 Revision 1.987.2.15  2011/12/07 21:26:20  pluto
 - revert gdb breakage from grsec_full.patch, release 4.
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel.spec?r1=1.987.2.15r2=1.987.2.16f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: kernel: ERRORS: linux-3.0.tar.xz patch-3.0.12.bz2

2011-12-07 Thread pluto
kernel.spec: undefined macro version



Files fetched: 0

ALREADY GOT: http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.0.tar.xz
ecf932280e2441bdd992423ef3d55f8f  linux-3.0.tar.xz
ALREADY GOT: http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.0.12.bz2
b3030035fcc87c55ede362a47113af5d  patch-3.0.12.bz2


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: kernel: ERRORS: linux-3.0.tar.xz patch-3.0.12.bz2

2011-12-07 Thread pluto
kernel.spec: undefined macro version



Files fetched: 0

ALREADY GOT: http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.0.tar.xz
ecf932280e2441bdd992423ef3d55f8f  linux-3.0.tar.xz
ALREADY GOT: http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.0.12.bz2
b3030035fcc87c55ede362a47113af5d  patch-3.0.12.bz2


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages (LINUX_3_0): kernel/kernel.spec - bump release into correct value ...

2011-12-07 Thread pluto
Author: plutoDate: Wed Dec  7 21:39:45 2011 GMT
Module: packages  Tag: LINUX_3_0
 Log message:
- bump release into correct value - 3.

 Files affected:
packages/kernel:
   kernel.spec (1.987.2.16 - 1.987.2.17) 

 Diffs:


Index: packages/kernel/kernel.spec
diff -u packages/kernel/kernel.spec:1.987.2.16 
packages/kernel/kernel.spec:1.987.2.17
--- packages/kernel/kernel.spec:1.987.2.16  Wed Dec  7 22:38:34 2011
+++ packages/kernel/kernel.spec Wed Dec  7 22:39:40 2011
@@ -95,7 +95,7 @@
 
 %definebasever 3.0
 %definepostver .12
-%definerel 4
+%definerel 3
 
 %define_enable_debug_packages  0
 
@@ -1534,6 +1534,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.987.2.17  2011/12/07 21:39:40  pluto
+- bump release into correct value - 3.
+
 Revision 1.987.2.16  2011/12/07 21:38:34  pluto
 - ahh, revert brain damage. bump release instead of epoch.
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel.spec?r1=1.987.2.16r2=1.987.2.17f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: glibc/glibc.spec - remove obsolete %%prep comment. - release 3 af...

2011-11-24 Thread pluto
Author: plutoDate: Thu Nov 24 19:28:38 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- remove obsolete %%prep comment.
- release 3 after inital PR13013 tests.

 Files affected:
packages/glibc:
   glibc.spec (1.938 - 1.939) 

 Diffs:


Index: packages/glibc/glibc.spec
diff -u packages/glibc/glibc.spec:1.938 packages/glibc/glibc.spec:1.939
--- packages/glibc/glibc.spec:1.938 Wed Nov 23 19:31:20 2011
+++ packages/glibc/glibc.spec   Thu Nov 24 20:28:33 2011
@@ -34,7 +34,7 @@
 Summary(uk.UTF-8): GNU libc версії
 Name:  glibc
 Version:   2.14.1
-Release:   2.1
+Release:   3
 Epoch: 6
 License:   LGPL v2.1+
 Group: Libraries
@@ -952,7 +952,6 @@
 %patch38 -p1
 %patch39 -p1
 %patch40 -p1
-# revert broken fix
 %patch41 -p1
 %patch42 -p1
 
@@ -1785,6 +1784,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.939  2011/11/24 19:28:33  pluto
+- remove obsolete %%prep comment.
+- release 3 after inital PR13013 tests.
+
 Revision 1.938  2011/11/23 18:31:20  pluto
 - fix 'res_query.c:251: __libc_res_nquery: Assertion `hp != hp2' failed' 
failures.
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/glibc/glibc.spec?r1=1.938r2=1.939f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: glibc/glibc.spec, glibc/glibc-pr13013.patch (NEW) - fix 'res_quer...

2011-11-23 Thread pluto
Author: plutoDate: Wed Nov 23 18:31:25 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- fix 'res_query.c:251: __libc_res_nquery: Assertion `hp != hp2' failed' 
failures.

 Files affected:
packages/glibc:
   glibc.spec (1.937 - 1.938) , glibc-pr13013.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/glibc/glibc.spec
diff -u packages/glibc/glibc.spec:1.937 packages/glibc/glibc.spec:1.938
--- packages/glibc/glibc.spec:1.937 Tue Oct 25 12:17:31 2011
+++ packages/glibc/glibc.spec   Wed Nov 23 19:31:20 2011
@@ -34,7 +34,7 @@
 Summary(uk.UTF-8): GNU libc версії
 Name:  glibc
 Version:   2.14.1
-Release:   2
+Release:   2.1
 Epoch: 6
 License:   LGPL v2.1+
 Group: Libraries
@@ -87,6 +87,7 @@
 Patch39:   %{name}-git.patch
 Patch40:   %{name}-bad-fix.patch
 Patch41:   %{name}-pr12892.patch
+Patch42:   %{name}-pr13013.patch
 URL:   http://www.gnu.org/software/libc/
 %{?with_selinux:BuildRequires: audit-libs-devel}
 BuildRequires: autoconf
@@ -953,6 +954,7 @@
 %patch40 -p1
 # revert broken fix
 %patch41 -p1
+%patch42 -p1
 
 # cleanup backups after patching
 find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
@@ -1783,6 +1785,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.938  2011/11/23 18:31:20  pluto
+- fix 'res_query.c:251: __libc_res_nquery: Assertion `hp != hp2' failed' 
failures.
+
 Revision 1.937  2011/10/25 10:17:31  arekm
 - rel 2
 


Index: packages/glibc/glibc-pr13013.patch
diff -u /dev/null packages/glibc/glibc-pr13013.patch:1.1
--- /dev/null   Wed Nov 23 19:31:25 2011
+++ packages/glibc/glibc-pr13013.patch  Wed Nov 23 19:31:20 2011
@@ -0,0 +1,51 @@
+--- a/resolv/res_query.c
 b/resolv/res_query.c
+@@ -122,6 +122,7 @@ __libc_res_nquery(res_state statp,
+ int *resplen2)
+ {
+   HEADER *hp = (HEADER *) answer;
++  HEADER *hp2;
+   int n, use_malloc = 0;
+   u_int oflags = statp-_flags;
+ 
+@@ -239,26 +240,25 @@ __libc_res_nquery(res_state statp,
+ /* __libc_res_nsend might have reallocated the buffer.  */
+ hp = (HEADER *) *answerp;
+ 
+-  /* We simplify the following tests by assigning HP to HP2.  It
+- is easy to verify that this is the same as ignoring all
+- tests of HP2.  */
+-  HEADER *hp2 = answerp2 ? (HEADER *) *answerp2 : hp;
+-
+-  if (n  (int) sizeof (HEADER)  answerp2 != NULL
+-   *resplen2  (int) sizeof (HEADER))
++  /* We simplify the following tests by assigning HP to HP2 or
++ vice versa.  It is easy to verify that this is the same as
++ ignoring all tests of HP or HP2.  */
++  if (answerp2 == NULL || *resplen2  (int) sizeof (HEADER))
+ {
+-  /* Special case of partial answer.  */
+-  assert (hp != hp2);
+-  hp = hp2;
++  hp2 = hp;
+ }
+-  else if (answerp2 != NULL  *resplen2  (int) sizeof (HEADER)
+-n  (int) sizeof (HEADER))
++  else
+ {
+-  /* Special case of partial answer.  */
+-  assert (hp != hp2);
+-  hp2 = hp;
++  hp2 = (HEADER *) *answerp2;
++  if (n  (int) sizeof (HEADER))
++{
++  hp = hp2;
++}
+ }
+ 
++  /* Make sure both hp and hp2 are defined */
++  assert((hp != NULL)  (hp2 != NULL));
++
+   if ((hp-rcode != NOERROR || ntohs(hp-ancount) == 0)
+(hp2-rcode != NOERROR || ntohs(hp2-ancount) == 0)) {
+ #ifdef DEBUG


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/glibc/glibc.spec?r1=1.937r2=1.938f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: binutils: binutils-2.22.51.0.1.tar.bz2 binutils-non-english-man-pages.tar.bz2

2011-11-19 Thread pluto

Files fetched: 1

STORED: no-url://binutils-2.22.51.0.1.tar.bz2
f1141fa48e6431525cd4d8be814bef89  binutils-2.22.51.0.1.tar.bz2
Size: 17880936 bytes
ALREADY GOT: 
http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/binutils-non-english-man-pages.tar.bz2
a717d9707ec77d82acb6ec9078c472d6  binutils-non-english-man-pages.tar.bz2


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: binutils/binutils.spec - updated to 2.22.51.0.1 (direct git expor...

2011-11-19 Thread pluto
Author: plutoDate: Sat Nov 19 09:45:39 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 2.22.51.0.1 (direct git export, no official tarballs).

 Files affected:
packages/binutils:
   binutils.spec (1.352 - 1.353) 

 Diffs:


Index: packages/binutils/binutils.spec
diff -u packages/binutils/binutils.spec:1.352 
packages/binutils/binutils.spec:1.353
--- packages/binutils/binutils.spec:1.352   Wed Oct 19 12:19:45 2011
+++ packages/binutils/binutils.spec Sat Nov 19 10:45:34 2011
@@ -17,13 +17,15 @@
 Summary(tr.UTF-8): GNU geliştirme araçları
 Summary(uk.UTF-8): Набір інструментів GNU для побудови виконуваних програм
 Name:  binutils
-Version:   2.21.53.0.2
-Release:   2
+Version:   2.22.51.0.1
+Release:   1
 Epoch: 3
 License:   GPL v3+
 Group: Development/Tools
-Source0:   
ftp://ftp.kernel.org/pub/linux/devel/binutils/%{name}-%{version}.tar.bz2
-# Source0-md5: c6868a0e6d0ab7a6cdf30bb0bd32476d
+# http://git.kernel.org/?p=linux/kernel/git/hjl/binutils.git;a=summary
+# git archive --prefix=binutils-2.22.51.0.1/ -o binutils-2.22.51.0.1.tar 
remotes/origin/linux/release/2.22.51.0.1
+Source0:   %{name}-%{version}.tar.bz2
+# Source0-md5: f1141fa48e6431525cd4d8be814bef89
 Source1:   
http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: a717d9707ec77d82acb6ec9078c472d6
 Patch0:%{name}-gasp.patch
@@ -354,6 +356,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.353  2011/11/19 09:45:34  pluto
+- updated to 2.22.51.0.1 (direct git export, no official tarballs).
+
 Revision 1.352  2011/10/19 10:19:45  arekm
 - rel 2; revert back to ld bfd (gold causes problems; broken linking 
(heimdal); lack of support for some things (samba); grep our-ld
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/binutils/binutils.spec?r1=1.352r2=1.353f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


PGP-keys: pluto.asc, Pawel Sikora pl...@agmk.net (REMOVED) - new key (4kb...

2011-11-11 Thread pluto
Author: plutoDate: Fri Nov 11 15:02:07 2011 GMT
Module: PGP-keys  Tag: HEAD
 Log message:
- new key (4kbits, expires in 2014).

 Files affected:
PGP-keys:
   pluto.asc (1.3 - 1.4) , Pawel Sikora pl...@agmk.net (1.4 - NONE)  
(REMOVED)

 Diffs:


Index: PGP-keys/pluto.asc
diff -u /dev/null PGP-keys/pluto.asc:1.4
--- /dev/null   Fri Nov 11 16:02:07 2011
+++ PGP-keys/pluto.asc  Fri Nov 11 16:02:02 2011
@@ -0,0 +1,77 @@
+-BEGIN PGP PUBLIC KEY BLOCK-
+Version: GnuPG v2.0.18 (GNU/Linux)
+
+mQINBE6rDdYBEAC4SmAvr1IzcrZAlPW19CxyetvRA4TysitLZ/YU1Eyf+XXPiLzJ
+Cyi01mI/57RzSMsbyz//ikCAEu/EBQleXNm3zP+NDoYay1n4Rcl74CKoSlb31UpJ
+6i+094VP/75Ov5G85Iq4LYD1GjNd+KLVY5BqqxXe52QgSQ9nSzwDtwI1b/ZhMAuY
+UqKuWV6OwVXRn4pmk3T87zBriwEc0APmf2ZH/zEW9taPNdk/i3pgp+1xDJxWiAJO
+dHe1fk8rtftrDRNA12TSgInqfm9+XvAoeg8+OVHv+mO4rWRdxvs5oJfZ3ewoy7y7
+E+E5zu76y9xXQAR37gD0yyzm7KsB24lXFtT45EERdgYUxY2dGuogYw0HoNqHnWG8
+0avn7vM0YJKaeVcrp7zXRjruYlCHDEJ2r59m64INhGc6/E4Ig0CkJdQhCSlQdwl9
+Wuo7JuYbJk11MCqbyPlqE7O3PdJDqkEsvTD/Rw1jaG7mvl9FMUUOkr7qkT0LrDZg
+MmwgB68BXfNo2xngkHnkksBbxGQ9BOlpy8p0qEqxUxbzSTVazE6reTL9+wXzMHpP
+4Kl+htwXnVMMmM7D5kWDOndBZyewJx35GWOJrMTGB3s+fBL4ncvkYrL1ePVCZqnZ
+O4w/XB4E8tTLdF1S5NsSjdcuXJ/uWXlfoK6pdP/NLk5R4NzuKjs7hT6oTQARAQAB
+tCVQYXdlxYIgU2lrb3JhIDxwYXdlbC5zaWtvcmFAYWdtay5uZXQ+iQI+BBMBAgAo
+BQJOqw3WAhsDBQkFo5qABgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRCx+HrA
+ySH9M8y8D/0WRJgDwMHMh3EQdUTp6daODYaGBNVgzY+wwibObtFxz43LO6Hi6WaQ
+PGJZghqKMYF/4iUQkVJrAzWsSseiDwJyHTWyXZKPoMeFTLRl4HvwN6GwWtp5YMIm
+h3Z7D89ZDfRkzeSm0lpN5EAd+1uVp20LGsJ7gc+KagvqUTd0MtkquOmTAKI2644k
+wHZbNfx7C+W5ejRJzg79+5lYoqgukWjSbUyhv4Pok+fzhxD00puiga+8UJfKW1Ab
+yPrfVbdfuDSf9M7ULOMpc0K6dShKJnfotwOPzSbm/bGYfdfi8cTmhkQuDs4/L0Li
+az4A3QpWA4d/ozswlvSsTp4d2PksSsHf4EWrzNoluhwIBZL6iWsmJDEro3nDDfrC
+/k+2qiss/z6c1t4N9U4KELPF8PLsIQ7eJj1XZxCV2u1vtreNnGM4HShi4T6+NslK
+KWJWxFhCTgXwr8ee+cZYXYdvXCHVtUuA5QYTRHuDTA47gjMys8EKSjVfZA4+JQxJ
+H7UE1jXjmnWKj7qpSiUJPRJE7hvombXAHpkYLvIDfCw4bYX4PPCbAyJnz/0A9uDZ
+v2eY5VIQbWq4Qd/aqiz22kipG+6zx2auhQ2MSurD54RvKINOTUcqP8NvyikicMUD
+ZP2ojn8i5dsAFpu8swvqXS6PGYQhghfhFqNxu8Ihy7DCvAjAKujIYrQeUGF3ZcWC
+IFNpa29yYSA8cGx1dG9AYWdtay5uZXQ+iQI+BBMBAgAoBQJOvS+YAhsDBQkFo5qA
+BgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRCx+HrAySH9Mzj9EACgmTWs7k7D
+nD3q2YsWwixJ28eLXipdFfxMEDNjwLNd1uySQVfcJGtaWSzezvYzoarX7HSY9nji
+gAtDIIwyuNRswtA4+SQyTZotjeb8FdV910d/VnWeeOoZwDmN4pwwfImSomzK0KKg
+3R7DDYFPogvtu2T7dX8eWrt5JH84HeWP36qQYen2YIkazgQVexi7UN0lG+VVCeW/
+lf0QOZtPthBIzGvYEfOHkqxxJOYRPX5AyZ7trT//fUm48bUDMYAEl5Ks6G3MKlh/
+sQg00oT4HXtZac9rWdiJn/n19Ds/IADAWKzF6cdA2mgezt7QQU3PZWVWQChXnlgV
+i0QUEJztxbqV0jRh07FhUcOLm4ijNlKltCzI1YSE+yK24pEcJrDyTScX3qEfQDQj
+fiVjbCa9Fqip2R6PuBpWFG+cOHSFj2aTsl68VBgeNT8qOWHpIPnKWQfEtd1g7pOT
+SX0a7TvOXnyLMnYrcnf57sRT/qo9XueTeaGCOlee30ktpSQSQe3Wji9LDZF7tKE+
+FOMPPSRx7VtTbMZs9tKrDujaDQnEYNd0WP7j4Wpfdj8zcg5C/a2oO2mseO2H4zNV
+jRhtCEdYzn+6JeMiB0QZ/qOIJa3s2PWIMq8AcOi7pN4bmc58aqpv9LstoBxJPkMP
+6BdouedxD48ml1+2u56HQ8G1WgMZnmZDGbQjUGF3ZcWCIFNpa29yYSA8cGx1dG9A
+cGxkLWxpbnV4Lm9yZz6JAj4EEwECACgFAk69MCMCGwMFCQWjmoAGCwkIBwMCBhUI
+AgkKCwQWAgMBAh4BAheAAAoJELH4esDJIf0zhN8P/RE2HoDNMRFyh/P4E/boGzjC
+Ep8lfuGtF2KH4bay2f8Sm6D8j0rwGxmmr4b/Y6oCv5F6c5DTZAWLV947UbQ1aPw+
+mZdL9rLU4nLujcaoSYoMt0lsIzH8hkVMNjuY577mDcU9T7dCvVFCUCyRgW/3GR8T
+yPYVIJmWOEROuB7/9HHxskynQYvOIfYql9o11Mmx+bPsKxIg4p/nud4tTTjxIGgl
+jZ6qeYGdZdjr9VqmOQ4oJgtMOoKqJjjkT7NRdxwao+ZM93khH939IVBA5/eIyBtf
+ki14UCtaDIyrx0nOyjk68Xp1HUQgJsm0PoxqnGFRSaiP0ZwyfFoY8d7LvkTCRgrv
+Xd94x5CCgGnR+0Ni2frosAPxKHuy6Ym4TjX2bg5SegoJ3rrz8qeNrTGacQjMuA8g
+LXN1K3wymnTnDqs1FWjpNWyUny6o/unWTz84PFxDFgs1UpNB+t/Dcr8YEL+LF+Rr
+tdYrs1q1JrJwoTwTlAqNrrsONP+3v1Gc3MbRxvk+0Lfq/IlhkDbyc7GuVWHqVfAJ
+35iycdJkgbd0IrbxUOJHnA5Gdjftgal/wAGnz4ITRXwzBpafIN8f6ze7dHxLk301
+Y7X6P0bjjJCUd/mv/cH01olTU1Oni+1mv2Qa7MEdLZeT2NKKg1TaucwMB4sUYUZ8
+0qa2hlMtaIIdIsLNcMy5uQINBE6rDdYBEACeHVAAK2ILXbQdT+oiyHWOWyD0ZXDv
+JOlrxoB/6DPHmV9ZxTVK9ON1PMP6XY2hD4RkcyIiNPVvfbBhFybJmVyciXa6tCTX
+8UEB2hpgf3Ny0RMgKx84+LmWblwmCfCZY1upSmzSTiNl58dbt1+vfz04xEFgm3da
+XPWgu9enSBvmRr17mHzdsTOVLN50+tg3PhJ+pEgaLMa9wIL521Ga/kO3BqHH9Tb0
+Flj+IxaWCv0/0LJy5sWdM/c0vv07tk+LzgBggKYysqrMUEf0tLqafn1f5PCWFOzV
+gMz/xhp/WVkjXP0vwn1vhcmp7QSv8oxTGRnJvAPsBC0TIcnQMf1wKEvAsrXgSk4w
+qzQ8BjLiFPyQhf/X7nYj9xG8r4ihnKz7xWMyedbNAUdr/qcDtsXwDe52ErcYq2T/
+fMnx7vp/1d+n9I0V6d5k9FgIVxopbewJGEPyB+pFv3Vn20YeCE/8/X8rURjosQMK
+Y6FzjA8Lhr9Y4GD9JwoflQ2kTUAdeyCkWcDm38DmacidH2FXIFijKe/Q6B/G36yM
+tvNzvoX91MW2MlHaCobN7vqELHurPZqMa29nV/YsYYbojpx8mzGIV4eHoP6LCIQ8
+2hXPF1SnZCywXRmektHvrVkmcgAxC+Y19oLKxo5TlpChxomTwBjDzFt1s7f6s5JG
+WiGdHWIYjRnA8wARAQABiQIlBBgBAgAPBQJOqw3WAhsMBQkFo5qAAAoJELH4esDJ
+If0zWGsQAJmK3+OkSn9VOcQNEs9/1G1azaFM/j/lE18uXkavcEksRADWFnge4Nmf
+UVuTB7yrXyzWDQx6VI89eaZAQaFX12blqjho23kxd1VcsOzGHkCTRZgKsvRmh0u3
+Qry2zKjTU+DYXmjUuVJjb07WFFx+R0KcZgFHHt92CswEZcea0fpWNFCWBz/ji77Q
+Cxmb43FUl8AE4X0c7rgNUOP0+MMa6atNcIJFQtftmuwy/g6E8wa90dnvg+01glEJ
+naozxQcRRFrbqs7BnmDWRjkKdfLfAcdf4bBDn0MDrSjkk4SDamVfqCcnx3OGZDwD
+0+qzMWUA+VyztEfr9

packages: glibc/glibc.spec, glibc/glibc-pr12892.patch (NEW), glibc/glibc-re...

2011-10-20 Thread pluto
Author: plutoDate: Thu Oct 20 20:01:32 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- the right fix for PR#12892 for glibc-2.14.1.

 Files affected:
packages/glibc:
   glibc.spec (1.932 - 1.933) , glibc-pr12892.patch (NONE - 1.1)  (NEW), 
glibc-revert-dso-breakout.patch (1.2 - NONE)  (REMOVED)

 Diffs:


Index: packages/glibc/glibc.spec
diff -u packages/glibc/glibc.spec:1.932 packages/glibc/glibc.spec:1.933
--- packages/glibc/glibc.spec:1.932 Thu Oct 20 19:30:52 2011
+++ packages/glibc/glibc.spec   Thu Oct 20 22:01:27 2011
@@ -86,7 +86,7 @@
 Patch38:   1055_all_glibc-resolv-dynamic.patch
 Patch39:   %{name}-git.patch
 Patch40:   %{name}-bad-fix.patch
-Patch41:   %{name}-revert-dso-breakout.patch
+Patch41:   %{name}-pr12892.patch
 URL:   http://www.gnu.org/software/libc/
 %{?with_selinux:BuildRequires: audit-libs-devel}
 BuildRequires: autoconf
@@ -1755,6 +1755,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.933  2011/10/20 20:01:27  pluto
+- the right fix for PR#12892 for glibc-2.14.1.
+
 Revision 1.932  2011/10/20 17:30:52  arekm
 - up to 2.14.1 (dso breakage patch needs some decision)
 


Index: packages/glibc/glibc-pr12892.patch
diff -u /dev/null packages/glibc/glibc-pr12892.patch:1.1
--- /dev/null   Thu Oct 20 22:01:32 2011
+++ packages/glibc/glibc-pr12892.patch  Thu Oct 20 22:01:27 2011
@@ -0,0 +1,27 @@
+From d45c60c2feb38d95e7ad95af6edb39a6d5afba81 Mon Sep 17 00:00:00 2001
+From: Andreas Schwab sch...@redhat.com
+Date: Wed, 19 Oct 2011 17:13:56 +0200
+Subject: [PATCH] Preserve link time dependencies over relocation dependencies
+
+--- a/elf/dl-fini.c
 b/elf/dl-fini.c
+@@ -100,7 +100,17 @@ _dl_sort_fini (struct link_map **maps, size_t nmaps, char 
*used, Lmid_t ns)
+ /* Look through the relocation dependencies of the object.  */
+ while (m--  0)
+   if (__builtin_expect (relmaps[m] == thisp, 0))
+-goto move;
++{
++  /* If a cycle exists with a link time dependency,
++ preserve the latter.  */
++  struct link_map **runp = thisp-l_initfini;
++  if (runp != NULL)
++while (*runp != NULL)
++  if (__builtin_expect (*runp++ == maps[k], 0))
++goto ignore;
++  goto move;
++}
++  ignore:;
+   }
+ 
+ --k;
+


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/glibc/glibc.spec?r1=1.932r2=1.933f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: oxygen-gtk/oxygen-gtk.spec - seems to work (at least for me with ...

2011-09-17 Thread pluto
Author: plutoDate: Sat Sep 17 09:30:51 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- seems to work (at least for me with iceweasel/gimp/wicd) in kde47 env, relase 
1.

 Files affected:
packages/oxygen-gtk:
   oxygen-gtk.spec (1.1 - 1.2) 

 Diffs:


Index: packages/oxygen-gtk/oxygen-gtk.spec
diff -u packages/oxygen-gtk/oxygen-gtk.spec:1.1 
packages/oxygen-gtk/oxygen-gtk.spec:1.2
--- packages/oxygen-gtk/oxygen-gtk.spec:1.1 Fri Sep 16 19:53:31 2011
+++ packages/oxygen-gtk/oxygen-gtk.spec Sat Sep 17 11:30:46 2011
@@ -2,7 +2,7 @@
 Summary:   Oxygen-Gtk - a port of the default KDE widget theme (Oxygen), 
to gtk
 Name:  oxygen-gtk
 Version:   1.1.3
-Release:   0.1
+Release:   1
 License:   LGPL v2.1
 Group: Themes/GTK+
 Source0:   
ftp://ftp.kde.org/pub/kde/stable/oxygen-gtk/%{version}/src/%{name}-%{version}.tar.bz2
@@ -67,6 +67,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.2  2011/09/17 09:30:46  pluto
+- seems to work (at least for me with iceweasel/gimp/wicd) in kde47 env, 
relase 1.
+
 Revision 1.1  2011/09/16 17:53:31  pluto
 - initial oxygen for gtk theme spec.
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/oxygen-gtk/oxygen-gtk.spec?r1=1.1r2=1.2f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: oxygen-gtk: oxygen-gtk-1.1.3.tar.bz2

2011-09-16 Thread pluto

Files fetched: 1

STORED: 
ftp://ftp.kde.org/pub/kde/stable/oxygen-gtk/1.1.3/src/oxygen-gtk-1.1.3.tar.bz2
e3b280a61cbe4363c41c26083e94643d  oxygen-gtk-1.1.3.tar.bz2
Size: 190155 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: oxygen-gtk/oxygen-gtk.spec (NEW) - initial oxygen for gtk theme s...

2011-09-16 Thread pluto
Author: plutoDate: Fri Sep 16 17:53:36 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- initial oxygen for gtk theme spec.

 Files affected:
packages/oxygen-gtk:
   oxygen-gtk.spec (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/oxygen-gtk/oxygen-gtk.spec
diff -u /dev/null packages/oxygen-gtk/oxygen-gtk.spec:1.1
--- /dev/null   Fri Sep 16 19:53:36 2011
+++ packages/oxygen-gtk/oxygen-gtk.spec Fri Sep 16 19:53:31 2011
@@ -0,0 +1,72 @@
+# $Revision$, $Date$
+Summary:   Oxygen-Gtk - a port of the default KDE widget theme (Oxygen), 
to gtk
+Name:  oxygen-gtk
+Version:   1.1.3
+Release:   0.1
+License:   LGPL v2.1
+Group: Themes/GTK+
+Source0:   
ftp://ftp.kde.org/pub/kde/stable/oxygen-gtk/%{version}/src/%{name}-%{version}.tar.bz2
+# Source0-md5: e3b280a61cbe4363c41c26083e94643d
+URL:   https://projects.kde.org/projects/playground/artwork/oxygen-gtk/
+BuildRequires: cairo-devel
+BuildRequires: cmake = 2.8.0
+BuildRequires: dbus-glib-devel
+BuildRequires: gtk+2-devel = 2.24.2
+BuildRequires: rpmbuild(macros) = 1.600
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Oxygen-Gtk is a port of the default KDE widget theme (Oxygen), to gtk.
+
+It's primary goal is to ensure visual consistency between gtk and
+qt-based applications running under kde. A secondary objective is to
+also have a stand-alone nice looking gtk theme that would behave well
+on other Desktop Environments.
+
+Unlike other attempts made to port the kde oxygen theme to gtk, this
+attempt does not depend on Qt (via some Qt to Gtk conversion engine),
+nor does render the widget appearance via hard coded pixmaps, which
+otherwise breaks everytime some setting is changed in kde.
+
+%prep
+%setup -q
+
+%build
+install -d build
+cd build
+%cmake \
+   ../
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} -C build install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/gtk-2.*/2.*.*/engines/liboxygen-gtk.so
+%dir %{_datadir}/themes/oxygen-gtk
+%dir %{_datadir}/themes/oxygen-gtk/gtk-2.*
+%{_datadir}/themes/oxygen-gtk/gtk-2.*/argb-apps.conf
+%{_datadir}/themes/oxygen-gtk/gtk-2.*/gtkrc
+%{_datadir}/themes/oxygen-gtk/gtk-2.*/icons4
+%{_datadir}/themes/oxygen-gtk/gtk-2.*/kdeglobals
+%{_datadir}/themes/oxygen-gtk/gtk-2.*/oxygenrc
+%dir %{_datadir}/themes/oxygen-gtk/gtk-2.*/special-icons
+%{_datadir}/themes/oxygen-gtk/gtk-2.*/special-icons/standardbutton-closetab-16.png
+%{_datadir}/themes/oxygen-gtk/gtk-2.*/special-icons/standardbutton-closetab-down-16.png
+%{_datadir}/themes/oxygen-gtk/gtk-2.*/special-icons/standardbutton-closetab-hover-16.png
+
+%define date%(echo `LC_ALL=C date +%a %b %d %Y`)
+%changelog
+* %{date} PLD Team feedb...@pld-linux.org
+All persons listed below can be reached at cvs_login@pld-linux.org
+
+$Log$
+Revision 1.1  2011/09/16 17:53:31  pluto
+- initial oxygen for gtk theme spec.
+

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: cgdb: cgdb-0.6.6.tar.gz

2011-09-09 Thread pluto

Files fetched: 1

STORED: http://downloads.sourceforge.net/cgdb/cgdb-0.6.6.tar.gz
394b542b495755ab8392b7e88dace744  cgdb-0.6.6.tar.gz
Size: 954789 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: cgdb/cgdb.spec - updated to 0.6.6.

2011-09-09 Thread pluto
Author: plutoDate: Sat Sep 10 05:48:23 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 0.6.6.

 Files affected:
packages/cgdb:
   cgdb.spec (1.29 - 1.30) 

 Diffs:


Index: packages/cgdb/cgdb.spec
diff -u packages/cgdb/cgdb.spec:1.29 packages/cgdb/cgdb.spec:1.30
--- packages/cgdb/cgdb.spec:1.29Wed Aug 31 20:32:35 2011
+++ packages/cgdb/cgdb.spec Sat Sep 10 07:48:17 2011
@@ -2,12 +2,12 @@
 Summary:   A lightweight, but fully functional curses frontend to gdb
 Summary(pl.UTF-8): Lekki, ale w pełni funkcjonalny frontend do gdb oparty 
na ncurses
 Name:  cgdb
-Version:   0.6.5
-Release:   2
+Version:   0.6.6
+Release:   1
 License:   GPL v2
 Group: Development/Debuggers
 Source0:   http://downloads.sourceforge.net/cgdb/%{name}-%{version}.tar.gz
-# Source0-md5: f7d054ec74b1431f3f8304195ddd21b4
+# Source0-md5: 394b542b495755ab8392b7e88dace744
 Patch0:%{name}-home_etc.patch
 Patch1:%{name}-missing_includes.patch
 Patch2:%{name}-info.patch
@@ -84,6 +84,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.30  2011/09/10 05:48:17  pluto
+- updated to 0.6.6.
+
 Revision 1.29  2011/08/31 18:32:35  arekm
 - release 2
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cgdb/cgdb.spec?r1=1.29r2=1.30f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: glibc/glibc-revert-dso-breakout.patch - remove accidental changes...

2011-08-11 Thread pluto
Author: plutoDate: Thu Aug 11 17:09:42 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- remove accidental changes in rtld.c from commits 4997db7, 6b1e7d1.

 Files affected:
packages/glibc:
   glibc-revert-dso-breakout.patch (1.1 - 1.2) 

 Diffs:


Index: packages/glibc/glibc-revert-dso-breakout.patch
diff -u packages/glibc/glibc-revert-dso-breakout.patch:1.1 
packages/glibc/glibc-revert-dso-breakout.patch:1.2
--- packages/glibc/glibc-revert-dso-breakout.patch:1.1  Wed Aug 10 22:41:40 2011
+++ packages/glibc/glibc-revert-dso-breakout.patch  Thu Aug 11 19:09:36 2011
@@ -366,14 +366,3 @@
  ifeq (yes,$(config-cflags-avx))
  AVX-CFLAGS=-mavx
  ifeq (yes,$(config-cflags-novzeroupper))
-diff -uNrp glibc-2.14/elf.orig/rtld.c glibc-2.14/elf/rtld.c
 glibc-2.14/elf.orig/rtld.c 2011-08-10 22:15:04.0 +0200
-+++ glibc-2.14/elf/rtld.c  2011-08-10 22:16:07.091092377 +0200
-@@ -922,6 +922,7 @@ dl_main (const ElfW(Phdr) *phdr,
- 
-   /* Process the environment variable which control the behaviour.  */
-   process_envvars (mode);
-+  mode=trace;
- 
- #ifndef HAVE_INLINED_SYSCALLS
-   /* Set up a flag which tells we are just starting.  */


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/glibc/glibc-revert-dso-breakout.patch?r1=1.1r2=1.2f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: glibc/glibc.spec - release 15.

2011-08-11 Thread pluto
Author: plutoDate: Thu Aug 11 18:44:39 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 15.

 Files affected:
packages/glibc:
   glibc.spec (1.926 - 1.927) 

 Diffs:


Index: packages/glibc/glibc.spec
diff -u packages/glibc/glibc.spec:1.926 packages/glibc/glibc.spec:1.927
--- packages/glibc/glibc.spec:1.926 Wed Aug 10 22:41:40 2011
+++ packages/glibc/glibc.spec   Thu Aug 11 20:44:34 2011
@@ -34,7 +34,7 @@
 Summary(uk.UTF-8): GNU libc версії
 Name:  glibc
 Version:   2.14
-Release:   14
+Release:   15
 Epoch: 6
 License:   LGPL v2.1+
 Group: Libraries
@@ -1755,6 +1755,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.927  2011/08/11 18:44:34  pluto
+- release 15.
+
 Revision 1.926  2011/08/10 20:41:40  pluto
 - revert another amazing Urlich's fix and make Xilinx tools working again (see 
PR#12892 for details).
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/glibc/glibc.spec?r1=1.926r2=1.927f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: glibc/glibc.spec, glibc/glibc-revert-dso-breakout.patch (NEW) - r...

2011-08-10 Thread pluto
Author: plutoDate: Wed Aug 10 20:41:45 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- revert another amazing Urlich's fix and make Xilinx tools working again (see 
PR#12892 for details).

 Files affected:
packages/glibc:
   glibc.spec (1.925 - 1.926) , glibc-revert-dso-breakout.patch (NONE - 1.1)  
(NEW)

 Diffs:


Index: packages/glibc/glibc.spec
diff -u packages/glibc/glibc.spec:1.925 packages/glibc/glibc.spec:1.926
--- packages/glibc/glibc.spec:1.925 Wed Aug  3 18:05:21 2011
+++ packages/glibc/glibc.spec   Wed Aug 10 22:41:40 2011
@@ -86,6 +86,7 @@
 Patch39:   %{name}-git.patch
 Patch40:   %{name}-bad-fix.patch
 Patch41:   %{name}-bug-12684.patch
+Patch42:   %{name}-revert-dso-breakout.patch
 URL:   http://www.gnu.org/software/libc/
 %{?with_selinux:BuildRequires: audit-libs-devel}
 BuildRequires: autoconf
@@ -952,6 +953,8 @@
 %patch40 -p1
 # revert broken fix
 %patch41 -p1 -R
+# revert broken fix
+%patch42 -p1
 
 # cleanup backups after patching
 find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
@@ -1752,6 +1755,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.926  2011/08/10 20:41:40  pluto
+- revert another amazing Urlich's fix and make Xilinx tools working again (see 
PR#12892 for details).
+
 Revision 1.925  2011/08/03 16:05:21  arekm
 - rel 14; our libc.so linker script didn't contain OUTPUT_FORMAT which causes 
weird issues on x86_64 trying to link with 32-bit libc (fixed by some git 
patches)
 


Index: packages/glibc/glibc-revert-dso-breakout.patch
diff -u /dev/null packages/glibc/glibc-revert-dso-breakout.patch:1.1
--- /dev/null   Wed Aug 10 22:41:45 2011
+++ packages/glibc/glibc-revert-dso-breakout.patch  Wed Aug 10 22:41:40 2011
@@ -0,0 +1,379 @@
+diff -uNrp glibc-2.14/elf.orig/dl-deps.c glibc-2.14/elf/dl-deps.c
+--- glibc-2.14/elf.orig/dl-deps.c  2011-08-10 22:15:04.0 +0200
 glibc-2.14/elf/dl-deps.c   2011-08-10 22:16:12.107990316 +0200
+@@ -1,5 +1,5 @@
+ /* Load the dependencies of a mapped object.
+-   Copyright (C) 1996-2003, 2004, 2005, 2006, 2007, 2010, 2011
++   Copyright (C) 1996-2003, 2004, 2005, 2006, 2007, 2010
+Free Software Foundation, Inc.
+This file is part of the GNU C Library.
+ 
+@@ -596,7 +596,7 @@ Filters not supported with LD_TRACE_PREL
+   /* Need to allocate new array of relocation dependencies.  */
+   struct link_map_reldeps *l_reldeps;
+   l_reldeps = malloc (sizeof (*l_reldeps)
+-  + map-l_reldepsmax
++  + map-l_reldepsmax
+ * sizeof (struct link_map *));
+   if (l_reldeps == NULL)
+ /* Bad luck, keep the reldeps duplicated between
+@@ -618,66 +618,51 @@ Filters not supported with LD_TRACE_PREL
+   map-l_searchlist.r_list[i]-l_reserved = 0;
+ }
+ 
+-  /* Sort the initializer list to take dependencies into account.  The binary
+- itself will always be initialize last.  */
++  /* Now determine the order in which the initialization has to happen.  */
+   memcpy (l_initfini, map-l_searchlist.r_list,
+ nlist * sizeof (struct link_map *));
+-  if (__builtin_expect (nlist  1, 1))
++  /* We can skip looking for the binary itself which is at the front
++ of the search list.  Look through the list backward so that circular
++ dependencies are not changing the order.  */
++  for (i = 1; i  nlist; ++i)
+ {
+-  /* We can skip looking for the binary itself which is at the front
+-   of the search list.  */
+-  i = 1;
+-  bool seen[nlist];
+-  memset (seen, false, nlist * sizeof (seen[0]));
+-  while (1)
++  struct link_map *l = map-l_searchlist.r_list[i];
++  unsigned int j;
++  unsigned int k;
++
++  /* Find the place in the initfini list where the map is currently
++   located.  */
++  for (j = 1; l_initfini[j] != l; ++j)
++  ;
++
++  /* Find all object for which the current one is a dependency and
++   move the found object (if necessary) in front.  */
++  for (k = j + 1; k  nlist; ++k)
+   {
+-/* Keep track of which object we looked at this round.  */
+-seen[i] = true;
+-struct link_map *thisp = l_initfini[i];
+-
+-/* Find the last object in the list for which the current one is
+-   a dependency and move the current object behind the object
+-   with the dependency.  */
+-unsigned int k = nlist - 1;
+-while (k  i)
++struct link_map **runp;
++
++runp = l_initfini[k]-l_initfini;
++if (runp != NULL)
+   {
+-struct link_map **runp = l_initfini[k]-l_initfini;
+-if (runp != NULL)
+-  /* Look through

packages: nut/nut.spec, nut/nut-more_models.patch (NEW) - add support for h...

2011-07-26 Thread pluto
Author: plutoDate: Tue Jul 26 11:10:01 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- add support for 
http://en.orvaldi.com/index.php/en/product_catalog/product_view/11/162
- release 3.

 Files affected:
packages/nut:
   nut.spec (1.170 - 1.171) , nut-more_models.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/nut/nut.spec
diff -u packages/nut/nut.spec:1.170 packages/nut/nut.spec:1.171
--- packages/nut/nut.spec:1.170 Thu Jul 21 13:17:24 2011
+++ packages/nut/nut.spec   Tue Jul 26 13:09:56 2011
@@ -13,7 +13,7 @@
 Summary(pl.UTF-8): Sieciowe narzędzie do UPS-ów
 Name:  nut
 Version:   2.6.1
-Release:   2
+Release:   3
 License:   GPL
 Group: Applications/System
 Source0:   
http://www.networkupstools.org/source/2.6/%{name}-%{version}.tar.gz
@@ -27,6 +27,7 @@
 Patch2:%{name}-smartdp-load.patch
 Patch3:%{name}-upssched-cmd-sysconf.patch
 Patch4:%{name}-matrix.patch
+Patch5:%{name}-more_models.patch
 URL:   http://www.networkupstools.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -190,6 +191,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 cp -f /usr/share/automake/config.sub .
@@ -464,6 +466,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.171  2011/07/26 11:09:56  pluto
+- add support for 
http://en.orvaldi.com/index.php/en/product_catalog/product_view/11/162
+- release 3.
+
 Revision 1.170  2011/07/21 11:17:24  baggins
 - rel 2
 - disable HAL, use UDEV


Index: packages/nut/nut-more_models.patch
diff -u /dev/null packages/nut/nut-more_models.patch:1.1
--- /dev/null   Tue Jul 26 13:10:01 2011
+++ packages/nut/nut-more_models.patch  Tue Jul 26 13:09:56 2011
@@ -0,0 +1,13 @@
+--- nut-2.6.1/scripts/udev/nut-usbups.rules.in.orig2011-06-01 
16:03:34.0 +0200
 nut-2.6.1/scripts/udev/nut-usbups.rules.in 2011-07-26 13:03:40.529347458 
+0200
+@@ -67,6 +67,10 @@
+ #  PW 9140  - usbhid-ups
+ ATTR{idVendor}==0592, ATTR{idProduct}==0004, MODE=664, 
GROUP=@RUN_AS_GROUP@
+ 
++# Orvaldi
++#  750/900SP - blazer_usb
++ATTR{idVendor}==0665, ATTR{idProduct}==5161, MODE=664, 
GROUP=@RUN_AS_GROUP@
++
+ # Phoenixtec
+ #  various models  - bcmxcp_usb
+ ATTR{idVendor}==06da, ATTR{idProduct}==0002, MODE=664, 
GROUP=@RUN_AS_GROUP@


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nut/nut.spec?r1=1.170r2=1.171f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: memstomp/memstomp-version.patch (NEW) - sync package version with...

2011-07-25 Thread pluto
Author: plutoDate: Mon Jul 25 17:34:42 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- sync package version with release-0.1.5 git tag.

 Files affected:
packages/memstomp:
   memstomp-version.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/memstomp/memstomp-version.patch
diff -u /dev/null packages/memstomp/memstomp-version.patch:1.1
--- /dev/null   Mon Jul 25 19:34:42 2011
+++ packages/memstomp/memstomp-version.patchMon Jul 25 19:34:37 2011
@@ -0,0 +1,11 @@
+--- memstomp.git/configure.ac.orig 2011-07-25 19:12:43.0 +0200
 memstomp.git/configure.ac  2011-07-25 19:26:11.661160010 +0200
+@@ -20,7 +20,7 @@
+ 
+ AC_PREREQ(2.61)
+ 
+-AC_INIT([memstomp], 0.1.4, [wcohen (at) redhat (dot) com])
++AC_INIT([memstomp], 0.1.5, [wcohen (at) redhat (dot) com])
+ AC_CONFIG_SRCDIR([memstomp.c])
+ AC_CONFIG_HEADERS([config.h])
+ AC_CONFIG_MACRO_DIR(m4)

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: memstomp: ERRORS: memstomp.tar.bz2

2011-07-25 Thread pluto
FATAL: ./upload/pluto/memstomp.tar.bz2 was not uploaded

Files fetched: 0



-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: memstomp/memstomp.spec (NEW) - inital spec for validator memcpy's...

2011-07-25 Thread pluto
Author: plutoDate: Mon Jul 25 17:36:23 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- inital spec for validator memcpy's UB.

 Files affected:
packages/memstomp:
   memstomp.spec (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/memstomp/memstomp.spec
diff -u /dev/null packages/memstomp/memstomp.spec:1.1
--- /dev/null   Mon Jul 25 19:36:23 2011
+++ packages/memstomp/memstomp.spec Mon Jul 25 19:36:17 2011
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+Summary:   specialized memcpy checker with low overhead
+Name:  memstomp
+Version:   0.1.5
+Release:   0.1
+License:   LGPL v3+ with exception (backtrace-symbols.c is GPL v2+)
+Group: Development/Debug
+Source0:   %{name}.tar.bz2
+# Source0-md5: d0c7c703f0e4a9a0409509f7fa8b1744
+Patch0:%{name}-version.patch
+URL:   http://fedorapeople.org/gitweb?p=wcohen/public_git/memstomp/
+BuildRequires: binutils-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Memstomp checks the operation of memcpy. In particular memstomp warns
+when memcpy is used to copy overlapping regions of memory (such as the
+problem encountered in
+https://bugzilla.redhat.com/show_bug.cgi?id=638477)
+
+Just use it as prefix for your usual command line and it will check
+memcpy used in all child processes. Note that valgrind can perform
+this type of check also. Memstomp merely lowers the overhead for this
+type of check.
+
+%prep
+%setup -qn %{name}.git
+%patch0 -p1
+sh bootstrap.sh
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/memstomp
+%attr(755,root,root) %{_libdir}/libmemstomp-backtrace-symbols.so
+%attr(755,root,root) %{_libdir}/libmemstomp.so
+
+%define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
+%changelog
+* %{date} PLD Team feedb...@pld-linux.org
+All persons listed below can be reached at cvs_login@pld-linux.org
+
+$Log$
+Revision 1.1  2011/07/25 17:36:17  pluto
+- inital spec for validator memcpy's UB.

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: memstomp: memstomp.tar.bz2

2011-07-25 Thread pluto

Files fetched: 1

STORED: no-url://memstomp.tar.bz2
d0c7c703f0e4a9a0409509f7fa8b1744  memstomp.tar.bz2
Size: 744454 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: memstomp/memstomp.spec - add BR: autoconf/automake/libtool.

2011-07-25 Thread pluto
Author: plutoDate: Mon Jul 25 17:49:51 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- add BR: autoconf/automake/libtool.

 Files affected:
packages/memstomp:
   memstomp.spec (1.1 - 1.2) 

 Diffs:


Index: packages/memstomp/memstomp.spec
diff -u packages/memstomp/memstomp.spec:1.1 packages/memstomp/memstomp.spec:1.2
--- packages/memstomp/memstomp.spec:1.1 Mon Jul 25 19:36:17 2011
+++ packages/memstomp/memstomp.spec Mon Jul 25 19:49:46 2011
@@ -9,7 +9,10 @@
 # Source0-md5: d0c7c703f0e4a9a0409509f7fa8b1744
 Patch0:%{name}-version.patch
 URL:   http://fedorapeople.org/gitweb?p=wcohen/public_git/memstomp/
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: binutils-devel
+BuildRequires: libtool
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -54,5 +57,8 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.2  2011/07/25 17:49:46  pluto
+- add BR: autoconf/automake/libtool.
+
 Revision 1.1  2011/07/25 17:36:17  pluto
 - inital spec for validator memcpy's UB.


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/memstomp/memstomp.spec?r1=1.1r2=1.2f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages (rpm-4_5): rpm/rpm-macros.patch - enable DWARF-4 debuginfo. - remo...

2011-06-27 Thread pluto
Author: plutoDate: Mon Jun 27 19:12:06 2011 GMT
Module: packages  Tag: rpm-4_5
 Log message:
- enable DWARF-4 debuginfo.
- remove obsolete note about binutils PR ld/3290.

 Files affected:
packages/rpm:
   rpm-macros.patch (1.41.2.4.2.4 - 1.41.2.4.2.5) 

 Diffs:


Index: packages/rpm/rpm-macros.patch
diff -u packages/rpm/rpm-macros.patch:1.41.2.4.2.4 
packages/rpm/rpm-macros.patch:1.41.2.4.2.5
--- packages/rpm/rpm-macros.patch:1.41.2.4.2.4  Sat May 22 12:19:37 2010
+++ packages/rpm/rpm-macros.patch   Mon Jun 27 21:12:00 2011
@@ -114,7 +114,7 @@
  %_localedir   %{_datadir}/locale
  
  
#==
-@@ -1429,6 +1436,23 @@
+@@ -1429,6 +1436,22 @@
  #%__executable_provides   %{_usrlibrpm}/executabledeps.sh --provides
  #%__executable_requires   %{_usrlibrpm}/executabledeps.sh --requires
 -%__scriptlet_requires /bin/bash --rpm-requires
@@ -126,8 +126,7 @@
 +#-
 +# CFLAGS and LDFLAGS used to build
 +
-+%debuginfocflags  %{expand:%%define __dic_%{?_enable_debug_packages} 
1}%{?__dic_1: -gdwarf-3 -g2}%{expand:%%undefine 
__dic_%{?_enable_debug_packages}}
-+# -feliminate-dwarf2-dups disabled until PR ld/3290 is fixed.
++%debuginfocflags  %{expand:%%define __dic_%{?_enable_debug_packages} 
1}%{?__dic_1: -gdwarf-4 -g2}%{expand:%%undefine 
__dic_%{?_enable_debug_packages}}
 +
 +%debugcflags  -O0 -g -Wall
  


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rpm/rpm-macros.patch?r1=1.41.2.4.2.4r2=1.41.2.4.2.5f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages (rpm-4_5): rpm/rpm.spec - dwarf-4 debuginfo enabled in rpm-macros....

2011-06-27 Thread pluto
Author: plutoDate: Mon Jun 27 19:13:29 2011 GMT
Module: packages  Tag: rpm-4_5
 Log message:
- dwarf-4 debuginfo enabled in rpm-macros.patch, release 53.

 Files affected:
packages/rpm:
   rpm.spec (1.837.2.42.2.49.2.103 - 1.837.2.42.2.49.2.104) 

 Diffs:


Index: packages/rpm/rpm.spec
diff -u packages/rpm/rpm.spec:1.837.2.42.2.49.2.103 
packages/rpm/rpm.spec:1.837.2.42.2.49.2.104
--- packages/rpm/rpm.spec:1.837.2.42.2.49.2.103 Tue Jun 14 16:51:40 2011
+++ packages/rpm/rpm.spec   Mon Jun 27 21:13:23 2011
@@ -58,7 +58,7 @@
 Summary(uk.UTF-8): Менеджер пакетів від RPM
 Name:  rpm
 Version:   4.5
-Release:   52
+Release:   53
 License:   LGPL
 Group: Base
 Source0:   %{name}-%{version}.tar.gz
@@ -1487,6 +1487,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.837.2.42.2.49.2.104  2011/06/27 19:13:23  pluto
+- dwarf-4 debuginfo enabled in rpm-macros.patch, release 53.
+
 Revision 1.837.2.42.2.49.2.103  2011/06/14 14:51:40  kiesiu
 - devel subpackage requires ossp-uuid-devel
 - rel. 52


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rpm/rpm.spec?r1=1.837.2.42.2.49.2.103r2=1.837.2.42.2.49.2.104f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: ggaoed/ggaoed.spec, ggaoed/ggaoed-netlink-rx-buffer-realloc.patch...

2011-06-20 Thread pluto
Author: plutoDate: Mon Jun 20 19:56:51 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- peek  read netlink message in one shot since the default algorithm doesn't 
work for multiple buffer resizing.
- release 2.

 Files affected:
packages/ggaoed:
   ggaoed.spec (1.5 - 1.6) , ggaoed-netlink-rx-buffer-realloc.patch (NONE - 
1.1)  (NEW)

 Diffs:


Index: packages/ggaoed/ggaoed.spec
diff -u packages/ggaoed/ggaoed.spec:1.5 packages/ggaoed/ggaoed.spec:1.6
--- packages/ggaoed/ggaoed.spec:1.5 Wed Feb  2 19:06:00 2011
+++ packages/ggaoed/ggaoed.spec Mon Jun 20 21:56:46 2011
@@ -2,7 +2,7 @@
 Summary:   ggaoed - ATA over Ethernet target implementation for Linux
 Name:  ggaoed
 Version:   1.1
-Release:   1
+Release:   2
 License:   GPL v2
 Group: Networking/Daemons
 Source0:   http://ggaoed.googlecode.com/files/%{name}-%{version}.tar.gz
@@ -10,6 +10,7 @@
 Source1:   %{name}.init
 Source2:   %{name}.sysconfig
 Patch0:%{name}-build.patch
+Patch1:%{name}-netlink-rx-buffer-realloc.patch
 URL:   http://code.google.com/p/ggaoed/
 BuildRequires: docbook2X = 0.8
 BuildRequires: glib2-devel = 2.12
@@ -30,6 +31,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure
@@ -83,6 +85,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.6  2011/06/20 19:56:46  pluto
+- peek  read netlink message in one shot since the default algorithm doesn't 
work for multiple buffer resizing.
+- release 2.
+
 Revision 1.5  2011/02/02 18:06:00  sparky
 - BR: libblkid-devel, pkgconfig
 


Index: packages/ggaoed/ggaoed-netlink-rx-buffer-realloc.patch
diff -u /dev/null packages/ggaoed/ggaoed-netlink-rx-buffer-realloc.patch:1.1
--- /dev/null   Mon Jun 20 21:56:51 2011
+++ packages/ggaoed/ggaoed-netlink-rx-buffer-realloc.patch  Mon Jun 20 
21:56:46 2011
@@ -0,0 +1,29 @@
+--- ggaoed-1.1/netlink.c.orig  2011-06-20 19:57:17.0 +0200
 ggaoed-1.1/netlink.c   2011-06-20 20:27:47.426951722 +0200
+@@ -174,7 +174,7 @@
+   int len;
+ 
+   addrlen = sizeof(from_addr);
+-  len = recvfrom(nl_fd, recvbuf, recvlen, MSG_TRUNC | MSG_DONTWAIT,
++  len = recvfrom(nl_fd, recvbuf, recvlen, MSG_TRUNC | MSG_DONTWAIT | 
MSG_PEEK,
+   (struct sockaddr *)from_addr, addrlen);
+   if (!len)
+   return;
+@@ -185,13 +185,12 @@
+   }
+   if (len  recvlen)
+   {
+-  /* The buffer was too small. Increase it and request a
+-   * new enumeration */
+-  recvlen = 1;
++  /* The buffer was too small. Increase it and try again... */
++  recvlen = len;
+   recvbuf = g_realloc(recvbuf, recvlen);
+-  netmon_enumerate();
+-  return;
+   }
++  len = recvfrom(nl_fd, recvbuf, recvlen, MSG_TRUNC | MSG_DONTWAIT,
++  (struct sockaddr *)from_addr, addrlen);
+ 
+   for (msg = (struct nlmsghdr *)recvbuf; NLMSG_OK(msg, (unsigned)len);
+   msg = NLMSG_NEXT(msg, len))


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ggaoed/ggaoed.spec?r1=1.5r2=1.6f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: binutils/binutils.spec, binutils/binutils-warn_ro_relocs.patch (N...

2011-06-08 Thread pluto
Author: plutoDate: Wed Jun  8 08:23:31 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- emit proper warning about relocation in shared objects' text segment
  instead of memory gpf.
  ld: warning: relocation in readonly section `.rodata'.
  ld: warning: creating a DT_TEXTREL in a shared object.
- release 4.

 Files affected:
packages/binutils:
   binutils.spec (1.341 - 1.342) , binutils-warn_ro_relocs.patch (NONE - 1.1) 
 (NEW)

 Diffs:


Index: packages/binutils/binutils.spec
diff -u packages/binutils/binutils.spec:1.341 
packages/binutils/binutils.spec:1.342
--- packages/binutils/binutils.spec:1.341   Tue Jun  7 12:55:11 2011
+++ packages/binutils/binutils.spec Wed Jun  8 10:23:25 2011
@@ -18,7 +18,7 @@
 Summary(uk.UTF-8): Набір інструментів GNU для побудови виконуваних програм
 Name:  binutils
 Version:   2.21.51.0.9
-Release:   3
+Release:   4
 Epoch: 3
 License:   GPL v3+
 Group: Development/Tools
@@ -36,6 +36,7 @@
 Patch8:%{name}-build-id.patch
 Patch9:%{name}-tooldir.patch
 Patch10:   %{name}-pr12163.patch
+Patch11:   %{name}-warn_ro_relocs.patch
 URL:   http://sources.redhat.com/binutils/
 BuildRequires: autoconf = 2.64
 BuildRequires: automake = 1:1.11
@@ -157,6 +158,7 @@
 %patch8 -p0
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
 
 # file contains hacks for ac 2.59 only
 %{__rm} config/override.m4
@@ -352,6 +354,13 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.342  2011/06/08 08:23:25  pluto
+- emit proper warning about relocation in shared objects' text segment
+  instead of memory gpf.
+  ld: warning: relocation in readonly section `.rodata'.
+  ld: warning: creating a DT_TEXTREL in a shared object.
+- release 4.
+
 Revision 1.341  2011/06/07 10:55:11  arekm
 - release 3
 


Index: packages/binutils/binutils-warn_ro_relocs.patch
diff -u /dev/null packages/binutils/binutils-warn_ro_relocs.patch:1.1
--- /dev/null   Wed Jun  8 10:23:31 2011
+++ packages/binutils/binutils-warn_ro_relocs.patch Wed Jun  8 10:23:26 2011
@@ -0,0 +1,52 @@
+commit cd83a0f5f7496853f21ae956ffcc3759adee1c1f
+Author: H.J. Lu hjl.to...@gmail.com
+Date:   Wed Jun 1 19:42:00 2011 +
+
+Properly warn relocation in readonly section in a shared object.
+
+2011-06-01  H.J. Lu  hongjiu...@intel.com
+
+   * elf32-i386.c (elf_i386_size_dynamic_sections): Properly warn
+   relocation in readonly section in a shared object.
+   * elf64-x86-64.c (elf_x86_64_size_dynamic_sections): Likewise.
+
+diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c
+index ee1511f..eea2263 100644
+--- a/bfd/elf32-i386.c
 b/bfd/elf32-i386.c
+@@ -2488,13 +2488,13 @@ elf_i386_size_dynamic_sections (bfd *output_bfd 
ATTRIBUTE_UNUSED,
+   {
+ srel = elf_section_data (p-sec)-sreloc;
+ srel-size += p-count * sizeof (Elf32_External_Rel);
+-if ((p-sec-output_section-flags  SEC_READONLY) != 0)
++if ((p-sec-output_section-flags  SEC_READONLY) != 0
++ (info-flags  DF_TEXTREL) == 0)
+   {
+ info-flags |= DF_TEXTREL;
+ if (info-warn_shared_textrel  info-shared)
+   info-callbacks-einfo (_(%P: %B: warning: relocation 
in readonly section `%A'.\n),
+   p-sec-owner, p-sec);
+-break;
+   }
+   }
+   }
+diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c
+index 5cbaff8..9d6d4a4 100644
+--- a/bfd/elf64-x86-64.c
 b/bfd/elf64-x86-64.c
+@@ -2399,13 +2399,13 @@ elf_x86_64_size_dynamic_sections (bfd *output_bfd,
+   {
+ srel = elf_section_data (p-sec)-sreloc;
+ srel-size += p-count * bed-s-sizeof_rela;
+-if ((p-sec-output_section-flags  SEC_READONLY) != 0)
++if ((p-sec-output_section-flags  SEC_READONLY) != 0
++ (info-flags  DF_TEXTREL) == 0)
+   {
+ info-flags |= DF_TEXTREL;
+ if (info-warn_shared_textrel  info-shared)
+   info-callbacks-einfo (_(%P: %B: warning: relocation 
in readonly section `%A'.\n),
+   p-sec-owner, p-sec);
+-break;
+   }
+   }
+   }


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/binutils/binutils.spec?r1=1.341r2=1.342f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo

packages: glibc/glibc.spec, glibc/glibc-bad-fix.patch - better fix from gli...

2011-06-05 Thread pluto
Author: plutoDate: Sun Jun  5 08:46:56 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- better fix from glibc-fedora branch, release 4.

 Files affected:
packages/glibc:
   glibc.spec (1.910 - 1.911) , glibc-bad-fix.patch (1.1 - 1.2) 

 Diffs:


Index: packages/glibc/glibc.spec
diff -u packages/glibc/glibc.spec:1.910 packages/glibc/glibc.spec:1.911
--- packages/glibc/glibc.spec:1.910 Sat Jun  4 18:52:56 2011
+++ packages/glibc/glibc.spec   Sun Jun  5 10:46:51 2011
@@ -36,7 +36,7 @@
 Summary(uk.UTF-8): GNU libc версії
 Name:  glibc
 Version:   2.14
-Release:   3
+Release:   4
 Epoch: 6
 License:   LGPL v2.1+
 Group: Libraries
@@ -84,12 +84,7 @@
 Patch37:   0061_all_glibc-2.13-static-memset.patch
 Patch38:   1055_all_glibc-resolv-dynamic.patch
 Patch39:   %{name}-git.patch
-
-# revert regression introduced in:
-# commit 4bff6e0175ed195871f4e01cc4c4c33274b8f6e3
-# Fix memory leak in dlopen with RTLD_NOLOAD.
 Patch40:   %{name}-bad-fix.patch
-
 URL:   http://www.gnu.org/software/libc/
 %{?with_selinux:BuildRequires: audit-libs-devel}
 BuildRequires: autoconf
@@ -948,7 +943,7 @@
 %patch37 -p1
 %patch38 -p1
 %patch39 -p1
-%patch40 -p1 -R
+%patch40 -p1
 
 # cleanup backups after patching
 find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
@@ -1740,6 +1735,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.911  2011/06/05 08:46:51  pluto
+- better fix from glibc-fedora branch, release 4.
+
 Revision 1.910  2011/06/04 16:52:56  pluto
 - desc patch40 (regression revert).
 


Index: packages/glibc/glibc-bad-fix.patch
diff -u packages/glibc/glibc-bad-fix.patch:1.1 
packages/glibc/glibc-bad-fix.patch:1.2
--- packages/glibc/glibc-bad-fix.patch:1.1  Sat Jun  4 18:08:51 2011
+++ packages/glibc/glibc-bad-fix.patch  Sun Jun  5 10:46:51 2011
@@ -1,160 +1,137 @@
 a/elf/Makefile
-+++ b/elf/Makefile
-@@ -213,7 +213,7 @@ endif
- ifeq (yesyes,$(have-fpie)$(build-shared))
- tests: $(objpfx)tst-pie1.out
- endif
--tests: $(objpfx)tst-leaks1-mem
-+tests: $(objpfx)tst-leaks1-mem $(objpfx)noload-mem
- tlsmod17a-suffixes = 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
- tlsmod18a-suffixes = 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
- tlsmod17a-modules = $(addprefix tst-tlsmod17a, $(tlsmod17a-suffixes))
-@@ -680,6 +680,10 @@ $(objpfx)noload: $(objpfx)testobj1.so 
$(common-objpfx)dlfcn/libdl.so
- LDFLAGS-noload = -rdynamic
- $(objpfx)noload.out: $(objpfx)testobj5.so
- 
-+$(objpfx)noload-mem: $(objpfx)noload.out
-+  $(common-objpfx)malloc/mtrace $(objpfx)noload.mtrace  $@
-+noload-ENV = MALLOC_TRACE=$(objpfx)noload.mtrace
-+
- LDFLAGS-nodelete = -rdynamic
- LDFLAGS-nodelmod1.so = -Wl,--enable-new-dtags,-z,nodelete
- LDFLAGS-nodelmod4.so = -Wl,--enable-new-dtags,-z,nodelete
+From 675155e9084e060fd0e1e637b843f14e82898aa5 Mon Sep 17 00:00:00 2001
+From: Andreas Schwab sch...@redhat.com
+Date: Wed, 22 Sep 2010 12:06:30 +0200
+Subject: [PATCH] Fix memory leak on init/fini dependency list
+
+diff --git a/elf/dl-close.c b/elf/dl-close.c
+index 73b2a2f..9bd91e3 100644
 --- a/elf/dl-close.c
 +++ b/elf/dl-close.c
 @@ -1,5 +1,5 @@
  /* Close a shared object opened by `_dl_open'.
--   Copyright (C) 1996-2007, 2009, 2010 Free Software Foundation, Inc.
-+   Copyright (C) 1996-2007, 2009, 2010, 2011 Free Software Foundation, Inc.
+-   Copyright (C) 1996-2007, 2009, 2010, 2011 Free Software Foundation, Inc.
++   Copyright (C) 1996-2007, 2009, 2010 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
  
 The GNU C Library is free software; you can redistribute it and/or
-@@ -119,8 +119,17 @@ _dl_close_worker (struct link_map *map)
+@@ -119,17 +119,8 @@ _dl_close_worker (struct link_map *map)
if (map-l_direct_opencount  0 || map-l_type != lt_loaded
|| dl_close_state != not_pending)
  {
--  if (map-l_direct_opencount == 0  map-l_type == lt_loaded)
--  dl_close_state = rerun;
-+  if (map-l_direct_opencount == 0)
-+  {
-+if (map-l_type == lt_loaded)
-+  dl_close_state = rerun;
-+else if (map-l_type == lt_library)
-+  {
-+struct link_map **oldp = map-l_initfini;
-+map-l_initfini = map-l_orig_initfini;
-+_dl_scope_free (oldp);
-+  }
-+  }
+-  if (map-l_direct_opencount == 0)
+-  {
+-if (map-l_type == lt_loaded)
+-  dl_close_state = rerun;
+-else if (map-l_type == lt_library)
+-  {
+-struct link_map **oldp = map-l_initfini;
+-map-l_initfini = map-l_orig_initfini;
+-_dl_scope_free (oldp);
+-  }
+-  }
++  if (map-l_direct_opencount == 0  map-l_type == lt_loaded)
++  dl_close_state = rerun

packages: glibc/glibc.spec, glibc/glibc-bad-fix.patch (NEW) - fix bad fix, ...

2011-06-04 Thread pluto
Author: plutoDate: Sat Jun  4 16:08:56 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- fix bad fix, release 3.

 Files affected:
packages/glibc:
   glibc.spec (1.908 - 1.909) , glibc-bad-fix.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/glibc/glibc.spec
diff -u packages/glibc/glibc.spec:1.908 packages/glibc/glibc.spec:1.909
--- packages/glibc/glibc.spec:1.908 Thu Jun  2 20:32:57 2011
+++ packages/glibc/glibc.spec   Sat Jun  4 18:08:51 2011
@@ -36,7 +36,7 @@
 Summary(uk.UTF-8): GNU libc версії
 Name:  glibc
 Version:   2.14
-Release:   2
+Release:   3
 Epoch: 6
 License:   LGPL v2.1+
 Group: Libraries
@@ -84,6 +84,7 @@
 Patch37:   0061_all_glibc-2.13-static-memset.patch
 Patch38:   1055_all_glibc-resolv-dynamic.patch
 Patch39:   %{name}-git.patch
+Patch40:   %{name}-bad-fix.patch
 URL:   http://www.gnu.org/software/libc/
 %{?with_selinux:BuildRequires: audit-libs-devel}
 BuildRequires: autoconf
@@ -942,6 +943,7 @@
 %patch37 -p1
 %patch38 -p1
 %patch39 -p1
+%patch40 -p1 -R
 
 # cleanup backups after patching
 find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
@@ -1733,6 +1735,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.909  2011/06/04 16:08:51  pluto
+- fix bad fix, release 3.
+
 Revision 1.908  2011/06/02 18:32:57  arekm
 - rel 2; nscd fixes
 


Index: packages/glibc/glibc-bad-fix.patch
diff -u /dev/null packages/glibc/glibc-bad-fix.patch:1.1
--- /dev/null   Sat Jun  4 18:08:57 2011
+++ packages/glibc/glibc-bad-fix.patch  Sat Jun  4 18:08:51 2011
@@ -0,0 +1,160 @@
+--- a/elf/Makefile
 b/elf/Makefile
+@@ -213,7 +213,7 @@ endif
+ ifeq (yesyes,$(have-fpie)$(build-shared))
+ tests: $(objpfx)tst-pie1.out
+ endif
+-tests: $(objpfx)tst-leaks1-mem
++tests: $(objpfx)tst-leaks1-mem $(objpfx)noload-mem
+ tlsmod17a-suffixes = 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
+ tlsmod18a-suffixes = 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
+ tlsmod17a-modules = $(addprefix tst-tlsmod17a, $(tlsmod17a-suffixes))
+@@ -680,6 +680,10 @@ $(objpfx)noload: $(objpfx)testobj1.so 
$(common-objpfx)dlfcn/libdl.so
+ LDFLAGS-noload = -rdynamic
+ $(objpfx)noload.out: $(objpfx)testobj5.so
+ 
++$(objpfx)noload-mem: $(objpfx)noload.out
++  $(common-objpfx)malloc/mtrace $(objpfx)noload.mtrace  $@
++noload-ENV = MALLOC_TRACE=$(objpfx)noload.mtrace
++
+ LDFLAGS-nodelete = -rdynamic
+ LDFLAGS-nodelmod1.so = -Wl,--enable-new-dtags,-z,nodelete
+ LDFLAGS-nodelmod4.so = -Wl,--enable-new-dtags,-z,nodelete
+--- a/elf/dl-close.c
 b/elf/dl-close.c
+@@ -1,5 +1,5 @@
+ /* Close a shared object opened by `_dl_open'.
+-   Copyright (C) 1996-2007, 2009, 2010 Free Software Foundation, Inc.
++   Copyright (C) 1996-2007, 2009, 2010, 2011 Free Software Foundation, Inc.
+This file is part of the GNU C Library.
+ 
+The GNU C Library is free software; you can redistribute it and/or
+@@ -119,8 +119,17 @@ _dl_close_worker (struct link_map *map)
+   if (map-l_direct_opencount  0 || map-l_type != lt_loaded
+   || dl_close_state != not_pending)
+ {
+-  if (map-l_direct_opencount == 0  map-l_type == lt_loaded)
+-  dl_close_state = rerun;
++  if (map-l_direct_opencount == 0)
++  {
++if (map-l_type == lt_loaded)
++  dl_close_state = rerun;
++else if (map-l_type == lt_library)
++  {
++struct link_map **oldp = map-l_initfini;
++map-l_initfini = map-l_orig_initfini;
++_dl_scope_free (oldp);
++  }
++  }
+ 
+   /* There are still references to this object.  Do nothing more.  */
+   if (__builtin_expect (GLRO(dl_debug_mask)  DL_DEBUG_FILES, 0))
+--- a/elf/dl-deps.c
 b/elf/dl-deps.c
+@@ -686,5 +686,5 @@ Filters not supported with LD_TRACE_PRELINKING));
+   _dl_scope_free (old_l_reldeps);
+ }
+   if (old_l_initfini != NULL)
+-_dl_scope_free (old_l_initfini);
++  map-l_orig_initfini = old_l_initfini;
+ }
+--- a/elf/dl-load.c
 b/elf/dl-load.c
+@@ -894,6 +894,7 @@ _dl_map_object_from_fd (const char *name, int fd, struct 
filebuf *fbp,
+ {
+   /* We are not supposed to load the object unless it is already
+loaded.  So return now.  */
++  free (realname);
+   __close (fd);
+   return NULL;
+ }
+@@ -912,6 +913,7 @@ _dl_map_object_from_fd (const char *name, int fd, struct 
filebuf *fbp,
+   _dl_zerofd = _dl_sysdep_open_zero_fill ();
+   if (_dl_zerofd == -1)
+   {
++free (realname);
+ __close (fd);
+ _dl_signal_error (errno, NULL, NULL,
+   N_(cannot open zero fill device));
+--- a/elf/noload.c
 b/elf/noload.c
+@@ -1,20 +1,28 @@
+ #include dlfcn.h
+ #include stdio.h
++#include mcheck.h

packages: glibc/glibc.spec - desc patch40 (regression revert).

2011-06-04 Thread pluto
Author: plutoDate: Sat Jun  4 16:53:01 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- desc patch40 (regression revert).

 Files affected:
packages/glibc:
   glibc.spec (1.909 - 1.910) 

 Diffs:


Index: packages/glibc/glibc.spec
diff -u packages/glibc/glibc.spec:1.909 packages/glibc/glibc.spec:1.910
--- packages/glibc/glibc.spec:1.909 Sat Jun  4 18:08:51 2011
+++ packages/glibc/glibc.spec   Sat Jun  4 18:52:56 2011
@@ -84,7 +84,12 @@
 Patch37:   0061_all_glibc-2.13-static-memset.patch
 Patch38:   1055_all_glibc-resolv-dynamic.patch
 Patch39:   %{name}-git.patch
+
+# revert regression introduced in:
+# commit 4bff6e0175ed195871f4e01cc4c4c33274b8f6e3
+# Fix memory leak in dlopen with RTLD_NOLOAD.
 Patch40:   %{name}-bad-fix.patch
+
 URL:   http://www.gnu.org/software/libc/
 %{?with_selinux:BuildRequires: audit-libs-devel}
 BuildRequires: autoconf
@@ -1735,6 +1740,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.910  2011/06/04 16:52:56  pluto
+- desc patch40 (regression revert).
+
 Revision 1.909  2011/06/04 16:08:51  pluto
 - fix bad fix, release 3.
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/glibc/glibc.spec?r1=1.909r2=1.910f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: binutils/binutils.spec - release 2.

2011-06-04 Thread pluto
Author: plutoDate: Sat Jun  4 17:46:52 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 2.

 Files affected:
packages/binutils:
   binutils.spec (1.339 - 1.340) 

 Diffs:


Index: packages/binutils/binutils.spec
diff -u packages/binutils/binutils.spec:1.339 
packages/binutils/binutils.spec:1.340
--- packages/binutils/binutils.spec:1.339   Thu Jun  2 22:24:34 2011
+++ packages/binutils/binutils.spec Sat Jun  4 19:46:47 2011
@@ -18,7 +18,7 @@
 Summary(uk.UTF-8): Набір інструментів GNU для побудови виконуваних програм
 Name:  binutils
 Version:   2.21.51.0.9
-Release:   1
+Release:   2
 Epoch: 3
 License:   GPL v3+
 Group: Development/Tools
@@ -352,6 +352,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.340  2011/06/04 17:46:47  pluto
+- release 2.
+
 Revision 1.339  2011/06/02 20:24:34  pluto
 - fix --start/end-group vs. --whole-archive gold failure.
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/binutils/binutils.spec?r1=1.339r2=1.340f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: gdb/gdb-6.3-bz182116-exec-from-pthread.patch (REMOVED), gdb/gdb-6...

2011-06-02 Thread pluto
Author: plutoDate: Thu Jun  2 09:10:00 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- remove old and unused patches.

 Files affected:
packages/gdb:
   gdb-6.3-bz182116-exec-from-pthread.patch (1.1 - NONE)  (REMOVED), 
gdb-6.3-ia64-corefile-fix-20050127.patch (1.1 - NONE)  (REMOVED), 
gdb-6.3-nonthreaded-wp-20050117.patch (1.1 - NONE)  (REMOVED), 
gdb-6.3-pie-20050110.patch (1.2 - NONE)  (REMOVED), 
gdb-6.3-sepcrc-20050402.patch (1.1 - NONE)  (REMOVED), 
gdb-6.3-test-sepcrc-20050402.patch (1.1 - NONE)  (REMOVED)

 Diffs:

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: gdb/gdb-6.5-bz185337-resolve-tls-without-debuginfo-v2.patch, gdb/...

2011-06-02 Thread pluto
Author: plutoDate: Thu Jun  2 09:22:09 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- update some patches from gdb-7.2-51.fc14 (this fixes at least artifical 
arrays printing).
- release 3 (there're more new patches in fc .src.rpm but... -enotime).

 Files affected:
packages/gdb:
   gdb-6.5-bz185337-resolve-tls-without-debuginfo-v2.patch (1.3 - 1.4) , 
gdb-6.6-buildid-locate-rpm.patch (1.5 - 1.6) , 
gdb-6.8-attach-signalled-detach-stopped.patch (1.3 - 1.4) , 
gdb-6.8-bz254229-gcore-prpsinfo.patch (1.3 - 1.4) , 
gdb-bz541866-rwatch-before-run.patch (1.1 - 1.2) , 
gdb-gdbindex-bigendian.patch (1.1 - 1.2) , gdb-upstream.patch (1.1 - 1.2) , 
gdb.spec (1.135 - 1.136) 

 Diffs:


Index: packages/gdb/gdb-6.5-bz185337-resolve-tls-without-debuginfo-v2.patch
diff -u 
packages/gdb/gdb-6.5-bz185337-resolve-tls-without-debuginfo-v2.patch:1.3 
packages/gdb/gdb-6.5-bz185337-resolve-tls-without-debuginfo-v2.patch:1.4
--- packages/gdb/gdb-6.5-bz185337-resolve-tls-without-debuginfo-v2.patch:1.3
Fri Oct 15 19:16:36 2010
+++ packages/gdb/gdb-6.5-bz185337-resolve-tls-without-debuginfo-v2.patch
Thu Jun  2 11:22:03 2011
@@ -19,6 +19,8 @@
 Attached suggestion patch how to deal with the most common errno symbol
 for the most common under-ggdb3 compiled programs.
 
+Original patch hooked into target_translate_tls_address.  But its inferior
+call invalidates `struct frame *' in the callers - RH BZ 690908.
 
 
 2007-11-03  Jan Kratochvil  jan.kratoch...@redhat.com
@@ -30,114 +32,55 @@
   81a2 DW_AT_name: (indirect string, offset: 0x280e): 
__errno_location
   81a8 DW_AT_MIPS_linkage_name: (indirect string, offset: 0x2808): 
*__GI___errno_location
 
-Index: gdb-7.0.50.20100128/gdb/gdbtypes.c
+Index: gdb-7.2/gdb/printcmd.c
 ===
 gdb-7.0.50.20100128.orig/gdb/gdbtypes.c2010-01-28 12:52:17.0 
+0100
-+++ gdb-7.0.50.20100128/gdb/gdbtypes.c 2010-01-28 12:52:48.0 +0100
-@@ -3978,6 +3978,9 @@ gdbtypes_post_init (struct gdbarch *gdba
- = arch_type (gdbarch, TYPE_CODE_INTERNAL_FUNCTION, 0,
-internal function);
- 
-+  builtin_type-nodebug_text_symbol_errno_location
-+= lookup_function_type (lookup_pointer_type (builtin_type-builtin_int));
-+
-   return builtin_type;
- }
- 
-Index: gdb-7.0.50.20100128/gdb/gdbtypes.h
-===
 gdb-7.0.50.20100128.orig/gdb/gdbtypes.h2010-01-28 12:52:17.0 
+0100
-+++ gdb-7.0.50.20100128/gdb/gdbtypes.h 2010-01-28 12:52:48.0 +0100
-@@ -1245,6 +1245,8 @@ struct builtin_type
- 
-   /* This type is used to represent a GDB internal function.  */
-   struct type *internal_fn;
-+
-+  struct type *nodebug_text_symbol_errno_location;
- };
- 
- /* Return the type table for the specified architecture.  */
-Index: gdb-7.0.50.20100128/gdb/parse.c
-===
 gdb-7.0.50.20100128.orig/gdb/parse.c   2010-01-28 12:52:19.0 
+0100
-+++ gdb-7.0.50.20100128/gdb/parse.c2010-01-28 12:53:20.0 +0100
-@@ -509,7 +509,11 @@ write_exp_msymbol (struct minimal_symbol
- case mst_text:
- case mst_file_text:
- case mst_solib_trampoline:
--  write_exp_elt_type (objfile_type (objfile)-nodebug_text_symbol);
-+  if (builtin_type (gdbarch)-nodebug_text_symbol_errno_location != NULL
-+   strcmp (SYMBOL_LINKAGE_NAME (msymbol), __errno_location) == 0)
-+  write_exp_elt_type (builtin_type 
(gdbarch)-nodebug_text_symbol_errno_location);
-+  else
-+  write_exp_elt_type (objfile_type (objfile)-nodebug_text_symbol);
-   break;
- 
- case mst_text_gnu_ifunc:
-Index: gdb-7.0.50.20100128/gdb/target.c
-===
 gdb-7.0.50.20100128.orig/gdb/target.c  2010-01-28 12:52:29.0 
+0100
-+++ gdb-7.0.50.20100128/gdb/target.c   2010-01-28 12:52:48.0 +0100
-@@ -1000,6 +1000,25 @@ pop_all_targets (int quitting)
-   pop_all_targets_above (dummy_stratum, quitting);
- }
- 
-+static int
-+resolve_errno (void *arg)
-+{
-+  CORE_ADDR *arg_addr = arg;
-+  struct expression *expr;
-+  struct cleanup *old_chain = 0;
-+  struct value *val;
-+
-+  expr = parse_expression (__errno_location());
-+  old_chain = make_cleanup (free_current_contents, expr);
-+  val = evaluate_expression (expr);
-+  *arg_addr = value_as_address (val);
-+  release_value (val);
-+  value_free (val);
-+  do_cleanups (old_chain);
-+
-+  return 1;
-+}
-+
- /* Using the objfile specified in OBJFILE, find the address for the
-current thread's thread-local storage with offset OFFSET.  */
- CORE_ADDR
-@@ -1090,7 +1109,28 @@ target_translate_tls_address (struct obj
-   /* It wouldn't be wrong here to try a gdbarch method, too; finding
-  TLS is an ABI-specific

packages: binutils/binutils.spec, binutils/binutils-pr12163.patch (NEW) - f...

2011-06-02 Thread pluto
Author: plutoDate: Thu Jun  2 20:24:39 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- fix --start/end-group vs. --whole-archive gold failure.

 Files affected:
packages/binutils:
   binutils.spec (1.338 - 1.339) , binutils-pr12163.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/binutils/binutils.spec
diff -u packages/binutils/binutils.spec:1.338 
packages/binutils/binutils.spec:1.339
--- packages/binutils/binutils.spec:1.338   Thu Jun  2 21:21:58 2011
+++ packages/binutils/binutils.spec Thu Jun  2 22:24:34 2011
@@ -35,6 +35,7 @@
 Patch7:%{name}-libtool-m.patch
 Patch8:%{name}-build-id.patch
 Patch9:%{name}-tooldir.patch
+Patch10:   %{name}-pr12163.patch
 URL:   http://sources.redhat.com/binutils/
 BuildRequires: autoconf = 2.64
 BuildRequires: automake = 1:1.11
@@ -155,6 +156,7 @@
 %patch7 -p1
 %patch8 -p0
 %patch9 -p1
+%patch10 -p1
 
 # file contains hacks for ac 2.59 only
 %{__rm} config/override.m4
@@ -350,6 +352,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.339  2011/06/02 20:24:34  pluto
+- fix --start/end-group vs. --whole-archive gold failure.
+
 Revision 1.338  2011/06/02 19:21:58  arekm
 - default ld for now (we will switch to gold by default at the same time when 
we switch to gcc 4.6.1)
 


Index: packages/binutils/binutils-pr12163.patch
diff -u /dev/null packages/binutils/binutils-pr12163.patch:1.1
--- /dev/null   Thu Jun  2 22:24:39 2011
+++ packages/binutils/binutils-pr12163.patchThu Jun  2 22:24:34 2011
@@ -0,0 +1,37 @@
+--- a/gold/archive.cc  
 a/gold/archive.cc  
+@@ -179,7 +179,8 @@ Archive::Archive(const std::string name, Input_file* 
input_file,
+   : Library_base(task), name_(name), input_file_(input_file), armap_(),
+ armap_names_(), extended_names_(), armap_checked_(), seen_offsets_(),
+ members_(), is_thin_archive_(is_thin_archive), included_member_(false),
+-nested_archives_(), dirpath_(dirpath), num_members_(0)
++nested_archives_(), dirpath_(dirpath), num_members_(0),
++included_all_members_(false)
+ {
+   this-no_export_ =
+ parameters-options().check_excluded_libs(input_file-found_name());
+@@ -847,6 +848,13 @@ bool
+ Archive::include_all_members(Symbol_table* symtab, Layout* layout,
+  Input_objects* input_objects, Mapfile* mapfile)
+ {
++  // Don't include the same archive twice.  This can happen if
++  // --whole-archive is nested inside --start-group (PR gold/12163).
++  if (this-included_all_members_)
++return true;
++
++  this-included_all_members_ = true;
++
+   input_objects-archive_start(this);
+ 
+   if (this-members_.size()  0)
+--- a/gold/archive.h   
 a/gold/archive.h   
+@@ -405,6 +405,8 @@ class Archive : public Library_base
+   unsigned int num_members_;
+   // True if we exclude this library archive from automatic export.
+   bool no_export_;
++  // True if this library has been included as a --whole-archive.
++  bool included_all_members_;
+ };
+ 
+ // This class is used to read an archive and pick out the desired


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/binutils/binutils.spec?r1=1.338r2=1.339f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: crossmingw64-binutils/crossmingw64-binutils.spec - updated to 2.2...

2011-05-31 Thread pluto
Author: plutoDate: Tue May 31 18:33:26 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 2.21.51.0.9.

 Files affected:
packages/crossmingw64-binutils:
   crossmingw64-binutils.spec (1.25 - 1.26) 

 Diffs:


Index: packages/crossmingw64-binutils/crossmingw64-binutils.spec
diff -u packages/crossmingw64-binutils/crossmingw64-binutils.spec:1.25 
packages/crossmingw64-binutils/crossmingw64-binutils.spec:1.26
--- packages/crossmingw64-binutils/crossmingw64-binutils.spec:1.25  Sun Apr 
10 09:21:38 2011
+++ packages/crossmingw64-binutils/crossmingw64-binutils.spec   Tue May 31 
20:33:20 2011
@@ -6,12 +6,12 @@
 Summary(pt_BR.UTF-8):  Utilitários para desenvolvimento de binários da GNU - 
Mingw64 binutils
 Summary(tr.UTF-8): GNU geliştirme araçları - Mingw64 binutils
 Name:  crossmingw64-binutils
-Version:   2.21.51.0.8
+Version:   2.21.51.0.9
 Release:   1
 License:   GPL v3+
 Group: Development/Tools
 Source0:   
ftp://ftp.kernel.org/pub/linux/devel/binutils/binutils-%{version}.tar.bz2
-# Source0-md5: 060982a7b6ace6e52b5d1a75e70948dd
+# Source0-md5: 2ac3a7dae9f177f2b29f4ef1852c27a8
 URL:   http://sources.redhat.com/binutils/
 BuildRequires: automake
 BuildRequires: bash
@@ -100,6 +100,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.26  2011/05/31 18:33:20  pluto
+- updated to 2.21.51.0.9.
+
 Revision 1.25  2011/04/10 07:21:38  pluto
 - updated to 2.21.51.0.8.
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/crossmingw64-binutils/crossmingw64-binutils.spec?r1=1.25r2=1.26f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: proftpd: proftpd-1.3.3e.tar.bz2 mod_clamav-0.11rc.tar.gz ftpusers.tar.bz2

2011-05-30 Thread pluto

Files fetched: 1

STORED: ftp://ftp.proftpd.org/distrib/source/proftpd-1.3.3e.tar.bz2
acc49b6589bc8c9fdf1dce9000bebdbd  proftpd-1.3.3e.tar.bz2
Size: 4180369 bytes
ALREADY GOT: 
https://secure.thrallingpenguin.com/redmine/attachments/download/1/mod_clamav-0.11rc.tar.gz
42e560ec0bd5964e13fad1b2bb7afe21  mod_clamav-0.11rc.tar.gz
ALREADY GOT: no-url://ftpusers.tar.bz2
76c80b6ec9f4d079a1e27316edddbe16  ftpusers.tar.bz2


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: proftpd/proftpd.spec - updated to 1.3.3e.

2011-05-30 Thread pluto
Author: plutoDate: Mon May 30 16:32:57 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 1.3.3e.

 Files affected:
packages/proftpd:
   proftpd.spec (1.281 - 1.282) 

 Diffs:


Index: packages/proftpd/proftpd.spec
diff -u packages/proftpd/proftpd.spec:1.281 packages/proftpd/proftpd.spec:1.282
--- packages/proftpd/proftpd.spec:1.281 Thu Mar 31 20:09:43 2011
+++ packages/proftpd/proftpd.spec   Mon May 30 18:32:52 2011
@@ -2,6 +2,7 @@
 # TODO
 # - mod_caps uses uname -r for detection
 # - don't use internal libltdl
+# - package contrib/ftp* perl scripts.
 #
 # Conditional build:
 %bcond_without pam # disable PAM support
@@ -23,13 +24,13 @@
 Summary(pt_BR.UTF-8):  Servidor FTP profissional, com sintaxe de configuração 
semelhante à do apache
 Summary(zh_CN.UTF-8):  易于管理的,安全的 FTP 服务器
 Name:  proftpd
-Version:   1.3.3d
-Release:   2
+Version:   1.3.3e
+Release:   1
 Epoch: 2
 License:   GPL v2+
 Group: Networking/Daemons
 Source0:   ftp://ftp.proftpd.org/distrib/source/%{name}-%{version}.tar.bz2
-# Source0-md5: 69650e91e05b3a10fa3ac54ee261679b
+# Source0-md5: acc49b6589bc8c9fdf1dce9000bebdbd
 Source1:   
https://secure.thrallingpenguin.com/redmine/attachments/download/1/mod_clamav-%{mod_clamav_version}.tar.gz
 # Source1-md5: 42e560ec0bd5964e13fad1b2bb7afe21
 Source2:   %{name}.conf
@@ -800,6 +801,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.282  2011/05/30 16:32:52  pluto
+- updated to 1.3.3e.
+
 Revision 1.281  2011/03/31 18:09:43  arekm
 - release 2
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/proftpd/proftpd.spec?r1=1.281r2=1.282f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: glibc/glibc.spec, glibc/glibc-pr12775.patch (NEW) - fix PR math/1...

2011-05-19 Thread pluto
Author: plutoDate: Thu May 19 20:55:29 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- fix PR math/12775: typo in sysdeps/x86_64/fpu/e_powl.S.

 Files affected:
packages/glibc:
   glibc.spec (1.902 - 1.903) , glibc-pr12775.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/glibc/glibc.spec
diff -u packages/glibc/glibc.spec:1.902 packages/glibc/glibc.spec:1.903
--- packages/glibc/glibc.spec:1.902 Sun Apr 10 13:44:19 2011
+++ packages/glibc/glibc.spec   Thu May 19 22:55:24 2011
@@ -35,7 +35,7 @@
 Summary(uk.UTF-8): GNU libc версії
 Name:  glibc
 Version:   2.13
-Release:   5
+Release:   6
 Epoch: 6
 License:   LGPL v2.1+
 Group: Libraries
@@ -86,6 +86,7 @@
 Patch37:   0061_all_glibc-2.13-static-memset.patch
 Patch38:   1055_all_glibc-resolv-dynamic.patch
 Patch39:   1070_all_glibc-fadvise64_64.patch
+Patch40:   %{name}-pr12775.patch
 URL:   http://www.gnu.org/software/libc/
 %{?with_selinux:BuildRequires: audit-libs-devel}
 BuildRequires: autoconf
@@ -943,6 +944,7 @@
 %patch37 -p1
 %patch38 -p1
 %patch39 -p1
+%patch40 -p1
 
 # cleanup backups after patching
 find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
@@ -1728,6 +1730,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.903  2011/05/19 20:55:24  pluto
+- fix PR math/12775: typo in sysdeps/x86_64/fpu/e_powl.S.
+
 Revision 1.902  2011/04/10 11:44:19  arekm
 rel 5; fixes and updated version of patches from gentoo
 


Index: packages/glibc/glibc-pr12775.patch
diff -u /dev/null packages/glibc/glibc-pr12775.patch:1.1
--- /dev/null   Thu May 19 22:55:29 2011
+++ packages/glibc/glibc-pr12775.patch  Thu May 19 22:55:24 2011
@@ -0,0 +1,23 @@
+From 8db736347c7aca3201f61e3f05b5f672bcdd5bd9 Mon Sep 17 00:00:00 2001
+From: H.J. Lu hongjiu...@intel.com
+Date: Wed, 18 May 2011 19:50:48 -0400
+Subject: [PATCH] Fix typo in x86-64 powl
+
+--- a/sysdeps/x86_64/fpu/e_powl.S
 b/sysdeps/x86_64/fpu/e_powl.S
+@@ -1,5 +1,5 @@
+ /* ix87 specific implementation of pow function.
+-   Copyright (C) 1996, 1997, 1998, 1999, 2001, 2004, 2007
++   Copyright (C) 1996, 1997, 1998, 1999, 2001, 2004, 2007, 2011
+Free Software Foundation, Inc.
+This file is part of the GNU C Library.
+Contributed by Ulrich Drepper drep...@cygnus.com, 1996.
+@@ -154,7 +154,7 @@ ENTRY(__ieee754_powl)
+   fucompp // 1.0 : x : y
+   fnstsw
+   fxch// x : 1.0 : y
+-  test$4500,%eax
++  test$0x4500,%eax
+   jz  7f
+   fsub%st(1)  // x-1 : 1.0 : y
+   fyl2xp1 // log2(x) : y


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/glibc/glibc.spec?r1=1.902r2=1.903f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: crossmingw64-binutils/crossmingw64-binutils.spec - updated to 2.2...

2011-04-10 Thread pluto
Author: plutoDate: Sun Apr 10 07:21:44 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 2.21.51.0.8.

 Files affected:
packages/crossmingw64-binutils:
   crossmingw64-binutils.spec (1.24 - 1.25) 

 Diffs:


Index: packages/crossmingw64-binutils/crossmingw64-binutils.spec
diff -u packages/crossmingw64-binutils/crossmingw64-binutils.spec:1.24 
packages/crossmingw64-binutils/crossmingw64-binutils.spec:1.25
--- packages/crossmingw64-binutils/crossmingw64-binutils.spec:1.24  Sat Nov 
20 09:15:21 2010
+++ packages/crossmingw64-binutils/crossmingw64-binutils.spec   Sun Apr 10 
09:21:38 2011
@@ -6,12 +6,12 @@
 Summary(pt_BR.UTF-8):  Utilitários para desenvolvimento de binários da GNU - 
Mingw64 binutils
 Summary(tr.UTF-8): GNU geliştirme araçları - Mingw64 binutils
 Name:  crossmingw64-binutils
-Version:   2.21.51.0.1
+Version:   2.21.51.0.8
 Release:   1
 License:   GPL v3+
 Group: Development/Tools
 Source0:   
ftp://ftp.kernel.org/pub/linux/devel/binutils/binutils-%{version}.tar.bz2
-# Source0-md5: 3e8b6349f38d6e0feba317055f0ced14
+# Source0-md5: 060982a7b6ace6e52b5d1a75e70948dd
 URL:   http://sources.redhat.com/binutils/
 BuildRequires: automake
 BuildRequires: bash
@@ -100,6 +100,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.25  2011/04/10 07:21:38  pluto
+- updated to 2.21.51.0.8.
+
 Revision 1.24  2010/11/20 08:15:21  pluto
 - updated to 2.21.51.0.1 (dwarf4/PE+ linker fixes).
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/crossmingw64-binutils/crossmingw64-binutils.spec?r1=1.24r2=1.25f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: crossmingw64-binutils: binutils-2.21.51.0.8.tar.bz2

2011-04-10 Thread pluto

Files fetched: 1

STORED: 
ftp://ftp.kernel.org/pub/linux/devel/binutils/binutils-2.21.51.0.8.tar.bz2
060982a7b6ace6e52b5d1a75e70948dd  binutils-2.21.51.0.8.tar.bz2
Size: 17495106 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: crossmingw64-headers: mingw64-headers.tar.xz

2011-04-10 Thread pluto

Files fetched: 1

STORED: no-url://mingw64-headers.tar.xz
42973598fe4b8fbe86f062967e591a91  mingw64-headers.tar.xz
Size: 5352912 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: crossmingw64-headers/crossmingw64-headers.spec - updated to v1.0 ...

2011-04-10 Thread pluto
Author: plutoDate: Sun Apr 10 07:49:29 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to v1.0 @r4121, release 2.

 Files affected:
packages/crossmingw64-headers:
   crossmingw64-headers.spec (1.2 - 1.3) 

 Diffs:


Index: packages/crossmingw64-headers/crossmingw64-headers.spec
diff -u packages/crossmingw64-headers/crossmingw64-headers.spec:1.2 
packages/crossmingw64-headers/crossmingw64-headers.spec:1.3
--- packages/crossmingw64-headers/crossmingw64-headers.spec:1.2 Sun Sep 26 
13:39:59 2010
+++ packages/crossmingw64-headers/crossmingw64-headers.spec Sun Apr 10 
09:49:24 2011
@@ -3,13 +3,13 @@
 Summary(pl.UTF-8): Skrośne narzędzia programistyczne GNU dla Mingw64 - 
pliki nagłowkowe
 Name:  crossmingw64-headers
 Version:   1.0
-Release:   1
+Release:   2
 License:   ZPL v2.1 with parts on Public Domain, BSD and LGPL.
 Group: Development/Tools
 # svn co 
https://mingw-w64.svn.sourceforge.net/svnroot/mingw-w64/branches/releases/v1.0/mingw-w64-headers
 mingw64-headers
-%define_rev3647
-Source0:   mingw64-headers.tar.bz2
-# Source0-md5: 900f8604d077d904f5236b89a88ed416
+%define_rev4121
+Source0:   mingw64-headers.tar.xz
+# Source0-md5: 42973598fe4b8fbe86f062967e591a91
 URL:   http://mingw-w64.sourceforge.net/
 BuildRequires: automake
 AutoReqProv:   no
@@ -76,6 +76,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.3  2011/04/10 07:49:24  pluto
+- updated to v1.0 @r4121, release 2.
+
 Revision 1.2  2010/09/26 11:39:59  pluto
 - adjust desc, install changelogs, drop debuginfo package, release 1.
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/crossmingw64-headers/crossmingw64-headers.spec?r1=1.2r2=1.3f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: crossmingw64-gcc/crossmingw64-gcc.spec, crossmingw64-headers/cros...

2011-04-10 Thread pluto
Author: plutoDate: Sun Apr 10 07:58:10 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- BR: subversion for 'svnversion' in %%prep.

 Files affected:
packages/crossmingw64-gcc:
   crossmingw64-gcc.spec (1.19 - 1.20) 
packages/crossmingw64-headers:
   crossmingw64-headers.spec (1.3 - 1.4) 

 Diffs:


Index: packages/crossmingw64-gcc/crossmingw64-gcc.spec
diff -u packages/crossmingw64-gcc/crossmingw64-gcc.spec:1.19 
packages/crossmingw64-gcc/crossmingw64-gcc.spec:1.20
--- packages/crossmingw64-gcc/crossmingw64-gcc.spec:1.19Wed Sep 29 
20:38:10 2010
+++ packages/crossmingw64-gcc/crossmingw64-gcc.spec Sun Apr 10 09:58:05 2011
@@ -34,6 +34,7 @@
 BuildRequires: gmp-devel = 4.1
 BuildRequires: libmpc-devel
 BuildRequires: mpfr-devel = 2.3.0
+BuildRequires: subversion
 BuildRequires: texinfo = 4.2
 Requires:  crossmingw64-binutils
 Requires:  crossmingw64-headers
@@ -267,6 +268,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.20  2011/04/10 07:58:05  pluto
+- BR: subversion for 'svnversion' in %%prep.
+
 Revision 1.19  2010/09/29 18:38:10  qboosh
 - noticed Windows .dlls in wrong place
 


Index: packages/crossmingw64-headers/crossmingw64-headers.spec
diff -u packages/crossmingw64-headers/crossmingw64-headers.spec:1.3 
packages/crossmingw64-headers/crossmingw64-headers.spec:1.4
--- packages/crossmingw64-headers/crossmingw64-headers.spec:1.3 Sun Apr 10 
09:49:24 2011
+++ packages/crossmingw64-headers/crossmingw64-headers.spec Sun Apr 10 
09:58:05 2011
@@ -12,6 +12,7 @@
 # Source0-md5: 42973598fe4b8fbe86f062967e591a91
 URL:   http://mingw-w64.sourceforge.net/
 BuildRequires: automake
+BuildRequires: subversion
 AutoReqProv:   no
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -76,6 +77,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.4  2011/04/10 07:58:05  pluto
+- BR: subversion for 'svnversion' in %%prep.
+
 Revision 1.3  2011/04/10 07:49:24  pluto
 - updated to v1.0 @r4121, release 2.
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/crossmingw64-gcc/crossmingw64-gcc.spec?r1=1.19r2=1.20f=u

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/crossmingw64-headers/crossmingw64-headers.spec?r1=1.3r2=1.4f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: crossmingw64-gcc/crossmingw64-gcc.spec - dlls in the right place, ...

2011-04-10 Thread pluto
Author: plutoDate: Sun Apr 10 09:54:55 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- dlls in the right place, release 1.

 Files affected:
packages/crossmingw64-gcc:
   crossmingw64-gcc.spec (1.21 - 1.22) 

 Diffs:


Index: packages/crossmingw64-gcc/crossmingw64-gcc.spec
diff -u packages/crossmingw64-gcc/crossmingw64-gcc.spec:1.21 
packages/crossmingw64-gcc/crossmingw64-gcc.spec:1.22
--- packages/crossmingw64-gcc/crossmingw64-gcc.spec:1.21Sun Apr 10 
11:21:32 2011
+++ packages/crossmingw64-gcc/crossmingw64-gcc.spec Sun Apr 10 11:54:50 2011
@@ -1,5 +1,4 @@
 # $Revision$, $Date$
-# TODO: host _bindir is not the place for Win64 .dll!
 #
 # Conditional build:
 %bcond_withbootstrap   # bootstrap build (only C compiler with static 
runtime)
@@ -12,7 +11,7 @@
 Summary(tr.UTF-8): GNU geliştirme araçları - Mingw64 gcc
 Name:  crossmingw64-gcc
 Version:   4.6.0
-Release:   0.1
+Release:   1
 Epoch: 1
 License:   GPL v3+
 Group: Development/Languages
@@ -158,13 +157,6 @@
 
 install gcc/specs $RPM_BUILD_ROOT%{gcclib}
 
-%if %{without bootstrap}
-if [ ! -f $RPM_BUILD_ROOT%{_bindir}/libgcc_s_sjlj-1.dll ]; then
-   echo libgcc_s_sjlj-1.dll install still broken?
-   install %{target}/libgcc/shlib/libgcc_s_sjlj-1.dll 
$RPM_BUILD_ROOT%{_bindir}
-fi
-%endif
-
 cd ..
 
 gccdir=$RPM_BUILD_ROOT%{gcclib}
@@ -237,7 +229,7 @@
 %{gcclib}/*.o
 %{gcclib}/libgcc.a
 %if %{without bootstrap}
-%{_bindir}/libgcc_s_sjlj-1.dll
+%{arch}/lib/libgcc_s_sjlj-1.dll
 %{gcclib}/libgcc_eh.a
 %endif
 %{gcclib}/libgcov.a
@@ -258,7 +250,7 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/%{target}-[cg]++
 %attr(755,root,root) %{gcclib}/cc1plus
-%{_bindir}/libstdc++-6.dll
+%{arch}/lib/libstdc++-6.dll
 %{arch}/lib/libstdc++.a
 %{arch}/lib/libstdc++.la
 %{arch}/lib/libsupc++.a
@@ -273,6 +265,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.22  2011/04/10 09:54:50  pluto
+- dlls in the right place, release 1.
+
 Revision 1.21  2011/04/10 09:21:32  pluto
 - updated to 4.6.0 (release 0.1 for bootstrap).
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/crossmingw64-gcc/crossmingw64-gcc.spec?r1=1.21r2=1.22f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages (DEVEL): Mesa/Mesa.spec - enable r600 gallium driver.

2011-03-13 Thread pluto
Author: plutoDate: Sun Mar 13 13:25:15 2011 GMT
Module: packages  Tag: DEVEL
 Log message:
- enable r600 gallium driver.

 Files affected:
packages/Mesa:
   Mesa.spec (1.263.2.7 - 1.263.2.8) 

 Diffs:


Index: packages/Mesa/Mesa.spec
diff -u packages/Mesa/Mesa.spec:1.263.2.7 packages/Mesa/Mesa.spec:1.263.2.8
--- packages/Mesa/Mesa.spec:1.263.2.7   Thu Mar 10 20:55:03 2011
+++ packages/Mesa/Mesa.spec Sun Mar 13 14:25:09 2011
@@ -752,7 +752,10 @@
--enable-gallium-i915 \
--enable-gallium-i965 \
 %endif
-   
--%{?with_gallium_radeon:en}%{!?with_gallium_radeon:dis}able-gallium-radeon \
+%if %{with_gallium_radeon}
+   --enable-gallium-radeon \
+   --enable-gallium-r600 \
+%endif
--enable-gallium-svga \
--enable-gallium-egl \
%{?with_gallium_nouveau:--enable-gallium-nouveau} \
@@ -1062,6 +1065,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.263.2.8  2011/03/13 13:25:09  pluto
+- enable r600 gallium driver.
+
 Revision 1.263.2.7  2011/03/10 19:55:03  arekm
 - up to 20110310; BR libdrm 2.4.24 (for nouveau)
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/Mesa/Mesa.spec?r1=1.263.2.7r2=1.263.2.8f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages (DEVEL): Mesa/Mesa.spec - build classic radeon/r200 dri for galliu...

2011-03-13 Thread pluto
Author: plutoDate: Sun Mar 13 14:16:11 2011 GMT
Module: packages  Tag: DEVEL
 Log message:
- build classic radeon/r200 dri for gallium-enabled build (gallium supports 
r300+).
- pack some EGL gallium files.

 Files affected:
packages/Mesa:
   Mesa.spec (1.263.2.8 - 1.263.2.9) 

 Diffs:


Index: packages/Mesa/Mesa.spec
diff -u packages/Mesa/Mesa.spec:1.263.2.8 packages/Mesa/Mesa.spec:1.263.2.9
--- packages/Mesa/Mesa.spec:1.263.2.8   Sun Mar 13 14:25:09 2011
+++ packages/Mesa/Mesa.spec Sun Mar 13 15:16:05 2011
@@ -703,6 +703,8 @@
 dri_drivers=i810 i965 mach64 mga r128 \
 %if %{without gallium_radeon}
 r200 r300 r600 radeon \
+%else
+r200 radeon \
 %endif
 savage \
 %if %{without gallium_intel}
@@ -833,6 +835,13 @@
 %dir %{_libdir}/egl
 %if %{with gallium}
 %attr(755,root,root) %{_libdir}/egl/egl_gallium.so
+%if %{with_gallium_nouveau}
+%attr(755,root,root) %{_libdir}/egl/pipe_nouveau.so
+%endif
+%if %{with_gallium_radeon}
+%attr(755,root,root) %{_libdir}/egl/pipe_r300.so
+%attr(755,root,root) %{_libdir}/egl/pipe_r600.so
+%endif
 %else
 %attr(755,root,root) %{_libdir}/egl/egl_dri2.so
 %attr(755,root,root) %{_libdir}/egl/egl_glx.so
@@ -1065,8 +1074,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
-Revision 1.263.2.8  2011/03/13 13:25:09  pluto
-- enable r600 gallium driver.
+Revision 1.263.2.9  2011/03/13 14:16:05  pluto
+- build classic radeon/r200 dri for gallium-enabled build (gallium supports 
r300+).
+- pack some EGL gallium files.
 
 Revision 1.263.2.7  2011/03/10 19:55:03  arekm
 - up to 20110310; BR libdrm 2.4.24 (for nouveau)


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/Mesa/Mesa.spec?r1=1.263.2.8r2=1.263.2.9f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: iscsitarget/iscsitarget-2.6.37.patch - official sem-mtx fixes fr...

2011-03-10 Thread pluto
Author: plutoDate: Thu Mar 10 09:02:22 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- official sem-mtx fixes from svn.

 Files affected:
packages/iscsitarget:
   iscsitarget-2.6.37.patch (1.1 - 1.2) 

 Diffs:


Index: packages/iscsitarget/iscsitarget-2.6.37.patch
diff -u packages/iscsitarget/iscsitarget-2.6.37.patch:1.1 
packages/iscsitarget/iscsitarget-2.6.37.patch:1.2
--- packages/iscsitarget/iscsitarget-2.6.37.patch:1.1   Wed Jan 26 09:50:35 2011
+++ packages/iscsitarget/iscsitarget-2.6.37.patch   Thu Mar 10 10:02:17 2011
@@ -1,32 +1,5 @@
-Index: iscsitarget-1.4.19/kernel/target.c
-===
 iscsitarget-1.4.19.orig/kernel/target.c2009-09-28 21:08:20.0 
+0200
-+++ iscsitarget-1.4.19/kernel/target.c 2010-12-08 17:02:59.247843222 +0100
-@@ -7,11 +7,12 @@
- #include iscsi.h
- #include digest.h
- #include iscsi_dbg.h
-+#include linux/semaphore.h
- 
- #define   MAX_NR_TARGETS  (1UL  30)
- 
- static LIST_HEAD(target_list);
--static DECLARE_MUTEX(target_list_sem);
-+static DEFINE_SEMAPHORE(target_list_sem);
- static u32 next_target_id;
- static u32 nr_targets;
- 
-@@ -157,7 +158,7 @@ static int iscsi_target_create(struct ta
- 
-   strncpy(target-name, name, sizeof(target-name) - 1);
- 
--  init_MUTEX(target-target_sem);
-+  sema_init(target-target_sem, 0);
-   spin_lock_init(target-session_list_lock);
- 
-   INIT_LIST_HEAD(target-session_list);
 trunk/kernel/config.c  2010/03/30 18:08:19 309
-+++ trunk/kernel/config.c  2011/01/12 20:39:36 378
+--- trunk/kernel/config.c  (wersja 377)
 trunk/kernel/config.c  (wersja 378)
 @@ -9,7 +9,7 @@
  #include iscsi.h
  #include iscsi_dbg.h
@@ -66,6 +39,178 @@
  
return 0;
  }
+--- trunk/kernel/volume.c  (wersja 377)
 trunk/kernel/volume.c  (wersja 378)
+@@ -6,6 +6,7 @@
+ 
+ #include linux/types.h
+ #include linux/parser.h
++#include linux/blkdev.h
+ 
+ #include iscsi.h
+ #include iscsi_dbg.h
+--- trunk/kernel/iscsi.h   (wersja 377)
 trunk/kernel/iscsi.h   (wersja 378)
+@@ -130,7 +130,7 @@
+   /* Points either to own list or global pool */
+   struct worker_thread_info * wthread_info;
+ 
+-  struct semaphore target_sem;
++  struct mutex target_mutex;
+ };
+ 
+ struct iscsi_queue {
+--- trunk/kernel/target.c  (wersja 377)
 trunk/kernel/target.c  (wersja 378)
+@@ -4,6 +4,8 @@
+  * Released under the terms of the GNU GPL v2.0.
+  */
+ 
++#include linux/mutex.h
++
+ #include iscsi.h
+ #include digest.h
+ #include iscsi_dbg.h
+@@ -11,7 +13,7 @@
+ #define   MAX_NR_TARGETS  (1UL  30)
+ 
+ static LIST_HEAD(target_list);
+-static DECLARE_MUTEX(target_list_sem);
++static DEFINE_MUTEX(target_list_mutex);
+ static u32 next_target_id;
+ static u32 nr_targets;
+ 
+@@ -48,16 +50,16 @@
+   int err = 0;
+ 
+   if (interruptible)
+-  err = down_interruptible(target-target_sem);
++  err = mutex_lock_interruptible(target-target_mutex);
+   else
+-  down(target-target_sem);
++  mutex_lock(target-target_mutex);
+ 
+   return err;
+ }
+ 
+ inline void target_unlock(struct iscsi_target *target)
+ {
+-  up(target-target_sem);
++  mutex_unlock(target-target_mutex);
+ }
+ 
+ static struct iscsi_target *__target_lookup_by_id(u32 id)
+@@ -86,9 +88,9 @@
+ {
+   struct iscsi_target *target;
+ 
+-  down(target_list_sem);
++  mutex_lock(target_list_mutex);
+   target = __target_lookup_by_id(id);
+-  up(target_list_sem);
++  mutex_unlock(target_list_mutex);
+ 
+   return target;
+ }
+@@ -157,7 +159,7 @@
+ 
+   strncpy(target-name, name, sizeof(target-name) - 1);
+ 
+-  init_MUTEX(target-target_sem);
++  mutex_init(target-target_mutex);
+   spin_lock_init(target-session_list_lock);
+ 
+   INIT_LIST_HEAD(target-session_list);
+@@ -195,7 +197,7 @@
+   u32 tid = info-tid;
+   int err;
+ 
+-  err = down_interruptible(target_list_sem);
++  err = mutex_lock_interruptible(target_list_mutex);
+   if (err  0)
+   return err;
+ 
+@@ -204,7 +206,7 @@
+   goto out;
+   }
+ 
+-  if (__target_lookup_by_name(info-name) || 
++  if (__target_lookup_by_name(info-name) ||
+   (tid  __target_lookup_by_id(tid))) {
+   err = -EEXIST;
+   goto out;
+@@ -223,7 +225,7 @@
+   if (!err)
+   nr_targets++;
+ out:
+-  up(target_list_sem);
++  mutex_unlock(target_list_mutex);
+ 
+   return err;
+ }
+@@ -248,7 +250,7 @@
+   module_put(THIS_MODULE);
+ }
+ 
+-/* @locking: target_list_sem must be locked */
++/* @locking: target_list_mutex must be locked */
+ static int __target_del(struct iscsi_target *target)
+ {
+   int err;
+@@ -283,7 +285,7 @@
+   struct

packages: iscsitarget/iscsitarget.spec - release 12 (fixed ietd lock).

2011-03-10 Thread pluto
Author: plutoDate: Thu Mar 10 09:07:22 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 12 (fixed ietd lock).

 Files affected:
packages/iscsitarget:
   iscsitarget.spec (1.35 - 1.36) 

 Diffs:


Index: packages/iscsitarget/iscsitarget.spec
diff -u packages/iscsitarget/iscsitarget.spec:1.35 
packages/iscsitarget/iscsitarget.spec:1.36
--- packages/iscsitarget/iscsitarget.spec:1.35  Wed Mar  9 09:45:53 2011
+++ packages/iscsitarget/iscsitarget.spec   Thu Mar 10 10:07:17 2011
@@ -6,7 +6,7 @@
 %bcond_without userspace   # don't build userspace module
 %bcond_withverbose # verbose build (V=1)
 #
-%define_rel 11
+%define_rel 12
 Summary:   iSCSI target - SCSI over IP
 Summary(pl.UTF-8): iSCSI target - SCSI po IP
 Name:  iscsitarget
@@ -132,6 +132,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.36  2011/03/10 09:07:17  pluto
+- release 12 (fixed ietd lock).
+
 Revision 1.35  2011/03/09 08:45:53  arekm
 - release 11
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/iscsitarget/iscsitarget.spec?r1=1.35r2=1.36f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: pm-utils/pm-utils.spec - package the /var/log/pm-powersave.log

2011-02-12 Thread pluto
Author: plutoDate: Sat Feb 12 20:29:47 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- package the /var/log/pm-powersave.log

 Files affected:
packages/pm-utils:
   pm-utils.spec (1.19 - 1.20) 

 Diffs:


Index: packages/pm-utils/pm-utils.spec
diff -u packages/pm-utils/pm-utils.spec:1.19 
packages/pm-utils/pm-utils.spec:1.20
--- packages/pm-utils/pm-utils.spec:1.19Wed Oct 13 00:27:33 2010
+++ packages/pm-utils/pm-utils.spec Sat Feb 12 21:29:42 2011
@@ -84,6 +84,7 @@
 %{_mandir}/man1/*.1*
 %{_mandir}/man8/*.8*
 %{_pkgconfigdir}/pm-utils.pc
+%ghost %{_var}/log/pm-powersave.log
 %ghost %{_var}/log/pm-suspend.log
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
@@ -92,6 +93,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.20  2011/02/12 20:29:42  pluto
+- package the /var/log/pm-powersave.log
+
 Revision 1.19  2010/10/12 22:27:33  atler
 - up to 1.4.1
 - hal no longer required


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pm-utils/pm-utils.spec?r1=1.19r2=1.20f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: xorg-xserver-server/xorg-xserver-server.spec - devel R += xorg-pr...

2011-01-21 Thread pluto
Author: plutoDate: Fri Jan 21 18:26:03 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- devel R += xorg-proto-xineramaproto-devel (xorg-server.pc requirement).

 Files affected:
packages/xorg-xserver-server:
   xorg-xserver-server.spec (1.263 - 1.264) 

 Diffs:


Index: packages/xorg-xserver-server/xorg-xserver-server.spec
diff -u packages/xorg-xserver-server/xorg-xserver-server.spec:1.263 
packages/xorg-xserver-server/xorg-xserver-server.spec:1.264
--- packages/xorg-xserver-server/xorg-xserver-server.spec:1.263 Tue Dec  7 
20:36:27 2010
+++ packages/xorg-xserver-server/xorg-xserver-server.spec   Fri Jan 21 
19:25:58 2011
@@ -297,6 +297,7 @@
 Requires:  xorg-proto-renderproto-devel = 0.11
 Requires:  xorg-proto-videoproto-devel
 Requires:  xorg-proto-xextproto-devel = 1:7.0.99.3
+Requires:  xorg-proto-xineramaproto-devel
 Requires:  xorg-proto-xproto-devel = 7.0.17
 Obsoletes: X11-Xserver-devel  1:7.0.0
 Obsoletes: XFree86-Xserver-devel  1:7.0.0
@@ -610,6 +611,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.264  2011/01/21 18:25:58  pluto
+- devel R += xorg-proto-xineramaproto-devel (xorg-server.pc requirement).
+
 Revision 1.263  2010/12/07 19:36:27  arekm
 - 1.9.99.901; stable on XORG_XSERVER_1_9 branch
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xorg-xserver-server/xorg-xserver-server.spec?r1=1.263r2=1.264f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages (XORG_XSERVER_1_9): xorg-xserver-server/xorg-xserver-server.spec -...

2011-01-21 Thread pluto
Author: plutoDate: Fri Jan 21 18:29:17 2011 GMT
Module: packages  Tag: XORG_XSERVER_1_9
 Log message:
- devel R += xorg-proto-xineramaproto-devel (xorg-server.pc requirement).

 Files affected:
packages/xorg-xserver-server:
   xorg-xserver-server.spec (1.262.2.1 - 1.262.2.2) 

 Diffs:


Index: packages/xorg-xserver-server/xorg-xserver-server.spec
diff -u packages/xorg-xserver-server/xorg-xserver-server.spec:1.262.2.1 
packages/xorg-xserver-server/xorg-xserver-server.spec:1.262.2.2
--- packages/xorg-xserver-server/xorg-xserver-server.spec:1.262.2.1 Mon Dec 
13 21:19:32 2010
+++ packages/xorg-xserver-server/xorg-xserver-server.spec   Fri Jan 21 
19:29:12 2011
@@ -297,6 +297,7 @@
 Requires:  xorg-proto-renderproto-devel = 0.11
 Requires:  xorg-proto-videoproto-devel
 Requires:  xorg-proto-xextproto-devel = 1:7.0.99.3
+Requires:  xorg-proto-xineramaproto-devel
 Requires:  xorg-proto-xproto-devel = 7.0.17
 Obsoletes: X11-Xserver-devel  1:7.0.0
 Obsoletes: XFree86-Xserver-devel  1:7.0.0
@@ -612,6 +613,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.262.2.2  2011/01/21 18:29:12  pluto
+- devel R += xorg-proto-xineramaproto-devel (xorg-server.pc requirement).
+
 Revision 1.262.2.1  2010/12/13 20:19:32  arekm
 - up to final 1.9.3
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xorg-xserver-server/xorg-xserver-server.spec?r1=1.262.2.1r2=1.262.2.2f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: radeon-ucode/radeon-ucode.spec - new firmware.

2011-01-20 Thread pluto
Author: plutoDate: Thu Jan 20 09:36:52 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- new firmware.

 Files affected:
packages/radeon-ucode:
   radeon-ucode.spec (1.2 - 1.3) 

 Diffs:


Index: packages/radeon-ucode/radeon-ucode.spec
diff -u packages/radeon-ucode/radeon-ucode.spec:1.2 
packages/radeon-ucode/radeon-ucode.spec:1.3
--- packages/radeon-ucode/radeon-ucode.spec:1.2 Thu Dec 17 17:32:59 2009
+++ packages/radeon-ucode/radeon-ucode.spec Thu Jan 20 10:36:47 2011
@@ -4,16 +4,66 @@
 
 Summary:   Firmware for the radeon driver
 Name:  %{nameprog}-ucode
-Version:   20091209
+Version:   20110120
 Release:   1
 License:   distributable
 Group: Base/Kernel
-Source0:   http://people.freedesktop.org/~agd5f/radeon_ucode/R600_rlc.bin
-# Source0-md5: f74a5163948bde215be6b689ca24afde
-Source1:   http://people.freedesktop.org/~agd5f/radeon_ucode/R700_rlc.bin
-# Source1-md5: 411b41ca3117ca88dbd9689a57f09a89
-Source2:   http://people.freedesktop.org/~agd5f/radeon_ucode/LICENSE.radeon
-# Source2-md5: 29d55111f2c9f6abdf3787e560a65109
+Source0:   http://people.freedesktop.org/~agd5f/radeon_ucode/LICENSE.radeon
+# Source0-md5: 982ae689f0c68715fc65161991bc36c3
+Source1:   http://people.freedesktop.org/~agd5f/radeon_ucode/BARTS_mc.bin
+# Source1-md5: 158f8e21ccf228ef063888c4f637fbf0
+Source2:   http://people.freedesktop.org/~agd5f/radeon_ucode/BARTS_me.bin
+# Source2-md5: 8012e24b187c6b1ba17fa48691c3b048
+Source3:   http://people.freedesktop.org/~agd5f/radeon_ucode/BARTS_pfp.bin
+# Source3-md5: b08d560e8f57d700fd67957584e0567c
+Source4:   http://people.freedesktop.org/~agd5f/radeon_ucode/BTC_rlc.bin
+# Source4-md5: dba354c1b18ed82518052a0f0a6dcab3
+Source5:   http://people.freedesktop.org/~agd5f/radeon_ucode/CAICOS_mc.bin
+# Source5-md5: 158f8e21ccf228ef063888c4f637fbf0
+Source6:   http://people.freedesktop.org/~agd5f/radeon_ucode/CAICOS_me.bin
+# Source6-md5: 8012e24b187c6b1ba17fa48691c3b048
+Source7:   http://people.freedesktop.org/~agd5f/radeon_ucode/CAICOS_pfp.bin
+# Source7-md5: 87b95689bb03323faf917bda6aa1cd11
+Source8:   http://people.freedesktop.org/~agd5f/radeon_ucode/CEDAR_me.bin
+# Source8-md5: 2b244d41832f46382bfbb8994522dcdd
+Source9:   http://people.freedesktop.org/~agd5f/radeon_ucode/CEDAR_pfp.bin
+# Source9-md5: 23915e382ea0d2f2491a19146ca3001c
+Source10:  http://people.freedesktop.org/~agd5f/radeon_ucode/CEDAR_rlc.bin
+# Source10-md5:f7c005e3be9f47b8911e2044b4219db4
+Source11:  http://people.freedesktop.org/~agd5f/radeon_ucode/CYPRESS_me.bin
+# Source11-md5:fa937b6596298b4bbc9edb6df4adca2a
+Source12:  
http://people.freedesktop.org/~agd5f/radeon_ucode/CYPRESS_pfp.bin
+# Source12-md5:2dca2882a14e1d6a43792f786471ec51
+Source13:  
http://people.freedesktop.org/~agd5f/radeon_ucode/CYPRESS_rlc.bin
+# Source13-md5:f7c005e3be9f47b8911e2044b4219db4
+Source14:  http://people.freedesktop.org/~agd5f/radeon_ucode/JUNIPER_me.bin
+# Source14-md5:fa937b6596298b4bbc9edb6df4adca2a
+Source15:  
http://people.freedesktop.org/~agd5f/radeon_ucode/JUNIPER_pfp.bin
+# Source15-md5:2dca2882a14e1d6a43792f786471ec51
+Source16:  
http://people.freedesktop.org/~agd5f/radeon_ucode/JUNIPER_rlc.bin
+# Source16-md5:f7c005e3be9f47b8911e2044b4219db4
+Source17:  http://people.freedesktop.org/~agd5f/radeon_ucode/PALM_me.bin
+# Source17-md5:7d9ff6962e7bcc10b6eecd811d029dc8
+Source18:  http://people.freedesktop.org/~agd5f/radeon_ucode/PALM_pfp.bin
+# Source18-md5:3f9d2af72e73d44aec16a496e7fc7fef
+Source19:  http://people.freedesktop.org/~agd5f/radeon_ucode/R600_rlc.bin
+# Source19-md5:f74a5163948bde215be6b689ca24afde
+Source20:  http://people.freedesktop.org/~agd5f/radeon_ucode/R700_rlc.bin
+# Source20-md5:411b41ca3117ca88dbd9689a57f09a89
+Source21:  http://people.freedesktop.org/~agd5f/radeon_ucode/REDWOOD_me.bin
+# Source21-md5:9334c37ae709f8faa6120c3ad7a5adb7
+Source22:  
http://people.freedesktop.org/~agd5f/radeon_ucode/REDWOOD_pfp.bin
+# Source22-md5:23915e382ea0d2f2491a19146ca3001c
+Source23:  
http://people.freedesktop.org/~agd5f/radeon_ucode/REDWOOD_rlc.bin
+# Source23-md5:f7c005e3be9f47b8911e2044b4219db4
+Source24:  http://people.freedesktop.org/~agd5f/radeon_ucode/SUMO_rlc.bin
+# Source24-md5:2e3ffeec63f2e0b99323238fc5f96c9c
+Source25:  http://people.freedesktop.org/~agd5f/radeon_ucode/TURKS_mc.bin
+# Source25-md5:158f8e21ccf228ef063888c4f637fbf0
+Source26:  http://people.freedesktop.org/~agd5f/radeon_ucode/TURKS_me.bin
+# Source26-md5:8012e24b187c6b1ba17fa48691c3b048
+Source27:  http://people.freedesktop.org/~agd5f/radeon_ucode/TURKS_pfp.bin
+# Source27-md5:25f26ba407a9bb13528b903c617209c8
 BuildArch

DISTFILES: radeon-ucode: LICENSE.radeon BARTS_mc.bin BARTS_me.bin BARTS_pfp.bin BTC_rlc.bin CAICOS_mc.bin CAICOS_me.bin CAICOS_pfp.bin CEDAR_me.bin CEDAR_pfp.bin ...

2011-01-20 Thread pluto

Files fetched: 26

STORED: http://people.freedesktop.org/~agd5f/radeon_ucode/LICENSE.radeon
982ae689f0c68715fc65161991bc36c3  LICENSE.radeon
Size: 2943 bytes
STORED: http://people.freedesktop.org/~agd5f/radeon_ucode/BARTS_mc.bin
158f8e21ccf228ef063888c4f637fbf0  BARTS_mc.bin
Size: 24096 bytes
STORED: http://people.freedesktop.org/~agd5f/radeon_ucode/BARTS_me.bin
8012e24b187c6b1ba17fa48691c3b048  BARTS_me.bin
Size: 5504 bytes
STORED: http://people.freedesktop.org/~agd5f/radeon_ucode/BARTS_pfp.bin
b08d560e8f57d700fd67957584e0567c  BARTS_pfp.bin
Size: 4480 bytes
STORED: http://people.freedesktop.org/~agd5f/radeon_ucode/BTC_rlc.bin
dba354c1b18ed82518052a0f0a6dcab3  BTC_rlc.bin
Size: 3072 bytes
STORED: http://people.freedesktop.org/~agd5f/radeon_ucode/CAICOS_mc.bin
158f8e21ccf228ef063888c4f637fbf0  CAICOS_mc.bin
Size: 24096 bytes
STORED: http://people.freedesktop.org/~agd5f/radeon_ucode/CAICOS_me.bin
8012e24b187c6b1ba17fa48691c3b048  CAICOS_me.bin
Size: 5504 bytes
STORED: http://people.freedesktop.org/~agd5f/radeon_ucode/CAICOS_pfp.bin
87b95689bb03323faf917bda6aa1cd11  CAICOS_pfp.bin
Size: 4480 bytes
STORED: http://people.freedesktop.org/~agd5f/radeon_ucode/CEDAR_me.bin
2b244d41832f46382bfbb8994522dcdd  CEDAR_me.bin
Size: 5504 bytes
STORED: http://people.freedesktop.org/~agd5f/radeon_ucode/CEDAR_pfp.bin
23915e382ea0d2f2491a19146ca3001c  CEDAR_pfp.bin
Size: 4480 bytes
STORED: http://people.freedesktop.org/~agd5f/radeon_ucode/CEDAR_rlc.bin
f7c005e3be9f47b8911e2044b4219db4  CEDAR_rlc.bin
Size: 3072 bytes
STORED: http://people.freedesktop.org/~agd5f/radeon_ucode/CYPRESS_me.bin
fa937b6596298b4bbc9edb6df4adca2a  CYPRESS_me.bin
Size: 5504 bytes
STORED: http://people.freedesktop.org/~agd5f/radeon_ucode/CYPRESS_pfp.bin
2dca2882a14e1d6a43792f786471ec51  CYPRESS_pfp.bin
Size: 4480 bytes
STORED: http://people.freedesktop.org/~agd5f/radeon_ucode/CYPRESS_rlc.bin
f7c005e3be9f47b8911e2044b4219db4  CYPRESS_rlc.bin
Size: 3072 bytes
STORED: http://people.freedesktop.org/~agd5f/radeon_ucode/JUNIPER_me.bin
fa937b6596298b4bbc9edb6df4adca2a  JUNIPER_me.bin
Size: 5504 bytes
STORED: http://people.freedesktop.org/~agd5f/radeon_ucode/JUNIPER_pfp.bin
2dca2882a14e1d6a43792f786471ec51  JUNIPER_pfp.bin
Size: 4480 bytes
STORED: http://people.freedesktop.org/~agd5f/radeon_ucode/JUNIPER_rlc.bin
f7c005e3be9f47b8911e2044b4219db4  JUNIPER_rlc.bin
Size: 3072 bytes
STORED: http://people.freedesktop.org/~agd5f/radeon_ucode/PALM_me.bin
7d9ff6962e7bcc10b6eecd811d029dc8  PALM_me.bin
Size: 5504 bytes
STORED: http://people.freedesktop.org/~agd5f/radeon_ucode/PALM_pfp.bin
3f9d2af72e73d44aec16a496e7fc7fef  PALM_pfp.bin
Size: 4480 bytes
ALREADY GOT: http://people.freedesktop.org/~agd5f/radeon_ucode/R600_rlc.bin
f74a5163948bde215be6b689ca24afde  R600_rlc.bin
ALREADY GOT: http://people.freedesktop.org/~agd5f/radeon_ucode/R700_rlc.bin
411b41ca3117ca88dbd9689a57f09a89  R700_rlc.bin
STORED: http://people.freedesktop.org/~agd5f/radeon_ucode/REDWOOD_me.bin
9334c37ae709f8faa6120c3ad7a5adb7  REDWOOD_me.bin
Size: 5504 bytes
STORED: http://people.freedesktop.org/~agd5f/radeon_ucode/REDWOOD_pfp.bin
23915e382ea0d2f2491a19146ca3001c  REDWOOD_pfp.bin
Size: 4480 bytes
STORED: http://people.freedesktop.org/~agd5f/radeon_ucode/REDWOOD_rlc.bin
f7c005e3be9f47b8911e2044b4219db4  REDWOOD_rlc.bin
Size: 3072 bytes
STORED: http://people.freedesktop.org/~agd5f/radeon_ucode/SUMO_rlc.bin
2e3ffeec63f2e0b99323238fc5f96c9c  SUMO_rlc.bin
Size: 3072 bytes
STORED: http://people.freedesktop.org/~agd5f/radeon_ucode/TURKS_mc.bin
158f8e21ccf228ef063888c4f637fbf0  TURKS_mc.bin
Size: 24096 bytes
STORED: http://people.freedesktop.org/~agd5f/radeon_ucode/TURKS_me.bin
8012e24b187c6b1ba17fa48691c3b048  TURKS_me.bin
Size: 5504 bytes
STORED: http://people.freedesktop.org/~agd5f/radeon_ucode/TURKS_pfp.bin
25f26ba407a9bb13528b903c617209c8  TURKS_pfp.bin
Size: 4480 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


packages: valgrind/valgrind.spec, valgrind/valgrind-pr262995.patch (NEW) - ...

2011-01-17 Thread pluto
Author: plutoDate: Mon Jan 17 17:23:59 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- fix: vex amd64-IR: unhandled instruction bytes: 0x66 0xF 0x3A 0x61 0x7 0x0
   https://bugs.kde.org/show_bug.cgi?id=262995
- release 3.

 Files affected:
packages/valgrind:
   valgrind.spec (1.78 - 1.79) , valgrind-pr262995.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/valgrind/valgrind.spec
diff -u packages/valgrind/valgrind.spec:1.78 
packages/valgrind/valgrind.spec:1.79
--- packages/valgrind/valgrind.spec:1.78Sun Jan 16 14:03:27 2011
+++ packages/valgrind/valgrind.spec Mon Jan 17 18:23:54 2011
@@ -3,12 +3,13 @@
 Summary(pl.UTF-8): Otwarty odpluskwiacz pamięci
 Name:  valgrind
 Version:   3.6.0
-Release:   2
+Release:   3
 License:   GPL
 Group: Development/Tools
 Source0:   http://valgrind.org/downloads/%{name}-%{version}.tar.bz2
 # Source0-md5: b289c5f4ab8e39741602445f1dd09b34
 Patch0:%{name}-debuginfo.patch
+Patch1:%{name}-pr262995.patch
 URL:   http://valgrind.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -43,6 +44,7 @@
 %prep
 %setup -q
 %patch0
+%patch1 -p1
 
 sed -i -e 's:^CFLAGS=-Wno-long-long:CFLAGS=$CFLAGS -Wno-long-long:' 
configure.in
 
@@ -95,6 +97,11 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.79  2011/01/17 17:23:54  pluto
+- fix: vex amd64-IR: unhandled instruction bytes: 0x66 0xF 0x3A 0x61 0x7 0x0
+   https://bugs.kde.org/show_bug.cgi?id=262995
+- release 3.
+
 Revision 1.78  2011/01/16 13:03:27  pluto
 - define at configure time a path to gdb. system wide /usr/bin/gdb is better
   than default /no/gdb/was/found/at/configure/time.


Index: packages/valgrind/valgrind-pr262995.patch
diff -u /dev/null packages/valgrind/valgrind-pr262995.patch:1.1
--- /dev/null   Mon Jan 17 18:23:59 2011
+++ packages/valgrind/valgrind-pr262995.patch   Mon Jan 17 18:23:54 2011
@@ -0,0 +1,24 @@
+FIX: vex amd64-IR: unhandled instruction bytes: 0x66 0xF 0x3A 0x61 0x7 0x0
+
+https://bugs.kde.org/show_bug.cgi?id=262995
+
+--- valgrind-3.6.0/VEX/priv/guest_amd64_toIR.c.orig2010-10-20 
22:19:51.0 +0200
 valgrind-3.6.0/VEX/priv/guest_amd64_toIR.c 2011-01-17 19:03:14.517469329 
+0100
+@@ -15354,6 +15354,7 @@ DisResult disInstr_AMD64_WRK (
+  any cases for which the helper function has not been
+  verified. */
+   switch (imm) {
++ case 0x00:
+  case 0x02: case 0x08: case 0x0A: case 0x0C: case 0x12:
+  case 0x1A: case 0x3A: case 0x44: case 0x4A:
+ break;
+--- valgrind-3.6.0/VEX/priv/guest_generic_x87.c.orig   2010-10-20 
22:19:51.0 +0200
 valgrind-3.6.0/VEX/priv/guest_generic_x87.c2011-01-17 
19:03:59.611838375 +0100
+@@ -715,6 +715,7 @@ Bool compute_PCMPxSTRx ( /*OUT*/V128* re
+   even if they would probably work.  Life is too short to have
+   unvalidated cases in the code base. */
+switch (imm8) {
++  case 0x00:
+   case 0x02: case 0x08: case 0x0A: case 0x0C: case 0x12:
+   case 0x1A: case 0x3A: case 0x44: case 0x4A:
+  break;


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/valgrind/valgrind.spec?r1=1.78r2=1.79f=u

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


<    2   3   4   5   6   7   8   9   10   11   >