SPECS (AC-branch): grub.spec - merged patchs from HEAD (ext3 etc.)...

2008-04-29 Thread marcus
Author: marcus   Date: Tue Apr 29 08:14:32 2008 GMT
Module: SPECS Tag: AC-branch
 Log message:
- merged patchs from HEAD (ext3 etc.), rel.8.
glen: STBR please for Ac-updates.

 Files affected:
SPECS:
   grub.spec (1.102.2.2 - 1.102.2.3) 

 Diffs:


Index: SPECS/grub.spec
diff -u SPECS/grub.spec:1.102.2.2 SPECS/grub.spec:1.102.2.3
--- SPECS/grub.spec:1.102.2.2   Wed Apr  9 11:12:09 2008
+++ SPECS/grub.spec Tue Apr 29 10:14:26 2008
@@ -18,7 +18,7 @@
 Summary(de):   GRUB - ein Bootloader f�r x86
 Name:  grub
 Version:   0.97
-Release:   7
+Release:   8
 License:   GPL
 Group: Base
 Source0:   ftp://alpha.gnu.org/gnu/grub/%{name}-%{version}.tar.gz
@@ -38,9 +38,9 @@
 Patch7:%{name}-special-device-names.patch
 Patch8:%{name}-0.94-diskless-1.patch
 Patch9:%{name}-0.94-diskless-fixtg3.patch
-Patch10:   %{name}-geometry-26kernel.patch
-Patch11:   %{name}-cciss-devicemap.patch
-Patch12:   %{name}-initrdmax.patch
+Patch10:%{name}-%{version}-disk_geometry-1.patch
+Patch11:%{name}-%{version}-256byte_inode-1.patch
+Patch12:   %{name}-cciss-devicemap.patch
 Patch13:   %{name}-gcc4.patch
 Patch14:   %{name}-useless.patch
 Patch15:   %{name}-ac.patch
@@ -279,6 +279,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.102.2.3  2008-04-29 08:14:26  marcus
+- merged patchs from HEAD (ext3 etc.), rel.8.
+glen: STBR please for Ac-updates.
+
 Revision 1.102.2.2  2008-04-09 09:12:09  marcus
 - uff. rel.7. now.
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/grub.spec?r1=1.102.2.2r2=1.102.2.3f=u

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


SOURCES: python-pygsl-initmodule.patch (NEW) - module name typo in...

2008-04-29 Thread czarny
Author: czarny   Date: Tue Apr 29 08:53:56 2008 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- module name typo in setup.py

 Files affected:
SOURCES:
   python-pygsl-initmodule.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/python-pygsl-initmodule.patch
diff -u /dev/null SOURCES/python-pygsl-initmodule.patch:1.1
--- /dev/null   Tue Apr 29 10:53:56 2008
+++ SOURCES/python-pygsl-initmodule.patch   Tue Apr 29 10:53:51 2008
@@ -0,0 +1,14 @@
+diff -urN pygsl-20080429/setup.py pygsl-20080429.new/setup.py
+--- pygsl-20080429/setup.py2008-02-09 17:45:44.0 +0100
 pygsl-20080429.new/setup.py2008-04-29 12:38:38.892187042 +0200
+@@ -107,8 +107,8 @@
+  python_min_version=(2,1),
+  )
+ exts.append(pygsl_init)
+-pygsl_init=gsl_Extension(inittest,
+-   ['src/init/inittestmodule.c'],
++pygsl_init=gsl_Extension(init,
++   ['src/init/initmodule.c'],
+  gsl_min_version=(1,),
+  define_macros = macros,
+  python_min_version=(2,1),

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


DISTFILES: pygsl-20080429.tar.bz2

2008-04-29 Thread czarny

Files fetched: 1

STORED: no-url://pygsl-20080429.tar.bz2
c5851a4feeb991bf2ffb58e5b5fcd0ab  pygsl-20080429.tar.bz2
Size: 504729 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


SPECS: python-pygsl.spec (NEW) - new - works fine for now

2008-04-29 Thread czarny
Author: czarny   Date: Tue Apr 29 08:56:27 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- new
- works fine for now

 Files affected:
SPECS:
   python-pygsl.spec (NONE - 1.1)  (NEW)

 Diffs:


Index: SPECS/python-pygsl.spec
diff -u /dev/null SPECS/python-pygsl.spec:1.1
--- /dev/null   Tue Apr 29 10:56:27 2008
+++ SPECS/python-pygsl.spec Tue Apr 29 10:56:22 2008
@@ -0,0 +1,74 @@
+# $Revision$, $Date$
+%definemodule  pygsl
+%define snap20080429
+Summary:   Python interface to GSL
+Summary(pl.UTF-8): Pythonowy interfejs do GSL
+Name:  python-%{module}
+Version:   0.9.1
+Release:   0.%{snap}
+License:   GPL v2
+Group: Development/Languages/Python
+#Source0:  http://dl.sourceforge.net/pygsl/%{module}-%{version}.tar.gz
+Source0:%{module}-%{snap}.tar.bz2
+# Source0-md5: c5851a4feeb991bf2ffb58e5b5fcd0ab
+URL:   http://pygsl.sourceforge.net
+Patch0: %{name}-initmodule.patch
+BuildRequires:  gcc
+BuildRequires:  gsl-devel = 1.11
+BuildRequires:  python-numpy-devel = 1.0.4
+BuildRequires: python-devel = 1:2.5
+BuildRequires: rpm-pythonprov
+%pyrequires_eq python-modules
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Python interface to GSL.
+
+%description -l pl.UTF-8
+Pythonowy interfejs do GSL.
+
+%prep
+%setup -q -n %{module}-%{snap}
+%patch0 -p1
+
+%build
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+python setup.py install \
+   --optimize=2 \
+   --root=$RPM_BUILD_ROOT
+
+%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
+%py_comp $RPM_BUILD_ROOT%{py_sitedir}
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CREDITS ChangeLog README TODO
+%{py_sitedir}/%{module}/*.py[co]
+%attr(755,root,root) %{py_sitedir}/%{module}/*.so
+%{py_sitedir}/%{module}/gsl_dist
+%dir %{py_sitedir}/%{module}/statistics
+%{py_sitedir}/%{module}/statistics/*.py[co]
+%attr(755,root,root) %{py_sitedir}/%{module}/statistics/*.so
+%dir %{py_sitedir}/%{module}/testing
+%{py_sitedir}/%{module}/testing/*.py[co]
+%attr(755,root,root) %{py_sitedir}/%{module}/testing/*.so
+%{py_sitedir}/%{module}-*.egg-info
+%{_includedir}/python*/pygsl
+
+%define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
+%changelog
+* %{date} PLD Team [EMAIL PROTECTED]
+All persons listed below can be reached at cvs_login@pld-linux.org
+
+$Log$
+Revision 1.1  2008-04-29 08:56:22  czarny
+- new
+- works fine for now
+

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


SPECS: python-pygsl.spec - make it own it's own dir

2008-04-29 Thread czarny
Author: czarny   Date: Tue Apr 29 08:59:08 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- make it own it's own dir

 Files affected:
SPECS:
   python-pygsl.spec (1.1 - 1.2) 

 Diffs:


Index: SPECS/python-pygsl.spec
diff -u SPECS/python-pygsl.spec:1.1 SPECS/python-pygsl.spec:1.2
--- SPECS/python-pygsl.spec:1.1 Tue Apr 29 10:56:22 2008
+++ SPECS/python-pygsl.spec Tue Apr 29 10:59:03 2008
@@ -50,6 +50,7 @@
 %files
 %defattr(644,root,root,755)
 %doc CREDITS ChangeLog README TODO
+%dir %{py_sitedir}/%{module}
 %{py_sitedir}/%{module}/*.py[co]
 %attr(755,root,root) %{py_sitedir}/%{module}/*.so
 %{py_sitedir}/%{module}/gsl_dist
@@ -68,6 +69,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.2  2008-04-29 08:59:03  czarny
+- make it own it's own dir
+
 Revision 1.1  2008-04-29 08:56:22  czarny
 - new
 - works fine for now


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-pygsl.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


SPECS: sysprof.spec - ver. 1.0.10

2008-04-29 Thread wrobell
Author: wrobell  Date: Tue Apr 29 09:14:20 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- ver. 1.0.10

 Files affected:
SPECS:
   sysprof.spec (1.1 - 1.2) 

 Diffs:


Index: SPECS/sysprof.spec
diff -u SPECS/sysprof.spec:1.1 SPECS/sysprof.spec:1.2
--- SPECS/sysprof.spec:1.1  Sun Apr  6 20:35:22 2008
+++ SPECS/sysprof.spec  Tue Apr 29 11:14:14 2008
@@ -7,12 +7,12 @@
 %definerel 1
 Summary:   Sampling CPU profiler for Linux
 Name:  sysprof
-Version:   1.0.9
+Version:   1.0.10
 Release:   %{rel}
 License:   GPL v2
 Group: Applications/System
 Source0:   
http://www.daimi.au.dk/~sandmann/sysprof/%{name}-%{version}.tar.gz
-# Source0-md5: 3fdbce685f75fac650c8a03e3bafff57
+# Source0-md5: 7e70e7f3cc40608d61c1431361a25459
 URL:   http://www.daimi.au.dk/~sandmann/sysprof/
 BuildRequires: binutils-devel
 BuildRequires: gtk+2-devel
@@ -94,6 +94,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.2  2008-04-29 09:14:14  wrobell
+- ver. 1.0.10
+
 Revision 1.1  2008-04-06 18:35:22  arekm
 - new, system wide linux profiller
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/sysprof.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: sysprof-1.0.10.tar.gz

2008-04-29 Thread wrobell

Files fetched: 1

STORED: http://www.daimi.au.dk/~sandmann/sysprof/sysprof-1.0.10.tar.gz
7e70e7f3cc40608d61c1431361a25459  sysprof-1.0.10.tar.gz
Size: 139631 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


SPECS: tzdata.spec - release 5

2008-04-29 Thread glen
Author: glen Date: Tue Apr 29 09:20:19 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- release 5

 Files affected:
SPECS:
   tzdata.spec (1.48 - 1.49) 

 Diffs:


Index: SPECS/tzdata.spec
diff -u SPECS/tzdata.spec:1.48 SPECS/tzdata.spec:1.49
--- SPECS/tzdata.spec:1.48  Thu Apr 24 20:39:24 2008
+++ SPECS/tzdata.spec   Tue Apr 29 11:20:14 2008
@@ -9,7 +9,7 @@
 Summary(pl.UTF-8): Dane o strefach czasowych
 Name:  tzdata
 Version:   %{tzdata_ver}
-Release:   4
+Release:   5
 License:   Public Domain (database), BSD/LGPL v2.1+ (code/test suite)
 Group: Base
 Source0:   %{name}-base-0.tar.bz2
@@ -164,6 +164,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.49  2008-04-29 09:20:14  glen
+- release 5
+
 Revision 1.48  2008-04-24 18:39:24  glen
 - spelling
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tzdata.spec?r1=1.48r2=1.49f=u

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


SOURCES: linux-2.6.25-squashfs.patch (NEW) - squashfs adjusted for...

2008-04-29 Thread hawk
Author: hawk Date: Tue Apr 29 11:37:58 2008 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- squashfs adjusted for kernel 2.6.25

 Files affected:
SOURCES:
   linux-2.6.25-squashfs.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/linux-2.6.25-squashfs.patch
diff -u /dev/null SOURCES/linux-2.6.25-squashfs.patch:1.1
--- /dev/null   Tue Apr 29 13:37:58 2008
+++ SOURCES/linux-2.6.25-squashfs.patch Tue Apr 29 13:37:53 2008
@@ -0,0 +1,4200 @@
+diff -urN linux-2.6.25.orig/fs/Kconfig linux-2.6.25/fs/Kconfig
+--- linux-2.6.25.orig/fs/Kconfig   2008-04-17 04:49:44.0 +0200
 linux-2.6.25/fs/Kconfig2008-04-29 13:25:27.0 +0200
+@@ -1367,6 +1367,56 @@
+ 
+ If unsure, say N.
+ 
++config SQUASHFS
++  tristate SquashFS 3.3 - Squashed file system support
++  select ZLIB_INFLATE
++  help
++Saying Y here includes support for SquashFS 3.3 (a Compressed
++Read-Only File System).  Squashfs is a highly compressed read-only
++filesystem for Linux.  It uses zlib compression to compress both
++files, inodes and directories.  Inodes in the system are very small
++and all blocks are packed to minimise data overhead. Block sizes
++greater than 4K are supported up to a maximum of 1 Mbytes (default
++block size 128K).  SquashFS 3.3 supports 64 bit filesystems and files
++(larger than 4GB), full uid/gid information, hard links and 
timestamps.  
++
++Squashfs is intended for general read-only filesystem use, for
++archival use (i.e. in cases where a .tar.gz file may be used), and in
++embedded systems where low overhead is needed.  Further information
++and filesystem tools are available from 
http://squashfs.sourceforge.net.
++
++If you want to compile this as a module ( = code which can be
++inserted in and removed from the running kernel whenever you want),
++say M here and read file:Documentation/modules.txt.  The module
++will be called squashfs.  Note that the root file system (the one
++containing the directory /) cannot be compiled as a module.
++
++If unsure, say N.
++
++config SQUASHFS_EMBEDDED
++
++  bool Additional option for memory-constrained systems 
++  depends on SQUASHFS
++  default n
++  help
++Saying Y here allows you to specify cache size.
++
++If unsure, say N.
++
++config SQUASHFS_FRAGMENT_CACHE_SIZE
++  int Number of fragments cached if SQUASHFS_EMBEDDED
++  depends on SQUASHFS
++  default 3
++  help
++By default SquashFS caches the last 3 fragments read from
++the filesystem.  Increasing this amount may mean SquashFS
++has to re-read fragments less often from disk, at the expense
++of extra system memory.  Decreasing this amount will mean
++SquashFS uses less memory at the expense of extra reads from disk.
++
++Note there must be at least one cached fragment.  Anything
++much more than three will probably not make much difference.
++
+ config VXFS_FS
+   tristate FreeVxFS file system support (VERITAS VxFS(TM) compatible)
+   depends on BLOCK
+diff -urN linux-2.6.25.orig/fs/Makefile linux-2.6.25/fs/Makefile
+--- linux-2.6.25.orig/fs/Makefile  2008-04-17 04:49:44.0 +0200
 linux-2.6.25/fs/Makefile   2008-04-29 13:25:27.0 +0200
+@@ -73,6 +73,7 @@
+ obj-$(CONFIG_JBD2)+= jbd2/
+ obj-$(CONFIG_EXT2_FS) += ext2/
+ obj-$(CONFIG_CRAMFS)  += cramfs/
++obj-$(CONFIG_SQUASHFS)+= squashfs/
+ obj-y += ramfs/
+ obj-$(CONFIG_HUGETLBFS)   += hugetlbfs/
+ obj-$(CONFIG_CODA_FS) += coda/
+diff -urN linux-2.6.25.orig/fs/squashfs/inode.c 
linux-2.6.25/fs/squashfs/inode.c
+--- linux-2.6.25.orig/fs/squashfs/inode.c  1970-01-01 01:00:00.0 
+0100
 linux-2.6.25/fs/squashfs/inode.c   2008-04-29 13:25:27.0 +0200
+@@ -0,0 +1,2158 @@
++/*
++ * Squashfs - a compressed read only filesystem for Linux
++ *
++ * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007
++ * Phillip Lougher [EMAIL PROTECTED]
++ *
++ * This program is free software; you can redistribute it and/or
++ * modify it under the terms of the GNU General Public License
++ * as published by the Free Software Foundation; either version 2,
++ * or (at your option) any later version.
++ *
++ * This program is distributed in the hope that it will be useful,
++ * but WITHOUT ANY WARRANTY; without even the implied warranty of
++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
++ * GNU General Public License for more details.
++ *
++ * You should have received a copy of the GNU General Public License
++ * along with this program; if not, write to the Free Software
++ * Foundation, 59 Temple Place - Suite 330, Boston, MA 

SPECS (AC-branch): grub.spec - convert to utf8

2008-04-29 Thread glen
Author: glen Date: Tue Apr 29 11:58:22 2008 GMT
Module: SPECS Tag: AC-branch
 Log message:
- convert to utf8

 Files affected:
SPECS:
   grub.spec (1.102.2.3 - 1.102.2.4) 

 Diffs:


Index: SPECS/grub.spec
diff -u SPECS/grub.spec:1.102.2.3 SPECS/grub.spec:1.102.2.4
--- SPECS/grub.spec:1.102.2.3   Tue Apr 29 10:14:26 2008
+++ SPECS/grub.spec Tue Apr 29 13:58:17 2008
@@ -13,9 +13,9 @@
 %endif
 #
 Summary:   GRand Unified Bootloader
-Summary(pl):   GRUB - bootloader dla x86
-Summary(pt_BR):Gerenciador de inicializa��o GRUB
-Summary(de):   GRUB - ein Bootloader f�r x86
+Summary(pl.UTF-8): GRUB - bootloader dla x86
+Summary(pt_BR.UTF-8):  Gerenciador de inicialização GRUB
+Summary(de.UTF-8): GRUB - ein Bootloader für x86
 Name:  grub
 Version:   0.97
 Release:   8
@@ -70,46 +70,46 @@
 loading of multiple boot images (needed for modular kernels such as
 the GNU Hurd).
 
-%description -l de
+%description -l de.UTF-8
 GRUB (GRand Unified Boot-loader) ist ein Bootloader, der oft auf
 Rechnern eingesetzt wird, auf denen das freie Betriebssystem Linux
-l�uft. GRUB l�st den betagten LILO (Linux-Loader) ab.
+läuft. GRUB löst den betagten LILO (Linux-Loader) ab.
 
 GRUB wurde innerhalb des GNU Hurd-Projektes als Boot-Loader entwickelt
-und wird unter der GPL vertrieben. Aufgrund seiner h�heren
-Flexibilit�t verdr�ngt GRUB in vielen Linux-Distributionen den
+und wird unter der GPL vertrieben. Aufgrund seiner höheren
+Flexibilität verdrängt GRUB in vielen Linux-Distributionen den
 traditionellen Boot-Loader LILO.
 
-%description -l es
-�ste es GRUB - Grand Unified Boot Loader - un administrador de
-inicializaci�n capaz de entrar en la mayor�a de los sistemas
+%description -l es.UTF-8
+Éste es GRUB - Grand Unified Boot Loader - un administrador de
+inicialización capaz de entrar en la mayoría de los sistemas
 operacionales libres - Linux, FreeBSD, NetBSD, GNU Mach, etc. como
-tambi�n en la mayor�a de los sistemas operacionales comerciales para
+también en la mayoría de los sistemas operacionales comerciales para
 PC.
 
 El administrador GRUB puede ser una buena alternativa a LILO, para
-usuarios conm�s experiencia y que deseen obtener m�s recursos de su
-cargador de inicializaci�n (boot loader).
+usuarios conmás experiencia y que deseen obtener más recursos de su
+cargador de inicialización (boot loader).
 
-%description -l pl
-GRUB jest bootloaderem na licencji GNU, maj�cym na celu unifikacj�
-procesu bootowania na systemach x86. Potrafi nie tylko �adowa� j�dra
-Linuksa i *BSD: posiada r�wnie� implementacje standardu Multiboot,
-kt�ry pozwala na elastyczne �adowanie wielu obraz�w bootowalnych
-(czego wymagaj� modu�owe j�dra, takie jak GNU Hurd).
+%description -l pl.UTF-8
+GRUB jest bootloaderem na licencji GNU, mającym na celu unifikację
+procesu bootowania na systemach x86. Potrafi nie tylko ładować jądra
+Linuksa i *BSD: posiada również implementacje standardu Multiboot,
+który pozwala na elastyczne ładowanie wielu obrazów bootowalnych
+(czego wymagają modułowe jądra, takie jak GNU Hurd).
 
-%description -l pt_BR
-Esse � o GRUB - Grand Unified Boot Loader - um gerenciador de boot
+%description -l pt_BR.UTF-8
+Esse é o GRUB - Grand Unified Boot Loader - um gerenciador de boot
 capaz de entrar na maioria dos sistemas operacionais livres - Linux,
 FreeBSD, NetBSD, GNU Mach, etc. assim como na maioria dos sistemas
 operacionais comerciais para PC.
 
-O GRUB pode ser uma boa alternativa ao LILO, para usu�rios mais
-avan�ados e que querem mais recursos de seu boot loader.
+O GRUB pode ser uma boa alternativa ao LILO, para usuários mais
+avançados e que querem mais recursos de seu boot loader.
 
 %package nb
 Summary:   Grub's network boot image for the Network Image Proposal
-Summary(pl):   Obraz dla gruba s�u��cy technologii Network Image Proposal
+Summary(pl.UTF-8): Obraz dla gruba służący technologii Network Image 
Proposal
 Group: Networking/Admin
 
 %description nb
@@ -118,15 +118,15 @@
 as Stage 2, but it also sets up a network and loads a configuration
 file from the network.
 
-%description nb -l pl
-To jest obraz s�u��cy zdalnemu uruchamianiu komputera bezdyskowego,
+%description nb -l pl.UTF-8
+To jest obraz służący zdalnemu uruchamianiu komputera bezdyskowego,
 oparty na standardzie nazwanym 'Network Image Proposal'. Jest niemal
-identyczny z tym ze Stage 2, ale uruchamia sie� oraz �aduje z niej
+identyczny z tym ze Stage 2, ale uruchamia sieć oraz ładuje z niej
 plik konfiguracyjny.
 
 %package pxe
 Summary:   Grub's network boot image for the Preboot Execution Environment
-Summary(pl):   Obraz dla gruba s�u��cy technologii Preboot Execution 
Environment
+Summary(pl.UTF-8): Obraz dla gruba służący technologii Preboot Execution 
Environment
 Group: Networking/Admin
 
 %description pxe
@@ -135,11 +135,11 @@
 except for the 

SPECS (AC-branch): grub.spec - adapter

2008-04-29 Thread glen
Author: glen Date: Tue Apr 29 11:58:44 2008 GMT
Module: SPECS Tag: AC-branch
 Log message:
- adapter

 Files affected:
SPECS:
   grub.spec (1.102.2.4 - 1.102.2.5) 

 Diffs:


Index: SPECS/grub.spec
diff -u SPECS/grub.spec:1.102.2.4 SPECS/grub.spec:1.102.2.5
--- SPECS/grub.spec:1.102.2.4   Tue Apr 29 13:58:17 2008
+++ SPECS/grub.spec Tue Apr 29 13:58:38 2008
@@ -13,9 +13,9 @@
 %endif
 #
 Summary:   GRand Unified Bootloader
+Summary(de.UTF-8): GRUB - ein Bootloader für x86
 Summary(pl.UTF-8): GRUB - bootloader dla x86
 Summary(pt_BR.UTF-8):  Gerenciador de inicialização GRUB
-Summary(de.UTF-8): GRUB - ein Bootloader für x86
 Name:  grub
 Version:   0.97
 Release:   8
@@ -38,8 +38,8 @@
 Patch7:%{name}-special-device-names.patch
 Patch8:%{name}-0.94-diskless-1.patch
 Patch9:%{name}-0.94-diskless-fixtg3.patch
-Patch10:%{name}-%{version}-disk_geometry-1.patch
-Patch11:%{name}-%{version}-256byte_inode-1.patch
+Patch10:   %{name}-%{version}-disk_geometry-1.patch
+Patch11:   %{name}-%{version}-256byte_inode-1.patch
 Patch12:   %{name}-cciss-devicemap.patch
 Patch13:   %{name}-gcc4.patch
 Patch14:   %{name}-useless.patch
@@ -51,8 +51,8 @@
 BuildRequires: libtool
 BuildRequires: ncurses-devel
 %if %{with static}
-BuildRequires: ncurses-static
 BuildRequires: glibc-static
+BuildRequires: ncurses-static
 %endif
 # needed for 'cmp' program
 Requires:  diffutils
@@ -211,8 +211,8 @@
--disable-auto-linux-mem-opt
 # if you want to enable following cards for pxeboot comment out patches 8  9
 # and comment out --enable-e1000  --enable-tg3 cards:
-#   --enable-ns8390 \
-#   --enable-sis900
+# --enable-ns8390 \
+# --enable-sis900
 %{__make}
 
 %install
@@ -279,12 +279,15 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.102.2.5  2008-04-29 11:58:38  glen
+- adapter
+
 Revision 1.102.2.4  2008-04-29 11:58:17  glen
 - convert to utf8
 
 Revision 1.102.2.3  2008-04-29 08:14:26  marcus
 - merged patchs from HEAD (ext3 etc.), rel.8.
-glen: STBR please for Ac-updates.
+  glen: STBR please for Ac-updates.
 
 Revision 1.102.2.2  2008-04-09 09:12:09  marcus
 - uff. rel.7. now.


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/grub.spec?r1=1.102.2.4r2=1.102.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


SPECS (AC-branch): grub.spec - sane bcond definition

2008-04-29 Thread glen
Author: glen Date: Tue Apr 29 12:02:44 2008 GMT
Module: SPECS Tag: AC-branch
 Log message:
- sane bcond definition

 Files affected:
SPECS:
   grub.spec (1.102.2.5 - 1.102.2.6) 

 Diffs:


Index: SPECS/grub.spec
diff -u SPECS/grub.spec:1.102.2.5 SPECS/grub.spec:1.102.2.6
--- SPECS/grub.spec:1.102.2.5   Tue Apr 29 13:58:38 2008
+++ SPECS/grub.spec Tue Apr 29 14:02:39 2008
@@ -4,12 +4,11 @@
 # - check VGA patch - doesn't work good, 0.92 works fine
 #
 # Conditional build:
-%bcond_withsplashimage # removes some ethernet cards support
-   # (too much memory occupied?)
-%ifarch %{x8664}
-%bcond_without static  # builds shared version (requires 32bit glibc)
-%else
+%bcond_withsplashimage # removes some ethernet cards support (too much 
memory occupied?)
 %bcond_withstatic  # builds static version
+
+%ifarch %{x8664}
+%definewith_static 1
 %endif
 #
 Summary:   GRand Unified Bootloader
@@ -279,6 +278,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.102.2.6  2008-04-29 12:02:39  glen
+- sane bcond definition
+
 Revision 1.102.2.5  2008-04-29 11:58:38  glen
 - adapter
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/grub.spec?r1=1.102.2.5r2=1.102.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


SPECS (AC-branch): grub.spec - amd64 needs 32bit static glibc

2008-04-29 Thread glen
Author: glen Date: Tue Apr 29 12:04:48 2008 GMT
Module: SPECS Tag: AC-branch
 Log message:
- amd64 needs 32bit static glibc

 Files affected:
SPECS:
   grub.spec (1.102.2.6 - 1.102.2.7) 

 Diffs:


Index: SPECS/grub.spec
diff -u SPECS/grub.spec:1.102.2.6 SPECS/grub.spec:1.102.2.7
--- SPECS/grub.spec:1.102.2.6   Tue Apr 29 14:02:39 2008
+++ SPECS/grub.spec Tue Apr 29 14:04:43 2008
@@ -52,6 +52,10 @@
 %if %{with static}
 BuildRequires: glibc-static
 BuildRequires: ncurses-static
+%ifarch %{x8664}
+# 32bit glibc-static
+BuildRequires: /usr/lib/libc.a
+%endif
 %endif
 # needed for 'cmp' program
 Requires:  diffutils
@@ -278,6 +282,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.102.2.7  2008-04-29 12:04:43  glen
+- amd64 needs 32bit static glibc
+
 Revision 1.102.2.6  2008-04-29 12:02:39  glen
 - sane bcond definition
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/grub.spec?r1=1.102.2.6r2=1.102.2.7f=u

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


SPECS (AC-branch): drbd.spec - userland will be build with llh, no...

2008-04-29 Thread marcus
Author: marcus   Date: Tue Apr 29 12:28:43 2008 GMT
Module: SPECS Tag: AC-branch
 Log message:
- userland will be build with llh, not kernel headers

 Files affected:
SPECS:
   drbd.spec (1.90.4.22 - 1.90.4.23) 

 Diffs:


Index: SPECS/drbd.spec
diff -u SPECS/drbd.spec:1.90.4.22 SPECS/drbd.spec:1.90.4.23
--- SPECS/drbd.spec:1.90.4.22   Mon Jan 28 10:33:07 2008
+++ SPECS/drbd.spec Tue Apr 29 14:28:38 2008
@@ -121,12 +121,12 @@
 %prep
 %setup -q -n %{pname}-%{version}
 %patch0 -p1
-#%patch1 -p1
 
 %build
 %if %{with userspace}
 %{__make} tools \
KVER=dummy \
+   KDIR=/usr/include \
CC=%{__cc} \
OPTCFLAGS=%{rpmcflags} \
LDFLAGS=%{rpmldflags}
@@ -228,6 +228,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.90.4.23  2008-04-29 12:28:38  marcus
+- userland will be build with llh, not kernel headers
+
 Revision 1.90.4.22  2008-01-28 09:33:07  glen
 - rel 2 (kernel-2.6.16.60-1)
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/drbd.spec?r1=1.90.4.22r2=1.90.4.23f=u

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


SPECS: boost.spec - updated to 1.35.0, big -devel merge, new TODO, ...

2008-04-29 Thread pluto
Author: plutoDate: Tue Apr 29 13:10:46 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 1.35.0, big -devel merge, new TODO, gcc-4.3 fix.

 Files affected:
SPECS:
   boost.spec (1.100 - 1.101) 

 Diffs:


Index: SPECS/boost.spec
diff -u SPECS/boost.spec:1.100 SPECS/boost.spec:1.101
--- SPECS/boost.spec:1.100  Wed Mar 26 13:54:41 2008
+++ SPECS/boost.specTue Apr 29 15:10:41 2008
@@ -1,24 +1,27 @@
 # $Revision$, $Date$
 #
 # TODO:
-# - pass %{__cxx}
+#  - think about building MPI.
+#  - split shared libs from core package into -iostreams/-serialization.
 #
 # Conditional build:
 %bcond_without python  # without boost-python support
 #
-%define_fver   %(echo %{version} | tr . _)
+%define_fver   %(echo %{version} | tr . _)
 Summary:   The Boost C++ Libraries
 Summary(pl.UTF-8): Biblioteki C++ Boost
 Name:  boost
-Version:   1.34.1
-Release:   2
+Version:   1.35.0
+Release:   0.1
 License:   Boost Software License and others
 Group: Libraries
 Source0:   http://dl.sourceforge.net/boost/%{name}_%{_fver}.tar.bz2
-# Source0-md5: 2d938467e8a448a2c9763e0a9f8ca7e5
+# Source0-md5: dce952a7214e72d6597516bcac84048b
+Patch0:%{name}-climits.patch
 URL:   http://www.boost.org/
 BuildRequires: boost-jam = 3.1.12
 BuildRequires: bzip2-devel
+BuildRequires: expat-devel
 BuildRequires: libicu-devel
 BuildRequires: libstdc++-devel
 BuildRequires: perl-base
@@ -51,27 +54,48 @@
 Summary(pl.UTF-8): Pliki nagłówkowe bibliotek C++ Boost
 Group: Development/Libraries
 Requires:  %{name} = %{version}-%{release}
+Requires:  %{name}-date_time = %{version}-%{release}
+Requires:  %{name}-filesystem = %{version}-%{release}
+Requires:  %{name}-graph = %{version}-%{release}
+Requires:  %{name}-program_options = %{version}-%{release}
+Requires:  %{name}-regex = %{version}-%{release}
+Requires:  %{name}-signals = %{version}-%{release}
+Requires:  %{name}-test = %{version}-%{release}
+Requires:  %{name}-thread = %{version}-%{release}
+Requires:  %{name}-wave = %{version}-%{release}
 Requires:  libstdc++-devel
-# temporary Provides (until CVS HEAD stops using it)?
-Provides:  boost-call_traits-devel = %{version}-%{release}
-Provides:  boost-concept_check-devel = %{version}-%{release}
-Provides:  boost-conversion-devel = %{version}-%{release}
-Provides:  boost-mpl-devel = %{version}-%{release}
-Provides:  boost-preprocessor-devel = %{version}-%{release}
-Provides:  boost-ref-devel = %{version}-%{release}
-Provides:  boost-static_assert-devel = %{version}-%{release}
-Provides:  boost-type_traits-devel = %{version}-%{release}
-Provides:  boost-utility-devel = %{version}-%{release}
+Obsoletes: boost-any-devel
+Obsoletes: boost-array-devel
+Obsoletes: boost-bind-devel
 Obsoletes: boost-call_traits-devel
+Obsoletes: boost-compatibility-devel
 Obsoletes: boost-compose-devel
+Obsoletes: boost-compressed_pair-devel
 Obsoletes: boost-concept_check-devel
 Obsoletes: boost-conversion-devel
+Obsoletes: boost-crc-devel
+Obsoletes: boost-date_time-devel
+Obsoletes: boost-filesystem-devel
+Obsoletes: boost-graph-devel
+Obsoletes: boost-mem_fn-devel
 Obsoletes: boost-mpl-devel
 Obsoletes: boost-preprocessor-devel
+Obsoletes: boost-program_options-devel
 Obsoletes: boost-ref-devel
+Obsoletes: boost-regex-devel
+Obsoletes: boost-signals-devel
+Obsoletes: boost-spirit-devel
+Obsoletes: boost-statechart-devel
 Obsoletes: boost-static_assert-devel
+Obsoletes: boost-test-devel
+Obsoletes: boost-thread-devel
+Obsoletes: boost-tr1-devel
 Obsoletes: boost-type_traits-devel
+Obsoletes: boost-typeof-devel
+Obsoletes: boost-uBLAS-devel
 Obsoletes: boost-utility-devel
+Obsoletes: boost-wave-devel
+Obsoletes: boost-xpressive-devel
 
 %description devel
 Header files for the Boost C++ libraries.
@@ -84,6 +108,7 @@
 Summary(pl.UTF-8): Statyczne wersje podstawowych bibliotek C++ Boost
 Group: Development/Libraries
 Requires:  %{name}-devel = %{version}-%{release}
+Obsoletes: boost-static  1.33
 
 %description static
 Static version of base Boost C++ libraries.
@@ -140,169 +165,6 @@
 %description python-static -l pl.UTF-8
 Statyczna wersja biblioteki Boost.Python.
 
-%package regex
-Summary:   Boost C++ regular expressions library
-Summary(pl.UTF-8): Biblioteka wyrażeń regularnych Boost C++
-Group: Libraries
-
-%description regex
-Shared library for Boost C++ regular expressions.
-
-%description regex -l pl.UTF-8
-Biblioteka wyrażeń regularnych dla C++, biblioteki dzielone.
-
-%package regex-devel
-Summary:   Boost C++ Regex library headers
-Summary(pl.UTF-8): Pliki nagłówkowe 

DISTFILES: boost_1_35_0.tar.bz2

2008-04-29 Thread pluto

Files fetched: 1

STORED: http://dl.sourceforge.net/boost/boost_1_35_0.tar.bz2
dce952a7214e72d6597516bcac84048b  boost_1_35_0.tar.bz2
Size: 23416747 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


SOURCES: boost-climits.patch (NEW) - gcc-4.3 is more standard comp...

2008-04-29 Thread pluto
Author: plutoDate: Tue Apr 29 13:13:14 2008 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- gcc-4.3 is more standard compliant so we must include explicitly some headers.

 Files affected:
SOURCES:
   boost-climits.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/boost-climits.patch
diff -u /dev/null SOURCES/boost-climits.patch:1.1
--- /dev/null   Tue Apr 29 15:13:14 2008
+++ SOURCES/boost-climits.patch Tue Apr 29 15:13:09 2008
@@ -0,0 +1,20 @@
+--- boost_1_35_0/boost/archive/polymorphic_iarchive.hpp.orig   2007-11-25 
19:07:19.0 +0100
 boost_1_35_0/boost/archive/polymorphic_iarchive.hpp2008-04-29 
11:20:01.0 +0200
+@@ -16,6 +16,7 @@
+ 
+ //  See http://www.boost.org for updates, documentation, and revision history.
+ 
++#include climits // ULONG_MAX
+ #include cstddef // std::size_t
+ #include boost/config.hpp
+ 
+--- boost_1_35_0/boost/archive/polymorphic_oarchive.hpp.orig   2007-11-25 
19:07:19.0 +0100
 boost_1_35_0/boost/archive/polymorphic_oarchive.hpp2008-04-29 
11:20:17.0 +0200
+@@ -16,6 +16,7 @@
+ 
+ //  See http://www.boost.org for updates, documentation, and revision history.
+ 
++#include climits // ULONG_MAX
+ #include cstddef // size_t
+ #include string
+ 

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


SPECS: aqsis.spec, arts.spec, asc.spec, bmpx.spec, deluge.spec, en...

2008-04-29 Thread pluto
Author: plutoDate: Tue Apr 29 14:06:19 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- reorganize boost BRs (boost-devel = 1.35.0).

 Files affected:
SPECS:
   aqsis.spec (1.21 - 1.22) , arts.spec (1.161 - 1.162) , asc.spec (1.35 - 
1.36) , bmpx.spec (1.86 - 1.87) , deluge.spec (1.16 - 1.17) , enblend.spec 
(1.8 - 1.9) , freecnc.spec (1.4 - 1.5) , globulation2.spec (1.36 - 1.37) , 
gnash.spec (1.25 - 1.26) , gnome-wallpaper-tray.spec (1.27 - 1.28) , 
hugin.spec (1.31 - 1.32) , inkscape.spec (1.72 - 1.73) , k3d.spec (1.57 - 
1.58) , kde4-kdepim.spec (1.31 - 1.32) , kde4-kdesdk.spec (1.12 - 1.13) , 
kdelibs.spec (1.560 - 1.561) , kdepim.spec (1.285 - 1.286) , kftpgrabber.spec 
(1.18 - 1.19) , kmando.spec (1.9 - 1.10) , kmediafactory.spec (1.20 - 1.21) 
, libopenraw.spec (1.10 - 1.11) , libppskype.spec (1.7 - 1.8) , libstk.spec 
(1.26 - 1.27) , lyx.spec (1.122 - 1.123) , monotone.spec (1.42 - 1.43) , 
nao.spec (1.19 - 1.20) , nemiver.spec (1.6 - 1.7) , openaether-utils.spec 
(1.5 - 1.6) , openoffice.org.spec (1.788 - 1.789) , openvrml.spec (1.16 - 
1.17) , pdfedit.spec (1.6 - 1.7) , pdns.spec (1.64 - 1.65) , ping
 us.spec (1.54 - 1.55) , prothon.spec (1.12 - 1.13) , python-tagpy.spec (1.1 
- 1.2) , qbittorrent.spec (1.6 - 1.7) , rb_libtorrent.spec (1.10 - 1.11) , 
schroot.spec (1.8 - 1.9) , smc.spec (1.4 - 1.5) , source-highlight.spec (1.25 
- 1.26) , tint.spec (1.3 - 1.4) , twinkle.spec (1.32 - 1.33) , vistalab.spec 
(1.4 - 1.5) , wengophone.spec (1.11 - 1.12) , zinf.spec (1.37 - 1.38) 

 Diffs:


Index: SPECS/aqsis.spec
diff -u SPECS/aqsis.spec:1.21 SPECS/aqsis.spec:1.22
--- SPECS/aqsis.spec:1.21   Sat Feb 23 20:38:51 2008
+++ SPECS/aqsis.specTue Apr 29 16:06:06 2008
@@ -12,8 +12,7 @@
 URL:   http://aqsis.sourceforge.net/
 BuildRequires: OpenEXR-devel
 BuildRequires: bison = 1.35
-BuildRequires: boost-devel = 1.32.0
-BuildRequires: boost-array-devel
+BuildRequires: boost-devel = 1.35.0
 BuildRequires: flex = 2.5.4
 BuildRequires: fltk-devel = 1.1.0
 BuildRequires: libjpeg-devel = 6b
@@ -113,6 +112,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.22  2008-04-29 14:06:06  pluto
+- reorganize boost BRs (boost-devel = 1.35.0).
+
 Revision 1.21  2008-02-23 19:38:51  glen
 - release 3
 


Index: SPECS/arts.spec
diff -u SPECS/arts.spec:1.161 SPECS/arts.spec:1.162
--- SPECS/arts.spec:1.161   Fri Feb 15 21:33:17 2008
+++ SPECS/arts.spec Tue Apr 29 16:06:06 2008
@@ -29,8 +29,7 @@
 BuildRequires: audiofile-devel
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: boost-filesystem-devel
-BuildRequires: boost-regex-devel
+BuildRequires: boost-devel = 1.35.0
 BuildRequires: docbook-dtd41-sgml
 BuildRequires: docbook-utils = 0.6.14
 %{?with_esd:BuildRequires: esound-devel}
@@ -328,6 +327,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.162  2008-04-29 14:06:06  pluto
+- reorganize boost BRs (boost-devel = 1.35.0).
+
 Revision 1.161  2008-02-15 20:33:17  glen
 - AC-branch merge
 


Index: SPECS/asc.spec
diff -u SPECS/asc.spec:1.35 SPECS/asc.spec:1.36
--- SPECS/asc.spec:1.35 Sat Apr 26 11:27:54 2008
+++ SPECS/asc.spec  Tue Apr 29 16:06:06 2008
@@ -21,7 +21,7 @@
 BuildRequires: SDL-devel = 1.2.2
 #BuildRequires:autoconf
 #BuildRequires:automake
-BuildRequires: boost-regex-devel
+BuildRequires: boost-devel = 1.35.0
 BuildRequires: bzip2-devel = 1.0.0
 BuildRequires: expat-devel
 BuildRequires: freetype-devel
@@ -88,6 +88,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.36  2008-04-29 14:06:06  pluto
+- reorganize boost BRs (boost-devel = 1.35.0).
+
 Revision 1.35  2008-04-26 09:27:54  lisu
 - up to 2.1.0.0
 - autotools don't work


Index: SPECS/bmpx.spec
diff -u SPECS/bmpx.spec:1.86 SPECS/bmpx.spec:1.87
--- SPECS/bmpx.spec:1.86Sat Mar 15 18:55:39 2008
+++ SPECS/bmpx.spec Tue Apr 29 16:06:06 2008
@@ -20,11 +20,7 @@
 BuildRequires: alsa-lib-devel = 1.0.9
 BuildRequires: autoconf = 2.60
 BuildRequires: automake = 1:1.8
-BuildRequires: boost-bind-devel
-BuildRequires: boost-call_traits-devel
-BuildRequires: boost-devel = 1.33.1
-BuildRequires: boost-filesystem-devel
-BuildRequires: boost-regex-devel
+BuildRequires: boost-devel = 1.35.0
 BuildRequires: cairomm-devel = 0.6.0
 BuildRequires: cdparanoia-III-devel
 BuildRequires: dbus-glib-devel = 0.62
@@ -211,6 +207,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.87  2008-04-29 14:06:06  pluto
+- reorganize boost BRs (boost-devel = 1.35.0).
+
 Revision 1.86  2008-03-15 17:55:39  megabajt
 - added -libsoup24.patch and 

DISTFILES: kdesdk-4.0.70.tar.bz2

2008-04-29 Thread pluto

Files fetched: 1

STORED: ftp://ftp.kde.org/pub/kde/unstable/4.0.70/src/kdesdk-4.0.70.tar.bz2
ca5a9a09eabda0c4cb16802877343a7b  kdesdk-4.0.70.tar.bz2
Size: 4473365 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: kdepim-4.0.70.tar.bz2

2008-04-29 Thread pluto

Files fetched: 1

STORED: ftp://ftp.kde.org/pub/kde/unstable/4.0.70/src/kdepim-4.0.70.tar.bz2
f3e56ac63e41d1458694cc1547fc95ea  kdepim-4.0.70.tar.bz2
Size: 12856750 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


SPECS (AC-branch): util-vserver.spec - keep poldek cache in /var/c...

2008-04-29 Thread glen
Author: glen Date: Tue Apr 29 14:11:58 2008 GMT
Module: SPECS Tag: AC-branch
 Log message:
- keep poldek cache in /var/cache/vservers/poldek

 Files affected:
SPECS:
   util-vserver.spec (1.138.2.36 - 1.138.2.37) 

 Diffs:


Index: SPECS/util-vserver.spec
diff -u SPECS/util-vserver.spec:1.138.2.36 SPECS/util-vserver.spec:1.138.2.37
--- SPECS/util-vserver.spec:1.138.2.36  Fri Mar 28 22:53:36 2008
+++ SPECS/util-vserver.spec Tue Apr 29 16:11:53 2008
@@ -1,6 +1,5 @@
 # $Revision$, $Date$
 # TODO
-# - somewhy empty /var/cache/vservers is needed when building pld vserver
 # - make build create /dev/std{in,out,err} links
 # - reject install in %%pretrans if /proc/virtual/info has incompatible version
 # - unpackaged
@@ -628,8 +627,8 @@
 noarch-[^-]*-.*
 EOF
 
-# XXX baggins check this: needed but seems unused
-install -d $RPM_BUILD_ROOT/var/cache/vservers
+install -d $RPM_BUILD_ROOT/var/cache/vservers/poldek
+ln -sf /var/cache/vservers/poldek $RPM_BUILD_ROOT/vservers/.pkg/poldek-cache
 
 # we have our own initscript which does the same
 rm -f $RPM_BUILD_ROOT/etc/rc.d/init.d/vservers-default
@@ -789,10 +788,12 @@
 %{_mandir}/man8/vtop.8*
 %attr(000,root,root) %dir /vservers
 %dir /vservers/.pkg
+/vservers/.pkg/poldek-cache
 %dir %{_localstatedir}/run/vservers
 %dir %{_localstatedir}/run/vservers.rev
 %dir %{_localstatedir}/run/vshelper
 %dir /var/cache/vservers
+%dir /var/cache/vservers/poldek
 
 %files lib
 %defattr(644,root,root,755)
@@ -952,6 +953,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.138.2.37  2008-04-29 14:11:53  glen
+- keep poldek cache in /var/cache/vservers/poldek
+
 Revision 1.138.2.36  2008-03-28 21:53:36  glen
 - merged too much; rel 4
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/util-vserver.spec?r1=1.138.2.36r2=1.138.2.37f=u

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


SOURCES (AC-branch): rpm-macros-ac.patch - expand _tmppath once

2008-04-29 Thread glen
Author: glen Date: Tue Apr 29 14:40:01 2008 GMT
Module: SOURCES   Tag: AC-branch
 Log message:
- expand _tmppath once

 Files affected:
SOURCES:
   rpm-macros-ac.patch (1.1.2.12 - 1.1.2.13) 

 Diffs:


Index: SOURCES/rpm-macros-ac.patch
diff -u SOURCES/rpm-macros-ac.patch:1.1.2.12 
SOURCES/rpm-macros-ac.patch:1.1.2.13
--- SOURCES/rpm-macros-ac.patch:1.1.2.12Fri Apr  4 22:16:11 2008
+++ SOURCES/rpm-macros-ac.patch Tue Apr 29 16:39:55 2008
@@ -1,5 +1,5 @@
 rpm-4.4.9/macros.in2008-03-27 19:48:22.895695000 +0200
-+++ rpm-4.4.9/macros.in2008-04-04 23:03:44.008771012 +0300
+--- rpm-4.4.9/macros.in2008-04-04 23:03:44.008771012 +0300
 rpm-4.4.9/macros.in2008-04-29 17:39:02.041156816 +0300
 @@ -192,7 +192,7 @@
  Summary: Debug information for package %{name}\
  Summary(pl.UTF-8): Informacje dla debuggera dla pakietu %{name}\
@@ -9,15 +9,15 @@
  AutoReqProv: 0\
  %description debuginfo\
  This package provides debug information for package %{name}.\
-@@ -238,7 +238,7 @@
+@@ -242,6 +242,6 @@
  
  # Directory where temporary files can be created.
- %_tmppath %(echo ${TMPDIR:-/tmp})
+-%_tmppath %(echo ${TMPDIR:-/tmp})
 -%tmpdir   %{_tmppath}
++%_tmppath %{expand:%%global _tmppath %(echo 
${TMPDIR:-/tmp})}%_tmppath
 +%tmpdir   %{expand:%%global tmpdir 
%{lua:print(os.getenv(TMPDIR) or /tmp)}}%tmpdir
  
  # Path to top of build area.
- %_topdir  %(echo $HOME)/rpm
 @@ -271,6 +271,9 @@
  #
  #%distribution


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/rpm-macros-ac.patch?r1=1.1.2.12r2=1.1.2.13f=u

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


SOURCES: arts-gcc43.patch (NEW) - include climits for PATH_MAX.

2008-04-29 Thread pluto
Author: plutoDate: Tue Apr 29 14:56:56 2008 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- include climits for PATH_MAX.

 Files affected:
SOURCES:
   arts-gcc43.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/arts-gcc43.patch
diff -u /dev/null SOURCES/arts-gcc43.patch:1.1
--- /dev/null   Tue Apr 29 16:56:56 2008
+++ SOURCES/arts-gcc43.patchTue Apr 29 16:56:50 2008
@@ -0,0 +1,10 @@
+--- arts-1.5.9/mcop/mcoputils.cc.orig  2008-02-13 10:35:23.0 +0100
 arts-1.5.9/mcop/mcoputils.cc   2008-04-29 16:31:00.0 +0200
+@@ -36,6 +36,7 @@
+ #include cstring
+ #include stdio.h
+ #include map
++#include climits
+   
+ using namespace std;
+ using namespace Arts;

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


SPECS (AC-branch): drbd.spec - update 8.2.5 from HEAD

2008-04-29 Thread glen
Author: glen Date: Tue Apr 29 14:56:55 2008 GMT
Module: SPECS Tag: AC-branch
 Log message:
- update 8.2.5 from HEAD

 Files affected:
SPECS:
   drbd.spec (1.90.4.23 - 1.90.4.24) 

 Diffs:


Index: SPECS/drbd.spec
diff -u SPECS/drbd.spec:1.90.4.23 SPECS/drbd.spec:1.90.4.24
--- SPECS/drbd.spec:1.90.4.23   Tue Apr 29 14:28:38 2008
+++ SPECS/drbd.spec Tue Apr 29 16:56:49 2008
@@ -23,17 +23,17 @@
 %undefine  with_userspace
 %endif
 
-%define_rel2
+%define_rel1
 %definepname   drbd
 Summary:   drbd is a block device designed to build high availibility 
clusters
 Summary(pl.UTF-8): drbd jest urządzeniem blokowym dla klastrów o wysokiej 
niezawodności
 Name:  %{pname}%{_alt_kernel}
-Version:   8.2.1
+Version:   8.2.5
 Release:   %{_rel}
 License:   GPL
 Group: Base/Kernel
 Source0:   http://oss.linbit.com/drbd/8.2/%{pname}-%{version}.tar.gz
-# Source0-md5: 345c1056b2033184a7935c1bb79cc57e
+# Source0-md5: f3297c1d032fd90cd0441285fef05bcb
 Patch0:%{pname}-Makefile.patch
 URL:   http://www.drbd.org/
 %if %{with userspace}
@@ -228,6 +228,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.90.4.24  2008-04-29 14:56:49  glen
+- update 8.2.5 from HEAD
+
 Revision 1.90.4.23  2008-04-29 12:28:38  marcus
 - userland will be build with llh, not kernel headers
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/drbd.spec?r1=1.90.4.23r2=1.90.4.24f=u

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


SPECS: arts.spec - gcc-4.3 fix, release 3.

2008-04-29 Thread pluto
Author: plutoDate: Tue Apr 29 14:57:32 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- gcc-4.3 fix, release 3.

 Files affected:
SPECS:
   arts.spec (1.162 - 1.163) 

 Diffs:


Index: SPECS/arts.spec
diff -u SPECS/arts.spec:1.162 SPECS/arts.spec:1.163
--- SPECS/arts.spec:1.162   Tue Apr 29 16:06:06 2008
+++ SPECS/arts.spec Tue Apr 29 16:57:27 2008
@@ -14,7 +14,7 @@
 Summary(pt_BR.UTF-8):  Servidor de sons usado pelo KDE
 Name:  arts
 Version:   1.5.9
-Release:   2
+Release:   3
 Epoch: 13
 License:   LGPL
 Group: Libraries
@@ -24,6 +24,7 @@
 Patch0:%{name}-libs.patch
 Patch1:kde-ac260-lt.patch
 Patch2:%{name}-extension_loader.patch
+Patch3:%{name}-gcc43.patch
 URL:   http://www.arts-project.org/
 %{?with_alsa:BuildRequires:alsa-lib-devel}
 BuildRequires: audiofile-devel
@@ -167,6 +168,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 find . -type f -name '*.mcopclass' | xargs %{__sed} -i -e 's:\.la::'
 
@@ -327,6 +329,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.163  2008-04-29 14:57:27  pluto
+- gcc-4.3 fix, release 3.
+
 Revision 1.162  2008-04-29 14:06:06  pluto
 - reorganize boost BRs (boost-devel = 1.35.0).
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/arts.spec?r1=1.162r2=1.163f=u

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


SOURCES: util-vserver-pld.patch - poldek cache in /var/cache/vserv...

2008-04-29 Thread glen
Author: glen Date: Tue Apr 29 15:10:11 2008 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- poldek cache in /var/cache/vserver/poldek

 Files affected:
SOURCES:
   util-vserver-pld.patch (1.34 - 1.35) 

 Diffs:


Index: SOURCES/util-vserver-pld.patch
diff -u SOURCES/util-vserver-pld.patch:1.34 SOURCES/util-vserver-pld.patch:1.35
--- SOURCES/util-vserver-pld.patch:1.34 Fri Mar 28 16:18:43 2008
+++ SOURCES/util-vserver-pld.patch  Tue Apr 29 17:10:05 2008
@@ -768,9 +768,9 @@
elif test -n $1; then
DISTRIBUTION=$1
else
 util-vserver-0.30.214/scripts/vserver-build.functions.poldek   
2008-03-25 19:20:07.685144000 +0200
+--- util-vserver-0.30.214/scripts/vserver-build.functions.poldek   
2008-03-25 20:37:09.0 +0200
 +++ util-vserver-0.30.214/scripts/vserver-build.functions.poldek   
2008-03-25 20:37:09.0 +0200
-@@ -0,0 +1,82 @@
+@@ -0,0 +1,81 @@
 +# $Id$--*- sh -*--
 +
 +# Copyright (C) 2003 Enrico Scholz [EMAIL PROTECTED]
@@ -826,9 +826,8 @@
 +function poldek.initFilesystem
 +{
 +mkdir -p $PKGCFGDIR/poldek/etc/repos.d
-+mkdir -p $PKGCFGBASE/poldek-cache
 +
-+$_LN_S $PKGCFGBASE/poldek-cache $PKGCFGDIR/poldek/cache
++$_LN_S $__CONFDIR/.defaults/cachebase/poldek $PKGCFGDIR/poldek/cache
 +
 +populateDirectory $PKGCFGDIR/poldek/etc \
 +  $__DISTRIBDIR/defaults/poldek \


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/util-vserver-pld.patch?r1=1.34r2=1.35f=u

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


SPECS: f-spot.spec - ver. 0.4.3 (nfy)

2008-04-29 Thread wrobell
Author: wrobell  Date: Tue Apr 29 15:37:24 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- ver. 0.4.3 (nfy)

 Files affected:
SPECS:
   f-spot.spec (1.77 - 1.78) 

 Diffs:


Index: SPECS/f-spot.spec
diff -u SPECS/f-spot.spec:1.77 SPECS/f-spot.spec:1.78
--- SPECS/f-spot.spec:1.77  Sun Apr 13 01:35:17 2008
+++ SPECS/f-spot.spec   Tue Apr 29 17:37:18 2008
@@ -11,12 +11,12 @@
 Summary:   Personal photo manager
 Summary(pl.UTF-8): Menedżer prywatnych galerii fotograficznych
 Name:  f-spot
-Version:   0.4.2
-Release:   1
+Version:   0.4.3
+Release:   0.1
 License:   GPL
 Group: X11/Applications/Graphics
 Source0:   
http://ftp.gnome.org/Public/GNOME/sources/f-spot/0.4/%{name}-%{version}.tar.bz2
-# Source0-md5: 970b8c9de9acf97c90e3d9608827606d
+# Source0-md5: 8b9e21982f08bbac66b582bfd7515538
 Patch0:%{name}-exec.patch
 Patch1:%{name}-dir.patch
 Patch2:%{name}-ac.patch
@@ -83,10 +83,10 @@
 %setup -q
 %patch0 -p1
 %patch1 -p0
-%patch2 -p1
+#%patch2 -p1
 #%patch3 -p0
-%patch4 -p1
-%patch5 -p1
+#%patch4 -p1
+#%patch5 -p1
 %patch6 -p1
 
 %build
@@ -173,6 +173,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.78  2008-04-29 15:37:18  wrobell
+- ver. 0.4.3 (nfy)
+
 Revision 1.77  2008-04-12 23:35:17  sls
 - added gtkhtml3.patch build.patch
 - TODO update


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/f-spot.spec?r1=1.77r2=1.78f=u

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


DISTFILES: f-spot-0.4.3.tar.bz2

2008-04-29 Thread wrobell

Files fetched: 1

STORED: 
http://ftp.gnome.org/Public/GNOME/sources/f-spot/0.4/f-spot-0.4.3.tar.bz2
8b9e21982f08bbac66b582bfd7515538  f-spot-0.4.3.tar.bz2
Size: 2493917 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


SPECS: boost.spec - release 1.

2008-04-29 Thread pluto
Author: plutoDate: Tue Apr 29 16:00:59 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- release 1.

 Files affected:
SPECS:
   boost.spec (1.101 - 1.102) 

 Diffs:


Index: SPECS/boost.spec
diff -u SPECS/boost.spec:1.101 SPECS/boost.spec:1.102
--- SPECS/boost.spec:1.101  Tue Apr 29 15:10:41 2008
+++ SPECS/boost.specTue Apr 29 18:00:53 2008
@@ -12,7 +12,7 @@
 Summary(pl.UTF-8): Biblioteki C++ Boost
 Name:  boost
 Version:   1.35.0
-Release:   0.1
+Release:   1
 License:   Boost Software License and others
 Group: Libraries
 Source0:   http://dl.sourceforge.net/boost/%{name}_%{_fver}.tar.bz2
@@ -563,6 +563,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.102  2008-04-29 16:00:53  pluto
+- release 1.
+
 Revision 1.101  2008-04-29 13:10:41  pluto
 - updated to 1.35.0, big -devel merge, new TODO, gcc-4.3 fix.
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/boost.spec?r1=1.101r2=1.102f=u

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


SPECS: pdksh.spec - use rpm macros for /etc/shells edit; rel 49

2008-04-29 Thread glen
Author: glen Date: Tue Apr 29 16:58:57 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- use rpm macros for /etc/shells edit; rel 49

 Files affected:
SPECS:
   pdksh.spec (1.116 - 1.117) 

 Diffs:


Index: SPECS/pdksh.spec
diff -u SPECS/pdksh.spec:1.116 SPECS/pdksh.spec:1.117
--- SPECS/pdksh.spec:1.116  Tue Oct 16 04:12:14 2007
+++ SPECS/pdksh.specTue Apr 29 18:58:52 2008
@@ -14,7 +14,7 @@
 Summary(uk.UTF-8): Вілбна реалізація командного процесора Korn shell (ksh)
 Name:  pdksh
 Version:   5.2.14
-Release:   48
+Release:   49
 License:   Mostly Public Domain with Free  GPL additions
 Group: Applications/Shells
 Source0:   ftp://ftp.cs.mun.ca/pub/pdksh/%{name}-%{version}.tar.gz
@@ -35,6 +35,7 @@
 Patch16:   %{name}-unset.patch
 URL:   http://www.cs.mun.ca/~michael/pdksh/
 %{?with_static:BuildRequires:  glibc-static}
+BuildRequires: rpmbuild(macros) = 1.429
 # is needed for /etc directory existence
 Requires(pre): FHS
 Requires:  setup = 2.4.6-2
@@ -148,64 +149,16 @@
 
 ln -sf ksh $RPM_BUILD_ROOT/bin/sh
 
-install%{SOURCE2} $RPM_BUILD_ROOT/etc/kshrc
+install %{SOURCE2} $RPM_BUILD_ROOT/etc/kshrc
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p lua
-t = {}
-f = io.open(/etc/shells, r)
-if f then
-   for l in f:lines() do t[l]=l; end
-   f:close()
-end
-for _, s in ipairs({/bin/ksh, /bin/sh}) do
-   if not t[s] then
-   f = io.open(/etc/shells, a); f:write(s..\n); f:close()
-   end
-end
-
-%preun -p lua
-if arg[2] == 0 then
-   f = io.open(/etc/shells, r)
-   if f then
-   s=
-   for l in f:lines() do
-   if not string.match(l,^/bin/k?sh$) then
-   s=s..l..\n
-   end
-   end
-   f:close()
-   io.open(/etc/shells, w):write(s)
-   end
-end
-
-%post static -p lua
-t = {}
-f = io.open(/etc/shells, r)
-if f then
-   for l in f:lines() do t[l]=l; end
-   f:close()
-end
-if not t[/bin/ksh.static] then
-   f = io.open(/etc/shells, a); f:write(/bin/ksh.static\n); f:close()
-end
-
-%preun static -p lua
-if arg[1] == 2 then
-   f = io.open(/etc/shells, r)
-   if f then
-   s=
-   for l in f:lines() do
-   if not string.match(l,^/bin/ksh\.static$) then
-   s=s..l..\n
-   end
-   end
-   f:close()
-   io.open(/etc/shells, w):write(s)
-   end
-end
+%post  -p %add_etc_shells -p /bin/sh /bin/ksh
+%preun -p %remove_etc_shells -p /bin/sh /bin/ksh
+
+%post static -p %add_etc_shells -p /bin/ksh.static
+%preun static -p %remove_etc_shells -p /bin/ksh.static
 
 %files
 %defattr(644,root,root,755)
@@ -228,6 +181,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.117  2008-04-29 16:58:52  glen
+- use rpm macros for /etc/shells edit; rel 49
+
 Revision 1.116  2007-10-16 02:12:14  glen
 - tabs in lua scriptlets
 
@@ -576,48 +532,3 @@
 
 Revision 1.19  1999/07/12 23:06:12  kloczek
 - added using CVS keywords in %changelog (for automating them).
-
-* Sat Jun  5 1999 Jan Rękorajski [EMAIL PROTECTED]
-  [5.2.13.9-4]
-- added static subpackage
-
-* Sat May 29 1999 Tomasz Kłoczko [EMAIL PROTECTED]
-  [5.2.13.9-2]
-- more rpm macros,
-- added pl man page for ksh(1).
-
-* Sun May  9 1999 Tomasz Kłoczko [EMAIL PROTECTED]
-  [5.2.13.9-1]
-- now package is FHS 2.0 compliant.
-
-* Sun May  2 1999 Tomasz Kłoczko [EMAIL PROTECTED]
-  [5.2.13.8-1]
-- fixed memory allocation bug by Marcin Danecki (pdksh-alloc.patch).
-
-* Fri Mar  5 1999 Tomasz Kłoczko [EMAIL PROTECTED]
-  [5.2.13.7-2]
-- added symlink ksh - /bin/sh.
-
-* Wed Feb 24 1999 Tomasz Kłoczko [EMAIL PROTECTED]
-  [5.2.13.7-1]
-- removed man group from man pages,
-- added --enable-emacs, --enable-vi to configure parameters,
-- added LDFLAGS=-s to configure environment,
-- removed %{_bindir}/* symlinks,
-- added gzipping man pages,
-- added bzipping2 %doc,
-- added URL,
-- added Group(pl),
-- simplified %post, %postun.
-
-* Wed Oct 07 1998 Wojtek Ślusarczyk [EMAIL PROTECTED]
-  [5.2.12-3d]
-- translation modified for pl,
-- build from non root's account,
-- major changes of the spec file
-  (PLD spec file standard).
-
-* Thu Jul 23 1998 Wojtek Ślusarczyk [EMAIL PROTECTED]
-  [5.2.12-3]
-- build agains glibc-2.1,
-- start at RH spec file.


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pdksh.spec?r1=1.116r2=1.117f=u

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


SOURCES: f-spot-DESTDIR.patch (REMOVED), f-spot-ac.patch (REMOVED)...

2008-04-29 Thread wrobell
Author: wrobell  Date: Tue Apr 29 17:17:22 2008 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- fixed in f-spot 0.4.3

 Files affected:
SOURCES:
   f-spot-DESTDIR.patch (1.1 - NONE)  (REMOVED), f-spot-ac.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


SPECS: f-spot.spec - removed out of date patches

2008-04-29 Thread wrobell
Author: wrobell  Date: Tue Apr 29 17:18:59 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- removed out of date patches

 Files affected:
SPECS:
   f-spot.spec (1.78 - 1.79) 

 Diffs:


Index: SPECS/f-spot.spec
diff -u SPECS/f-spot.spec:1.78 SPECS/f-spot.spec:1.79
--- SPECS/f-spot.spec:1.78  Tue Apr 29 17:37:18 2008
+++ SPECS/f-spot.spec   Tue Apr 29 19:18:54 2008
@@ -19,12 +19,9 @@
 # Source0-md5: 8b9e21982f08bbac66b582bfd7515538
 Patch0:%{name}-exec.patch
 Patch1:%{name}-dir.patch
-Patch2:%{name}-ac.patch
-Patch3:%{name}-delete.patch
-# http://bugzilla.gnome.org/show_bug.cgi?id=516620
-Patch4:%{name}-DESTDIR.patch
-Patch5:%{name}-gtkhtml3.patch
-Patch6:%{name}-build.patch
+Patch2:%{name}-delete.patch
+Patch3:%{name}-gtkhtml3.patch
+Patch4:%{name}-build.patch
 URL:   http://www.gnome.org/projects/f-spot/
 BuildRequires: GConf2-devel = 2.14.0
 BuildRequires: autoconf
@@ -83,11 +80,9 @@
 %setup -q
 %patch0 -p1
 %patch1 -p0
-#%patch2 -p1
-#%patch3 -p0
-#%patch4 -p1
-#%patch5 -p1
-%patch6 -p1
+#%patch2 -p0
+#%patch3 -p1
+%patch4 -p1
 
 %build
 %{__intltoolize}
@@ -173,6 +168,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.79  2008-04-29 17:18:54  wrobell
+- removed out of date patches
+
 Revision 1.78  2008-04-29 15:37:18  wrobell
 - ver. 0.4.3 (nfy)
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/f-spot.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


SPECS: gparted.spec - updated to 0.3.7 - more verbose files - sugg...

2008-04-29 Thread megabajt
Author: megabajt Date: Tue Apr 29 18:11:05 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 0.3.7
- more verbose files
- suggests optional utilities

 Files affected:
SPECS:
   gparted.spec (1.32 - 1.33) 

 Diffs:


Index: SPECS/gparted.spec
diff -u SPECS/gparted.spec:1.32 SPECS/gparted.spec:1.33
--- SPECS/gparted.spec:1.32 Mon Aug 27 22:57:19 2007
+++ SPECS/gparted.spec  Tue Apr 29 20:11:00 2008
@@ -2,24 +2,34 @@
 Summary:   GNOME Partition Editor
 Summary(pl.UTF-8): Edytor partycji dla GNOME
 Name:  gparted
-Version:   0.3.3
-Release:   6
-License:   GPL
-Group: Applications/System
+Version:   0.3.7
+Release:   1
+License:   GPL v2
+Group: X11/Applications
 Source0:   http://dl.sourceforge.net/gparted/%{name}-%{version}.tar.bz2
-# Source0-md5: f3d16ccfda72fa1dac9fa1ff9ded2c42
+# Source0-md5: 6a96ab9b8871a58b6ca74941c30ab812
 Patch0:%{name}-desktop.patch
 URL:   http://gparted.sourceforge.net/
 BuildRequires: autoconf
-BuildRequires: automake
+BuildRequires: automake = 1:1.9
 BuildRequires: gettext-devel
-BuildRequires: gtkmm-devel = 2.4.0
-BuildRequires: intltool
+BuildRequires: gtkmm-devel = 2.10.0
+BuildRequires: intltool = 0.36.0
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
+BuildRequires: libuuid-devel
 BuildRequires: parted-devel = 1.7.1
 BuildRequires: pkgconfig
+Requires:  hal = 0.5.10
 Requires:  parted = 1.7.1
+Suggests:  dosfstools
+Suggests:  e2fsprogs
+Suggests:  hfsutils
+Suggests:  jfsutils
+Suggests:  ntfsprogs
+Suggests:  reiser4progs
+Suggests:  reiserfsprogs
+Suggests:  xfsprogs
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -40,6 +50,7 @@
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 %configure
 %{__make}
@@ -50,9 +61,6 @@
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
-# Are these includes required?
-rm -rf $RPM_BUILD_ROOT%{_includedir}/GParted
-
 %find_lang %{name}
 
 %clean
@@ -60,10 +68,12 @@
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog
-%attr(755,root,root) %{_bindir}/*
-%{_desktopdir}/*.desktop
-%{_pixmapsdir}/*.png
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_sbindir}/gparted
+%attr(755,root,root) %{_sbindir}/gpartedbin
+%{_desktopdir}/gparted.desktop
+%{_pixmapsdir}/gparted.png
+%{_mandir}/man8/gparted.8*
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
 %changelog
@@ -71,6 +81,11 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.33  2008-04-29 18:11:00  megabajt
+- updated to 0.3.7
+- more verbose files
+- suggests optional utilities
+
 Revision 1.32  2007-08-27 20:57:19  megabajt
 - added %{__intltoolize}
 - release 6


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gparted.spec?r1=1.32r2=1.33f=u

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


DISTFILES: gparted-0.3.7.tar.bz2

2008-04-29 Thread megabajt

Files fetched: 1

STORED: http://dl.sourceforge.net/gparted/gparted-0.3.7.tar.bz2
6a96ab9b8871a58b6ca74941c30ab812  gparted-0.3.7.tar.bz2
Size: 567246 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


SOURCES: gparted-desktop.patch - updated for 0.3.7

2008-04-29 Thread megabajt
Author: megabajt Date: Tue Apr 29 18:11:21 2008 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- updated for 0.3.7

 Files affected:
SOURCES:
   gparted-desktop.patch (1.3 - 1.4) 

 Diffs:


Index: SOURCES/gparted-desktop.patch
diff -u SOURCES/gparted-desktop.patch:1.3 SOURCES/gparted-desktop.patch:1.4
--- SOURCES/gparted-desktop.patch:1.3   Fri Nov 25 23:58:10 2005
+++ SOURCES/gparted-desktop.patch   Tue Apr 29 20:11:16 2008
@@ -1,10 +1,10 @@
-diff -urN gparted-0.0.5.orig/gparted.desktop.in 
gparted-0.0.5/gparted.desktop.in
 gparted-0.0.5.orig/gparted.desktop.in  2004-10-01 01:06:23.840158368 
+0200
-+++ gparted-0.0.5/gparted.desktop.in   2004-10-01 01:08:11.499791616 +0200
+diff -urN gparted-0.3.7/gparted.desktop.in.in 
gparted-0.3.7.new/gparted.desktop.in.in
+--- gparted-0.3.7/gparted.desktop.in.in2008-04-29 16:17:29.0 
+0200
 gparted-0.3.7.new/gparted.desktop.in.in2008-04-29 19:44:11.0 
+0200
 @@ -5,5 +5,5 @@
- Exec=gparted
+ Icon=gparted
  Terminal=false
  Type=Application
--Categories=GNOME;Application;System;
+-Categories=GNOME;System;
 +Categories=GTK;System;Filesystem;
  StartupNotify=true


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/gparted-desktop.patch?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


DISTFILES: ristretto-0.0.18.tar.gz

2008-04-29 Thread glen

Files fetched: 1

STORED: http://goodies.xfce.org/releases/ristretto/ristretto-0.0.18.tar.gz
8214155cfa56cb2947e599a998bd285c  ristretto-0.0.18.tar.gz
Size: 240127 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


SPECS: ristretto.spec - upgrade to 0.0.18 version - add missing BR...

2008-04-29 Thread glen
Author: glen Date: Tue Apr 29 19:57:38 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- upgrade to 0.0.18 version
- add missing BR
- fix wrong pt_PT locale filename
  by kiesiu kiesyoo#o2.pl

 Files affected:
SPECS:
   ristretto.spec (1.5 - 1.6) 

 Diffs:


Index: SPECS/ristretto.spec
diff -u SPECS/ristretto.spec:1.5 SPECS/ristretto.spec:1.6
--- SPECS/ristretto.spec:1.5Tue Dec 25 21:55:29 2007
+++ SPECS/ristretto.specTue Apr 29 21:57:33 2008
@@ -2,17 +2,18 @@
 Summary:   Picture-viewer for the Xfce desktop environment
 Summary(pl.UTF-8): Przeglądarka obrazów dla środowiska Xfce
 Name:  ristretto
-Version:   0.0.15
+Version:   0.0.18
 Release:   1
 License:   GPL v2
 Group: X11/Applications/Graphics
 Source0:   
http://goodies.xfce.org/releases/ristretto/%{name}-%{version}.tar.gz
-# Source0-md5: c41edae8c9e6c4f4db6f2c9a546625fb
+# Source0-md5: 8214155cfa56cb2947e599a998bd285c
 URL:   http://goodies.xfce.org/projects/applications/ristretto/
 BuildRequires: Thunar-devel = 0.4.0
 BuildRequires: autoconf = 2.50
 BuildRequires: automake
 BuildRequires: dbus-glib-devel = 0.34
+BuildRequires: gettext-devel
 BuildRequires: glib2-devel = 1:2.12.0
 BuildRequires: gtk+2-devel = 2:2.10.0
 BuildRequires: intltool = 0.31
@@ -46,7 +47,6 @@
 %{__automake}
 %configure \
--disable-static
-
 %{__make}
 
 %install
@@ -56,6 +56,7 @@
DESTDIR=$RPM_BUILD_ROOT
 
 mv -f $RPM_BUILD_ROOT%{_datadir}/locale/{nb_NO,nb}
+mv -f $RPM_BUILD_ROOT%{_datadir}/locale/{pt_PT,pt}
 
 %find_lang %{name}
 
@@ -83,6 +84,12 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.6  2008-04-29 19:57:33  glen
+- upgrade to 0.0.18 version
+- add missing BR
+- fix wrong pt_PT locale filename
+  by kiesiu kiesyoo#o2.pl
+
 Revision 1.5  2007-12-25 20:55:29  zbyniu
 - up to 0.0.15
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ristretto.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


SPECS: kdelibs.spec - release 11.

2008-04-29 Thread pluto
Author: plutoDate: Tue Apr 29 20:25:45 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- release 11.

 Files affected:
SPECS:
   kdelibs.spec (1.561 - 1.562) 

 Diffs:


Index: SPECS/kdelibs.spec
diff -u SPECS/kdelibs.spec:1.561 SPECS/kdelibs.spec:1.562
--- SPECS/kdelibs.spec:1.561Tue Apr 29 16:06:06 2008
+++ SPECS/kdelibs.spec  Tue Apr 29 22:25:40 2008
@@ -19,7 +19,7 @@
 Summary(uk.UTF-8): K Desktop Environment - Бібліотеки
 Name:  kdelibs
 Version:   3.5.9
-Release:   10
+Release:   11
 Epoch: 9
 License:   LGPL
 Group: X11/Libraries
@@ -1013,6 +1013,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.562  2008-04-29 20:25:40  pluto
+- release 11.
+
 Revision 1.561  2008-04-29 14:06:06  pluto
 - reorganize boost BRs (boost-devel = 1.35.0).
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kdelibs.spec?r1=1.561r2=1.562f=u

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


SOURCES (rpm-4_4_9): rpm-mktemperror.patch (NEW) - print error whe...

2008-04-29 Thread glen
Author: glen Date: Tue Apr 29 20:32:29 2008 GMT
Module: SOURCES   Tag: rpm-4_4_9
 Log message:
- print error when mktemp failed due tmpdir not existent

 Files affected:
SOURCES:
   rpm-mktemperror.patch (NONE - 1.1.2.1)  (NEW)

 Diffs:


Index: SOURCES/rpm-mktemperror.patch
diff -u /dev/null SOURCES/rpm-mktemperror.patch:1.1.2.1
--- /dev/null   Tue Apr 29 22:32:29 2008
+++ SOURCES/rpm-mktemperror.patch   Tue Apr 29 22:32:24 2008
@@ -0,0 +1,14 @@
+--- rpm-4.4.9/lib/misc.c~  2007-01-21 19:33:05.0 +0200
 rpm-4.4.9/lib/misc.c   2008-04-29 23:27:33.808321000 +0300
+@@ -176,8 +176,10 @@
+   /* XXX FIXME: errno may not be correct for ufdio */
+ } while ((fd == NULL || Ferror(fd))  errno == EEXIST);
+ 
+-if (fd == NULL || Ferror(fd))
++if (fd == NULL || Ferror(fd)) {
++  rpmError(RPMERR_SCRIPT, _(error creating temporary file %s\n), 
tempfn);
+   goto errxit;
++}
+ 
+ switch(temput) {
+ case URL_IS_PATH:

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


SPECS (AC-branch): util-vserver.spec - treat *~ as backup files (n...

2008-04-29 Thread glen
Author: glen Date: Tue Apr 29 20:35:10 2008 GMT
Module: SPECS Tag: AC-branch
 Log message:
- treat *~ as backup files (not just .~*~)
- improved pld patch with cache dir location

 Files affected:
SPECS:
   util-vserver.spec (1.138.2.37 - 1.138.2.38) 

 Diffs:


Index: SPECS/util-vserver.spec
diff -u SPECS/util-vserver.spec:1.138.2.37 SPECS/util-vserver.spec:1.138.2.38
--- SPECS/util-vserver.spec:1.138.2.37  Tue Apr 29 16:11:53 2008
+++ SPECS/util-vserver.spec Tue Apr 29 22:35:05 2008
@@ -59,6 +59,7 @@
 Patch14:   %{name}-rpmpath.patch
 Patch15:   %{name}-interfaces-ignore-cvs-dir.patch
 Patch16:   %{name}-personalitymachine.patch
+Patch17:   %{name}-backupfiles.patch
 URL:   http://savannah.nongnu.org/projects/util-vserver/
 BuildRequires: autoconf
 BuildRequires: automake = 1.9
@@ -404,6 +405,7 @@
 %patch14 -p1
 %patch15 -p1
 %patch16 -p1
+%patch17 -p1
 
 install %{SOURCE9} package-management.txt
 
@@ -628,7 +630,6 @@
 EOF
 
 install -d $RPM_BUILD_ROOT/var/cache/vservers/poldek
-ln -sf /var/cache/vservers/poldek $RPM_BUILD_ROOT/vservers/.pkg/poldek-cache
 
 # we have our own initscript which does the same
 rm -f $RPM_BUILD_ROOT/etc/rc.d/init.d/vservers-default
@@ -788,7 +789,6 @@
 %{_mandir}/man8/vtop.8*
 %attr(000,root,root) %dir /vservers
 %dir /vservers/.pkg
-/vservers/.pkg/poldek-cache
 %dir %{_localstatedir}/run/vservers
 %dir %{_localstatedir}/run/vservers.rev
 %dir %{_localstatedir}/run/vshelper
@@ -953,6 +953,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.138.2.38  2008-04-29 20:35:05  glen
+- treat *~ as backup files (not just .~*~)
+- improved pld patch with cache dir location
+
 Revision 1.138.2.37  2008-04-29 14:11:53  glen
 - keep poldek cache in /var/cache/vservers/poldek
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/util-vserver.spec?r1=1.138.2.37r2=1.138.2.38f=u

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


SOURCES: vrootdevices.init, vservers-legacy.init, rebootmgr.init, ...

2008-04-29 Thread glen
Author: glen Date: Tue Apr 29 20:43:42 2008 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- cosmetics

 Files affected:
SOURCES:
   vrootdevices.init (1.4 - 1.5) , vservers-legacy.init (1.2 - 1.3) , 
rebootmgr.init (1.2 - 1.3) , vprocunhide.init (1.10 - 1.11) 

 Diffs:


Index: SOURCES/vrootdevices.init
diff -u SOURCES/vrootdevices.init:1.4 SOURCES/vrootdevices.init:1.5
--- SOURCES/vrootdevices.init:1.4   Tue Jul  3 20:18:09 2007
+++ SOURCES/vrootdevices.init   Tue Apr 29 22:43:37 2008
@@ -4,6 +4,8 @@
 #
 # chkconfig:   345 97 03
 # description: Setup vroot devices for use inside vservers
+#
+# $Id$
 
 # Source function library
 . /etc/rc.d/init.d/functions
@@ -71,13 +73,13 @@
   stop)
stop
;;
-  status)
-   echo There is no way to tell
-   ;;
   restart|force-reload)
stop
start
;;
+  status)
+   echo There is no way to tell
+   ;;
   *)
msg_usage $0 {start|stop|restart|reload|force-reload|status}
exit 3


Index: SOURCES/vservers-legacy.init
diff -u SOURCES/vservers-legacy.init:1.2 SOURCES/vservers-legacy.init:1.3
--- SOURCES/vservers-legacy.init:1.2Sun May  8 14:14:07 2005
+++ SOURCES/vservers-legacy.initTue Apr 29 22:43:37 2008
@@ -2,6 +2,8 @@
 # chkconfig: 345 98 02
 # description: The vservers service is used to start and stop all
 #  the virtual servers.
+#
+# $Id$
 
 . /etc/init.d/functions
 
@@ -18,8 +20,7 @@
 sortserver(){
(
cd $__CONFDIR
-   for serv in *.conf
-   do
+   for serv in *.conf; do
test -f $serv || continue
 
PRIORITY=100
@@ -32,8 +33,7 @@
 
 startservers(){
cd $__CONFDIR
-   for name in `sortserver`
-   do
+   for name in $(sortserver); do
ONBOOT=
. $name.conf
if [ $ONBOOT = yes ] ; then
@@ -49,9 +49,9 @@
show Starting the virtual servers
busy
if [ $BACKGROUND = yes ] ; then
-   startservers /dev/tty8 /dev/tty8 2/dev/tty8 
+   startservers /dev/tty8 /dev/tty8 2/dev/tty8 
else
-   startservers
+   startservers
fi
touch /var/lock/subsys/vservers-legacy
ok
@@ -64,8 +64,8 @@
show Stopping the virtual servers
busy
cd $__CONFDIR
-   for name in `sortserver -r` ; do
-   $_VSERVER_LEGACY $name stop
+   for name in $(sortserver -r); do
+   $_VSERVER_LEGACY $name stop
done
rm -f /var/lock/subsys/vservers-legacy
ok
@@ -78,25 +78,22 @@
$0 start
;;
   status)
-   if [ -f /var/lock/subsys/vservers-legacy ] ; then
+   if [ -f /var/lock/subsys/vservers-legacy ]; then
cd $__CONFDIR
-   for serv in *.conf ; do
-   ONBOOT=no
-   name=`basename $serv .conf`
-   . $serv
-   echo -n ONBOOT=$ONBOOT  
-   $_VSERVER_LEGACY $name running
+   for serv in *.conf; do
+   ONBOOT=no
+   name=$(basename $serv .conf)
+   . $serv
+   echo -n ONBOOT=$ONBOOT  
+   $_VSERVER_LEGACY $name running
done
else
msg_not_running virtual servers
fi
;;
   *)
-   echo Usage: vservers {start|stop|restart|status}
-   exit 1
+   msg_usage $0 {start|stop|restart|status}
+   exit 3
 esac
 
 exit $RETVAL
-
-# This must be last line !
-# vi:syntax=sh:tw=78:ts=8:sw=4


Index: SOURCES/rebootmgr.init
diff -u SOURCES/rebootmgr.init:1.2 SOURCES/rebootmgr.init:1.3
--- SOURCES/rebootmgr.init:1.2  Sun May  8 14:14:07 2005
+++ SOURCES/rebootmgr.init  Tue Apr 29 22:43:37 2008
@@ -5,6 +5,8 @@
 #  the /sbin/vreboot command to talk with the reboot manager
 # processname: rebootmgr
 # config: /etc/vservers
+#
+# $Id$
 
 . /etc/init.d/functions
 
@@ -17,18 +19,18 @@
 
 # See how we were called.
 case $1 in
-start)
-   if [ ! -f /var/lock/subsys/rebootmgr ] ; then
+  start)
+   if [ ! -f /var/lock/subsys/rebootmgr ] ; then
show Starting the legacy vserver reboot manager
busy
cd $__CONFDIR
VSERVERS=
-   for serv in *.conf ; do
-   [ -f $serv ] || continue
-   serv=`basename $serv .conf`
-   if [ -d $__DEFAULT_VSERVERDIR/$serv ] ; then
-   VSERVERS=$VSERVERS $serv
-   fi
+   for serv in *.conf; do
+   [ -f $serv ] || continue
+   serv=`basename $serv .conf`
+ 

SOURCES: vservers-legacy.init - use functions

2008-04-29 Thread glen
Author: glen Date: Tue Apr 29 20:45:34 2008 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- use functions

 Files affected:
SOURCES:
   vservers-legacy.init (1.3 - 1.4) 

 Diffs:


Index: SOURCES/vservers-legacy.init
diff -u SOURCES/vservers-legacy.init:1.3 SOURCES/vservers-legacy.init:1.4
--- SOURCES/vservers-legacy.init:1.3Tue Apr 29 22:43:37 2008
+++ SOURCES/vservers-legacy.initTue Apr 29 22:45:28 2008
@@ -21,12 +21,12 @@
(
cd $__CONFDIR
for serv in *.conf; do
-   test -f $serv || continue
+test -f $serv || continue
 
PRIORITY=100
. $serv
test $ONBOOT || continue
-   printf %03d %s\n $PRIORITY `basename $serv .conf`
+   printf %03d %s\n $PRIORITY $(basename $serv .conf)
done
) | sort $* | (while read a b; do echo $b; done)
 }
@@ -42,9 +42,7 @@
done
 }
 
-# See how we were called.
-case $1 in
-  start)
+start() {
if [ ! -f /var/lock/subsys/vservers-legacy ] ; then
show Starting the virtual servers
busy
@@ -58,8 +56,9 @@
else
msg_already_running virtual servers
fi
-   ;;
-  stop)
+}
+
+stop() {
if [ -f /var/lock/subsys/vservers-legacy ] ; then
show Stopping the virtual servers
busy
@@ -72,10 +71,20 @@
else
msg_not_running virtual servers
fi
+}
+
+RETVAL=0
+# See how we were called.
+case $1 in
+  start)
+   start
+   ;;
+  stop)
+   stop
;;
   restart)
-   $0 stop
-   $0 start
+   stop
+   start
;;
   status)
if [ -f /var/lock/subsys/vservers-legacy ]; then


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/vservers-legacy.init?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


SOURCES: rebootmgr.init - use functions, use $RETVAL

2008-04-29 Thread glen
Author: glen Date: Tue Apr 29 20:46:33 2008 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- use functions, use $RETVAL

 Files affected:
SOURCES:
   rebootmgr.init (1.3 - 1.4) 

 Diffs:


Index: SOURCES/rebootmgr.init
diff -u SOURCES/rebootmgr.init:1.3 SOURCES/rebootmgr.init:1.4
--- SOURCES/rebootmgr.init:1.3  Tue Apr 29 22:43:37 2008
+++ SOURCES/rebootmgr.init  Tue Apr 29 22:46:28 2008
@@ -17,9 +17,7 @@
 fi
 . $UTIL_VSERVER_VARS
 
-# See how we were called.
-case $1 in
-  start)
+start() {
if [ ! -f /var/lock/subsys/rebootmgr ] ; then
show Starting the legacy vserver reboot manager
busy
@@ -38,8 +36,9 @@
else
msg_already_running legacy vserver reboot manager
fi
-   ;;
-  stop)
+}
+
+stop() {
if [ -f /var/lock/subsys/rebootmgr ] ; then
show Stopping the legacy vserver reboot manager
busy
@@ -50,10 +49,20 @@
else
msg_not_running legacy vserver reboot manager
fi
+}
+
+RETVAL=0
+# See how we were called.
+case $1 in
+  start)
+   start
+   ;;
+  stop)
+   stop
;;
   restart)
-   $0 stop
-   $0 start
+   stop
+   start
;;
   status)
if [ -f /var/run/rebootmgr.pid ] ; then
@@ -69,4 +78,4 @@
exit 3
 esac
 
-exit 0
+exit $RETVAL


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/rebootmgr.init?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


SPECS (AC-branch): util-vserver.spec - vserver build works again; ...

2008-04-29 Thread glen
Author: glen Date: Tue Apr 29 20:52:36 2008 GMT
Module: SPECS Tag: AC-branch
 Log message:
- vserver build works again; rel 5

 Files affected:
SPECS:
   util-vserver.spec (1.138.2.38 - 1.138.2.39) 

 Diffs:


Index: SPECS/util-vserver.spec
diff -u SPECS/util-vserver.spec:1.138.2.38 SPECS/util-vserver.spec:1.138.2.39
--- SPECS/util-vserver.spec:1.138.2.38  Tue Apr 29 22:35:05 2008
+++ SPECS/util-vserver.spec Tue Apr 29 22:52:31 2008
@@ -21,7 +21,7 @@
 Summary(pl.UTF-8): Narzędzia dla linuksowych serwerów wirtualnych
 Name:  util-vserver
 Version:   0.30.214
-Release:   4
+Release:   5
 License:   GPL
 Group: Applications/System
 Source0:   
http://ftp.linux-vserver.org/pub/utils/util-vserver/%{name}-%{version}.tar.bz2
@@ -953,6 +953,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.138.2.39  2008-04-29 20:52:31  glen
+- vserver build works again; rel 5
+
 Revision 1.138.2.38  2008-04-29 20:35:05  glen
 - treat *~ as backup files (not just .~*~)
 - improved pld patch with cache dir location


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/util-vserver.spec?r1=1.138.2.38r2=1.138.2.39f=u

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


SOURCES: util-vserver-pld.patch - force %_tmppath /tmp for vserver...

2008-04-29 Thread glen
Author: glen Date: Tue Apr 29 20:53:26 2008 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- force %_tmppath /tmp for vservers. be this end of tmpdir problems

 Files affected:
SOURCES:
   util-vserver-pld.patch (1.35 - 1.36) 

 Diffs:


Index: SOURCES/util-vserver-pld.patch
diff -u SOURCES/util-vserver-pld.patch:1.35 SOURCES/util-vserver-pld.patch:1.36
--- SOURCES/util-vserver-pld.patch:1.35 Tue Apr 29 17:10:05 2008
+++ SOURCES/util-vserver-pld.patch  Tue Apr 29 22:53:21 2008
@@ -114,13 +114,14 @@
 +path   = %{_pld_main_prefix}/test/%{_arch}/
 +auto   = no
 +autoup = no
 util-vserver-0.30.214.org/distrib/pld-ac/rpm/macros1970-01-01 
01:00:00.0 +0100
-+++ util-vserver-0.30.214/distrib/pld-ac/rpm/macros2007-11-15 
23:20:48.181172125 +0100
-@@ -0,0 +1,4 @@
+--- util-vserver-0.30.214/distrib/pld-ac/rpm/macros2007-11-15 
23:20:48.181172125 +0100
 util-vserver-0.30.214/distrib/pld-ac/rpm/macros2008-04-29 
23:36:23.674175489 +0300
+@@ -0,0 +1,5 @@
 +# Because of https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=52725
 +# you have to use at least one language beside 'C'
 +%_install_langs   C:en:pl
 +%_netsharedpath   /dev
++%_tmppath /tmp
 --- util-vserver-0.30.214/distrib/pld-th/pkgs/01   2007-11-15 
23:20:48.181172125 +0100
 +++ util-vserver-0.30.214/distrib/pld-th/pkgs/01   2008-03-25 
23:05:18.538916218 +0200
 @@ -0,0 +1,6 @@
@@ -200,11 +201,12 @@
 +autoup = no
 --- util-vserver-0.30.214.org/distrib/pld-th/rpm/macros1970-01-01 
01:00:00.0 +0100
 +++ util-vserver-0.30.214/distrib/pld-th/rpm/macros2007-11-15 
23:20:48.184505622 +0100
-@@ -0,0 +1,4 @@
+@@ -0,0 +1,5 @@
 +# Because of https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=52725
 +# you have to use at least one language beside 'C'
 +%_install_langs   C:en:pl
 +%_netsharedpath   /dev
++%_tmppath /tmp
 --- util-vserver-0.30.214/distrib/pld-ti/pkgs/01   2007-11-15 
23:20:48.181172125 +0100
 +++ util-vserver-0.30.214/distrib/pld-ti/pkgs/01   2008-03-25 
23:05:18.538916218 +0200
 @@ -0,0 +1,6 @@
@@ -265,11 +267,12 @@
 +autoup = no
 --- util-vserver-0.30.214.org/distrib/pld-ti/rpm/macros1970-01-01 
01:00:00.0 +0100
 +++ util-vserver-0.30.214/distrib/pld-ti/rpm/macros2007-11-15 
23:20:48.221174080 +0100
-@@ -0,0 +1,4 @@
+@@ -0,0 +1,5 @@
 +# Because of https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=52725
 +# you have to use at least one language beside 'C'
 +%_install_langs   C:en:pl
 +%_netsharedpath   /dev
++%_tmppath /tmp
 --- util-vserver-0.30.214.org/scripts/functions2007-09-02 
22:06:41.0 +0200
 +++ util-vserver-0.30.214/scripts/functions2007-11-15 23:20:48.221174080 
+0100
 @@ -403,6 +403,20 @@


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/util-vserver-pld.patch?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


SPECS (AC-branch): rpm.spec - print error when tempfile creation f...

2008-04-29 Thread glen
Author: glen Date: Tue Apr 29 20:54:37 2008 GMT
Module: SPECS Tag: AC-branch
 Log message:
- print error when tempfile creation failed; rel 67

 Files affected:
SPECS:
   rpm.spec (1.837.2.42.2.43 - 1.837.2.42.2.44) 

 Diffs:


Index: SPECS/rpm.spec
diff -u SPECS/rpm.spec:1.837.2.42.2.43 SPECS/rpm.spec:1.837.2.42.2.44
--- SPECS/rpm.spec:1.837.2.42.2.43  Fri Apr 25 16:04:16 2008
+++ SPECS/rpm.spec  Tue Apr 29 22:54:32 2008
@@ -36,7 +36,7 @@
 Summary(uk.UTF-8): Менеджер пакетів від RPM
 Name:  rpm
 Version:   4.4.9
-Release:   66
+Release:   67
 License:   LGPL
 Group: Base
 Source0:   http://rpm5.org/files/rpm/rpm-4.4/%{name}-%{version}.tar.gz
@@ -135,6 +135,7 @@
 #Patch71:  %{name}-rpm5-patchset-10061.patch
 Patch72:   %{name}-rpm5-patchset-7657.patch
 Patch73:   %{name}-namespace-probe.patch
+Patch74:   %{name}-mktemperror.patch
 URL:   http://rpm5.org/
 BuildRequires: autoconf = 2.57
 BuildRequires: automake = 1.4
@@ -721,6 +722,7 @@
 #%patch71 -p0
 %patch72 -p0
 %patch73 -p1
+%patch74 -p1
 
 mv -f scripts/{perl.req,perl.req.in}
 mv -f scripts/{perl.prov,perl.prov.in}
@@ -1340,6 +1342,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.837.2.42.2.44  2008-04-29 20:54:32  glen
+- print error when tempfile creation failed; rel 67
+
 Revision 1.837.2.42.2.43  2008-04-25 14:04:16  glen
 - resolves also pld bug #120
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rpm.spec?r1=1.837.2.42.2.43r2=1.837.2.42.2.44f=u

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


SPECS: util-vserver.spec - use /var/cache/... for poldek cache - t...

2008-04-29 Thread glen
Author: glen Date: Tue Apr 29 20:57:33 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- use /var/cache/... for poldek cache
- treat *~ as backup files not just *.~*~
- force /tmp tmppath for rpm to overcome various rpm problems
- rel 4

 Files affected:
SPECS:
   util-vserver.spec (1.188 - 1.189) 

 Diffs:


Index: SPECS/util-vserver.spec
diff -u SPECS/util-vserver.spec:1.188 SPECS/util-vserver.spec:1.189
--- SPECS/util-vserver.spec:1.188   Sat Mar 29 14:45:59 2008
+++ SPECS/util-vserver.spec Tue Apr 29 22:57:28 2008
@@ -1,6 +1,5 @@
 # $Revision$, $Date$
 # TODO
-# - somewhy empty /var/cache/vservers is needed when building pld vserver
 # - make build create /dev/std{in,out,err} links
 # - reject install in %%pretrans if /proc/virtual/info has incompatible version
 # - unpackaged
@@ -22,7 +21,7 @@
 Summary(pl.UTF-8): Narzędzia dla linuksowych serwerów wirtualnych
 Name:  util-vserver
 Version:   0.30.215
-Release:   3
+Release:   4
 License:   GPL
 Group: Applications/System
 Source0:   
http://ftp.linux-vserver.org/pub/utils/util-vserver/%{name}-%{version}.tar.bz2
@@ -60,6 +59,7 @@
 Patch14:   %{name}-rpmpath.patch
 Patch15:   %{name}-interfaces-ignore-cvs-dir.patch
 Patch16:   %{name}-personalitymachine.patch
+Patch17:   %{name}-backupfiles.patch
 URL:   http://savannah.nongnu.org/projects/util-vserver/
 BuildRequires: autoconf
 BuildRequires: automake = 1.9
@@ -405,6 +405,7 @@
 %patch14 -p1
 %patch15 -p1
 %patch16 -p1
+%patch17 -p1
 
 install %{SOURCE9} package-management.txt
 
@@ -628,8 +629,7 @@
 noarch-[^-]*-.*
 EOF
 
-# XXX baggins check this: needed but seems unused
-install -d $RPM_BUILD_ROOT/var/cache/vservers
+install -d $RPM_BUILD_ROOT/var/cache/vservers/poldek
 
 # we have our own initscript which does the same
 rm -f $RPM_BUILD_ROOT/etc/rc.d/init.d/vservers-default
@@ -797,6 +797,7 @@
 %dir %{_localstatedir}/run/vservers.rev
 %dir %{_localstatedir}/run/vshelper
 %dir /var/cache/vservers
+%dir /var/cache/vservers/poldek
 
 %files lib
 %defattr(644,root,root,755)
@@ -964,6 +965,12 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.189  2008-04-29 20:57:28  glen
+- use /var/cache/... for poldek cache
+- treat *~ as backup files not just *.~*~
+- force /tmp tmppath for rpm to overcome various rpm problems
+- rel 4
+
 Revision 1.188  2008-03-29 13:45:59  hawk
 - release 3
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/util-vserver.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


SOURCES: util-vserver-backupfiles.patch (NEW) - treat *~ as backup...

2008-04-29 Thread glen
Author: glen Date: Tue Apr 29 20:59:16 2008 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- treat *~ as backups (vim), not just *.~*~

 Files affected:
SOURCES:
   util-vserver-backupfiles.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/util-vserver-backupfiles.patch
diff -u /dev/null SOURCES/util-vserver-backupfiles.patch:1.1
--- /dev/null   Tue Apr 29 22:59:16 2008
+++ SOURCES/util-vserver-backupfiles.patch  Tue Apr 29 22:59:11 2008
@@ -0,0 +1,13 @@
+*~ are backup files too, created by vim in certain configurations
+
+--- util-vserver-0.30.214/scripts/functions~   2008-04-29 17:21:44.0 
+0300
 util-vserver-0.30.214/scripts/functions2008-04-29 17:21:45.490461173 
+0300
+@@ -73,7 +73,7 @@
+ test ${2:--f} $1 || return 1
+ 
+ case $1 in
+-  (*.rpmsave|*.rpmnew|*.rpmorig|*.cfsaved*|*.~*~) return 1;;
++  (*.rpmsave|*.rpmnew|*.rpmorig|*.cfsaved*|*~)return 1;;
+ esac
+ 
+ return 0

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


SVN: PLD-doc/book/pl_book__konfiguracja/sysconfig/timezone.sec

2008-04-29 Thread qwiat
Author: qwiat
Date: Tue Apr 29 23:08:47 2008
New Revision: 9740

Modified:
   PLD-doc/book/pl_book__konfiguracja/sysconfig/timezone.sec
Log:
- update, thx to megabajt


Modified: PLD-doc/book/pl_book__konfiguracja/sysconfig/timezone.sec
==
--- PLD-doc/book/pl_book__konfiguracja/sysconfig/timezone.sec   (original)
+++ PLD-doc/book/pl_book__konfiguracja/sysconfig/timezone.sec   Tue Apr 29 
23:08:47 2008
@@ -14,19 +14,19 @@
geograficznym tak aby �atwiej by�o okre�li� w�a�ciw� stref�.
/para
para
-   Na pocz�tek zajmiemy si� zmienn�
-   emphasisZONE_INFO_AREA/emphasis, wskazuje ona na katalog z 
plikami
-   opisuj�cymi strefy, jak zapewne czytelnik zauwa�y cz��� z nich 
nie
-   jest przechowywania w podkatalogach, wtedy t� zmienn� nale�y 
ustawi�
-   pust�. W przypadku Polski wybieramy ustawiamy katalog jak w
-   poni�szym przyk�adzie:  
-   screenZONE_INFO_AREA=Europe/screen
+   W productnameAc/productname ustawiamy zmienne
+   emphasisZONE_INFO_AREA/emphasis i 
emphasisTIME_ZONE/emphasis.
+   Opcje wskazuj� na katalog i plik opisuj�cy stref�, jak
+   zapewne czytelnik zauwa�y, cz��� z nich nie jest przechowywania
+   w podkatalogach, wtedy t� zmienn� nale�y ustawi�
+   pust�. Dla Polski wybieramy podajemy nast�puj�ce warto�ci:  

+   screenZONE_INFO_AREA=Europe
+TIME_ZONE=Warsaw/screen
/para
para
-   Opcja emphasisTIME_ZONE/emphasis wskazuje plik opisuj�cy
-   dok�adnie po�o�enie geograficzne, w przypadku Polski ustawiamy
-   nast�puj�c� warto��:
-   screenTIME_ZONE=Warsaw/screen
+   W productnameTh/productname powy�sze opcje zosta�y 
zast�pione
+   przez emphasisTIMEZONE/emphasis, tutaj warto�ci oddzielamy 
slashem:
+   screenTIMEZONE=Europe/Warsaw/screen
/para
para
Aby zmiany odnios�y skutek musimy zrestartowa� odpowiedni skrypt
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: phpMyAdmin.spec - updated to 2.11.6

2008-04-29 Thread paszczus
Author: paszczus Date: Tue Apr 29 21:12:51 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 2.11.6

 Files affected:
SPECS:
   phpMyAdmin.spec (1.180 - 1.181) 

 Diffs:


Index: SPECS/phpMyAdmin.spec
diff -u SPECS/phpMyAdmin.spec:1.180 SPECS/phpMyAdmin.spec:1.181
--- SPECS/phpMyAdmin.spec:1.180 Mon Apr 28 15:50:13 2008
+++ SPECS/phpMyAdmin.spec   Tue Apr 29 23:12:45 2008
@@ -2,12 +2,12 @@
 Summary:   phpMyAdmin - web-based MySQL administration
 Summary(pl.UTF-8): phpMyAdmin - administracja bazami MySQL przez WWW
 Name:  phpMyAdmin
-Version:   2.11.5.2
+Version:   2.11.6
 Release:   1
 License:   GPL v2
 Group: Applications/Databases/Interfaces
 Source0:   
http://dl.sourceforge.net/phpmyadmin/%{name}-%{version}-all-languages.tar.bz2
-# Source0-md5: 17ac7e34fe4ed70385d166d7fb4f9f3d
+# Source0-md5: 0477a97e80e12c97fef671365db910a5
 Source1:   %{name}.conf
 Source2:   %{name}-lighttpd.conf
 Patch0:%{name}-config.patch
@@ -148,6 +148,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.181  2008-04-29 21:12:45  paszczus
+- updated to 2.11.6
+
 Revision 1.180  2008-04-28 13:50:13  blues
 - require webserver(alias)
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/phpMyAdmin.spec?r1=1.180r2=1.181f=u

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


DISTFILES: phpMyAdmin-2.11.6-all-languages.tar.bz2

2008-04-29 Thread paszczus

Files fetched: 1

STORED: 
http://dl.sourceforge.net/phpmyadmin/phpMyAdmin-2.11.6-all-languages.tar.bz2
0477a97e80e12c97fef671365db910a5  
phpMyAdmin-2.11.6-all-languages.tar.bz2
Size: 3097302 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


SPECS (AC-branch): e2fsprogs.spec - separate -libs to kill main pk...

2008-04-29 Thread glen
Author: glen Date: Tue Apr 29 21:22:16 2008 GMT
Module: SPECS Tag: AC-branch
 Log message:
- separate -libs to kill main pkg dep from -devel; rel 5

 Files affected:
SPECS:
   e2fsprogs.spec (1.170.2.5 - 1.170.2.6) 

 Diffs:


Index: SPECS/e2fsprogs.spec
diff -u SPECS/e2fsprogs.spec:1.170.2.5 SPECS/e2fsprogs.spec:1.170.2.6
--- SPECS/e2fsprogs.spec:1.170.2.5  Thu Apr  3 17:24:18 2008
+++ SPECS/e2fsprogs.specTue Apr 29 23:22:11 2008
@@ -36,7 +36,7 @@
 Summary(zh_TW.UTF-8):  用於管理 ext2 檔案系統的工具程式。
 Name:  e2fsprogs
 Version:   1.40.4
-Release:   4
+Release:   5
 License:   GPL v2 (with LGPL v2 and BSD parts)
 Group: Applications/System
 Source0:   http://dl.sourceforge.net/e2fsprogs/%{name}-%{version}.tar.gz
@@ -291,6 +291,13 @@
 创建测试范例)、 tune2fs(用于修改文件系统参数)和其它大多数核心
 ext2fs 文件系统实用程序。
 
+%package libs
+Summary:   ext2 filesystem-specific libraries
+Group: Libraries
+
+%description libs
+ext2 filesystem-specific libraries.
+
 %package devel
 Summary:   ext2 filesystem-specific libraries and headers
 Summary(cs.UTF-8): Knihovny a hlavičkové soubory pro systém souborů ext2
@@ -315,7 +322,7 @@
 Summary(zh_CN.UTF-8):  ext2 文件系统特有的静态库和头文件。
 Summary(zh_TW.UTF-8):  ext2 檔案系統特定的靜態函式庫與表頭。
 Group: Development/Libraries
-Requires:  %{name} = %{version}-%{release}
+Requires:  %{name}-libs = %{version}-%{release}
 Requires:  libcom_err-devel = %{version}-%{release}
 Requires:  libuuid-devel = %{version}-%{release}
 Obsoletes: libext2fs2-devel
@@ -565,6 +572,7 @@
 Summary(pl.UTF-8): Sprawdzenie i naprawa linuksowego systemu plików
 Group: Applications/System
 Requires:  libuuid = %{version}-%{release}
+Requires:  %{name}-libs = %{version}-%{release}
 
 %description -n fsck
 Check and repair a Linux file system.
@@ -694,13 +702,14 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
-/sbin/ldconfig
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} 
/dev/null 21
-
-%postun
-/sbin/ldconfig
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} 
/dev/null 21
+%post -p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
+
+%postun -p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
+
+%post libs -p /sbin/ldconfig
+%postun libs -p /sbin/ldconfig
 
 %post  devel -p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
@@ -758,14 +767,6 @@
 %attr(755,root,root) %{_bindir}/mk_cmds
 %attr(755,root,root) %{_sbindir}/filefrag
 %attr(755,root,root) %{_sbindir}/mklost+found
-%if %{without allstatic}
-%attr(755,root,root) /%{_lib}/libe2p.so.*.*
-%attr(755,root,root) %ghost /%{_lib}/libe2p.so.2
-%attr(755,root,root) /%{_lib}/libext2fs.so.*.*
-%attr(755,root,root) %ghost /%{_lib}/libext2fs.so.2
-%attr(755,root,root) /%{_lib}/libss.so.*.*
-%attr(755,root,root) %ghost /%{_lib}/libss.so.2
-%endif
 %attr(755,root,root) %{_libdir}/e2initrd_helper
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/e2fsck.conf
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mke2fs.conf
@@ -867,6 +868,18 @@
 %{_datadir}/ss
 %{_infodir}/e2compr.info*
 
+%files libs
+%if %{without allstatic}
+%attr(755,root,root) /%{_lib}/libblkid.so.*.*
+%attr(755,root,root) %ghost /%{_lib}/libblkid.so.1
+%attr(755,root,root) /%{_lib}/libe2p.so.*.*
+%attr(755,root,root) %ghost /%{_lib}/libe2p.so.2
+%attr(755,root,root) /%{_lib}/libext2fs.so.*.*
+%attr(755,root,root) %ghost /%{_lib}/libext2fs.so.2
+%attr(755,root,root) /%{_lib}/libss.so.*.*
+%attr(755,root,root) %ghost /%{_lib}/libss.so.2
+%endif
+
 %files devel
 %defattr(644,root,root,755)
 %doc doc/libblkid.txt
@@ -950,10 +963,6 @@
 %files -n fsck
 %defattr(644,root,root,755)
 %attr(755,root,root) /sbin/fsck
-%if %{without allstatic}
-%attr(755,root,root) /%{_lib}/libblkid.so.*.*
-%attr(755,root,root) %ghost /%{_lib}/libblkid.so.1
-%endif
 %{_mandir}/man8/fsck.8*
 %lang(it) %{_mandir}/it/man8/fsck.8*
 %lang(ja) %{_mandir}/ja/man8/fsck.8*
@@ -972,6 +981,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.170.2.6  2008-04-29 21:22:11  glen
+- separate -libs to kill main pkg dep from -devel; rel 5
+
 Revision 1.170.2.5  2008-04-03 15:24:18  glen
 - release 4
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/e2fsprogs.spec?r1=1.170.2.5r2=1.170.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


SPECS: e2fsprogs.spec - separate -libs to kill main pkg dep from -...

2008-04-29 Thread glen
Author: glen Date: Tue Apr 29 21:24:11 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- separate -libs to kill main pkg dep from -devel; rel 3

 Files affected:
SPECS:
   e2fsprogs.spec (1.187 - 1.188) 

 Diffs:


Index: SPECS/e2fsprogs.spec
diff -u SPECS/e2fsprogs.spec:1.187 SPECS/e2fsprogs.spec:1.188
--- SPECS/e2fsprogs.spec:1.187  Mon Feb 11 20:48:57 2008
+++ SPECS/e2fsprogs.specTue Apr 29 23:24:05 2008
@@ -36,7 +36,7 @@
 Summary(zh_TW.UTF-8):  用於管理 ext2 檔案系統的工具程式。
 Name:  e2fsprogs
 Version:   1.40.6
-Release:   2
+Release:   3
 License:   GPL v2 (with LGPL v2 and BSD parts)
 Group: Applications/System
 Source0:   http://dl.sourceforge.net/e2fsprogs/%{name}-%{version}.tar.gz
@@ -288,6 +288,13 @@
 创建测试范例)、 tune2fs(用于修改文件系统参数)和其它大多数核心
 ext2fs 文件系统实用程序。
 
+%package libs
+Summary:   ext2 filesystem-specific libraries
+Group: Libraries
+
+%description libs
+ext2 filesystem-specific libraries.
+
 %package devel
 Summary:   ext2 filesystem-specific libraries and headers
 Summary(cs.UTF-8): Knihovny a hlavičkové soubory pro systém souborů ext2
@@ -312,7 +319,7 @@
 Summary(zh_CN.UTF-8):  ext2 文件系统特有的静态库和头文件。
 Summary(zh_TW.UTF-8):  ext2 檔案系統特定的靜態函式庫與表頭。
 Group: Development/Libraries
-Requires:  %{name} = %{version}-%{release}
+Requires:  %{name}-libs = %{version}-%{release}
 Requires:  libcom_err-devel = %{version}-%{release}
 Requires:  libuuid-devel = %{version}-%{release}
 Obsoletes: libext2fs2-devel
@@ -562,6 +569,7 @@
 Summary(pl.UTF-8): Sprawdzenie i naprawa linuksowego systemu plików
 Group: Applications/System
 Requires:  libuuid = %{version}-%{release}
+Requires:  %{name}-libs = %{version}-%{release}
 
 %description -n fsck
 Check and repair a Linux file system.
@@ -688,13 +696,14 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
-/sbin/ldconfig
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} 
/dev/null 21
-
-%postun
-/sbin/ldconfig
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} 
/dev/null 21
+%post -p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
+
+%postun -p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
+
+%post libs -p /sbin/ldconfig
+%postun libs -p /sbin/ldconfig
 
 %post  devel -p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
@@ -752,14 +761,6 @@
 %attr(755,root,root) %{_bindir}/mk_cmds
 %attr(755,root,root) %{_sbindir}/filefrag
 %attr(755,root,root) %{_sbindir}/mklost+found
-%if %{without allstatic}
-%attr(755,root,root) /%{_lib}/libe2p.so.*.*
-%attr(755,root,root) %ghost /%{_lib}/libe2p.so.2
-%attr(755,root,root) /%{_lib}/libext2fs.so.*.*
-%attr(755,root,root) %ghost /%{_lib}/libext2fs.so.2
-%attr(755,root,root) /%{_lib}/libss.so.*.*
-%attr(755,root,root) %ghost /%{_lib}/libss.so.2
-%endif
 %attr(755,root,root) %{_libdir}/e2initrd_helper
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/e2fsck.conf
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mke2fs.conf
@@ -861,6 +862,18 @@
 %{_datadir}/ss
 %{_infodir}/e2compr.info*
 
+%files libs
+%if %{without allstatic}
+%attr(755,root,root) /%{_lib}/libblkid.so.*.*
+%attr(755,root,root) %ghost /%{_lib}/libblkid.so.1
+%attr(755,root,root) /%{_lib}/libe2p.so.*.*
+%attr(755,root,root) %ghost /%{_lib}/libe2p.so.2
+%attr(755,root,root) /%{_lib}/libext2fs.so.*.*
+%attr(755,root,root) %ghost /%{_lib}/libext2fs.so.2
+%attr(755,root,root) /%{_lib}/libss.so.*.*
+%attr(755,root,root) %ghost /%{_lib}/libss.so.2
+%endif
+
 %files devel
 %defattr(644,root,root,755)
 %doc doc/libblkid.txt
@@ -944,10 +957,6 @@
 %files -n fsck
 %defattr(644,root,root,755)
 %attr(755,root,root) /sbin/fsck
-%if %{without allstatic}
-%attr(755,root,root) /%{_lib}/libblkid.so.*.*
-%attr(755,root,root) %ghost /%{_lib}/libblkid.so.1
-%endif
 %{_mandir}/man8/fsck.8*
 %lang(it) %{_mandir}/it/man8/fsck.8*
 %lang(ja) %{_mandir}/ja/man8/fsck.8*
@@ -966,6 +975,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.188  2008-04-29 21:24:05  glen
+- separate -libs to kill main pkg dep from -devel; rel 3
+
 Revision 1.187  2008-02-11 19:48:57  glen
 - rel 2
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/e2fsprogs.spec?r1=1.187r2=1.188f=u

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


SPECS (rpm-4_4_9): rpm.spec - print error when tempfile creation f...

2008-04-29 Thread glen
Author: glen Date: Tue Apr 29 21:42:07 2008 GMT
Module: SPECS Tag: rpm-4_4_9
 Log message:
- print error when tempfile creation failed; rel 67

 Files affected:
SPECS:
   rpm.spec (1.837.2.66 - 1.837.2.67) 

 Diffs:


Index: SPECS/rpm.spec
diff -u SPECS/rpm.spec:1.837.2.66 SPECS/rpm.spec:1.837.2.67
--- SPECS/rpm.spec:1.837.2.66   Fri Apr 25 16:04:16 2008
+++ SPECS/rpm.spec  Tue Apr 29 23:42:02 2008
@@ -36,7 +36,7 @@
 Summary(uk.UTF-8): Менеджер пакетів від RPM
 Name:  rpm
 Version:   4.4.9
-Release:   66.1
+Release:   67.1
 License:   LGPL
 Group: Base
 Source0:   http://rpm5.org/files/rpm/rpm-4.4/%{name}-%{version}.tar.gz
@@ -132,6 +132,7 @@
 #Patch71:  %{name}-rpm5-patchset-10061.patch
 Patch72:   %{name}-rpm5-patchset-7657.patch
 Patch73:   %{name}-namespace-probe.patch
+Patch74:   %{name}-mktemperror.patch
 URL:   http://rpm5.org/
 BuildRequires: autoconf = 2.57
 BuildRequires: automake = 1.4
@@ -716,6 +717,7 @@
 #%patch71 -p0
 %patch72 -p0
 %patch73 -p1
+%patch74 -p1
 
 mv -f scripts/{perl.req,perl.req.in}
 mv -f scripts/{perl.prov,perl.prov.in}
@@ -1298,6 +1300,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.837.2.67  2008-04-29 21:42:02  glen
+- print error when tempfile creation failed; rel 67
+
 Revision 1.837.2.66  2008-04-25 14:04:16  glen
 - resolves also pld bug #120
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rpm.spec?r1=1.837.2.66r2=1.837.2.67f=u

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


SVN: admin/dns/pld-linux.org.template

2008-04-29 Thread hawk
Author: hawk
Date: Tue Apr 29 23:58:24 2008
New Revision: 9741

Modified:
   admin/dns/pld-linux.org.template
Log:
- new IP for rescuecd (requested by areq)


Modified: admin/dns/pld-linux.org.template
==
--- admin/dns/pld-linux.org.template(original)
+++ admin/dns/pld-linux.org.templateTue Apr 29 23:58:24 2008
@@ -1,7 +1,7 @@
 $TTL 30m
 $ORIGIN .
 pld-linux.org  IN SOA  ns1.pld-linux.org. hostmaster.pld-linux.org. (
-   2008042800 ; serial
+   2008042900 ; serial
1h ; refresh
30m; retry
7d ; expire
@@ -176,7 +176,7 @@
 sleepwalkerA   91.198.97.7
 
 ; areq
-rescuecd   1h  A   91.193.145.250
+rescuecd   1h  A   91.193.144.110
 *.rescuecd 1h  CNAME   rescuecd
 rescue 1h  CNAME   rescuecd
 rcd1h  CNAME   rescuecd
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: claws-mail.spec - working URL

2008-04-29 Thread glen
Author: glen Date: Tue Apr 29 22:19:38 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- working URL

 Files affected:
SPECS:
   claws-mail.spec (1.163 - 1.164) 

 Diffs:


Index: SPECS/claws-mail.spec
diff -u SPECS/claws-mail.spec:1.163 SPECS/claws-mail.spec:1.164
--- SPECS/claws-mail.spec:1.163 Thu Apr 24 20:37:43 2008
+++ SPECS/claws-mail.spec   Wed Apr 30 00:19:33 2008
@@ -22,7 +22,7 @@
 Source0:   
http://dl.sourceforge.net/sylpheed-claws/%{name}-%{version}.tar.bz2
 # Source0-md5: acbfd919f7b633d51e96a0419ac07802
 Source1:   %{name}.desktop
-URL:   http://www.claws-mail.net/
+URL:   http://www.claws-mail.org/
 BuildRequires: aspell = 2:0.50
 BuildRequires: aspell-devel = 2:0.50
 BuildRequires: autoconf = 2.60
@@ -386,6 +386,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.164  2008-04-29 22:19:33  glen
+- working URL
+
 Revision 1.163  2008-04-24 18:37:43  glen
 - need new clam api fix
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/claws-mail.spec?r1=1.163r2=1.164f=u

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


SPECS: claws-mail.spec - update to 3.4.0, builds but no clamav plugin

2008-04-29 Thread glen
Author: glen Date: Tue Apr 29 22:26:50 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- update to 3.4.0, builds but no clamav plugin

 Files affected:
SPECS:
   claws-mail.spec (1.164 - 1.165) 

 Diffs:


Index: SPECS/claws-mail.spec
diff -u SPECS/claws-mail.spec:1.164 SPECS/claws-mail.spec:1.165
--- SPECS/claws-mail.spec:1.164 Wed Apr 30 00:19:33 2008
+++ SPECS/claws-mail.spec   Wed Apr 30 00:26:45 2008
@@ -15,12 +15,12 @@
 Summary:   A bleeding edge branch of Sylpheed, a GTK2 based, lightweight, 
and fast e-mail client
 Summary(pl.UTF-8): Rozwojowa wersja Sylpheed z dużą ilością zmian oraz 
ulepszeń
 Name:  claws-mail
-Version:   3.2.0
-Release:   2
+Version:   3.4.0
+Release:   0.1
 License:   GPL v3
 Group: X11/Applications/Networking
 Source0:   
http://dl.sourceforge.net/sylpheed-claws/%{name}-%{version}.tar.bz2
-# Source0-md5: acbfd919f7b633d51e96a0419ac07802
+# Source0-md5: ec5ee743baa198c7fd707b0461b6c68a
 Source1:   %{name}.desktop
 URL:   http://www.claws-mail.org/
 BuildRequires: aspell = 2:0.50
@@ -386,6 +386,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.165  2008-04-29 22:26:45  glen
+- update to 3.4.0, builds but no clamav plugin
+
 Revision 1.164  2008-04-29 22:19:33  glen
 - working URL
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/claws-mail.spec?r1=1.164r2=1.165f=u

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


DISTFILES: claws-mail-3.4.0.tar.bz2

2008-04-29 Thread glen

Files fetched: 1

STORED: http://dl.sourceforge.net/sylpheed-claws/claws-mail-3.4.0.tar.bz2
ec5ee743baa198c7fd707b0461b6c68a  claws-mail-3.4.0.tar.bz2
Size: 5999033 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


SPECS: claws-mail.spec - removed -plugin-clamav subpackage (clamav...

2008-04-29 Thread megabajt
Author: megabajt Date: Tue Apr 29 22:56:17 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- removed -plugin-clamav subpackage (clamav plugin has been removed from 
sources)
- release 1

 Files affected:
SPECS:
   claws-mail.spec (1.165 - 1.166) 

 Diffs:


Index: SPECS/claws-mail.spec
diff -u SPECS/claws-mail.spec:1.165 SPECS/claws-mail.spec:1.166
--- SPECS/claws-mail.spec:1.165 Wed Apr 30 00:26:45 2008
+++ SPECS/claws-mail.spec   Wed Apr 30 00:56:12 2008
@@ -1,9 +1,6 @@
 # $Revision$, $Date$
-# TODO
-# - clamav 0.93 api fix
 #
 # Conditional build:
-%bcond_without clamav  # build without clamav plugin
 %bcond_without compface# build without compface support
 %bcond_without gnomeprint  # build without gnomeprint support
 %bcond_without gpg # build without GPG support
@@ -16,7 +13,7 @@
 Summary(pl.UTF-8): Rozwojowa wersja Sylpheed z dużą ilością zmian oraz 
ulepszeń
 Name:  claws-mail
 Version:   3.4.0
-Release:   0.1
+Release:   1
 License:   GPL v3
 Group: X11/Applications/Networking
 Source0:   
http://dl.sourceforge.net/sylpheed-claws/%{name}-%{version}.tar.bz2
@@ -28,7 +25,6 @@
 BuildRequires: autoconf = 2.60
 BuildRequires: automake
 BuildRequires: bzip2-devel
-%{?with_clamav:BuildRequires:  clamav-devel}
 %{?with_compface:BuildRequires:compface-devel}
 BuildRequires: gettext-devel
 BuildRequires: gmp-devel
@@ -47,9 +43,11 @@
 Requires(post,postun): gtk+2
 Requires(post,postun): hicolor-icon-theme
 Provides:  sylpheed-claws
+Obsoletes: claws-mail-plugin-clamav
 Obsoletes: claws-mail-plugin-etpan-privacy
 Obsoletes: claws-mail-plugin-maildir
 Obsoletes: sylpheed-claws
+Obsoletes: sylpheed-claws-plugin-clamav
 Obsoletes: sylpheed-gtk2
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -86,7 +84,6 @@
 Group: X11/Applications/Networking
 Requires:  %{name} = %{version}-%{release}
 Requires:  %{name}-plugin-bogofilter = %{version}-%{release}
-%{?with_clamav:Requires:   %{name}-plugin-clamav = %{version}-%{release}}
 Requires:  %{name}-plugin-dillo = %{version}-%{release}
 %if %{with gpg}
 Requires:  %{name}-plugin-pgpinline = %{version}-%{release}
@@ -125,26 +122,6 @@
 usuwać listy oznaczone jako spam lub zapisywać je w dedykowanym
 folderze.
 
-%package plugin-clamav
-Summary:   clamav plugin for Claws-Mail
-Summary(pl.UTF-8): Wtyczka clamav dla Claws-Mail
-Group: X11/Applications/Networking
-Requires:  %{name} = %{version}-%{release}
-Provides:  sylpheed-claws-plugin-clamav
-Obsoletes: sylpheed-claws-plugin-clamav
-Conflicts: sylpheed-claws-plugins = 2.3.0-1
-
-%description plugin-clamav
-This plugin enables the scanning of message attachments in mail
-received from a POP, IMAP, or LOCAL account using Clam AntiVirus. It
-can optionally delete the mail or save it to a designated folder.
-
-%description plugin-clamav -l pl.UTF-8
-Ta wtyczka pozwala na lokalne skanowanie załączników z poczty
-otrzymanej przez POP, IMAP lub znajdującej się w lokalnych skrzynkach.
-Opcjonalnie może usuwać lub zapisywać zainfekowane listy w
-przeznaczonym do tego folderze.
-
 %package plugin-dillo
 Summary:   dillo plugin for Claws-Mail
 Summary(pl.UTF-8): Wtyczka dillo dla Claws-Mail
@@ -270,7 +247,6 @@
 %{__autoheader}
 %{__automake}
 %configure \
-   --%{?with_clamav:en}%{!?with_clamav:dis}able-clamav-plugin \
--%{?with_compface:en}%{!?with_compface:dis}able-compface \
--%{?with_gnomeprint:en}%{!?with_gnomeprint:dis}able-gnomeprint \
--%{?with_gpg:en}%{!?with_gpg:dis}able-pgpcore-plugin \
@@ -348,12 +324,6 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/%{name}/plugins/bogofilter.so
 
-%if %{with clamav}
-%files plugin-clamav
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/%{name}/plugins/clamav_plugin.so
-%endif
-
 %files plugin-dillo
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/%{name}/plugins/dillo_viewer.so
@@ -386,6 +356,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.166  2008-04-29 22:56:12  megabajt
+- removed -plugin-clamav subpackage (clamav plugin has been removed from 
sources)
+- release 1
+
 Revision 1.165  2008-04-29 22:26:45  glen
 - update to 3.4.0, builds but no clamav plugin
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/claws-mail.spec?r1=1.165r2=1.166f=u

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


SPECS: claws-mail-extra-plugins.spec - updated to 3.4.0

2008-04-29 Thread megabajt
Author: megabajt Date: Tue Apr 29 22:58:28 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 3.4.0

 Files affected:
SPECS:
   claws-mail-extra-plugins.spec (1.34 - 1.35) 

 Diffs:


Index: SPECS/claws-mail-extra-plugins.spec
diff -u SPECS/claws-mail-extra-plugins.spec:1.34 
SPECS/claws-mail-extra-plugins.spec:1.35
--- SPECS/claws-mail-extra-plugins.spec:1.34Sun Apr 13 18:58:52 2008
+++ SPECS/claws-mail-extra-plugins.spec Wed Apr 30 00:58:22 2008
@@ -2,14 +2,14 @@
 Summary:   Plugins for Claws-Mail (metapackage)
 Summary(pl.UTF-8): Wtyczki dla Claws-Mail (metapakiet)
 Name:  claws-mail-extra-plugins
-Version:   3.2.0
-Release:   3
+Version:   3.4.0
+Release:   1
 License:   GPL v3
 Group: Applications
 Source0:   
http://dl.sourceforge.net/sylpheed-claws/%{name}-%{version}.tar.bz2
-# Source0-md5: 452c32084c058312ff6231f544fa2d0d
+# Source0-md5: e7594eca0dbeb1849971b597d8392947
 URL:   http://www.claws-mail.net/plugins.php
-BuildRequires: claws-mail-devel = 3.2.0
+BuildRequires: claws-mail-devel = 3.4.0
 BuildRequires: curl-devel
 BuildRequires: ghostscript
 BuildRequires: libgtkhtml-devel
@@ -439,6 +439,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.35  2008-04-29 22:58:22  megabajt
+- updated to 3.4.0
+
 Revision 1.34  2008-04-13 16:58:52  arekm
 - release 3
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/claws-mail-extra-plugins.spec?r1=1.34r2=1.35f=u

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


DISTFILES: claws-mail-extra-plugins-3.4.0.tar.bz2

2008-04-29 Thread megabajt

Files fetched: 1

STORED: 
http://dl.sourceforge.net/sylpheed-claws/claws-mail-extra-plugins-3.4.0.tar.bz2
e7594eca0dbeb1849971b597d8392947  claws-mail-extra-plugins-3.4.0.tar.bz2
Size: 5158118 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


SOURCES: gcc-branch.diff.bz2 - updated.

2008-04-29 Thread pluto
Author: plutoDate: Tue Apr 29 23:25:11 2008 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- updated.

 Files affected:
SOURCES:
   gcc-branch.diff.bz2 (1.3 - 1.4) 

 Diffs:


Index: SOURCES/gcc-branch.diff.bz2
Binary file


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/gcc-branch.diff.bz2?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


SPECS: gmetadom.spec - $RPM_BUILD_ROOT%{_libdir}/ocaml/gdome2/*.{m...

2008-04-29 Thread tommat
Author: tommat   Date: Wed Apr 30 00:24:39 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- $RPM_BUILD_ROOT%{_libdir}/ocaml/gdome2/*.{ml,mli} missing when building 
  without ocaml

 Files affected:
SPECS:
   gmetadom.spec (1.36 - 1.37) 

 Diffs:


Index: SPECS/gmetadom.spec
diff -u SPECS/gmetadom.spec:1.36 SPECS/gmetadom.spec:1.37
--- SPECS/gmetadom.spec:1.36Sat Feb  2 02:18:45 2008
+++ SPECS/gmetadom.spec Wed Apr 30 02:24:34 2008
@@ -158,7 +158,9 @@
 install -d $RPM_BUILD_ROOT%{_examplesdir}/ocaml-gdome2-%{version}
 install src/gdome_caml/examples/*.ml 
$RPM_BUILD_ROOT%{_examplesdir}/ocaml-gdome2-%{version}
 
+%if %{with ocaml}
 rm $RPM_BUILD_ROOT%{_libdir}/ocaml/gdome2/*.{ml,mli}
+%endif
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -207,6 +209,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.37  2008-04-30 00:24:34  tommat
+- $RPM_BUILD_ROOT%{_libdir}/ocaml/gdome2/*.{ml,mli} missing when building
+  without ocaml
+
 Revision 1.36  2008-02-02 01:18:45  glen
 - rel 2
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gmetadom.spec?r1=1.36r2=1.37f=u

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