SPECS (AC-branch): clamav.spec - up to 0.88.7 - STBR to AC

2006-12-12 Thread abram
Author: abramDate: Tue Dec 12 08:18:44 2006 GMT
Module: SPECS Tag: AC-branch
 Log message:
- up to 0.88.7
- STBR to AC 

 Files affected:
SPECS:
   clamav.spec (1.192.2.1 - 1.192.2.2) 

 Diffs:


Index: SPECS/clamav.spec
diff -u SPECS/clamav.spec:1.192.2.1 SPECS/clamav.spec:1.192.2.2
--- SPECS/clamav.spec:1.192.2.1 Mon Nov  6 10:25:51 2006
+++ SPECS/clamav.spec   Tue Dec 12 09:18:38 2006
@@ -10,13 +10,13 @@
 Summary:   An anti-virus utility for Unix
 Summary(pl):   Narzędzie antywirusowe dla Uniksów
 Name:  clamav
-Version:   0.88.6
+Version:   0.88.7
 Release:   1
 Epoch: 0
 License:   GPL
 Group: Applications
 Source0:   http://dl.sourceforge.net/clamav/%{name}-%{version}.tar.gz
-# Source0-md5: db7f8b947bc21023f36e04bfdd555dd0
+# Source0-md5: 34a9d58cf5bcb04dbe3eb32b5367a3f8
 Source1:   %{name}.init
 Source2:   %{name}.sysconfig
 Source3:   %{name}-milter.init
@@ -26,9 +26,9 @@
 # Remember to update date after databases upgrade
 %definedatabase_version20060808
 Source6:   http://db.local.clamav.net/daily.cvd
-# Source6-md5: 03dfca1179e8209fa9ece6e75025d72d
+# Source6-md5: 78f17167c67776470db9886fc2a07e28
 Source7:   http://db.local.clamav.net/main.cvd
-# Source7-md5: 258f99d2893c66c1584dd9a52a237c75
+# Source7-md5: 347c99544205184fbc1bd23fd7cfd782
 Source8:   %{name}-post-updatedb
 %endif # database
 Source9:   %{name}-milter.sysconfig
@@ -352,6 +352,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.192.2.2  2006/12/12 08:18:38  abram
+- up to 0.88.7
+- STBR to AC
+
 Revision 1.192.2.1  2006/11/06 09:25:51  glen
 - 0.88.6
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/clamav.spec?r1=1.192.2.1r2=1.192.2.2f=u

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


DISTFILES: clamav-0.88.7.tar.gz daily.cvd main.cvd

2006-12-12 Thread abram

Files fetched: 2

STORED: http://dl.sourceforge.net/clamav/clamav-0.88.7.tar.gz
34a9d58cf5bcb04dbe3eb32b5367a3f8  clamav-0.88.7.tar.gz
Size: 9510548 bytes
STORED: http://db.local.clamav.net/daily.cvd
78f17167c67776470db9886fc2a07e28  daily.cvd
Size: 757662 bytes
ALREADY GOT: http://db.local.clamav.net/main.cvd
347c99544205184fbc1bd23fd7cfd782  main.cvd


-- 
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: tpop3d.sysconfig (NEW) - sysconfig added - allow to set s...

2006-12-12 Thread blues
Author: bluesDate: Tue Dec 12 09:40:44 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- sysconfig added - allow to set service nice level

 Files affected:
SOURCES:
   tpop3d.sysconfig (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/tpop3d.sysconfig
diff -u /dev/null SOURCES/tpop3d.sysconfig:1.1
--- /dev/null   Tue Dec 12 10:40:44 2006
+++ SOURCES/tpop3d.sysconfigTue Dec 12 10:40:38 2006
@@ -0,0 +1,6 @@
+# $Id$
+# Customized settings for tpop3d
+
+# Nice level for tpop3d
+SERVICE_RUN_NICE_LEVEL=+0
+

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


SPECS: tpop3d.spec - sysconfig added - allow to set service nice l...

2006-12-12 Thread blues
Author: bluesDate: Tue Dec 12 09:40:44 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- sysconfig added - allow to set service nice level

 Files affected:
SPECS:
   tpop3d.spec (1.80 - 1.81) 

 Diffs:


Index: SPECS/tpop3d.spec
diff -u SPECS/tpop3d.spec:1.80 SPECS/tpop3d.spec:1.81
--- SPECS/tpop3d.spec:1.80  Fri Jun 30 13:15:01 2006
+++ SPECS/tpop3d.spec   Tue Dec 12 10:40:39 2006
@@ -25,6 +25,7 @@
 Source1:   %{name}.pamd
 Source2:   %{name}.init
 Source3:   %{name}.conf
+Source4:   %{name}.sysconfig
 Patch0:%{name}-ac_am_fixes.patch
 Patch1:%{name}-cvs20060630.patch
 Patch2:%{name}-resolv.patch
@@ -149,14 +150,15 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{/etc/{pam.d,security,rc.d/init.d},%{_sysconfdir}}
+install -d 
$RPM_BUILD_ROOT{/etc/{pam.d,security,rc.d/init.d,sysconfig},%{_sysconfdir}}
 
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
-install %{SOURCE1} $RPM_BUILD_ROOT/etc/pam.d/tpop3d
-install %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/tpop3d
+install %{SOURCE1} $RPM_BUILD_ROOT/etc/pam.d/%{name}
+install %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
 install %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}
+install %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/%{name}
 
 touch $RPM_BUILD_ROOT/etc/security/blacklist.pop3
 
@@ -176,10 +178,11 @@
 %files
 %defattr(644,root,root,755)
 %doc README* TPOP3D-AuthDriver scripts FAQ CHANGES CREDITS TODO PORTABILITY
-%{?with_pam:%attr(640,root,root) %config(noreplace) %verify(not md5 mtime 
size) /etc/pam.d/tpop3d}
+%{?with_pam:%attr(640,root,root) %config(noreplace) %verify(not md5 mtime 
size) /etc/pam.d/%{name}}
 %{?with_pam:%attr(640,root,root) %config(noreplace) %verify(not md5 mtime 
size) /etc/security/blacklist.pop3}
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
/etc/sysconfig/%{name}
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/tpop3d.conf
-%attr(754,root,root) /etc/rc.d/init.d/tpop3d
+%attr(754,root,root) /etc/rc.d/init.d/%{name}
 %attr(755,root,root) %{_sbindir}/*
 %{_mandir}/man*/*
 
@@ -189,6 +192,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.81  2006/12/12 09:40:39  blues
+- sysconfig added - allow to set service nice level
+
 Revision 1.80  2006/06/30 11:15:01  arekm
 - snap 20060630
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/tpop3d.spec?r1=1.80r2=1.81f=u

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


SPECS: dotnet-dbus-sharp.spec - BR: libtool

2006-12-12 Thread qboosh
Author: qboosh   Date: Tue Dec 12 10:06:21 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- BR: libtool

 Files affected:
SPECS:
   dotnet-dbus-sharp.spec (1.3 - 1.4) 

 Diffs:


Index: SPECS/dotnet-dbus-sharp.spec
diff -u SPECS/dotnet-dbus-sharp.spec:1.3 SPECS/dotnet-dbus-sharp.spec:1.4
--- SPECS/dotnet-dbus-sharp.spec:1.3Sat Aug 19 16:15:15 2006
+++ SPECS/dotnet-dbus-sharp.specTue Dec 12 11:06:16 2006
@@ -16,6 +16,7 @@
 URL:   http://www.freedesktop.org/Software/dbus
 BuildRequires: autoconf = 2.52
 BuildRequires: automake
+BuildRequires: libtool
 BuildRequires: mono-csharp = 1.1.7
 BuildRequires: rpmbuild(macros) = 1.268
 BuildRequires: sed = 4.0
@@ -81,6 +82,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.4  2006/12/12 10:06:16  qboosh
+- BR: libtool
+
 Revision 1.3  2006/08/19 14:15:15  qboosh
 - updated summaries/descs
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/dotnet-dbus-sharp.spec?r1=1.3r2=1.4f=u

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


SPECS: em8300.spec - alt_kernel support, BR rpm-build-macros = 1....

2006-12-12 Thread hawk
Author: hawk Date: Tue Dec 12 10:07:14 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- alt_kernel support, BR rpm-build-macros = 1.308
- workaround for builder automation to allow building against
  kernel-grsecurity (via bcond)
- release 2

 Files affected:
SPECS:
   em8300.spec (1.47 - 1.48) 

 Diffs:


Index: SPECS/em8300.spec
diff -u SPECS/em8300.spec:1.47 SPECS/em8300.spec:1.48
--- SPECS/em8300.spec:1.47  Mon Dec  4 19:10:10 2006
+++ SPECS/em8300.spec   Tue Dec 12 11:07:09 2006
@@ -8,7 +8,12 @@
 %bcond_without smp # don't build SMP module
 %bcond_without userspace   # don't build userspace tools
 %bcond_withverbose # verbose build (V=1)
-
+%bcond_withgrsec_kernel# build for kernel-grsecurity
+#
+%if %{with kernel}  %{with dist_kernel}  %{with grsec_kernel}
+%definealt_kernel  grsecurity
+%endif
+#
 %ifarch sparc
 # kernel modules won't build on sparc32, no I2C in kernel
 %undefine  with_kernel
@@ -22,7 +27,7 @@
 Summary(pl):   Sterowniki dla DXR3 i H+
 Name:  em8300
 Version:   0.16.0
-Release:   1
+Release:   2
 License:   GPL
 Group: Applications/System
 Source0:   http://dl.sourceforge.net/dxr3/%{name}-%{version}.tar.gz
@@ -38,8 +43,8 @@
 BuildRequires: pkgconfig
 %endif
 %if %{with kernel}
-%{?with_dist_kernel:BuildRequires: kernel-module-build = 3:2.6.14}
-BuildRequires: rpmbuild(macros) = 1.286
+%{?with_dist_kernel:BuildRequires: kernel%{_alt_kernel}-module-build = 
3:2.6.14}
+BuildRequires: rpmbuild(macros) = 1.308
 %endif
 Requires(post,preun):  /sbin/chkconfig
 Provides:  dxr3
@@ -85,7 +90,7 @@
 %description gtk -l pl
 Programy użytkowe em8300 używające biblioteki GTK+.
 
-%package -n kernel-video-em8300
+%package -n kernel%{_alt_kernel}-video-em8300
 Summary:   em8300 Linux kernel modules
 Summary(pl):   Moduły jądra Linuksa em8300
 Group: Base/Kernel
@@ -95,13 +100,13 @@
 Requires(postun):  %releq_kernel_up
 %endif
 
-%description -n kernel-video-em8300
+%description -n kernel%{_alt_kernel}-video-em8300
 em8300 Linux kernel modules.
 
-%description -n kernel-video-em8300 -l pl
+%description -n kernel%{_alt_kernel}-video-em8300 -l pl
 Moduły jądra Linuksa em8300.
 
-%package -n kernel-smp-video-em8300
+%package -n kernel%{_alt_kernel}-smp-video-em8300
 Summary:   em8300 Linux SMP kernel modules
 Summary(pl):   Moduły jądra Linuksa SMP em8300
 Group: Base/Kernel
@@ -111,10 +116,10 @@
 Requires(postun):  %releq_kernel_smp
 %endif
 
-%description -n kernel-smp-video-em8300
+%description -n kernel%{_alt_kernel}-smp-video-em8300
 em8300 Linux SMP kernel modules.
 
-%description -n kernel-smp-video-em8300 -l pl
+%description -n kernel%{_alt_kernel}-smp-video-em8300 -l pl
 Moduły jądra Linuksa SMP em8300.
 
 %prep
@@ -213,16 +218,16 @@
/sbin/chkconfig --del %{name}
 fi
 
-%post  -n kernel-video-em8300
+%post  -n kernel%{_alt_kernel}-video-em8300
 %depmod %{_kernel_ver}
 
-%postun-n kernel-video-em8300
+%postun-n kernel%{_alt_kernel}-video-em8300
 %depmod %{_kernel_ver}
 
-%post  -n kernel-smp-video-em8300
+%post  -n kernel%{_alt_kernel}-smp-video-em8300
 %depmod %{_kernel_ver}smp
 
-%postun-n kernel-smp-video-em8300
+%postun-n kernel%{_alt_kernel}-smp-video-em8300
 %depmod %{_kernel_ver}smp
 
 %if %{with userspace}
@@ -252,12 +257,12 @@
 %endif
 
 %if %{with kernel}
-%files -n kernel-video-em8300
+%files -n kernel%{_alt_kernel}-video-em8300
 %defattr(644,root,root,755)
 /lib/modules/%{_kernel_ver}/kernel/drivers/video/*.ko*
 
 %if %{with dist_kernel}  %{with smp}
-%files -n kernel-smp-video-em8300
+%files -n kernel%{_alt_kernel}-smp-video-em8300
 %defattr(644,root,root,755)
 /lib/modules/%{_kernel_ver}smp/kernel/drivers/video/*.ko*
 %endif
@@ -269,6 +274,12 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.48  2006/12/12 10:07:09  hawk
+- alt_kernel support, BR rpm-build-macros = 1.308
+- workaround for builder automation to allow building against
+  kernel-grsecurity (via bcond)
+- release 2
+
 Revision 1.47  2006/12/04 18:10:10  qboosh
 - updated BRs (uses gtk+2 now)
 - package alsa .conf file


 CVS-web:
http://cvs.pld-linux.org/SPECS/em8300.spec?r1=1.47r2=1.48f=u

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


SPECS: Mesa.spec - rel. 2, STBR please

2006-12-12 Thread dzeus
Author: dzeusDate: Tue Dec 12 10:07:30 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- rel. 2, STBR please

 Files affected:
SPECS:
   Mesa.spec (1.137 - 1.138) 

 Diffs:


Index: SPECS/Mesa.spec
diff -u SPECS/Mesa.spec:1.137 SPECS/Mesa.spec:1.138
--- SPECS/Mesa.spec:1.137   Thu Dec  7 01:25:32 2006
+++ SPECS/Mesa.spec Tue Dec 12 11:07:25 2006
@@ -13,7 +13,7 @@
 Summary(pl):   Wolnodostępna implementacja standardu OpenGL
 Name:  Mesa
 Version:   6.5.2
-Release:   1
+Release:   2
 License:   MIT (core), SGI (GLU,libGLw) and others - see COPYRIGHT file
 Group: X11/Libraries
 Source0:   http://dl.sourceforge.net/mesa3d/%{name}Lib-%{version}.tar.bz2
@@ -776,6 +776,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.138  2006/12/12 10:07:25  dzeus
+- rel. 2, STBR please
+
 Revision 1.137  2006/12/07 00:25:32  wolvverine
 - correct R
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/Mesa.spec?r1=1.137r2=1.138f=u

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


SOURCES: dotnet-libgphoto2-sharp-am.patch (NEW) - fix for recent a...

2006-12-12 Thread qboosh
Author: qboosh   Date: Tue Dec 12 10:22:24 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- fix for recent automake

 Files affected:
SOURCES:
   dotnet-libgphoto2-sharp-am.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/dotnet-libgphoto2-sharp-am.patch
diff -u /dev/null SOURCES/dotnet-libgphoto2-sharp-am.patch:1.1
--- /dev/null   Tue Dec 12 11:22:24 2006
+++ SOURCES/dotnet-libgphoto2-sharp-am.patchTue Dec 12 11:22:19 2006
@@ -0,0 +1,10 @@
+--- libgphoto2-sharp-2.3.0/configure.ac.orig   2006-12-10 22:35:28.0 
+0100
 libgphoto2-sharp-2.3.0/configure.ac2006-12-12 11:05:55.639505000 
+0100
+@@ -16,6 +16,7 @@
+ 
+ 
+ AC_PROG_CC
++AM_PROG_CC_C_O
+ AC_C_CONST
+ AC_PROG_CPP
+ AC_PROG_INSTALL

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


SOURCES: dotnet-libgphoto2-sharp-version.patch (NEW) - based on gp...

2006-12-12 Thread qboosh
Author: qboosh   Date: Tue Dec 12 10:22:45 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- based on gphoto2 patch

 Files affected:
SOURCES:
   dotnet-libgphoto2-sharp-version.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/dotnet-libgphoto2-sharp-version.patch
diff -u /dev/null SOURCES/dotnet-libgphoto2-sharp-version.patch:1.1
--- /dev/null   Tue Dec 12 11:22:45 2006
+++ SOURCES/dotnet-libgphoto2-sharp-version.patch   Tue Dec 12 11:22:40 2006
@@ -0,0 +1,22 @@
+--- gphoto2-2.3.0/m4m/gp-check-library.m4~ 2006-11-30 03:20:02.0 
+0200
 gphoto2-2.3.0/m4m/gp-check-library.m4  2006-12-09 17:50:05.318105081 
+0200
+@@ -171,7 +171,7 @@
+   _[$1]_REQ_3=regexp([$3], [\(=\|\|\|=\|=\)[ 
\t]*\([0-9]+\)\.\([0-9]+\)\.\([0-9]+\).*],   [\4])
+   _[$1]_REQ_4=regexp([$3], [\(=\|\|\|=\|=\)[ 
\t]*\([0-9]+\)\.\([0-9]+\)\.\([0-9]+\)(.*)], [\5])
+   # split installed version number via shell and 
sed
+-  _[$1]_VERSION=$(${[$1][_CONFIG_PROG]} 
--version)
++  _[$1]_VERSION=$(${[$1][_CONFIG_PROG]} 
--version | awk '{print $NF}')
+   _[$1]_VER_1=$(echo ${_[$1]_VERSION} | sed 
's/\([[0-9]]*\).*/\1/g')
+   _[$1]_VER_2=$(echo ${_[$1]_VERSION} | sed 
's/\([[0-9]]*\)\.\([[0-9]]*\).*/\2/g')
+   _[$1]_VER_3=$(echo ${_[$1]_VERSION} | sed 
's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\3/g')
+--- libgphoto2-sharp-2.3.0/configure.ac.orig   2006-12-12 11:10:51.149505000 
+0100
 libgphoto2-sharp-2.3.0/configure.ac2006-12-12 11:11:27.289505000 
+0100
+@@ -38,7 +38,7 @@
+ 
+ 
+ dnl Check for libgphoto2
+-GP_CHECK_LIBRARY([LIBGPHOTO2], [libgphoto2], [= 2.2.1.4])
++GP_CHECK_LIBRARY([LIBGPHOTO2], [libgphoto2], [= 2.3.0])
+ 
+ dnl --- Check for mono and mcs
+ AC_PATH_PROG([CSC], [csc])

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


DISTFILES: libgphoto2-sharp-2.3.0.tar.bz2

2006-12-12 Thread qboosh

Files fetched: 1

STORED: http://dl.sourceforge.net/gphoto/libgphoto2-sharp-2.3.0.tar.bz2
5099e2d5ee928a33546eb0c56ad024cd  libgphoto2-sharp-2.3.0.tar.bz2
Size: 265871 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: dotnet-libgphoto2-sharp.spec (NEW) - new

2006-12-12 Thread qboosh
Author: qboosh   Date: Tue Dec 12 10:23:01 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- new

 Files affected:
SPECS:
   dotnet-libgphoto2-sharp.spec (NONE - 1.1)  (NEW)

 Diffs:


Index: SPECS/dotnet-libgphoto2-sharp.spec
diff -u /dev/null SPECS/dotnet-libgphoto2-sharp.spec:1.1
--- /dev/null   Tue Dec 12 11:23:01 2006
+++ SPECS/dotnet-libgphoto2-sharp.spec  Tue Dec 12 11:22:56 2006
@@ -0,0 +1,81 @@
+# $Revision$, $Date$
+%include   /usr/lib/rpm/macros.mono
+Summary:   .NET binding to libgphoto2
+Summary(pl):   Wiązanie .NET dla libgphoto2
+Name:  dotnet-libgphoto2-sharp
+Version:   2.3.0
+Release:   1
+License:   LGPL
+Group: Libraries
+Source0:   
http://dl.sourceforge.net/gphoto/libgphoto2-sharp-%{version}.tar.bz2
+# Source0-md5: 5099e2d5ee928a33546eb0c56ad024cd
+Patch0:%{name}-am.patch
+Patch1:%{name}-version.patch
+URL:   http://www.gphoto.org/
+BuildRequires: autoconf = 2.59
+BuildRequires: automake = 1:1.9
+BuildRequires: libgphoto2-devel = 2.3.0
+BuildRequires: libtool
+BuildRequires: mono-csharp = 1.1.7
+BuildRequires: rpmbuild(monoautodeps)
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+.NET binding to libgphoto2.
+
+%description -l pl
+Wiązanie .NET dla libgphoto2.
+
+%package devel
+Summary:   Development files for .NET binding to libgphoto2
+Summary(pl):   Pliki programistyczne wiązani .NET dla libgphoto2
+Group: Development/Libraries
+Requires:  %{name} = %{version}-%{release}
+
+%description devel
+Development files for .NET binding to libgphoto2.
+
+%description devel -l pl
+Pliki programistyczne wiązani .NET dla libgphoto2.
+
+%prep
+%setup -q -n libgphoto2-sharp-%{version}
+%patch0 -p1
+%patch1 -p1
+
+%build
+%{__libtoolize}
+%{__aclocal} -I m4m
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT \
+   cslibdir=%{_prefix}/lib/mono/libgphoto2-sharp
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+#%{_prefix}/lib/mono/gac/libgphoto2-sharp
+%{_prefix}/lib/mono/libgphoto2-sharp
+
+%files devel
+%defattr(644,root,root,755)
+#%{_prefix}/lib/mono/libgphoto2-sharp
+%{_pkgconfigdir}/libgphoto2-sharp.pc
+
+%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  2006/12/12 10:22:56  qboosh
+- new

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


SOURCES: driconf-desktop.patch (NEW) - patch for driconf.desktop

2006-12-12 Thread jasw
Author: jasw Date: Tue Dec 12 11:26:30 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- patch for driconf.desktop

 Files affected:
SOURCES:
   driconf-desktop.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/driconf-desktop.patch
diff -u /dev/null SOURCES/driconf-desktop.patch:1.1
--- /dev/null   Tue Dec 12 12:26:30 2006
+++ SOURCES/driconf-desktop.patch   Tue Dec 12 12:26:25 2006
@@ -0,0 +1,18 @@
+--- driconf.desktop.org2006-12-12 11:50:54.705979750 +0100
 driconf.desktop2006-12-12 12:02:02.227697250 +0100
+@@ -1,9 +1,11 @@
+ [Desktop Entry]
+ Encoding=UTF-8
+-Name=3D Acceleration
++Name=DriConf
++Name[pl]=DriConf
+-Comment=Change 3D Acceleration options
++Comment=DRIconf - configuration applet for the DRI
++Comment[pl]=DRIconf - program do konfiguracji DRI
+ Exec=driconf
+-Icon=/usr/local/share/driconf/driconf-icon.png
++Icon=driconf.png
+ Type=Application
+-Categories=GNOME;Application;Settings;AdvancedSettings;
++Categories=GTK;Application;Settings;HardwareSettings;
+ StartupNotify=true

___
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): driconf.spec - sort BR - add desktop file

2006-12-12 Thread jasw
Author: jasw Date: Tue Dec 12 11:27:28 2006 GMT
Module: SPECS Tag: AC-branch
 Log message:
- sort BR
- add desktop file

 Files affected:
SPECS:
   driconf.spec (1.10.4.1 - 1.10.4.2) 

 Diffs:


Index: SPECS/driconf.spec
diff -u SPECS/driconf.spec:1.10.4.1 SPECS/driconf.spec:1.10.4.2
--- SPECS/driconf.spec:1.10.4.1 Sun Dec 10 23:59:33 2006
+++ SPECS/driconf.spec  Tue Dec 12 12:27:22 2006
@@ -8,10 +8,11 @@
 Group: X11/Applications
 Source0:   
http://people.freedesktop.org/~fxkuehl/driconf/%{name}-%{version}.tar.gz
 # Source0-md5: 76d610bcd56aa5e8a489debb5081178a
+Patch1:%{name}-desktop.patch
 URL:   http://dri.sourceforge.net/cgi-bin/moin.cgi/DriConf
 BuildRequires: python
+BuildRequires:  python-devel
 BuildRequires: python-modules
-BuildRequires: python-devel
 BuildRequires: rpm-pythonprov
 Requires:  python-pygtk-gtk = 2:2.4
 Requires:  X11-tools
@@ -29,12 +30,14 @@
 
 %prep
 %setup -q
+%patch1 -p0
 
 %build
 python setup.py build
 
 %install
 rm -rf $RPM_BUILD_ROOT
+mkdir -p $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir}}
 
 python setup.py install \
--optimize=2 \
@@ -44,6 +47,10 @@
 
 rm -f $RPM_BUILD_ROOT%{py_sitescriptdir}/*.py
 
+mv %{name}.desktop $RPM_BUILD_ROOT%{_desktopdir}
+mv %{name}-icon.png $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png
+
+
 %find_lang %{name}
 
 %clean
@@ -53,6 +60,8 @@
 %defattr(644,root,root,755)
 %doc CHANGELOG README TODO
 %attr(755,root,root) %{_bindir}/*
+%{_desktopdir}/%{name}.desktop
+%{_pixmapsdir}/%{name}.png
 %{_datadir}/driconf
 %{py_sitescriptdir}/*.py[co]
 
@@ -62,6 +71,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.10.4.2  2006/12/12 11:27:22  jasw
+- sort BR
+- add desktop file
+
 Revision 1.10.4.1  2006/12/10 22:59:33  jasw
 - copy to AC-brnach
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/driconf.spec?r1=1.10.4.1r2=1.10.4.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 (AC-branch): driconf.spec - rel 2

2006-12-12 Thread jasw
Author: jasw Date: Tue Dec 12 11:28:14 2006 GMT
Module: SPECS Tag: AC-branch
 Log message:
- rel 2

 Files affected:
SPECS:
   driconf.spec (1.10.4.2 - 1.10.4.3) 

 Diffs:


Index: SPECS/driconf.spec
diff -u SPECS/driconf.spec:1.10.4.2 SPECS/driconf.spec:1.10.4.3
--- SPECS/driconf.spec:1.10.4.2 Tue Dec 12 12:27:22 2006
+++ SPECS/driconf.spec  Tue Dec 12 12:28:09 2006
@@ -3,7 +3,7 @@
 Summary(pl):   Graficzny interfejs do konfiguracji DRI
 Name:  driconf
 Version:   0.9.1
-Release:   1
+Release:   2
 License:   GPL
 Group: X11/Applications
 Source0:   
http://people.freedesktop.org/~fxkuehl/driconf/%{name}-%{version}.tar.gz
@@ -71,6 +71,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.10.4.3  2006/12/12 11:28:09  jasw
+- rel 2
+
 Revision 1.10.4.2  2006/12/12 11:27:22  jasw
 - sort BR
 - add desktop file


 CVS-web:
http://cvs.pld-linux.org/SPECS/driconf.spec?r1=1.10.4.2r2=1.10.4.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 (LINUX_2_6): linux-2.6-sk98lin-8.36.1.3.patch - 2.6.19 ready

2006-12-12 Thread mguevara
Author: mguevara Date: Tue Dec 12 11:29:22 2006 GMT
Module: SOURCES   Tag: LINUX_2_6
 Log message:
- 2.6.19 ready

 Files affected:
SOURCES:
   linux-2.6-sk98lin-8.36.1.3.patch (1.1.2.3 - 1.1.2.4) 

 Diffs:


Index: SOURCES/linux-2.6-sk98lin-8.36.1.3.patch
diff -u SOURCES/linux-2.6-sk98lin-8.36.1.3.patch:1.1.2.3 
SOURCES/linux-2.6-sk98lin-8.36.1.3.patch:1.1.2.4
--- SOURCES/linux-2.6-sk98lin-8.36.1.3.patch:1.1.2.3Fri Sep 22 14:48:06 2006
+++ SOURCES/linux-2.6-sk98lin-8.36.1.3.patchTue Dec 12 12:29:16 2006
@@ -40,8 +40,8 @@
 +# History:
 +#
 +# $Log$
-+# Revision 1.1.2.3  2006/09/22 12:48:06  baggins
-+# - fix compilation in 2.6.18 tree
++# Revision 1.1.2.4  2006/12/12 11:29:16  mguevara
++# - 2.6.19 ready
 +# 
 +# Revision 1.9.2.1  2005/04/11 09:01:18  mlindner
 +# Fix: Copyright year changed
@@ -13641,7 +13641,7 @@
return 0;
  }
  
--struct ethtool_ops SkGeEthtoolOps = {
+-const struct ethtool_ops SkGeEthtoolOps = {
 -  .get_settings   = getSettings,
 -  .set_settings   = setSettings,
 -  .get_drvinfo= getDriverInfo,
@@ -13919,8 +13919,8 @@
  static void   BoardInitMem(SK_AC *pAC);
 -static void   SetupRing(SK_AC*, void*, uintptr_t, RXD**, RXD**, RXD**, int*, 
SK_BOOL);
 +static void   SetupRing(SK_AC*, void*, uintptr_t, RXD**, RXD**, RXD**, int*, 
int*, SK_BOOL);
- static SkIsrRetVarSkGeIsr(int irq, void *dev_id, struct pt_regs *ptregs);
- static SkIsrRetVarSkGeIsrOnePort(int irq, void *dev_id, struct pt_regs 
*ptregs);
+ static SkIsrRetVarSkGeIsr(int irq, void *dev_id);
+ static SkIsrRetVarSkGeIsrOnePort(int irq, void *dev_id);
  static intSkGeOpen(struct SK_NET_DEVICE *dev);
 @@ -206,39 +134,76 @@
  static struct net_device_stats *SkGeStats(struct SK_NET_DEVICE *dev);
@@ -14016,7 +14016,7 @@
 +static const char *BootString = BOOT_STRING;
 +struct SK_NET_DEVICE *SkGeRootDev = NULL;
  static SK_BOOL DoPrintInterfaceChange = SK_TRUE;
--extern  struct ethtool_ops SkGeEthtoolOps;
+-extern const struct ethtool_ops SkGeEthtoolOps;
  
  /* local variables **/
  static uintptr_t TxQueueAddr[SK_MAX_MACS][2] = {{0x680, 0x600},{0x780, 
0x700}};
@@ -15805,7 +15805,7 @@
 -static void SkGePollController(struct net_device *dev)
 -{
 -  disable_irq(dev-irq);
--  SkGeIsr(dev-irq, dev, NULL);
+-  SkGeIsr(dev-irq, dev);
 -  enable_irq(dev-irq);
 -}
 -#endif
@@ -16323,7 +16323,7 @@
 @@ -1560,10 +2789,8 @@
pTxd-pMBuf = pMessage;
  
-   if (pMessage-ip_summed == CHECKSUM_HW) {
+   if (pMessage-ip_summed == CHECKSUM_PARTIAL) {
 -  u16 hdrlen = pMessage-h.raw - pMessage-data;
 -  u16 offset = hdrlen + pMessage-csum;
 -
@@ -16384,7 +16384,7 @@
 @@ -1679,31 +2913,32 @@
** Does the HW need to evaluate checksum for TCP or UDP packets? 
*/
-   if (pMessage-ip_summed == CHECKSUM_HW) {
+   if (pMessage-ip_summed == CHECKSUM_PARTIAL) {
 -  u16 hdrlen = pMessage-h.raw - pMessage-data;
 -  u16 offset = hdrlen + pMessage-csum;
 -
@@ -16742,7 +16742,7 @@
 -
 -#ifdef USE_SK_RX_CHECKSUM
 -  pMsg-csum = pRxd-TcpSums  0x;
--  pMsg-ip_summed = CHECKSUM_HW;
+-  pMsg-ip_summed = CHECKSUM_COMPLETE;
 -#else
 -  pMsg-ip_summed = CHECKSUM_NONE;
 -#endif
@@ -19580,7 +19580,7 @@
 -
 -static int __init skge_init(void)
 -{
--  return pci_module_init(skge_driver);
+-  return pci_register_driver(skge_driver);
 -}
 -
 -static void __exit skge_exit(void)


 CVS-web:

http://cvs.pld-linux.org/SOURCES/linux-2.6-sk98lin-8.36.1.3.patch?r1=1.1.2.3r2=1.1.2.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: lwp-13.4.skz Glossy.tar.bz2 Kapsules.tar.bz2

2006-12-12 Thread rotom

Files fetched: 1

STORED: http://www.message.co.nz/~matt-sarah/lwp-13.4.skz
b1d6f3fb0406e86d380e1de01f4daa30  lwp-13.4.skz
Size: 4420998 bytes
ALREADY GOT: http://mirrors.borgnet.us/matt-lw/Glossy.tar.bz2
f56593dccd5086a23f6b545c4663325f  Glossy.tar.bz2
ALREADY GOT: http://mirrors.borgnet.us/matt-lw/Kapsules.tar.bz2
e7fcffa5f00914117926b963ca80095b  Kapsules.tar.bz2


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


DISTFILES: org.python.pydev.feature-1_2_5.zip

2006-12-12 Thread charles

Files fetched: 1

STORED: http://dl.sourceforge.net/pydev/org.python.pydev.feature-1_2_5.zip
e2ca769825fa133dfc34c2a13bf1c06a  org.python.pydev.feature-1_2_5.zip
Size: 3241131 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: l7-protocols-2006-12-11.tar.gz

2006-12-12 Thread charles

Files fetched: 1

STORED: http://dl.sourceforge.net/l7-filter/l7-protocols-2006-12-11.tar.gz
fb3fa183d3c3b0614430723de405b500  l7-protocols-2006-12-11.tar.gz
Size: 119781 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: gnome-vfs2.spec - release 2, to build with db4.5

2006-12-12 Thread cieciwa
Author: cieciwa  Date: Tue Dec 12 11:35:48 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- release 2, to build with db4.5

 Files affected:
SPECS:
   gnome-vfs2.spec (1.187 - 1.188) 

 Diffs:


Index: SPECS/gnome-vfs2.spec
diff -u SPECS/gnome-vfs2.spec:1.187 SPECS/gnome-vfs2.spec:1.188
--- SPECS/gnome-vfs2.spec:1.187 Mon Nov 20 19:49:43 2006
+++ SPECS/gnome-vfs2.spec   Tue Dec 12 12:35:41 2006
@@ -3,7 +3,7 @@
 Summary(pl):   GNOME - wirtualny system plików
 Name:  gnome-vfs2
 Version:   2.16.3
-Release:   1
+Release:   2
 License:   LGPL v2+
 Group: Applications
 Source0:   
http://ftp.gnome.org/pub/gnome/sources/gnome-vfs/2.16/gnome-vfs-%{version}.tar.bz2
@@ -221,6 +221,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.188  2006/12/12 11:35:41  cieciwa
+- release 2, to build with db4.5
+
 Revision 1.187  2006/11/20 18:49:43  megabajt
 - up to 2.16.3
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/gnome-vfs2.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: superkaramba-theme-LiquidWeatherPlus.spec - up to 13.4

2006-12-12 Thread rotom
Author: rotomDate: Tue Dec 12 11:43:28 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 13.4

 Files affected:
SPECS:
   superkaramba-theme-LiquidWeatherPlus.spec (1.44 - 1.45) 

 Diffs:


Index: SPECS/superkaramba-theme-LiquidWeatherPlus.spec
diff -u SPECS/superkaramba-theme-LiquidWeatherPlus.spec:1.44 
SPECS/superkaramba-theme-LiquidWeatherPlus.spec:1.45
--- SPECS/superkaramba-theme-LiquidWeatherPlus.spec:1.44Sun Nov 12 
18:52:58 2006
+++ SPECS/superkaramba-theme-LiquidWeatherPlus.spec Tue Dec 12 12:43:22 2006
@@ -5,12 +5,12 @@
 Summary:   superkaramba - LiquidWeatherPlus theme
 Summary(pl):   superkaramba - motyw LiquidWeatherPlus
 Name:  superkaramba-theme-%{theme}
-Version:   13.3
+Version:   13.4
 Release:   1
 License:   GPL
 Group: Themes
 Source0:   http://www.message.co.nz/~matt-sarah/lwp-%{version}.skz
-# Source0-md5: 0db1cce1abf5fc6a0e44a4723ec6f8c1
+# Source0-md5: b1d6f3fb0406e86d380e1de01f4daa30
 Source1:   http://mirrors.borgnet.us/matt-lw/Glossy.tar.bz2
 # Source1-md5: f56593dccd5086a23f6b545c4663325f
 Source2:   http://mirrors.borgnet.us/matt-lw/Kapsules.tar.bz2
@@ -118,6 +118,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.45  2006/12/12 11:43:22  rotom
+- up to 13.4
+
 Revision 1.44  2006/11/12 17:52:58  rotom
 - up to 13.3
 


 CVS-web:

http://cvs.pld-linux.org/SPECS/superkaramba-theme-LiquidWeatherPlus.spec?r1=1.44r2=1.45f=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): linux-2.6.19-cx88-tvaudio.patch (NEW) - fixes...

2006-12-12 Thread mguevara
Author: mguevara Date: Tue Dec 12 11:52:20 2006 GMT
Module: SOURCES   Tag: LINUX_2_6
 Log message:
- fixes audio support on cx88 based tv tuner board WinFast PVR2000 from
  Leadtek - if you have cx88 based card and no sound add your card 
  id (listed in cx88.h) as in this patch

 Files affected:
SOURCES:
   linux-2.6.19-cx88-tvaudio.patch (NONE - 1.1.2.1)  (NEW)

 Diffs:


Index: SOURCES/linux-2.6.19-cx88-tvaudio.patch
diff -u /dev/null SOURCES/linux-2.6.19-cx88-tvaudio.patch:1.1.2.1
--- /dev/null   Tue Dec 12 12:52:20 2006
+++ SOURCES/linux-2.6.19-cx88-tvaudio.patch Tue Dec 12 12:52:15 2006
@@ -0,0 +1,10 @@
+--- linux-2.6.19/drivers/media/video/cx88/cx88-tvaudio.c~  2006-11-29 
22:57:37.0 +0100
 linux-2.6.19/drivers/media/video/cx88/cx88-tvaudio.c   2006-12-12 
13:00:23.0 +0100
+@@ -150,6 +150,7 @@ static void set_audio_finish(struct cx88
+   case CX88_BOARD_KWORLD_HARDWARE_MPEG_TV_XPERT:
+   case CX88_BOARD_PIXELVIEW_PLAYTV_P7000:
+   case CX88_BOARD_ASUS_PVR_416:
++  case CX88_BOARD_LEADTEK_PVR2000:
+   cx_clear(AUD_CTL, EN_I2SIN_ENABLE);
+   break;
+   default:

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


SPECS: eclipse-pydev.spec - updated to 1.2.5

2006-12-12 Thread charles
Author: charles  Date: Tue Dec 12 11:54:36 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 1.2.5

 Files affected:
SPECS:
   eclipse-pydev.spec (1.18 - 1.19) 

 Diffs:


Index: SPECS/eclipse-pydev.spec
diff -u SPECS/eclipse-pydev.spec:1.18 SPECS/eclipse-pydev.spec:1.19
--- SPECS/eclipse-pydev.spec:1.18   Fri Sep 22 21:00:54 2006
+++ SPECS/eclipse-pydev.specTue Dec 12 12:54:31 2006
@@ -1,6 +1,6 @@
 # $Revision$, $Date$
 %definemodule  pydev
-%define_ver1.2.3
+%define_ver1.2.5
 %define_src_name   org.python.pydev.feature
 %define_src_ver%(echo %{_ver}|tr . _)
 Summary:   Python development environment for Eclipse
@@ -11,7 +11,7 @@
 License:   CPL
 Group: Development/Tools
 Source0:   http://dl.sourceforge.net/pydev/%{_src_name}-%{_src_ver}.zip
-# Source0-md5: 49c92a1d508e6237bf8b6d5df2be1745
+# Source0-md5: e2ca769825fa133dfc34c2a13bf1c06a
 URL:   http://pydev.sourceforge.net/
 BuildRequires: rpm-pythonprov
 BuildRequires: unzip
@@ -69,6 +69,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.19  2006/12/12 11:54:31  charles
+- updated to 1.2.5
+
 Revision 1.18  2006/09/22 19:00:54  maciek2w
 - updated to 1.2.3
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/eclipse-pydev.spec?r1=1.18r2=1.19f=u

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


SPECS: l7-protocols.spec - updated to 2006-12-11

2006-12-12 Thread charles
Author: charles  Date: Tue Dec 12 12:06:28 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 2006-12-11

 Files affected:
SPECS:
   l7-protocols.spec (1.22 - 1.23) 

 Diffs:


Index: SPECS/l7-protocols.spec
diff -u SPECS/l7-protocols.spec:1.22 SPECS/l7-protocols.spec:1.23
--- SPECS/l7-protocols.spec:1.22Thu Oct 19 09:54:14 2006
+++ SPECS/l7-protocols.spec Tue Dec 12 13:06:23 2006
@@ -1,15 +1,15 @@
 # $Revision$, $Date$
-%definedashver 2006-10-18
+%definedashver 2006-12-11
 #
 Summary:   Protocol definitions files for l7-filter
 Summary(pl):   Pliki definicji protokołów dla l7-filter
 Name:  l7-protocols
-Version:   2006_10_18
+Version:   2006_12_11
 Release:   1
 License:   GPL
 Group: Applications/Networking
 Source0:   http://dl.sourceforge.net/l7-filter/%{name}-%{dashver}.tar.gz
-# Source0-md5: c5090f77414438b4d6c63ffed7baeb41
+# Source0-md5: fb3fa183d3c3b0614430723de405b500
 URL:   http://l7-filter.sourceforge.net/
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -48,6 +48,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.23  2006/12/12 12:06:23  charles
+- updated to 2006-12-11
+
 Revision 1.22  2006/10/19 07:54:14  yaro
 - forgotten fix ;)
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/l7-protocols.spec?r1=1.22r2=1.23f=u

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


SOURCES: apparmor-utils-pld.patch (NEW) - new

2006-12-12 Thread arekm
Author: arekmDate: Tue Dec 12 12:06:54 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- new

 Files affected:
SOURCES:
   apparmor-utils-pld.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/apparmor-utils-pld.patch
diff -u /dev/null SOURCES/apparmor-utils-pld.patch:1.1
--- /dev/null   Tue Dec 12 13:06:54 2006
+++ SOURCES/apparmor-utils-pld.patchTue Dec 12 13:06:49 2006
@@ -0,0 +1,12 @@
+diff -urN apparmor-utils-2.0.org/genprof apparmor-utils-2.0/genprof
+--- apparmor-utils-2.0.org/genprof 2006-09-28 20:37:30.0 +0200
 apparmor-utils-2.0/genprof 2006-12-12 14:06:11.893826000 +0100
+@@ -131,7 +131,7 @@
+ $logmark = `date | md5sum`;
+ chomp $logmark;
+ $logmark = $1 if $logmark =~ /^([0-9a-f]+)/;
+-system(/bin/logger -p kern.warn 'GenProf: $logmark');
++system(/usr/bin/logger -p kern.warn 'GenProf: $logmark');
+   } else {
+ $logmark = last_audit_entry_time();
+   }

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


SPECS: apparmor-utils.spec - fix some paths

2006-12-12 Thread arekm
Author: arekmDate: Tue Dec 12 12:09:53 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- fix some paths

 Files affected:
SPECS:
   apparmor-utils.spec (1.5 - 1.6) 

 Diffs:


Index: SPECS/apparmor-utils.spec
diff -u SPECS/apparmor-utils.spec:1.5 SPECS/apparmor-utils.spec:1.6
--- SPECS/apparmor-utils.spec:1.5   Tue Dec 12 02:09:22 2006
+++ SPECS/apparmor-utils.spec   Tue Dec 12 13:09:48 2006
@@ -12,6 +12,7 @@
 Source0:   
http://forgeftp.novell.com/apparmor/Development%20-%20October%20Snapshot/%{name}-%{_ver}-%{_svnrel}.tar.gz
 # Source0-md5: b2447c84edc2df843b7bc4baa8a1eb2c
 Source1:   Ycp.pm
+Patch0:%{name}-pld.patch
 License:   GPL
 URL:   http://forge.novell.com/modules/xfmod/project/?apparmor
 BuildRequires: gettext-devel
@@ -45,6 +46,7 @@
 
 %prep
 %setup -q -n %{name}-%{_ver}
+%patch0 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -86,6 +88,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.6  2006/12/12 12:09:48  arekm
+- fix some paths
+
 Revision 1.5  2006/12/12 01:09:22  zbyniu
 - up to 2.0-142, Ycp.pm added
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/apparmor-utils.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 (firegl-8_25_18): X11-driver-firegl.spec - Release 2. Now bu...

2006-12-12 Thread matkor
Author: matkor   Date: Tue Dec 12 12:24:21 2006 GMT
Module: SPECS Tag: firegl-8_25_18
 Log message:
- Release 2. Now builds on 2.6.18.

 Files affected:
SPECS:
   X11-driver-firegl.spec (1.124 - 1.124.2.1) 

 Diffs:


Index: SPECS/X11-driver-firegl.spec
diff -u SPECS/X11-driver-firegl.spec:1.124 
SPECS/X11-driver-firegl.spec:1.124.2.1
--- SPECS/X11-driver-firegl.spec:1.124  Thu Jun 15 21:46:30 2006
+++ SPECS/X11-driver-firegl.specTue Dec 12 13:24:15 2006
@@ -33,7 +33,7 @@
 Summary(pl):   Sterowniki do akceleratorów graficznych ATI
 Name:  X11-driver-firegl
 Version:   8.25.18
-%define_rel1
+%define_rel2
 Release:   %{_rel}
 License:   ATI Binary (parts are GPL)
 Group: X11
@@ -50,6 +50,8 @@
 Patch2:%{name}-kh.patch
 Patch3:%{name}-viak8t.patch
 Patch4:%{name}-force-define-AGP.patch
+Patch5:%{name}-utsrelease.patch
+Patch6:%{name}-VM_SHM-fix.patch
 URL:   http://www.ati.com/support/drivers/linux/radeon-linux.html
 #BuildRequires:X11-devel = %{_min_eq_x11} # disabled for now
 %{?with_dist_kernel:BuildRequires: kernel-module-build = 3:2.6.14}
@@ -140,6 +142,10 @@
 %patch4 -p2
 cd -
 
+%patch5 -p1
+%patch6 -p1
+
+
 install -d common%{_prefix}/{%{_lib},bin}
 cp -r %{x11ver}%{arch_sufix}%{_prefix}/%{_lib}/* common%{_prefix}/%{_lib}
 cp -r %{x11ver}%{arch_sufix}%{_bindir}/* common%{_bindir}
@@ -282,6 +288,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.124.2.1  2006/12/12 12:24:15  matkor
+- Release 2. Now builds on 2.6.18.
+
 Revision 1.124  2006/06/15 19:46:30  averne
 - 8.25.18
 - tested, works fine


 CVS-web:

http://cvs.pld-linux.org/SPECS/X11-driver-firegl.spec?r1=1.124r2=1.124.2.1f=u

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


SPECS: epiphany.spec - added info about compilation problem with f...

2006-12-12 Thread wrobell
Author: wrobell  Date: Tue Dec 12 12:26:56 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- added info about compilation problem with firefox 2.0

 Files affected:
SPECS:
   epiphany.spec (1.130 - 1.131) 

 Diffs:


Index: SPECS/epiphany.spec
diff -u SPECS/epiphany.spec:1.130 SPECS/epiphany.spec:1.131
--- SPECS/epiphany.spec:1.130   Mon Dec 11 00:56:37 2006
+++ SPECS/epiphany.spec Tue Dec 12 13:26:51 2006
@@ -1,4 +1,9 @@
 # $Revision$, $Date$
+#
+# todo:
+# - does not build with firefox 2.0,
+#   see http://bugzilla.gnome.org/show_bug.cgi?id=333445
+#
 %definebasever 2.16
 Summary:   Epiphany - gecko-based GNOME web browser
 Summary(es):   Epiphany - navigador Web de GNOME basado en gecko
@@ -193,6 +198,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.131  2006/12/12 12:26:51  wrobell
+- added info about compilation problem with firefox 2.0
+
 Revision 1.130  2006/12/10 23:56:37  wrobell
 - rel. 2 to rebuild with firefox 2.0
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/epiphany.spec?r1=1.130r2=1.131f=u

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


SOURCES: driconf-desktop.patch - no Application

2006-12-12 Thread qboosh
Author: qboosh   Date: Tue Dec 12 12:38:58 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- no Application

 Files affected:
SOURCES:
   driconf-desktop.patch (1.1 - 1.2) 

 Diffs:


Index: SOURCES/driconf-desktop.patch
diff -u SOURCES/driconf-desktop.patch:1.1 SOURCES/driconf-desktop.patch:1.2
--- SOURCES/driconf-desktop.patch:1.1   Tue Dec 12 12:26:25 2006
+++ SOURCES/driconf-desktop.patch   Tue Dec 12 13:38:53 2006
@@ -14,5 +14,5 @@
 +Icon=driconf.png
  Type=Application
 -Categories=GNOME;Application;Settings;AdvancedSettings;
-+Categories=GTK;Application;Settings;HardwareSettings;
++Categories=GTK;Settings;HardwareSettings;
  StartupNotify=true


 CVS-web:
http://cvs.pld-linux.org/SOURCES/driconf-desktop.patch?r1=1.1r2=1.2f=u

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


SPECS: postgresql.spec - added xml2 module

2006-12-12 Thread mis
Author: mis  Date: Tue Dec 12 12:44:35 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- added xml2 module

 Files affected:
SPECS:
   postgresql.spec (1.375 - 1.376) 

 Diffs:


Index: SPECS/postgresql.spec
diff -u SPECS/postgresql.spec:1.375 SPECS/postgresql.spec:1.376
--- SPECS/postgresql.spec:1.375 Sun Dec 10 22:26:21 2006
+++ SPECS/postgresql.spec   Tue Dec 12 13:44:30 2006
@@ -25,7 +25,7 @@
 Summary(zh_CN):PostgreSQL żÍť§śËłĚĐňşÍżâÎÄźţ
 Name:  postgresql
 Version:   8.2.0
-Release:   0.3
+Release:   0.4
 License:   BSD
 Group: Applications/Databases
 Source0:   
ftp://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.bz2
@@ -50,6 +50,8 @@
 BuildRequires: gettext-devel
 %{?with_kerberos5:BuildRequires:   heimdal-devel = 0.7}
 BuildRequires: libtool
+BuildRequires: libxml2-devel
+BuildRequires: libxslt-devel
 BuildRequires: ncurses-devel = 5.0
 BuildRequires: openssl-devel = 0.9.7d
 BuildRequires: pam-devel
@@ -775,6 +777,18 @@
 Ten moduł dostarcza funkcje i klasy do rozpoznawania podobnych tekstów
 w oparciu o dopasowywanie trigramowe (trigram matching).
 
+
+%package module-xml2
+Summary:   XML-handling functions for PostgreSQL
+Summary(pl):   Moduł XML PostgreSQL-a
+Group: Applications/Databases
+Requires:  %{name} = %{version}-%{release}
+
+%description module-xml2
+Module with XML functions provides both XPath querying and XSLT
+functionality. There is also a new table function which allows the
+straightforward return of multiple XML results.
+
 %prep
 %setup -q -a8
 %patch0 -p1
@@ -822,6 +836,7 @@
 %{__make} -C contrib/tablefunc
 %{__make} -C contrib/tsearch2
 %{__make} -C contrib/pg_trgm
+%{__make} -C contrib/xml2
 %{__make} -C src/tutorial \
NO_PGXS=1
 
@@ -871,6 +886,9 @@
 %{__make} -C contrib/pg_trgm install \
DESTDIR=$RPM_BUILD_ROOT
 
+%{__make} -C contrib/xml2 install \
+   DESTDIR=$RPM_BUILD_ROOT
+
 %if %{with php}
 cd src/pl/plphp
 %{__make} install \
@@ -1164,12 +1182,21 @@
 %attr(755,root,root) %{_pgmoduledir}/pg_trgm.so
 %{_pgsqldir}/*pg_trgm.sql
 
+%files module-xml2
+%defattr(644,root,root,755)
+%doc contrib/xml2/README*
+%attr(755,root,root) %{_pgmoduledir}/pgxml.so
+%{_pgsqldir}/*pgxml.sql
+
 %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.376  2006/12/12 12:44:30  mis
+- added xml2 module
+
 Revision 1.375  2006/12/10 21:26:21  arekm
 - _ulibdir for tcl
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/postgresql.spec?r1=1.375r2=1.376f=u

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


SPECS: libfuse.spec - workaround for builder automation to allow b...

2006-12-12 Thread hawk
Author: hawk Date: Tue Dec 12 13:05:10 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- workaround for builder automation to allow building against
  kernel-grsecurity (via bcond)
- release 2

 Files affected:
SPECS:
   libfuse.spec (1.74 - 1.75) 

 Diffs:


Index: SPECS/libfuse.spec
diff -u SPECS/libfuse.spec:1.74 SPECS/libfuse.spec:1.75
--- SPECS/libfuse.spec:1.74 Sat Dec  9 19:32:01 2006
+++ SPECS/libfuse.spec  Tue Dec 12 14:05:04 2006
@@ -6,12 +6,17 @@
 %bcond_without smp # without smp packages
 %bcond_without userspace   # don't build userspace tools
 %bcond_withverbose # verbose build (V=1)
+%bcond_withgrsec_kernel# build for kernel-grsecurity
+#
+%if %{with kernel}  %{with dist_kernel}  %{with grsec_kernel}
+%definealt_kernel  grsecurity
+%endif
 #
 %ifarch sparc
 %undefine  with_smp
 %endif
 #
-%define_rel1
+%define_rel2
 Summary:   Filesystem in Userspace
 Summary(pl):   System plików w przestrzeni użytkownika
 Name:  libfuse
@@ -251,6 +256,11 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.75  2006/12/12 13:05:04  hawk
+- workaround for builder automation to allow building against
+  kernel-grsecurity (via bcond)
+- release 2
+
 Revision 1.74  2006/12/09 18:32:01  qboosh
 - updated to 2.6.1, updated patch
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/libfuse.spec?r1=1.74r2=1.75f=u

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


SOURCES: awffull.cron - run it with lowest priority

2006-12-12 Thread blues
Author: bluesDate: Tue Dec 12 13:10:17 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- run it with lowest priority

 Files affected:
SOURCES:
   awffull.cron (1.7 - 1.8) 

 Diffs:


Index: SOURCES/awffull.cron
diff -u SOURCES/awffull.cron:1.7 SOURCES/awffull.cron:1.8
--- SOURCES/awffull.cron:1.7Sun Oct  1 16:40:16 2006
+++ SOURCES/awffull.cronTue Dec 12 14:10:11 2006
@@ -29,11 +29,11 @@
TMPCONFIG=`mktemp -q 
/var/lib/dnshistory/awffull_config.XX`
LOGFILE=`grep ^LogFile ${singleconfig} | awk '{ print 
$2;}'`
grep -v ^LogFile ${singleconfig}  ${TMPCONFIG}
-   dnshistory -f ${LOGFILE}
-   dnshistory -T -f ${LOGFILE} | awffull ${AWFFULL_OPTS} 
-c ${TMPCONFIG} - ;
+   nice -n 19 dnshistory -f ${LOGFILE}
+   nice -n 19 dnshistory -T -f ${LOGFILE} | awffull 
${AWFFULL_OPTS} -c ${TMPCONFIG} - ;
rm -f ${TMPCONFIG}
else
-   awffull ${AWFFULL_OPTS} -c ${singleconfig};
+   nice -n 19 awffull ${AWFFULL_OPTS} -c ${singleconfig};
fi
done
 fi


 CVS-web:
http://cvs.pld-linux.org/SOURCES/awffull.cron?r1=1.7r2=1.8f=u

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


SPECS (firegl-8_26_18): X11-driver-firegl.spec - Version 8.26.18.

2006-12-12 Thread matkor
Author: matkor   Date: Tue Dec 12 13:47:19 2006 GMT
Module: SPECS Tag: firegl-8_26_18
 Log message:
- Version 8.26.18.

 Files affected:
SPECS:
   X11-driver-firegl.spec (1.124.2.1 - 1.124.2.1.2.1) 

 Diffs:


Index: SPECS/X11-driver-firegl.spec
diff -u SPECS/X11-driver-firegl.spec:1.124.2.1 
SPECS/X11-driver-firegl.spec:1.124.2.1.2.1
--- SPECS/X11-driver-firegl.spec:1.124.2.1  Tue Dec 12 13:24:15 2006
+++ SPECS/X11-driver-firegl.specTue Dec 12 14:47:14 2006
@@ -32,18 +32,18 @@
 Summary:   Linux Drivers for ATI graphics accelerators
 Summary(pl):   Sterowniki do akceleratorów graficznych ATI
 Name:  X11-driver-firegl
-Version:   8.25.18
-%define_rel2
+Version:   8.26.18
+%define_rel1
 Release:   %{_rel}
 License:   ATI Binary (parts are GPL)
 Group: X11
 %if %{need_x86}
 Source0:   
http://dlmdownloads.ati.com/drivers/linux/ati-driver-installer-%{version}-x86.run
-# Source0-md5: 37ea9a8fedf514d3ebdb266d4cb6cd4a
+# Source0-md5: 0cd66013e31fbaa6470f3dad3391cfd1
 %endif
 %if %{need_amd64}
 Source1:   
http://dlmdownloads.ati.com/drivers/linux/64bit/ati-driver-installer-%{version}-x86_64.run
-# Source1-md5: 875c80fc3ae5fc55b2a8f8c4a9437a35
+# Source1-md5: a755a02cd7bb71697ac4c249d0e32eb0
 %endif
 Patch0:firegl-panel.patch
 Patch1:firegl-panel-ugliness.patch
@@ -288,6 +288,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.124.2.1.2.1  2006/12/12 13:47:14  matkor
+- Version 8.26.18.
+
 Revision 1.124.2.1  2006/12/12 12:24:15  matkor
 - Release 2. Now builds on 2.6.18.
 


 CVS-web:

http://cvs.pld-linux.org/SPECS/X11-driver-firegl.spec?r1=1.124.2.1r2=1.124.2.1.2.1f=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): mplayer.spec - rel 2

2006-12-12 Thread glen
Author: glen Date: Tue Dec 12 13:52:21 2006 GMT
Module: SPECS Tag: AC-branch
 Log message:
- rel 2

 Files affected:
SPECS:
   mplayer.spec (1.354.2.4 - 1.354.2.5) 

 Diffs:


Index: SPECS/mplayer.spec
diff -u SPECS/mplayer.spec:1.354.2.4 SPECS/mplayer.spec:1.354.2.5
--- SPECS/mplayer.spec:1.354.2.4Mon Dec 11 23:56:24 2006
+++ SPECS/mplayer.spec  Tue Dec 12 14:52:16 2006
@@ -74,7 +74,7 @@
 %definesnap%{nil}
 
 %define_rc rc1
-%define_rel1.4
+%define_rel2
 Summary:   MPlayer - THE Movie Player for UN*X
 Summary(de):   MPlayer ist ein unter der freien GPL-Lizenz stehender 
Media-Player
 Summary(es):   Otro reproductor de películas
@@ -567,6 +567,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.354.2.5  2006/12/12 13:52:16  glen
+- rel 2
+
 Revision 1.354.2.4  2006/12/11 22:56:24  glen
 - use system vidix, builds
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/mplayer.spec?r1=1.354.2.4r2=1.354.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


DISTFILES: ati-driver-installer-8.26.18-x86.run ati-driver-installer-8.26.18-x86_64.run

2006-12-12 Thread matkor

Files fetched: 2

STORED: 
http://dlmdownloads.ati.com/drivers/linux/ati-driver-installer-8.26.18-x86.run
0cd66013e31fbaa6470f3dad3391cfd1  ati-driver-installer-8.26.18-x86.run
Size: 23716730 bytes
STORED: 
http://dlmdownloads.ati.com/drivers/linux/64bit/ati-driver-installer-8.26.18-x86_64.run
a755a02cd7bb71697ac4c249d0e32eb0  
ati-driver-installer-8.26.18-x86_64.run
Size: 30927154 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: rpm-build-macros.spec - update to 1.339 - override also L...

2006-12-12 Thread pluto
Author: plutoDate: Tue Dec 12 13:56:38 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- update to 1.339
  - override also LC_ALL, LANGUAGE, LC_MESSAGES
  - show statistics when compressing kernel modules
  - print compress kernel modules message only if kernel modules dir present
  - add %scons
  - unify %cmake vs %__cmake

 Files affected:
SPECS:
   rpm-build-macros.spec (1.95 - 1.96) 

 Diffs:


Index: SPECS/rpm-build-macros.spec
diff -u SPECS/rpm-build-macros.spec:1.95 SPECS/rpm-build-macros.spec:1.96
--- SPECS/rpm-build-macros.spec:1.95Tue Dec  5 18:21:41 2006
+++ SPECS/rpm-build-macros.spec Tue Dec 12 14:56:33 2006
@@ -1,5 +1,5 @@
 # $Revision$, $Date$
-%definerpm_macros_rev 1.336
+%definerpm_macros_rev 1.339
 Summary:   PLD Linux RPM build macros
 Summary(pl):   Makra do budowania pakietów RPM dla Linuksa PLD
 Name:  rpm-build-macros
@@ -54,6 +54,14 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.96  2006/12/12 13:56:33  pluto
+- update to 1.339
+  - override also LC_ALL, LANGUAGE, LC_MESSAGES
+  - show statistics when compressing kernel modules
+  - print compress kernel modules message only if kernel modules dir present
+  - add %scons
+  - unify %cmake vs %__cmake
+
 Revision 1.95  2006/12/05 17:21:41  glen
 - fix %waf macro
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/rpm-build-macros.spec?r1=1.95r2=1.96f=u

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


SPECS: frozen-bubble.spec - add BR, thx: Kamil kamil.listy(at)kle...

2006-12-12 Thread jasw
Author: jasw Date: Tue Dec 12 13:58:05 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- add BR, thx: Kamil kamil.listy(at)klecza.pl

 Files affected:
SPECS:
   frozen-bubble.spec (1.37 - 1.38) 

 Diffs:


Index: SPECS/frozen-bubble.spec
diff -u SPECS/frozen-bubble.spec:1.37 SPECS/frozen-bubble.spec:1.38
--- SPECS/frozen-bubble.spec:1.37   Tue Nov 28 04:29:26 2006
+++ SPECS/frozen-bubble.specTue Dec 12 14:58:00 2006
@@ -15,8 +15,10 @@
 URL:   http://www.frozen-bubble.org/
 BuildRequires: SDL_Pango-devel
 BuildRequires: SDL_mixer-devel = 1.2.2
+BuildRequires: gettext-devel
 BuildRequires: perl-SDL = 2.1.0
 BuildRequires: perl-devel
+BuildRequires: pkgconfig
 BuildRequires: rpm-perlprov = 3.0.3-18
 BuildRequires: smpeg-devel
 Requires:  perl-Locale-gettext = 1.04
@@ -92,6 +94,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.38  2006/12/12 13:58:00  jasw
+- add BR, thx: Kamil kamil.listy(at)klecza.pl
+
 Revision 1.37  2006/11/28 03:29:26  sparky
 - updated to 2.1.0, convert not needed anymore
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/frozen-bubble.spec?r1=1.37r2=1.38f=u

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


SPECS (AC-branch): linphone.spec - updated to 1.5.1

2006-12-12 Thread kosmo
Author: kosmoDate: Tue Dec 12 14:06:51 2006 GMT
Module: SPECS Tag: AC-branch
 Log message:
- updated to 1.5.1

 Files affected:
SPECS:
   linphone.spec (1.37 - 1.37.2.1) 

 Diffs:


Index: SPECS/linphone.spec
diff -u SPECS/linphone.spec:1.37 SPECS/linphone.spec:1.37.2.1
--- SPECS/linphone.spec:1.37Mon Jan 23 09:16:40 2006
+++ SPECS/linphone.spec Tue Dec 12 15:06:46 2006
@@ -3,20 +3,18 @@
 #  - split main package to few smaller (there is linphonec for console,
 #auto-answering machine and linphone applet for gnome)
 #  - check why --enable-alsa doesn't require alsa-lib-devel
-#  - check if all this configure option I've set are really needed
 
 Summary:   Linphone Internet Phone
 Summary(pl):   Linphone - telefon internetowy
 Name:  linphone
-Version:   1.2.0
+Version:   1.5.1
 Release:   1
 License:   LGPL/GPL
 Group: Applications/Communications
-Source0:   
http://simon.morlat.free.fr/download/1.2.x/source/%{name}-%{version}.tar.gz
-# Source0-md5: bd5e513a665ce2e381afce64d569c707
+Source0:   
http://download.savannah.nongnu.org/releases/%{name}/1.5.x/source/%{name}-%{version}.tar.gz
+# Source0-md5: 196f817d77aba906e7c1a896f8501a0f
 Patch0:%{name}-desktop.patch
 Patch1:%{name}-automake.patch
-#Patch2:   %{name}-system-libs.patch
 URL:   http://www.linphone.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -29,10 +27,10 @@
 BuildRequires: libgsm-devel = 1.0.10
 BuildRequires: libosip2-devel = 2.2.0
 BuildRequires: libtool = 1:1.4.2-9
-#BuildRequires:lpc10-devel = 1.5
 BuildRequires: pkgconfig
+BuildRequires: readline-devel
 BuildRequires: scrollkeeper
-BuildRequires: speex-devel = 1.0.0
+BuildRequires: speex-devel = 1.1.6
 BuildRequires: xft-devel
 Requires(post,postun): /sbin/ldconfig
 Requires(post,postun): /usr/bin/scrollkeeper-update
@@ -97,12 +95,9 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
-#%patch2 -p1
 
 %build
 rm -f missing
-# gettext 0.11.5 used
-#%%{__gettextize}
 %{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
@@ -114,11 +109,22 @@
# don't use -f here
automake -a -c --foreign
 cd ..
+
+# --enable-video conflicts with ffmpeg's swscaler :(
+#
 %configure \
--with-html-dir=%{_gtkdocdir} \
-   --enable-platform-gnome-2 \
--enable-alsa \
-   --enable-ipv6
+   --enable-gnome_ui \
+   --enable-ipv6 \
+   --enable-portaudio \
+   --disable-strict \
+   --disable-video \
+   --with-ffmpeg=%{_prefix} \
+   --with-gsm=%{_prefix} \
+   --with-osip=%{_prefix} \
+   --with-sdl=%{_prefix}
+
 %{__make}
 
 %install
@@ -184,6 +190,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.37.2.1  2006/12/12 14:06:46  kosmo
+- updated to 1.5.1
+
 Revision 1.37  2006/01/23 08:16:40  ankry
 - added desktop patch
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/linphone.spec?r1=1.37r2=1.37.2.1f=u

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


DISTFILES: linphone-1.5.1.tar.gz

2006-12-12 Thread kosmo

Files fetched: 1

STORED: 
http://download.savannah.nongnu.org/releases/linphone/1.5.x/source/linphone-1.5.1.tar.gz
196f817d77aba906e7c1a896f8501a0f  linphone-1.5.1.tar.gz
Size: 7693808 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 (LINUX_2_6): linux-2.6-vs2.1.patch - 2.6.19 ready - based ...

2006-12-12 Thread mguevara
Author: mguevara Date: Tue Dec 12 14:20:12 2006 GMT
Module: SOURCES   Tag: LINUX_2_6
 Log message:
- 2.6.19 ready
- based on 
http://ftp.linux-vserver.org/pub/kernel/vs2.1/patch-2.6.19-vs2.1.1.5.diff.bz2
  (same as http://vserver.13thfloor.at/Experimental/patch-2.6.19-vs2.1.1.5.diff)

 Files affected:
SOURCES:
   linux-2.6-vs2.1.patch (1.1.2.44 - 1.1.2.45) 

 Diffs:


Index: SOURCES/linux-2.6-vs2.1.patch
diff -u SOURCES/linux-2.6-vs2.1.patch:1.1.2.44 
SOURCES/linux-2.6-vs2.1.patch:1.1.2.45
--- SOURCES/linux-2.6-vs2.1.patch:1.1.2.44  Thu Nov 23 19:16:20 2006
+++ SOURCES/linux-2.6-vs2.1.patch   Tue Dec 12 15:20:03 2006
@@ -1,6 +1,6 @@
-diff -NurpP --minimal linux-2.6.18.3/Documentation/vserver/debug.txt 
linux-2.6.18.3-vs2.1.1.2/Documentation/vserver/debug.txt
 linux-2.6.18.3/Documentation/vserver/debug.txt 1970-01-01 01:00:00 
+0100
-+++ linux-2.6.18.3-vs2.1.1.2/Documentation/vserver/debug.txt   2006-11-03 
17:26:38 +0100
+diff -NurpP --minimal linux-2.6.19/Documentation/vserver/debug.txt 
linux-2.6.19-vs2.1.1.5/Documentation/vserver/debug.txt
+--- linux-2.6.19/Documentation/vserver/debug.txt   1970-01-01 01:00:00 
+0100
 linux-2.6.19-vs2.1.1.5/Documentation/vserver/debug.txt 2006-11-08 
04:57:48 +0100
 @@ -0,0 +1,154 @@
 +
 +debug_cvirt:
@@ -156,9 +156,9 @@
 + m 2^mvx_acc_page[%5d,%s,%2d]: %5d%s
 +  vx_acc_pages[%5d,%s,%2d]: %5d += %5d
 +  vx_pages_avail[%5d,%s,%2d]: %5ld  %5d + %5d
-diff -NurpP --minimal linux-2.6.18.3/arch/alpha/Kconfig 
linux-2.6.18.3-vs2.1.1.2/arch/alpha/Kconfig
 linux-2.6.18.3/arch/alpha/Kconfig  2006-06-18 04:51:38 +0200
-+++ linux-2.6.18.3-vs2.1.1.2/arch/alpha/Kconfig2006-09-20 17:01:44 
+0200
+diff -NurpP --minimal linux-2.6.19/arch/alpha/Kconfig 
linux-2.6.19-vs2.1.1.5/arch/alpha/Kconfig
+--- linux-2.6.19/arch/alpha/Kconfig2006-11-30 21:18:23 +0100
 linux-2.6.19-vs2.1.1.5/arch/alpha/Kconfig  2006-11-08 04:57:40 +0100
 @@ -632,6 +632,8 @@ source arch/alpha/oprofile/Kconfig
  
  source arch/alpha/Kconfig.debug
@@ -168,9 +168,9 @@
  source security/Kconfig
  
  source crypto/Kconfig
-diff -NurpP --minimal linux-2.6.18.3/arch/alpha/kernel/asm-offsets.c 
linux-2.6.18.3-vs2.1.1.2/arch/alpha/kernel/asm-offsets.c
 linux-2.6.18.3/arch/alpha/kernel/asm-offsets.c 2006-02-15 13:54:10 
+0100
-+++ linux-2.6.18.3-vs2.1.1.2/arch/alpha/kernel/asm-offsets.c   2006-09-25 
15:40:02 +0200
+diff -NurpP --minimal linux-2.6.19/arch/alpha/kernel/asm-offsets.c 
linux-2.6.19-vs2.1.1.5/arch/alpha/kernel/asm-offsets.c
+--- linux-2.6.19/arch/alpha/kernel/asm-offsets.c   2006-02-15 13:54:10 
+0100
 linux-2.6.19-vs2.1.1.5/arch/alpha/kernel/asm-offsets.c 2006-11-08 
04:57:50 +0100
 @@ -36,6 +36,7 @@ void foo(void)
DEFINE(PT_PTRACED, PT_PTRACED);
DEFINE(CLONE_VM, CLONE_VM);
@@ -179,9 +179,9 @@
DEFINE(SIGCHLD, SIGCHLD);
BLANK();
  
-diff -NurpP --minimal linux-2.6.18.3/arch/alpha/kernel/entry.S 
linux-2.6.18.3-vs2.1.1.2/arch/alpha/kernel/entry.S
 linux-2.6.18.3/arch/alpha/kernel/entry.S   2006-09-20 16:57:57 +0200
-+++ linux-2.6.18.3-vs2.1.1.2/arch/alpha/kernel/entry.S 2006-09-25 15:40:02 
+0200
+diff -NurpP --minimal linux-2.6.19/arch/alpha/kernel/entry.S 
linux-2.6.19-vs2.1.1.5/arch/alpha/kernel/entry.S
+--- linux-2.6.19/arch/alpha/kernel/entry.S 2006-11-30 21:18:23 +0100
 linux-2.6.19-vs2.1.1.5/arch/alpha/kernel/entry.S   2006-11-08 04:57:52 
+0100
 @@ -644,7 +644,7 @@ kernel_thread:
stq $2, 152($sp)/* HAE */
  
@@ -223,109 +223,10 @@
ret
  .end sys_getxpid
  
-diff -NurpP --minimal linux-2.6.18.3/arch/alpha/kernel/osf_sys.c 
linux-2.6.18.3-vs2.1.1.2/arch/alpha/kernel/osf_sys.c
 linux-2.6.18.3/arch/alpha/kernel/osf_sys.c 2006-09-20 16:57:57 +0200
-+++ linux-2.6.18.3-vs2.1.1.2/arch/alpha/kernel/osf_sys.c   2006-09-25 
15:40:02 +0200
-@@ -38,6 +38,7 @@
- #include linux/uio.h
- #include linux/vfs.h
- #include linux/rcupdate.h
-+#include linux/vs_cvirt.h
- 
- #include asm/fpu.h
- #include asm/io.h
-@@ -399,18 +400,20 @@ asmlinkage int
- osf_utsname(char __user *name)
- {
-   int error;
-+  struct new_utsname *ptr;
- 
-   down_read(uts_sem);
-+  ptr = vx_new_utsname();
-   error = -EFAULT;
--  if (copy_to_user(name + 0, system_utsname.sysname, 32))
-+  if (copy_to_user(name + 0, ptr-sysname, 32))
-   goto out;
--  if (copy_to_user(name + 32, system_utsname.nodename, 32))
-+  if (copy_to_user(name + 32, ptr-nodename, 32))
-   goto out;
--  if (copy_to_user(name + 64, system_utsname.release, 32))
-+  if (copy_to_user(name + 64, ptr-release, 32))
-   goto out;
--  if (copy_to_user(name + 96, system_utsname.version, 32))
-+  if (copy_to_user(name + 96, ptr-version, 32))
-   goto out;
--  if (copy_to_user(name + 128, system_utsname.machine, 

SOURCES (LINUX_2_6): hostap-kernel-2.6.18.patch (NEW) - 2.6.19 rea...

2006-12-12 Thread mguevara
Author: mguevara Date: Tue Dec 12 14:48:56 2006 GMT
Module: SOURCES   Tag: LINUX_2_6
 Log message:
- 2.6.19 ready 
- http://patches.aircrack-ng.org/hostap-kernel-2.6.18.patch
- adds some ids for hostap suported cards and monitor_enable from/for 
aircrack-ng

 Files affected:
SOURCES:
   hostap-kernel-2.6.18.patch (NONE - 1.1.2.1)  (NEW)

 Diffs:


Index: SOURCES/hostap-kernel-2.6.18.patch
diff -u /dev/null SOURCES/hostap-kernel-2.6.18.patch:1.1.2.1
--- /dev/null   Tue Dec 12 15:48:56 2006
+++ SOURCES/hostap-kernel-2.6.18.patch  Tue Dec 12 15:48:51 2006
@@ -0,0 +1,198 @@
+diff -ur linux-2.6.18-gentoo/drivers/net/wireless/hostap/hostap_80211_tx.c 
linux-2.6.18-gentoo-rawtx/drivers/net/wireless/hostap/hostap_80211_tx.c
+--- linux-2.6.18-gentoo/drivers/net/wireless/hostap/hostap_80211_tx.c  
2006-09-21 01:26:27.0 -0400
 linux-2.6.18-gentoo-rawtx/drivers/net/wireless/hostap/hostap_80211_tx.c
2006-09-21 01:30:18.0 -0400
+@@ -69,6 +69,9 @@
+   iface = netdev_priv(dev);
+   local = iface-local;
+ 
++  if (local-iw_mode == IW_MODE_MONITOR)
++  goto xmit;
++
+   if (skb-len  ETH_HLEN) {
+   printk(KERN_DEBUG %s: hostap_data_start_xmit: short skb 
+  (len=%d)\n, dev-name, skb-len);
+@@ -234,6 +237,7 @@
+   memcpy(skb_put(skb, ETH_ALEN), hdr.addr4, ETH_ALEN);
+   }
+ 
++xmit:
+   iface-stats.tx_packets++;
+   iface-stats.tx_bytes += skb-len;
+ 
+@@ -404,8 +408,6 @@
+   }
+ 
+   if (skb-len  24) {
+-  printk(KERN_DEBUG %s: hostap_master_start_xmit: short skb 
+- (len=%d)\n, dev-name, skb-len);
+   ret = 0;
+   iface-stats.tx_dropped++;
+   goto fail;
+Only in linux-2.6.18-gentoo-rawtx/drivers/net/wireless/hostap: hostap_cs.c.orig
+Only in linux-2.6.18-gentoo-rawtx/drivers/net/wireless/hostap: hostap_cs.c.rej
+diff -ur linux-2.6.18-gentoo/drivers/net/wireless/hostap/hostap_hw.c 
linux-2.6.18-gentoo-rawtx/drivers/net/wireless/hostap/hostap_hw.c
+--- linux-2.6.18-gentoo/drivers/net/wireless/hostap/hostap_hw.c
2006-09-21 01:26:27.0 -0400
 linux-2.6.18-gentoo-rawtx/drivers/net/wireless/hostap/hostap_hw.c  
2006-09-21 01:30:18.0 -0400
+@@ -1005,6 +1005,35 @@
+   return fid;
+ }
+ 
++static int prism2_monitor_enable(struct net_device *dev)
++{
++  if (hostap_set_word(dev, HFA384X_RID_CNFPORTTYPE, 5)) {
++  printk(KERN_DEBUG Port type setting for monitor mode 
++  failed\n);
++  return -EOPNOTSUPP;
++  }
++
++  if (hfa384x_cmd(dev, HFA384X_CMDCODE_TEST | (0x0a  8),
++   0, NULL, NULL)) {
++  printk(KERN_DEBUG Could not enter testmode 0x0a\n);
++  return -EOPNOTSUPP;
++  }
++
++  if (hostap_set_word(dev, HFA384X_RID_CNFWEPFLAGS,
++  HFA384X_WEPFLAGS_PRIVACYINVOKED |
++  HFA384X_WEPFLAGS_HOSTENCRYPT |
++  HFA384X_WEPFLAGS_HOSTDECRYPT)) {
++  printk(KERN_DEBUG WEP flags setting failed\n);
++  return -EOPNOTSUPP;
++  }
++
++  if (hostap_set_word(dev, HFA384X_RID_PROMISCUOUSMODE, 1)) {
++  printk(KERN_DEBUG Could not set promiscuous mode\n);
++  return -EOPNOTSUPP;
++  }
++
++  return 0;
++}
+ 
+ static int prism2_reset_port(struct net_device *dev)
+ {
+@@ -1031,6 +1060,10 @@
+  port\n, dev-name);
+   }
+ 
++  if (local-iw_mode == IW_MODE_MONITOR)
++  /* force mode 0x0a after port 0 reset */
++  return prism2_monitor_enable(dev);
++
+   /* It looks like at least some STA firmware versions reset
+* fragmentation threshold back to 2346 after enable command. Restore
+* the configured value, if it differs from this default. */
+@@ -1466,6 +1499,10 @@
+   return 1;
+   }
+ 
++  if (local-iw_mode == IW_MODE_MONITOR)
++  /* force mode 0x0a after port 0 reset */
++  prism2_monitor_enable(dev);
++
+   local-hw_ready = 1;
+   local-hw_reset_tries = 0;
+   local-hw_resetting = 0;
+@@ -3156,6 +3193,7 @@
+   local-func-hw_config = prism2_hw_config;
+   local-func-hw_reset = prism2_hw_reset;
+   local-func-hw_shutdown = prism2_hw_shutdown;
++  local-func-monitor_enable = prism2_monitor_enable;
+   local-func-reset_port = prism2_reset_port;
+   local-func-schedule_reset = prism2_schedule_reset;
+ #ifdef PRISM2_DOWNLOAD_SUPPORT
+Only in linux-2.6.18-gentoo-rawtx/drivers/net/wireless/hostap: hostap_hw.c.orig
+diff -ur linux-2.6.18-gentoo/drivers/net/wireless/hostap/hostap_ioctl.c 
linux-2.6.18-gentoo-rawtx/drivers/net/wireless/hostap/hostap_ioctl.c
+--- linux-2.6.18-gentoo/drivers/net/wireless/hostap/hostap_ioctl.c 

SPECS: pcre.spec - enable unicode properties; rel 3

2006-12-12 Thread glen
Author: glen Date: Tue Dec 12 14:56:51 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- enable unicode properties; rel 3

 Files affected:
SPECS:
   pcre.spec (1.72 - 1.73) 

 Diffs:


Index: SPECS/pcre.spec
diff -u SPECS/pcre.spec:1.72 SPECS/pcre.spec:1.73
--- SPECS/pcre.spec:1.72Sat Nov 25 14:28:38 2006
+++ SPECS/pcre.spec Tue Dec 12 15:56:45 2006
@@ -8,7 +8,7 @@
 Summary(pt_BR):Biblioteca de expressőes regulares versăo
 Name:  pcre
 Version:   6.7
-Release:   2
+Release:   3
 License:   BSD (see LICENCE)
 Group: Libraries
 Source0:   
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{name}-%{version}.tar.bz2
@@ -180,7 +180,8 @@
 %configure \
CXXLDFLAGS=%{rpmldflags} \
%{!?with_static_libs:--enable-static=no} \
-   --enable-utf8
+   --enable-utf8 \
+   --enable-unicode-properties
 
 %{__make}
 
@@ -277,6 +278,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.73  2006/12/12 14:56:45  glen
+- enable unicode properties; rel 3
+
 Revision 1.72  2006/11/25 13:28:38  arekm
 - rel 2
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/pcre.spec?r1=1.72r2=1.73f=u

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


SPECS: synce-kde.spec - add kde-am.patch, kde-ac260.patch patches ...

2006-12-12 Thread glen
Author: glen Date: Tue Dec 12 14:59:30 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- add kde-am.patch, kde-ac260.patch patches
- executable bits for apps/raki/scripts/*.sh
- rel 2

 Files affected:
SPECS:
   synce-kde.spec (1.4 - 1.5) 

 Diffs:


Index: SPECS/synce-kde.spec
diff -u SPECS/synce-kde.spec:1.4 SPECS/synce-kde.spec:1.5
--- SPECS/synce-kde.spec:1.4Tue Dec 12 02:29:00 2006
+++ SPECS/synce-kde.specTue Dec 12 15:59:24 2006
@@ -6,13 +6,15 @@
 Summary(pl):   Integracja SynCE z KDE - moduł kio-slave i ikona zasobnika 
systemowego
 Name:  synce-kde
 Version:   0.9.1
-Release:   1
+Release:   2
 License:   MIT
 Group: Applications
 Source0:   http://dl.sourceforge.net/synce/%{name}-%{version}.tar.gz
 # Source0-md5: 213ea85f85414b9f05f4252028bce134
 Patch0:kde-common-PLD.patch
-Patch1:synce-kde-desktop.patch
+Patch1:kde-am.patch
+Patch2:kde-ac260.patch
+Patch3:synce-kde-desktop.patch
 URL:   http://www.synce.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -60,6 +62,8 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
 cp -f /usr/share/automake/config.sub admin
@@ -98,7 +102,6 @@
 %attr(755,root,root) %{_libdir}/kde3/kio_rapip.so
 %{_desktopdir}/kde/raki.desktop
 %{_datadir}/apps/konqueror/servicemenus/cab_install.desktop
-%{_datadir}/apps/raki
 %{_datadir}/mimelnk/application/x-raki.desktop
 %{_datadir}/services/rapip.protocol
 %{_datadir}/servicetypes/rakisynchronizer.desktop
@@ -107,6 +110,14 @@
 %{_iconsdir}/*/*/apps/rapip.png
 %{_iconsdir}/*/*/apps/rapip_bw.png
 
+%dir %{_datadir}/apps/raki
+%{_datadir}/apps/raki/tips
+%{_datadir}/apps/raki/Infbeg.wav
+%{_datadir}/apps/raki/Infend.wav
+%dir %{_datadir}/apps/raki/scripts
+%attr(755,root,root) %{_datadir}/apps/raki/scripts/vdccm.sh
+%attr(755,root,root) %{_datadir}/apps/raki/scripts/dccm.sh
+
 %files devel
 %defattr(644,root,root,755)
 %{_includedir}/rakiapi.h
@@ -121,6 +132,11 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.5  2006/12/12 14:59:24  glen
+- add kde-am.patch, kde-ac260.patch patches
+- executable bits for apps/raki/scripts/*.sh
+- rel 2
+
 Revision 1.4  2006/12/12 01:29:00  glen
 - add kde-common-PLD.patch
 - fix raki.desktop categories


 CVS-web:
http://cvs.pld-linux.org/SPECS/synce-kde.spec?r1=1.4r2=1.5f=u

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


SPECS (AC-branch): commoncpp2.spec - updated to 1.5.3

2006-12-12 Thread kosmo
Author: kosmoDate: Tue Dec 12 15:01:59 2006 GMT
Module: SPECS Tag: AC-branch
 Log message:
- updated to 1.5.3

 Files affected:
SPECS:
   commoncpp2.spec (1.5 - 1.5.2.1) 

 Diffs:


Index: SPECS/commoncpp2.spec
diff -u SPECS/commoncpp2.spec:1.5 SPECS/commoncpp2.spec:1.5.2.1
--- SPECS/commoncpp2.spec:1.5   Fri Dec  9 23:21:31 2005
+++ SPECS/commoncpp2.spec   Tue Dec 12 16:01:54 2006
@@ -2,13 +2,12 @@
 Summary:   A GNU package for creating portable C++ programs
 Summary(pl):   Pakiet GNU do tworzenia przenośnych programów w C++
 Name:  commoncpp2
-Version:   1.3.22
+Version:   1.5.3
 Release:   1
 License:   GPL
 Group: Libraries
 Source0:   ftp://ftp.gnu.org/pub/gnu/commoncpp/%{name}-%{version}.tar.gz
-# Source0-md5: b5ae9f2763b7d3c452f81cc85accc271
-Patch0:%{name}-Makefile.patch
+# Source0-md5: 559c6cb2e1fbbaa6d1856d037e3722b2
 URL:   http://www.gnu.org/software/commoncpp/
 BuildRequires: automake
 BuildRequires: doxygen
@@ -65,7 +64,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure
@@ -100,7 +98,7 @@
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/lib*.la
-%{_includedir}/cc++2
+%{_includedir}/cc++
 %{_aclocaldir}/*.m4
 %{_pkgconfigdir}/*.pc
 %{_infodir}/*.info*
@@ -115,6 +113,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.5.2.1  2006/12/12 15:01:54  kosmo
+- updated to 1.5.3
+
 Revision 1.5  2005/12/09 22:21:31  undefine
 - up to 1.3.22
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/commoncpp2.spec?r1=1.5r2=1.5.2.1f=u

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


DISTFILES: commoncpp2-1.5.3.tar.gz

2006-12-12 Thread kosmo

Files fetched: 1

STORED: ftp://ftp.gnu.org/pub/gnu/commoncpp/commoncpp2-1.5.3.tar.gz
559c6cb2e1fbbaa6d1856d037e3722b2  commoncpp2-1.5.3.tar.gz
Size: 840357 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 (LINUX_2_6): kernel.spec - todo update (see which patches ne...

2006-12-12 Thread mguevara
Author: mguevara Date: Tue Dec 12 15:02:22 2006 GMT
Module: SPECS Tag: LINUX_2_6
 Log message:
- todo update (see which patches need update)
- pax bcond introduced (default off)
- ide_acpi bcond introduced (default on)
- pax related config files added
- patch75 linux-2.6.17-ide-acpi-support.patch added
- patch80 linux-2.6.19-cx88-tvaudio.patch added
- patch85 hostap-kernel-2.6.18.patch added
- package desc update - PaX related
- PaXconfig function tunes up per architecture PaX config options

 Files affected:
SPECS:
   kernel.spec (1.441.2.1671 - 1.441.2.1672) 

 Diffs:


Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1671 SPECS/kernel.spec:1.441.2.1672
--- SPECS/kernel.spec:1.441.2.1671  Mon Dec 11 23:47:50 2006
+++ SPECS/kernel.spec   Tue Dec 12 16:02:16 2006
@@ -14,14 +14,7 @@
 # - all above todos ???
 # - (patch 1) linux-2.6-sata-promise-pata-ports.patch - test second 
alternative 
 # - (patch 4) fbsplash-0.9.2-r5-2.6.18-rc4.patch - untested (bcond)
-# - (patch 60) linux-2.6-sk98lin-8.36.1.3.patch - needs update
-# - use p75 from LINUX_2_6_17 - linux-2.6.17-ide-acpi-support.patch
-# - use p80 from LINUX_2_6_17 - linux-2.6.17-cx88-tvaudio.patch
-# - use p85 from LINUX_2_6_17 - hostap-kernel-2.6.17.patch
-# - (patch 100) linux-2.6-vs2.1.patch - untested
-# - (patch 101) linux-2.6-vs2.1-suspend2.patch - untested
-# - (patch 102) linux-2.6-vs2.1-128IPs.patch - untested
-# - (patch 130) linux-2.6-forcedeth-WON.patch - untested
+# - (patch 130) linux-2.6-forcedeth-WON.patch - needs update
 # - (patch 1000) linux-2.6-grsec-minimal.patch - untested
 # - (patch ) grsecurity-2.1.9-2.6.18.patch - use spender snapshot
 # - (patch 200) linux-2.6-ppc-ICE-hacks.patch - untested
@@ -41,6 +34,7 @@
 
 %bcond_withabi # build ABI support only ix86 !!
 %bcond_withgrsec_full  # build full grsecurity
+%bcond_withpax # build PaX and full grsecurity (todo: separate)
 %bcond_withverbose # verbose build (V=1)
 %bcond_withxen0# added Xen0 support
 %bcond_withxenU# added XenU support
@@ -54,21 +48,31 @@
 %bcond_withpae # build PAE (HIGHMEM64G) support on uniprocessor
 %bcond_withnfsroot # build with root on NFS support
 
+%bcond_without ide_acpi# support for ide-acpi from SuSE (instead of 
previous hack)
+
 %{?debug:%define with_verbose 1}
 
-%if !%{with grsecurity}
+%if %{without grsecurity}
 %undefine  with_grsec_full
 %undefine  with_grsec_minimal
+%undefine  with_pax
 %endif
 
-%if %{with grsec_full}
+%if %{with pax}
 %undefine  with_grsec_minimal
+%undefine  with_grsec_full
 %definewith_grsecurity 1
 %endif
 
-%if %{with grsec_minimal}
+%if %{with grsec_full}
+%undefine  with_grsec_minimal
+%definewith_grsecurity 1
+%endif
+   

 
+%if %{with grsec_minimal}  


 %undefine  with_grsec_full
 %definewith_grsecurity 1
+%undefine  with_pax
 %endif
 
 %ifarch ia64
@@ -138,7 +142,7 @@
 Summary(de):   Der Linux-Kernel (Kern des Linux-Betriebssystems)
 Summary(fr):   Le Kernel-Linux (La partie centrale du systeme)
 Summary(pl):   Jądro Linuksa
-Name:  
kernel%{?with_grsec_full:-grsecurity}%{?with_xen0:-xen0}%{?with_xenU:-xenU}
+Name:  
kernel%{?with_pax:-pax}%{?with_grsec_full:-grsecurity}%{?with_xen0:-xen0}%{?with_xenU:-xenU}
 %define_basever2.6.19
 %define_postver.1
 Version:   %{_basever}%{_postver}
@@ -192,6 +196,9 @@
 Source46:  kernel-xen0.config
 Source47:  kernel-xenU.config
 
+Source49:  kernel-pax.config
+Source50:  kernel-no-pax.config
+
 ###
 #  Patches
 ###
@@ -283,7 +290,19 @@
 # Fix for pcie cards against 2.6.18.1 from ftp://lwfinger.dynalias.org/patches
 Patch73:   kernel-bcm43xx-patch_2.6.18.1_for_PCI-E.patch
 
-# vserver from: 
http://vserver.13thfloor.at/Experimental/patch-2.6.18-vs2.1.1-rc35-t1.diff
+# ide-acpi instead of nx8220 s3 suspend/resume hack
+# 
http://svn.uludag.org.tr/pardus/devel/kernel/kernel/files/suse/ide-acpi-support.patch
+Patch75:   linux-2.6.17-ide-acpi-support.patch
+
+# cx88-blackbird based tv tuner card audio fix
+Patch80:   linux-2.6.19-cx88-tvaudio.patch
+
+# adds some ids for hostap suported cards and monitor_enable from/for 
aircrack-ng
+# http://patches.aircrack-ng.org/hostap-kernel-2.6.18.patch 
+Patch85:   hostap-kernel-2.6.18.patch
+
+# 

SOURCES (AC-branch): commoncpp2-Makefile.patch (REMOVED) - outdated

2006-12-12 Thread kosmo
Author: kosmoDate: Tue Dec 12 15:03:06 2006 GMT
Module: SOURCES   Tag: AC-branch
 Log message:
- outdated

 Files affected:
SOURCES:
   commoncpp2-Makefile.patch (1.2 - 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


DISTFILES: xsp-1.2.1.tar.gz

2006-12-12 Thread deejay1

Files fetched: 1

STORED: http://www.go-mono.com/sources/xsp/xsp-1.2.1.tar.gz
37333caaf4c4570ec76cf0ef9218b402  xsp-1.2.1.tar.gz
Size: 230521 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: mono-1.2.2.1.tar.gz

2006-12-12 Thread deejay1

Files fetched: 1

STORED: http://www.go-mono.com/sources/mono/mono-1.2.2.1.tar.gz
b67ef657b83ca26249d7b9e9c5e7da69  mono-1.2.2.1.tar.gz
Size: 19979026 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: ntfs-3g-0.20061212-BETA.tgz

2006-12-12 Thread wolf

Files fetched: 1

STORED: http://www.ntfs-3g.org/ntfs-3g-0.20061212-BETA.tgz
272ff4191b3ec79ef8187da8bc7ffda1  ntfs-3g-0.20061212-BETA.tgz
Size: 560660 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): ccrtp.spec - updated to 1.5.0

2006-12-12 Thread kosmo
Author: kosmoDate: Tue Dec 12 15:10:37 2006 GMT
Module: SPECS Tag: AC-branch
 Log message:
- updated to 1.5.0

 Files affected:
SPECS:
   ccrtp.spec (1.5 - 1.5.2.1) 

 Diffs:


Index: SPECS/ccrtp.spec
diff -u SPECS/ccrtp.spec:1.5 SPECS/ccrtp.spec:1.5.2.1
--- SPECS/ccrtp.spec:1.5Fri Dec  9 23:26:36 2005
+++ SPECS/ccrtp.specTue Dec 12 16:10:32 2006
@@ -2,12 +2,12 @@
 Summary:   Common C++ class framework for RTP/RTCP
 Summary(pl):   Szkielet klas C++ dla RTP/RTCP
 Name:  ccrtp
-Version:   1.3.6
+Version:   1.5.0
 Release:   1
 License:   GPL
 Group: Libraries
 Source0:   ftp://ftp.gnu.org/pub/gnu/ccrtp/%{name}-%{version}.tar.gz
-# Source0-md5: 5dddefbbc9c455a05816ded8e56adda6
+# Source0-md5: 019754d20b46b1b23f3bc368aa58d662
 URL:   http://www.gnu.org/software/ccrtp/
 BuildRequires: commoncpp2-devel
 BuildRequires: doxygen
@@ -101,6 +101,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.5.2.1  2006/12/12 15:10:32  kosmo
+- updated to 1.5.0
+
 Revision 1.5  2005/12/09 22:26:36  undefine
 - up to 1.3.6
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/ccrtp.spec?r1=1.5r2=1.5.2.1f=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): twinkle.spec - updated to 0.9 - please STBR

2006-12-12 Thread kosmo
Author: kosmoDate: Tue Dec 12 15:28:34 2006 GMT
Module: SPECS Tag: AC-branch
 Log message:
- updated to 0.9
- please STBR

 Files affected:
SPECS:
   twinkle.spec (1.11.2.1 - 1.11.2.2) 

 Diffs:


Index: SPECS/twinkle.spec
diff -u SPECS/twinkle.spec:1.11.2.1 SPECS/twinkle.spec:1.11.2.2
--- SPECS/twinkle.spec:1.11.2.1 Thu Apr 27 23:35:28 2006
+++ SPECS/twinkle.spec  Tue Dec 12 16:28:29 2006
@@ -6,20 +6,21 @@
 Summary:   twinkle - SIP Soft Phone
 Summary(pl):   twinkle - telefon programowy SIP
 Name:  twinkle
-Version:   0.6.2
-Release:   4
+Version:   0.9
+Release:   1
 License:   GPL v2
 Group: Applications/Communications
 Source0:   
http://www.xs4all.nl/~mfnboer/twinkle/download/%{name}-%{version}.tar.gz
-# Source0-md5: 9a57f8a2cc24db1f8eb6afdf46e122ff
+# Source0-md5: 74ef85e9f4570cec10bd23d301f5549e
 Source1:   %{name}.desktop
-Patch0:%{name}-gcc4.patch
 URL:   http://www.twinklephone.com/
 BuildRequires: alsa-lib-devel
-BuildRequires: commoncpp2-devel = 1.3.0
-BuildRequires: ccrtp-devel = 1.3.4
+BuildRequires: boost-regex-devel
+BuildRequires: commoncpp2-devel = 1.4.0
+BuildRequires: ccrtp-devel = 1.5.0
 %{?with_kde:BuildRequires: kdelibs-devel}
 BuildRequires: libsndfile-devel
+BuildRequires: speex-devel
 BuildRequires: pkgconfig
 BuildRequires: qmake
 BuildRequires: qt-devel = 6:3.3.0
@@ -35,7 +36,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 export QTDIR=%{_prefix}
@@ -75,6 +75,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.11.2.2  2006/12/12 15:28:29  kosmo
+- updated to 0.9
+- please STBR
+
 Revision 1.11.2.1  2006/04/27 21:35:28  arekm
 - rel 4 for ac
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/twinkle.spec?r1=1.11.2.1r2=1.11.2.2f=u

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


SPECS (AC-branch): mplayer.spec - s/--disable-pulseaudio/--disable...

2006-12-12 Thread charles
Author: charles  Date: Tue Dec 12 15:39:56 2006 GMT
Module: SPECS Tag: AC-branch
 Log message:
- s/--disable-pulseaudio/--disable-pulse/

 Files affected:
SPECS:
   mplayer.spec (1.354.2.5 - 1.354.2.6) 

 Diffs:


Index: SPECS/mplayer.spec
diff -u SPECS/mplayer.spec:1.354.2.5 SPECS/mplayer.spec:1.354.2.6
--- SPECS/mplayer.spec:1.354.2.5Tue Dec 12 14:52:16 2006
+++ SPECS/mplayer.spec  Tue Dec 12 16:39:51 2006
@@ -390,7 +390,7 @@
 %{!?with_libdts:--disable-libdts} \
 --%{?with_lirc:en}%{!?with_lirc:dis}able-lirc \
 %{!?with_mad:--disable-mad} \
-%{!?with_pulseaudio:--disable-pulseaudio} \
+%{!?with_pulseaudio:--disable-pulse} \
 %{!?with_quicktime:--disable-qtx} \
 %{!?with_real:--disable-real} \
 --%{?with_runtime:en}%{!?with_runtime:dis}able-runtime-cpudetection \
@@ -567,6 +567,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.354.2.6  2006/12/12 15:39:51  charles
+- s/--disable-pulseaudio/--disable-pulse/
+
 Revision 1.354.2.5  2006/12/12 13:52:16  glen
 - rel 2
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/mplayer.spec?r1=1.354.2.5r2=1.354.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: mplayer.spec - s/--disable-pulseaudio/--disable-pulse/

2006-12-12 Thread charles
Author: charles  Date: Tue Dec 12 15:41:55 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- s/--disable-pulseaudio/--disable-pulse/

 Files affected:
SPECS:
   mplayer.spec (1.360 - 1.361) 

 Diffs:


Index: SPECS/mplayer.spec
diff -u SPECS/mplayer.spec:1.360 SPECS/mplayer.spec:1.361
--- SPECS/mplayer.spec:1.360Mon Dec 11 23:57:49 2006
+++ SPECS/mplayer.spec  Tue Dec 12 16:41:49 2006
@@ -396,7 +396,7 @@
 %{!?with_libdts:--disable-libdts} \
 --%{?with_lirc:en}%{!?with_lirc:dis}able-lirc \
 %{!?with_mad:--disable-mad} \
-%{!?with_pulseaudio:--disable-pulseaudio} \
+%{!?with_pulseaudio:--disable-pulse} \
 %{!?with_quicktime:--disable-qtx} \
 %{!?with_real:--disable-real} \
 --%{?with_runtime:en}%{!?with_runtime:dis}able-runtime-cpudetection \
@@ -573,6 +573,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.361  2006/12/12 15:41:49  charles
+- s/--disable-pulseaudio/--disable-pulse/
+
 Revision 1.360  2006/12/11 22:57:49  glen
 - use system vidix, builds
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/mplayer.spec?r1=1.360r2=1.361f=u

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


SOURCES: apparmor-parser-pld.patch (NEW), apparmor-parser.init (NE...

2006-12-12 Thread arekm
Author: arekmDate: Tue Dec 12 15:44:35 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- new

 Files affected:
SOURCES:
   apparmor-parser-pld.patch (NONE - 1.1)  (NEW), apparmor-parser.init (NONE 
- 1.1)  (NEW)

 Diffs:


Index: SOURCES/apparmor-parser-pld.patch
diff -u /dev/null SOURCES/apparmor-parser-pld.patch:1.1
--- /dev/null   Tue Dec 12 16:44:35 2006
+++ SOURCES/apparmor-parser-pld.patch   Tue Dec 12 16:44:30 2006
@@ -0,0 +1,209 @@
+diff -urN apparmor-parser-2.0.org/rc.apparmor.functions 
apparmor-parser-2.0/rc.apparmor.functions
+--- apparmor-parser-2.0.org/rc.apparmor.functions  2006-10-12 
18:56:46.0 +0200
 apparmor-parser-2.0/rc.apparmor.functions  2006-12-12 17:38:38.0 
+0100
+@@ -53,7 +53,7 @@
+ 
+ if [ -f ${APPARMOR_CONF} ] ; then
+   #parse the conf file to see what we should do
+-  source ${APPARMOR_CONF}
++  . ${APPARMOR_CONF}
+ fi
+ 
+ if [ -f /sbin/apparmor_parser ] ; then
+@@ -102,7 +102,7 @@
+ # keep exit status from parser during profile load.  0 is good, 1 is bad
+ STATUS=0
+ 
+-function parse_profiles() {   
++parse_profiles() {
+   # get parser arg
+   case $1 in
+   load)
+@@ -160,7 +160,7 @@
+   fi
+ }
+ 
+-function profiles_names_list() {  
++profiles_names_list() {   
+   # run the parser on all of the apparmor profiles
+   TMPFILE=$1
+   if [ ! -f $PARSER ]; then
+@@ -188,7 +188,7 @@
+   done
+ }
+ 
+-function is_subdomainfs_mounted() {
++is_subdomainfs_mounted() {
+   if grep -q subdomainfs /proc/filesystems ; then
+   if grep -q subdomainfs /proc/mounts  \
+  [ -f ${SUBDOMAINFS_MOUNTPOINT}/profiles ]; then
+@@ -211,7 +211,7 @@
+   return 1
+ }
+ 
+-function mount_subdomainfs() {
++mount_subdomainfs() {
+   # for backwords compatibility
+   if grep -q subdomainfs /proc/filesystems ; then
+   if [ X != X${SUBDOMAINFS_MOUNTPOINT} ]; then
+@@ -239,14 +239,14 @@
+   return 0
+ }
+ 
+-function unmount_subdomainfs() {
++unmount_subdomainfs() {
+   SUBDOMAINFS=$(grep subdomainfs /proc/mounts  | cut -d  -f2 2 
/dev/null)
+   if [ X != X${SUBDOMAINFS} ]; then
+   sd_action Unmounting subdomainfs umount ${SUBDOMAINFS}
+   fi
+ }
+ 
+-function rebuild_subdomain() {
++rebuild_subdomain() {
+   if [ -d $SUBDOMAIN_SRC ] ; then
+   # only try to rebuild for the running kernel
+   cd $SUBDOMAIN_SRC
+@@ -280,7 +280,7 @@
+   fi
+ }
+ 
+-function failstop_system() {
++failstop_system() {
+   level=$(runlevel | cut -d  -f2)
+   if [ $level -ne 1 ] ; then
+   sd_log_failure_msg - could not start AppArmor.  Changing to 
runlevel 1
+@@ -291,7 +291,7 @@
+   return -1
+ }
+ 
+-function module_panic() {
++module_panic() {
+   # the module failed to load, determine what action should be taken
+ 
+   case $SUBDOMAIN_MODULE_PANIC in
+@@ -315,7 +315,7 @@
+   esac
+ }
+ 
+-function load_module() {
++load_module() {
+   if modinfo -F filename apparmor  /dev/null 21 ; then
+   MODULE=apparmor
+   elif modinfo -F filename subdomain  /dev/null 21 ; then
+@@ -335,7 +335,7 @@
+   fi
+ } 
+ 
+-function start_sd_event() {
++start_sd_event() {
+   if [ -x $AA_EV_BIN -a ${APPARMOR_ENABLE_AAEVENTD} = yes ] ; then
+   sd_action Starting AppArmor Event daemon startproc -f -p 
$AA_EV_PIDFILE $AA_EV_BIN -p $AA_EV_PIDFILE
+   elif [ -x $SD_EV_BIN -a ${APPARMOR_ENABLE_AAEVENTD} = yes ] ; then
+@@ -343,7 +343,7 @@
+   fi
+ }
+ 
+-function stop_sd_event() {
++stop_sd_event() {
+   if [ -x $AA_EV_BIN -a -f $AA_EV_PIDFILE ] ; then
+   sd_action Shutting down AppArmor Event daemon /sbin/killproc 
-G -p $AA_EV_PIDFILE -INT $AA_EV_BIN
+   fi
+@@ -352,7 +352,7 @@
+   fi
+ }
+ 
+-function subdomain_start() {
++subdomain_start() {
+   if ! grep -qE ^(subdomain|apparmor)[[:space:]] /proc/modules ; then
+   load_module
+   rc=$?
+@@ -383,7 +383,8 @@
+   fi
+ }
+ 
+-function remove_profiles() {
++remove_profiles() {
++  set -x
+   # removing profiles as we directly read from subdomainfs
+   # doesn't work, since we are removing entries which screws up
+   # our position.  Lets hope there are never enough profiles to
+@@ -404,7 +405,8 @@
+   fi
+ 
+   retval=0
+-  IFS=$'\n'  for profile in $(sed -e s/ (\(enforce\|complain\))$// 
$SFS_MOUNTPOINT/profiles) ; do
++  cat $SFS_MOUNTPOINT/profiles | while read line; do
++  profile=$(echo $line | sed -e s/ (\(enforce\|complain\))$//)
+   echo \$profile\ { } | $PARSER -R /dev/null
+   rc=$?
+   if [ ${rc} -ne 0 ] ; then 
+@@ -418,13 +420,13 @@
+   fi  
+ }
+ 
+-function subdomain_stop() {
++subdomain_stop() {
+   stop_sd_event
+   echo 

SPECS: apparmor-parser.spec - add init script

2006-12-12 Thread arekm
Author: arekmDate: Tue Dec 12 15:44:44 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- add init script

 Files affected:
SPECS:
   apparmor-parser.spec (1.5 - 1.6) 

 Diffs:


Index: SPECS/apparmor-parser.spec
diff -u SPECS/apparmor-parser.spec:1.5 SPECS/apparmor-parser.spec:1.6
--- SPECS/apparmor-parser.spec:1.5  Tue Dec 12 02:00:01 2006
+++ SPECS/apparmor-parser.spec  Tue Dec 12 16:44:39 2006
@@ -5,11 +5,13 @@
 Summary(pl):   Narzędzie przestrzeni użytkownika do przetwarzania AppArmor
 Name:  apparmor-parser
 Version:   %{_ver}.%{_svnrel}
-Release:   0.1
+Release:   0.2
 License:   GPL
 Group: Applications/System
 Source0:   
http://forge.novell.com/modules/xfcontent/private.php/apparmor/Development%20-%20October%20Snapshot/%{name}-%{_ver}-%{_svnrel}.tar.gz
 # Source0-md5: cbb25435e4353b10b5fdd96f80c854b9
+Source1:   %{name}.init
+Patch0:%{name}-pld.patch
 URL:   http://forge.novell.com/modules/xfmod/project/?apparmor
 BuildRequires: bash
 BuildRequires: bison
@@ -31,6 +33,7 @@
 
 %prep
 %setup -q -n %{name}-%{_ver}
+%patch0 -p1
 
 %build
 %{__make} \
@@ -41,9 +44,13 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -d 
$RPM_BUILD_ROOT{%{_sysconfdir}/apparmor,/sbin,/subdomain,/var/lib/apparmor}
+install -d 
$RPM_BUILD_ROOT{%{_sysconfdir}/{apparmor,rc.d/init.d},/sbin,/subdomain,/var/lib/apparmor}
+
 install apparmor_parser $RPM_BUILD_ROOT/sbin
 install subdomain.conf $RPM_BUILD_ROOT%{_sysconfdir}/apparmor
+install rc.apparmor.functions $RPM_BUILD_ROOT%{_sysconfdir}/apparmor
+install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/apparmor
+
 %{__make} -C po install \
DESTDIR=$RPM_BUILD_ROOT \
NAME=%{name}
@@ -52,14 +59,23 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+/sbin/chkconfig --add apparmor
+
+%preun
+if [ $1 = 0 ]; then
+/sbin/chkconfig --del apparmor
+fi
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc README
 %attr(755,root,root) /sbin/apparmor_parser
 %dir %{_sysconfdir}/apparmor
+%{_sysconfdir}/apparmor/rc.apparmor.functions
 %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/apparmor/subdomain.conf
+%attr(754,root,root) /etc/rc.d/init.d/apparmor
 #%attr(754,root,root) /etc/rc.d/init.d/aaeventd
-#%attr(754,root,root) /etc/rc.d/init.d/apparmor
 /subdomain
 /var/lib/apparmor
 
@@ -69,6 +85,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.6  2006/12/12 15:44:39  arekm
+- add init script
+
 Revision 1.5  2006/12/12 01:00:01  arekm
 - up to 2.0.150
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/apparmor-parser.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


SOURCES: apparmor-parser-pld.patch - fix

2006-12-12 Thread arekm
Author: arekmDate: Tue Dec 12 15:46:39 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- fix

 Files affected:
SOURCES:
   apparmor-parser-pld.patch (1.1 - 1.2) 

 Diffs:


Index: SOURCES/apparmor-parser-pld.patch
diff -u SOURCES/apparmor-parser-pld.patch:1.1 
SOURCES/apparmor-parser-pld.patch:1.2
--- SOURCES/apparmor-parser-pld.patch:1.1   Tue Dec 12 16:44:30 2006
+++ SOURCES/apparmor-parser-pld.patch   Tue Dec 12 16:46:34 2006
@@ -123,7 +123,7 @@
  
 -function remove_profiles() {
 +remove_profiles() {
-+  set -x
++  
# removing profiles as we directly read from subdomainfs
# doesn't work, since we are removing entries which screws up
# our position.  Lets hope there are never enough profiles to


 CVS-web:
http://cvs.pld-linux.org/SOURCES/apparmor-parser-pld.patch?r1=1.1r2=1.2f=u

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


SOURCES (LINUX_2_6): kernel-i386-smp.config, kernel-i386.config, k...

2006-12-12 Thread mguevara
Author: mguevara Date: Tue Dec 12 15:53:21 2006 GMT
Module: SOURCES   Tag: LINUX_2_6
 Log message:
- for 2.6.19
- CONFIG_PM_SYSFS_DEPRECATED (is not set) added

 Files affected:
SOURCES:
   kernel-i386-smp.config (1.59.10.147 - 1.59.10.148) , kernel-i386.config 
(1.82.10.157 - 1.82.10.158) , kernel-ppc-smp.config (1.6.4.1.2.205 - 
1.6.4.1.2.206) , kernel-ppc.config (1.3.2.3.2.2.2.205 - 1.3.2.3.2.2.2.206) , 
kernel-x86_64-smp.config (1.1.2.133 - 1.1.2.134) , kernel-x86_64.config 
(1.1.2.133 - 1.1.2.134) 

 Diffs:


Index: SOURCES/kernel-i386-smp.config
diff -u SOURCES/kernel-i386-smp.config:1.59.10.147 
SOURCES/kernel-i386-smp.config:1.59.10.148
--- SOURCES/kernel-i386-smp.config:1.59.10.147  Sun Nov 26 10:11:11 2006
+++ SOURCES/kernel-i386-smp.config  Tue Dec 12 16:53:15 2006
@@ -208,6 +208,7 @@
 CONFIG_PM=y
 CONFIG_PM_LEGACY=y
 # CONFIG_PM_DEBUG is not set
+# CONFIG_PM_SYSFS_DEPRECATED is not set
 # CONFIG_SOFTWARE_SUSPEND is not set
 
 #


Index: SOURCES/kernel-i386.config
diff -u SOURCES/kernel-i386.config:1.82.10.157 
SOURCES/kernel-i386.config:1.82.10.158
--- SOURCES/kernel-i386.config:1.82.10.157  Sun Nov 26 10:11:11 2006
+++ SOURCES/kernel-i386.config  Tue Dec 12 16:53:16 2006
@@ -194,6 +194,7 @@
 CONFIG_PM=y
 CONFIG_PM_LEGACY=y
 # CONFIG_PM_DEBUG is not set
+# CONFIG_PM_SYSFS_DEPRECATED is not set
 
 #
 # ACPI (Advanced Configuration and Power Interface) Support


Index: SOURCES/kernel-ppc-smp.config
diff -u SOURCES/kernel-ppc-smp.config:1.6.4.1.2.205 
SOURCES/kernel-ppc-smp.config:1.6.4.1.2.206
--- SOURCES/kernel-ppc-smp.config:1.6.4.1.2.205 Sun Nov 26 12:16:24 2006
+++ SOURCES/kernel-ppc-smp.config   Tue Dec 12 16:53:16 2006
@@ -183,6 +183,7 @@
 CONFIG_PM=y
 CONFIG_PM_LEGACY=y
 # CONFIG_PM_DEBUG is not set
+# CONFIG_PM_SYSFS_DEPRECATED is not set
 CONFIG_SECCOMP=y
 CONFIG_ISA_DMA_API=y
 


Index: SOURCES/kernel-ppc.config
diff -u SOURCES/kernel-ppc.config:1.3.2.3.2.2.2.205 
SOURCES/kernel-ppc.config:1.3.2.3.2.2.2.206
--- SOURCES/kernel-ppc.config:1.3.2.3.2.2.2.205 Sun Nov 26 12:16:24 2006
+++ SOURCES/kernel-ppc.config   Tue Dec 12 16:53:16 2006
@@ -178,6 +178,7 @@
 CONFIG_PM=y
 CONFIG_PM_LEGACY=y
 # CONFIG_PM_DEBUG is not set
+# CONFIG_PM_SYSFS_DEPRECATED is not set
 # CONFIG_SOFTWARE_SUSPEND is not set
 CONFIG_SECCOMP=y
 CONFIG_ISA_DMA_API=y


Index: SOURCES/kernel-x86_64-smp.config
diff -u SOURCES/kernel-x86_64-smp.config:1.1.2.133 
SOURCES/kernel-x86_64-smp.config:1.1.2.134
--- SOURCES/kernel-x86_64-smp.config:1.1.2.133  Sun Nov 26 10:11:11 2006
+++ SOURCES/kernel-x86_64-smp.configTue Dec 12 16:53:16 2006
@@ -174,6 +174,7 @@
 CONFIG_PM=y
 CONFIG_PM_LEGACY=y
 # CONFIG_PM_DEBUG is not set
+# CONFIG_PM_SYSFS_DEPRECATED is not set
 # CONFIG_SOFTWARE_SUSPEND is not set
 CONFIG_SUSPEND_SMP=y
 


Index: SOURCES/kernel-x86_64.config
diff -u SOURCES/kernel-x86_64.config:1.1.2.133 
SOURCES/kernel-x86_64.config:1.1.2.134
--- SOURCES/kernel-x86_64.config:1.1.2.133  Sun Nov 26 10:11:11 2006
+++ SOURCES/kernel-x86_64.configTue Dec 12 16:53:16 2006
@@ -156,6 +156,7 @@
 CONFIG_PM=y
 CONFIG_PM_LEGACY=y
 # CONFIG_PM_DEBUG is not set
+# CONFIG_PM_SYSFS_DEPRECATED is not set
 
 #
 # ACPI (Advanced Configuration and Power Interface) Support


 CVS-web:

http://cvs.pld-linux.org/SOURCES/kernel-i386-smp.config?r1=1.59.10.147r2=1.59.10.148f=u

http://cvs.pld-linux.org/SOURCES/kernel-i386.config?r1=1.82.10.157r2=1.82.10.158f=u

http://cvs.pld-linux.org/SOURCES/kernel-ppc-smp.config?r1=1.6.4.1.2.205r2=1.6.4.1.2.206f=u

http://cvs.pld-linux.org/SOURCES/kernel-ppc.config?r1=1.3.2.3.2.2.2.205r2=1.3.2.3.2.2.2.206f=u

http://cvs.pld-linux.org/SOURCES/kernel-x86_64-smp.config?r1=1.1.2.133r2=1.1.2.134f=u

http://cvs.pld-linux.org/SOURCES/kernel-x86_64.config?r1=1.1.2.133r2=1.1.2.134f=u

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


SPECS (LINUX_2_6): kernel.spec - updated todo - patch2001 kernel-d...

2006-12-12 Thread mguevara
Author: mguevara Date: Tue Dec 12 15:56:42 2006 GMT
Module: SPECS Tag: LINUX_2_6
 Log message:
- updated todo
- patch2001 kernel-drm_pciids-via.patch removed - id already in 2.6.19

 Files affected:
SPECS:
   kernel.spec (1.441.2.1672 - 1.441.2.1673) 

 Diffs:


Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1672 SPECS/kernel.spec:1.441.2.1673
--- SPECS/kernel.spec:1.441.2.1672  Tue Dec 12 16:02:16 2006
+++ SPECS/kernel.spec   Tue Dec 12 16:56:36 2006
@@ -14,15 +14,11 @@
 # - all above todos ???
 # - (patch 1) linux-2.6-sata-promise-pata-ports.patch - test second 
alternative 
 # - (patch 4) fbsplash-0.9.2-r5-2.6.18-rc4.patch - untested (bcond)
-# - (patch 130) linux-2.6-forcedeth-WON.patch - needs update
-# - (patch 1000) linux-2.6-grsec-minimal.patch - untested
+# - (patch 1000) linux-2.6-grsec-minimal.patch - needs update
 # - (patch ) grsecurity-2.1.9-2.6.18.patch - use spender snapshot
-# - (patch 200) linux-2.6-ppc-ICE-hacks.patch - untested
-# - (patch 300) http://www.ssi.bg/~ja/routes-2.6.19-12.diff - untested 
-# - (patch 2000) kernel-small_fixes.patch - untested
-# - (patch 2001) kernel-drm_pciids-via.patch - untested
-# - use PaXconfig() from LINUX_2_6_17 and pax bcond/support
+# - (patch 200) linux-2.6-ppc-ICE-hacks.patch - untested - ppc needed
 # - separate PaX and grsecurity support 
+# - update configs for all supported archs
 #
 # WARNING: Kernels from 2.6.16.X series not work under OldWorldMac
 #
@@ -321,7 +317,6 @@
 Patch1000: linux-2.6-grsec-minimal.patch
 
 Patch2000: kernel-small_fixes.patch
-Patch2001: kernel-drm_pciids-via.patch
 #wanpipe
 #Patch3000:wanpipe-beta7-2.3.4.patch
 
@@ -1001,7 +996,6 @@
 
 #Small fixes:
 %patch2000 -p1
-%patch2001 -p1
 
 #%if %{with abi}
 #patch -p1 -s  kernel-patch-linuxabi-20060404/linuxabi-2.6.17-0.patch
@@ -1852,6 +1846,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.441.2.1673  2006/12/12 15:56:36  mguevara
+- updated todo
+- patch2001 kernel-drm_pciids-via.patch removed - id already in 2.6.19
+
 Revision 1.441.2.1672  2006/12/12 15:02:16  mguevara
 - todo update (see which patches need update)
 - pax bcond introduced (default off)


 CVS-web:

http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1672r2=1.441.2.1673f=u

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


SPECS: synce-kde.spec - add kde-ac260-lt.patch; rel 3

2006-12-12 Thread glen
Author: glen Date: Tue Dec 12 16:20:59 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- add kde-ac260-lt.patch; rel 3

 Files affected:
SPECS:
   synce-kde.spec (1.5 - 1.6) 

 Diffs:


Index: SPECS/synce-kde.spec
diff -u SPECS/synce-kde.spec:1.5 SPECS/synce-kde.spec:1.6
--- SPECS/synce-kde.spec:1.5Tue Dec 12 15:59:24 2006
+++ SPECS/synce-kde.specTue Dec 12 17:20:54 2006
@@ -6,7 +6,7 @@
 Summary(pl):   Integracja SynCE z KDE - moduł kio-slave i ikona zasobnika 
systemowego
 Name:  synce-kde
 Version:   0.9.1
-Release:   2
+Release:   3
 License:   MIT
 Group: Applications
 Source0:   http://dl.sourceforge.net/synce/%{name}-%{version}.tar.gz
@@ -14,7 +14,8 @@
 Patch0:kde-common-PLD.patch
 Patch1:kde-am.patch
 Patch2:kde-ac260.patch
-Patch3:synce-kde-desktop.patch
+Patch3:kde-ac260-lt.patch
+Patch4:synce-kde-desktop.patch
 URL:   http://www.synce.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -64,6 +65,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 cp -f /usr/share/automake/config.sub admin
@@ -132,6 +134,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.6  2006/12/12 16:20:54  glen
+- add kde-ac260-lt.patch; rel 3
+
 Revision 1.5  2006/12/12 14:59:24  glen
 - add kde-am.patch, kde-ac260.patch patches
 - executable bits for apps/raki/scripts/*.sh


 CVS-web:
http://cvs.pld-linux.org/SPECS/synce-kde.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


SOURCES: apparmor-parser.init - partial pldize, by LSB exit 3 for ...

2006-12-12 Thread glen
Author: glen Date: Tue Dec 12 16:23:10 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- partial pldize, by LSB exit 3 for usage

 Files affected:
SOURCES:
   apparmor-parser.init (1.1 - 1.2) 

 Diffs:


Index: SOURCES/apparmor-parser.init
diff -u SOURCES/apparmor-parser.init:1.1 SOURCES/apparmor-parser.init:1.2
--- SOURCES/apparmor-parser.init:1.1Tue Dec 12 16:44:30 2006
+++ SOURCES/apparmor-parser.initTue Dec 12 17:23:05 2006
@@ -8,10 +8,6 @@
 # Source function library
 . /etc/rc.d/init.d/functions
 
-usage() {
-   echo Usage: $0 
{start|stop|restart|try-restart|reload|force-reload|status|kill}
-}
-
 sd_log_skipped_msg() {
echo -n $*
#success
@@ -44,31 +40,32 @@
 
 . /etc/apparmor/rc.apparmor.functions
 
+RETVAL=0
 case $1 in
-   start)
-   subdomain_start
-   ;;
-   stop)
-   subdomain_stop
-   ;;
-   restart|reload|force-reload)
-   subdomain_restart
-   ;;
-   try-restart)
-   subdomain_try_restart
-   ;;
-   debug)
-   subdomain_debug
-   ;;
-   kill)
-   subdomain_kill
-   ;;
-   status)
-   subdomain_status
-   ;;
-   *)
-   usage
-   exit 1
-   esac
-exit 0
+start)
+   subdomain_start
+   ;;
+stop)
+   subdomain_stop
+   ;;
+restart|reload|force-reload)
+   subdomain_restart
+   ;;
+try-restart)
+   subdomain_try_restart
+   ;;
+debug)
+   subdomain_debug
+   ;;
+kill)
+   subdomain_kill
+   ;;
+status)
+   subdomain_status
+   ;;
+*)
+   msg_usage $0 
{start|stop|restart|try-restart|reload|force-reload|status|kill}
+   exit 3
+esac
 
+exit $RETVAL


 CVS-web:
http://cvs.pld-linux.org/SOURCES/apparmor-parser.init?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: xsp.spec - up to 1.2.1 - seperated debug subpackage for libs

2006-12-12 Thread deejay1
Author: deejay1  Date: Tue Dec 12 16:32:45 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 1.2.1
- seperated debug subpackage for libs

 Files affected:
SPECS:
   xsp.spec (1.28 - 1.29) 

 Diffs:


Index: SPECS/xsp.spec
diff -u SPECS/xsp.spec:1.28 SPECS/xsp.spec:1.29
--- SPECS/xsp.spec:1.28 Fri Oct 13 21:58:31 2006
+++ SPECS/xsp.spec  Tue Dec 12 17:32:40 2006
@@ -1,14 +1,17 @@
 # $Revision$, $Date$
+
+%include /usr/lib/rpm/macros.mono
+
 Summary:   Mono ASP.NET Standalone Web Server
 Summary(pl):   Serwer HTTP obsługujący ASP.NET
 Name:  xsp
-Version:   1.1.16
+Version:   1.2.1
 Release:   1
 Epoch: 1
 License:   GPL
 Group: Networking/Daemons
 Source0:   http://www.go-mono.com/sources/xsp/%{name}-%{version}.tar.gz
-# Source0-md5: 21253cf75855da7994bce04af672bd94
+# Source0-md5: 37333caaf4c4570ec76cf0ef9218b402
 URL:   http://www.mono-project.com/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -27,6 +30,18 @@
 ASP.NET, który może być też używany do testów i śledzenia błędów
 aplikacji używających klasy System.Web dostarczanej z pakietem Mono.
 
+%package debug
+Summary:   xsp libraries debugging resources
+Summary(pl):   Pliki umożliwiające debugowanie bibliotek xsp
+Group: Development/Libraries
+Requires:  %{name} = %{version}-%{release}
+
+%description debug
+xsp libraries debugging resources.
+
+%description debug -l pl
+Pliki umożliwiające debugowanie bibliotek xsp.
+
 %prep
 %setup -q
 
@@ -61,14 +76,29 @@
 %{_libdir}/%{name}/2.0
 %{_mandir}/man1/*
 %{_pkgconfigdir}/*.pc
+%exclude %{_prefix}/lib/mono/gac/*/*/*.mdb
+%{_prefix}/lib/mono/gac/Mono.WebServer
+%{_prefix}/lib/mono/gac/Mono.WebServer2
+%{_prefix}/lib/mono/gac/mod-mono-server
+%{_prefix}/lib/mono/gac/mod-mono-server2
+%{_prefix}/lib/mono/gac/xsp
+%{_prefix}/lib/mono/gac/xsp2
 %{_examplesdir}/%{name}-%{version}
 
+%files debug
+%defattr(644,root,root,755)
+%{_prefix}/lib/mono/gac/*/*/*.mdb
+
 %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.29  2006/12/12 16:32:40  deejay1
+- up to 1.2.1
+- seperated debug subpackage for libs
+
 Revision 1.28  2006/10/13 19:58:31  qboosh
 - added CVE note to rev. 1.26 changelog entry
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/xsp.spec?r1=1.28r2=1.29f=u

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


SPECS: mono.spec - up to 1.2.2.1

2006-12-12 Thread deejay1
Author: deejay1  Date: Tue Dec 12 16:37:49 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 1.2.2.1

 Files affected:
SPECS:
   mono.spec (1.203 - 1.204) 

 Diffs:


Index: SPECS/mono.spec
diff -u SPECS/mono.spec:1.203 SPECS/mono.spec:1.204
--- SPECS/mono.spec:1.203   Tue Dec  5 18:36:34 2006
+++ SPECS/mono.spec Tue Dec 12 17:37:44 2006
@@ -16,13 +16,13 @@
 Summary:   Common Language Infrastructure implementation
 Summary(pl):   Implementacja Common Language Infrastructure
 Name:  mono
-Version:   1.2.2
+Version:   1.2.2.1
 Release:   1
 License:   GPL/LGPL/MIT
 Group: Development/Languages
 #Source0Download: http://go-mono.com/sources-stable/
 Source0:   http://www.go-mono.com/sources/mono/%{name}-%{version}.tar.gz
-# Source0-md5: 37933cd25b180d092765272862c5d672
+# Source0-md5: b67ef657b83ca26249d7b9e9c5e7da69
 Patch0:%{name}-alpha-float.patch
 Patch1:%{name}-mint.patch
 Patch2:%{name}-sonames.patch
@@ -487,6 +487,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.204  2006/12/12 16:37:44  deejay1
+- up to 1.2.2.1
+
 Revision 1.203  2006/12/05 17:36:34  wolf
 - 1.2.2
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/mono.spec?r1=1.203r2=1.204f=u

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


SPECS: ntfs-3g.spec - 20061212

2006-12-12 Thread wolf
Author: wolf Date: Tue Dec 12 16:38:50 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 20061212

 Files affected:
SPECS:
   ntfs-3g.spec (1.18 - 1.19) 

 Diffs:


Index: SPECS/ntfs-3g.spec
diff -u SPECS/ntfs-3g.spec:1.18 SPECS/ntfs-3g.spec:1.19
--- SPECS/ntfs-3g.spec:1.18 Wed Nov 15 17:31:10 2006
+++ SPECS/ntfs-3g.spec  Tue Dec 12 17:38:45 2006
@@ -4,14 +4,14 @@
 Summary:   The NTFS driver with read and write support
 Summary(pl):   Sterownik do NTFS umożliwiający odczyt i zapis
 Name:  ntfs-3g
-Version:   0.20061115
+Version:   0.20061212
 Release:   0.%{_beta}.%{_rel}
 Epoch: 1
 License:   GPL
 Group: Applications/System
 Source0:   http://www.ntfs-3g.org/%{name}-%{version}-%{_beta}.tgz
-# Source0-md5: 9a0c1a3d2a27deaeda6c39003e9f57c4
-Patch0:%{name}-Makefile.am.diff
+# Source0-md5: 272ff4191b3ec79ef8187da8bc7ffda1
+Patch0:%{name}-ldconfig.patch
 URL:   http://www.ntfs-3g.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -105,6 +105,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.19  2006/12/12 16:38:45  wolf
+- 20061212
+
 Revision 1.18  2006/11/15 16:31:10  wolf
 - 0.20061115
 - it requires fuse 2.6.0 kernel module


 CVS-web:
http://cvs.pld-linux.org/SPECS/ntfs-3g.spec?r1=1.18r2=1.19f=u

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


SOURCES: ntfs-3g-Makefile.am.diff (REMOVED)

2006-12-12 Thread wolf
Author: wolf Date: Tue Dec 12 16:39:24 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:


 Files affected:
SOURCES:
   ntfs-3g-Makefile.am.diff (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


SOURCES: ntfs-3g-ldconfig.patch (NEW) - don't run ldconfig

2006-12-12 Thread wolf
Author: wolf Date: Tue Dec 12 16:39:50 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- don't run ldconfig

 Files affected:
SOURCES:
   ntfs-3g-ldconfig.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/ntfs-3g-ldconfig.patch
diff -u /dev/null SOURCES/ntfs-3g-ldconfig.patch:1.1
--- /dev/null   Tue Dec 12 17:39:50 2006
+++ SOURCES/ntfs-3g-ldconfig.patch  Tue Dec 12 17:39:45 2006
@@ -0,0 +1,11 @@
+diff -ruN ntfs-3g-0.20061212-BETA./src/Makefile.am 
ntfs-3g-0.20061212-BETA/src/Makefile.am
+--- ntfs-3g-0.20061212-BETA./src/Makefile.am   2006-12-09 00:47:08.0 
+0100
 ntfs-3g-0.20061212-BETA/src/Makefile.am2006-12-12 16:35:27.909571124 
+0100
+@@ -38,7 +38,6 @@
+ install-exec-hook:
+   $(INSTALL) -d $(DESTDIR)/sbin
+   $(LN_S) -f $(bindir)/ntfs-3g $(DESTDIR)/sbin/mount.ntfs-3g
+-  $(LDCONFIG)
+ 
+ install-data-hook:
+   $(INSTALL) -d $(DESTDIR)$(man8dir)

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


SOURCES: frozen-bubble.desktop - s/BlocksGame/ArcadeGame/

2006-12-12 Thread ankry
Author: ankryDate: Tue Dec 12 16:51:59 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- s/BlocksGame/ArcadeGame/

 Files affected:
SOURCES:
   frozen-bubble.desktop (1.5 - 1.6) 

 Diffs:


Index: SOURCES/frozen-bubble.desktop
diff -u SOURCES/frozen-bubble.desktop:1.5 SOURCES/frozen-bubble.desktop:1.6
--- SOURCES/frozen-bubble.desktop:1.5   Sun Jul  4 13:08:15 2004
+++ SOURCES/frozen-bubble.desktop   Tue Dec 12 17:51:54 2006
@@ -1,4 +1,4 @@
-[Desktop Entry]
+6c[Desktop Entry]
 Name=Frozen Bubble
 Comment=Frozen Bubble arcade game
 Comment[pl]=Gra zręcznościowa Frozen Bubble
@@ -7,5 +7,5 @@
 Terminal=false
 Type=Application
 Encoding=UTF-8
-Categories=Game;BlocksGame;
+Categories=Game;ArcadeGame;
 # vi: encoding=utf-8


 CVS-web:
http://cvs.pld-linux.org/SOURCES/frozen-bubble.desktop?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


SOURCES: frozen-bubble.desktop - f*ing joe

2006-12-12 Thread ankry
Author: ankryDate: Tue Dec 12 16:54:13 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- f*ing joe

 Files affected:
SOURCES:
   frozen-bubble.desktop (1.6 - 1.7) 

 Diffs:


Index: SOURCES/frozen-bubble.desktop
diff -u SOURCES/frozen-bubble.desktop:1.6 SOURCES/frozen-bubble.desktop:1.7
--- SOURCES/frozen-bubble.desktop:1.6   Tue Dec 12 17:51:54 2006
+++ SOURCES/frozen-bubble.desktop   Tue Dec 12 17:54:08 2006
@@ -1,4 +1,4 @@
-6c[Desktop Entry]
+[Desktop Entry]
 Name=Frozen Bubble
 Comment=Frozen Bubble arcade game
 Comment[pl]=Gra zręcznościowa Frozen Bubble


 CVS-web:
http://cvs.pld-linux.org/SOURCES/frozen-bubble.desktop?r1=1.6r2=1.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): frozen-bubble.spec - fixed .desktop, rel. 2

2006-12-12 Thread ankry
Author: ankryDate: Tue Dec 12 16:56:51 2006 GMT
Module: SPECS Tag: AC-branch
 Log message:
- fixed .desktop, rel. 2

 Files affected:
SPECS:
   frozen-bubble.spec (1.36 - 1.36.2.1) 

 Diffs:


Index: SPECS/frozen-bubble.spec
diff -u SPECS/frozen-bubble.spec:1.36 SPECS/frozen-bubble.spec:1.36.2.1
--- SPECS/frozen-bubble.spec:1.36   Mon Oct 30 15:57:11 2006
+++ SPECS/frozen-bubble.specTue Dec 12 17:56:46 2006
@@ -4,7 +4,7 @@
 Summary(pl):   Gra zręcznościowa Frozen Bubble
 Name:  frozen-bubble
 Version:   2.0.0
-Release:   1
+Release:   2
 License:   GPL
 Group: X11/Applications/Games
 Source0:   http://www.frozen-bubble.org/data/%{name}-%{version}.tar.bz2
@@ -98,6 +98,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.36.2.1  2006/12/12 16:56:46  ankry
+- fixed .desktop, rel. 2
+
 Revision 1.36  2006/10/30 14:57:11  sparky
 - sorted BR
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/frozen-bubble.spec?r1=1.36r2=1.36.2.1f=u

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


SPECS: synce-rra.spec - clear EA list; rel 4

2006-12-12 Thread glen
Author: glen Date: Tue Dec 12 17:04:13 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- clear EA list; rel 4

 Files affected:
SPECS:
   synce-rra.spec (1.7 - 1.8) 

 Diffs:


Index: SPECS/synce-rra.spec
diff -u SPECS/synce-rra.spec:1.7 SPECS/synce-rra.spec:1.8
--- SPECS/synce-rra.spec:1.7Mon Dec 11 22:50:32 2006
+++ SPECS/synce-rra.specTue Dec 12 18:04:08 2006
@@ -3,7 +3,7 @@
 Summary(pl):   RRA - aplikacja SynCE do synchronizacji
 Name:  synce-rra
 Version:   0.9.1
-Release:   3
+Release:   4
 License:   MIT
 Group: Libraries
 Source0:   http://dl.sourceforge.net/synce/%{name}-%{version}.tar.gz
@@ -19,7 +19,6 @@
 BuildRequires: synce-libsynce-devel = 0.9.1
 Requires:  synce-librapi2 = 0.9.1
 Requires:  synce-libsynce = 0.9.1
-ExcludeArch:   alpha ia64 ppc64 s390x sparc64
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -114,6 +113,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.8  2006/12/12 17:04:08  glen
+- clear EA list; rel 4
+
 Revision 1.7  2006/12/11 21:50:32  glen
 - remove %{x8664} from EA list due: synce-librapi2.spec: (qboosh) it seems that
   0.9.1 fixes 64-bit problems


 CVS-web:
http://cvs.pld-linux.org/SPECS/synce-rra.spec?r1=1.7r2=1.8f=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): gnutls.spec - rel 2 (rebuild with lzo2)

2006-12-12 Thread glen
Author: glen Date: Tue Dec 12 17:06:02 2006 GMT
Module: SPECS Tag: AC-branch
 Log message:
- rel 2 (rebuild with lzo2)

 Files affected:
SPECS:
   gnutls.spec (1.58.2.1 - 1.58.2.2) 

 Diffs:


Index: SPECS/gnutls.spec
diff -u SPECS/gnutls.spec:1.58.2.1 SPECS/gnutls.spec:1.58.2.2
--- SPECS/gnutls.spec:1.58.2.1  Fri Feb 10 10:54:22 2006
+++ SPECS/gnutls.spec   Tue Dec 12 18:05:56 2006
@@ -3,7 +3,7 @@
 Summary(pl):   Biblioteka GNU TLS (Transport Layer Security)
 Name:  gnutls
 Version:   1.2.10
-Release:   1
+Release:   2
 License:   LGPL
 Group: Libraries
 Source0:   ftp://ftp.gnutls.org/pub/gnutls/%{name}-%{version}.tar.bz2
@@ -133,6 +133,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.58.2.2  2006/12/12 17:05:56  glen
+- rel 2 (rebuild with lzo2)
+
 Revision 1.58.2.1  2006/02/10 09:54:22  qboosh
 - updated to 1.2.10 (security fixes; STBR to Ac)
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/gnutls.spec?r1=1.58.2.1r2=1.58.2.2f=u

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


SPECS: openvpn.spec - rel 2 (rebuild with lzo2)

2006-12-12 Thread glen
Author: glen Date: Tue Dec 12 17:07:25 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- rel 2 (rebuild with lzo2)

 Files affected:
SPECS:
   openvpn.spec (1.120 - 1.121) 

 Diffs:


Index: SPECS/openvpn.spec
diff -u SPECS/openvpn.spec:1.120 SPECS/openvpn.spec:1.121
--- SPECS/openvpn.spec:1.120Thu Dec  7 19:35:31 2006
+++ SPECS/openvpn.spec  Tue Dec 12 18:07:20 2006
@@ -8,7 +8,7 @@
 Summary(pl):   Serwer VPN
 Name:  openvpn
 Version:   2.0.9
-Release:   1
+Release:   2
 License:   GPL
 Group: Networking/Daemons
 Source0:   http://openvpn.net/release/%{name}-%{version}.tar.gz
@@ -172,6 +172,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.121  2006/12/12 17:07:20  glen
+- rel 2 (rebuild with lzo2)
+
 Revision 1.120  2006/12/07 18:35:31  glen
 - 2.0.9
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/openvpn.spec?r1=1.120r2=1.121f=u

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


SPECS: vtun.spec - rel 4 (rebuild with lzo2)

2006-12-12 Thread glen
Author: glen Date: Tue Dec 12 17:08:56 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- rel 4 (rebuild with lzo2)

 Files affected:
SPECS:
   vtun.spec (1.68 - 1.69) 

 Diffs:


Index: SPECS/vtun.spec
diff -u SPECS/vtun.spec:1.68 SPECS/vtun.spec:1.69
--- SPECS/vtun.spec:1.68Sun Sep  3 21:19:36 2006
+++ SPECS/vtun.spec Tue Dec 12 18:08:51 2006
@@ -7,7 +7,7 @@
 Summary(pl):   Wirtualne tunele poprzez sieci TCP/IP
 Name:  vtun
 Version:   2.6
-Release:   3
+Release:   4
 Epoch: 2
 License:   GPL
 Group: Networking/Daemons
@@ -120,6 +120,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.69  2006/12/12 17:08:51  glen
+- rel 4 (rebuild with lzo2)
+
 Revision 1.68  2006/09/03 19:19:36  tommat
 - fixed init script
 - rel 3


 CVS-web:
http://cvs.pld-linux.org/SPECS/vtun.spec?r1=1.68r2=1.69f=u

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


SPECS: apparmor-profiles.spec - abstractions and examples subpackages

2006-12-12 Thread arekm
Author: arekmDate: Tue Dec 12 17:14:19 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- abstractions and examples subpackages

 Files affected:
SPECS:
   apparmor-profiles.spec (1.3 - 1.4) 

 Diffs:


Index: SPECS/apparmor-profiles.spec
diff -u SPECS/apparmor-profiles.spec:1.3 SPECS/apparmor-profiles.spec:1.4
--- SPECS/apparmor-profiles.spec:1.3Fri Dec  1 01:29:51 2006
+++ SPECS/apparmor-profiles.specTue Dec 12 18:14:14 2006
@@ -5,7 +5,7 @@
 Summary(pl):   Profile AppArmor
 Name:  apparmor-profiles
 Version:   %{_ver}.%{_svnrel}
-Release:   0.1
+Release:   0.2
 Group: Base
 Source0:   
http://forgeftp.novell.com/apparmor/Development%20-%20September%20snapshot/%{name}-%{_ver}-%{_svnrel}.tar.gz
 # Source0-md5: 7a4501c2bb71fbdf1445e17ca4c58cb5
@@ -35,6 +35,30 @@
 bezpieczeństwie. Ten pakiet jest częścią zestawu narzędzi zwanych
 SubDomain.
 
+%package abstractions
+Summary:   Abstraction AppArmor files
+Summary(pl):   Pliki abstrakcji dla AppArmor
+Group: Base
+Requires:  %{name} = %{version}-%{release}
+
+%description abstractions
+Abstraction AppArmor files.
+
+%description abstractions -l pl
+Pliki abstrakcji dla AppArmor.
+
+%package examples
+Summary:   Example AppArmor profiles
+Summary(pl):   Przykładowe profile AppArmor
+Group: Base
+Requires:  %{name}-abstractions = %{version}-%{release}
+
+%description examples
+Example AppArmor profiles.
+
+%description examples -l pl
+Przykładowe profile AppArmor.
+
 %prep
 %setup -q -n %{name}-%{_ver}
 
@@ -57,8 +81,16 @@
 %dir %{_sysconfdir}/apparmor.d/abstractions
 %dir %{_sysconfdir}/apparmor.d/program-chunks
 %dir %{_sysconfdir}/apparmor.d/tunables
+%config(noreplace) %verify(not md5 mtime size) %{profiles_dir}/tunables/*
+
+%files abstractions
+%defattr(644,root,root,755)
+%config(noreplace) %verify(not md5 mtime size) %{profiles_dir}/abstractions/*
+
+%files examples
+%defattr(644,root,root,755)
 %config(noreplace) %verify(not md5 mtime size) %{profiles_dir}/*.*
-%config(noreplace) %verify(not md5 mtime size) %{profiles_dir}/*/*
+%config(noreplace) %verify(not md5 mtime size) %{profiles_dir}/program-chunks/*
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
 %changelog
@@ -66,6 +98,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.4  2006/12/12 17:14:14  arekm
+- abstractions and examples subpackages
+
 Revision 1.3  2006/12/01 00:29:51  zbyniu
 - up to september snapshot
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/apparmor-profiles.spec?r1=1.3r2=1.4f=u

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


SOURCES: opensshd.init - duh, why there was no checkconfig on relo...

2006-12-12 Thread glen
Author: glen Date: Tue Dec 12 17:14:45 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- duh, why there was no checkconfig on reload. ADDED!

 Files affected:
SOURCES:
   opensshd.init (1.29 - 1.30) 

 Diffs:


Index: SOURCES/opensshd.init
diff -u SOURCES/opensshd.init:1.29 SOURCES/opensshd.init:1.30
--- SOURCES/opensshd.init:1.29  Thu Oct 12 23:56:08 2006
+++ SOURCES/opensshd.init   Tue Dec 12 18:14:40 2006
@@ -117,6 +117,7 @@
;;
   reload|force-reload)
if [ -f /var/lock/subsys/sshd ]; then
+   checkconfig
msg_reloading OpenSSH
killproc sshd -HUP
RETVAL=$?


 CVS-web:
http://cvs.pld-linux.org/SOURCES/opensshd.init?r1=1.29r2=1.30f=u

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


SPECS: GeoIP.spec - rel. 3 - fixed linking

2006-12-12 Thread wrobell
Author: wrobell  Date: Tue Dec 12 17:14:59 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- rel. 3
- fixed linking

 Files affected:
SPECS:
   GeoIP.spec (1.30 - 1.31) 

 Diffs:


Index: SPECS/GeoIP.spec
diff -u SPECS/GeoIP.spec:1.30 SPECS/GeoIP.spec:1.31
--- SPECS/GeoIP.spec:1.30   Wed Oct 25 15:19:20 2006
+++ SPECS/GeoIP.specTue Dec 12 18:14:54 2006
@@ -3,12 +3,13 @@
 Summary(pl):   Biblioteka do sprawdzenia z jakiego kraju pochodzi adres IP lub 
domena
 Name:  GeoIP
 Version:   1.4.0
-Release:   2
+Release:   3
 License:   GPL v2
 Group: Libraries
 Source0:   
http://www.maxmind.com/download/geoip/api/c/%{name}-%{version}.tar.gz
 # Source0-md5: da09a3d9a1a91e3d16c0a29e6b056c15
 # note: c is a filename, do not add '/'
+Patch0:%{name}-link.patch
 URL:   http://www.maxmind.com/app/c
 BuildRequires: autoconf
 BuildRequires: automake
@@ -83,6 +84,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 
 
 %build
 rm -f missing
@@ -136,6 +138,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.31  2006/12/12 17:14:54  wrobell
+- rel. 3
+- fixed linking
+
 Revision 1.30  2006/10/25 13:19:20  qboosh
 - no macro in Conflicts for old package
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/GeoIP.spec?r1=1.30r2=1.31f=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): openssh.spec - added checkconfig to service ssh...

2006-12-12 Thread glen
Author: glen Date: Tue Dec 12 17:15:21 2006 GMT
Module: SPECS Tag: AC-branch
 Log message:
- added checkconfig to service sshd reload; rel 4

 Files affected:
SPECS:
   openssh.spec (1.251.2.14 - 1.251.2.15) 

 Diffs:


Index: SPECS/openssh.spec
diff -u SPECS/openssh.spec:1.251.2.14 SPECS/openssh.spec:1.251.2.15
--- SPECS/openssh.spec:1.251.2.14   Wed Nov 15 14:41:51 2006
+++ SPECS/openssh.spec  Tue Dec 12 18:15:16 2006
@@ -17,7 +17,7 @@
 %endif
 # gtk2-based gnome-askpass means no gnome1-based
 %{?with_gtk:%undefine with_gnome}
-%define_rel3
+%define_rel4
 Summary:   OpenSSH free Secure Shell (SSH) implementation
 Summary(de):   OpenSSH - freie Implementation der Secure Shell (SSH)
 Summary(es):   Implementación libre de SSH
@@ -659,6 +659,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.251.2.15  2006/12/12 17:15:16  glen
+- added checkconfig to service sshd reload; rel 4
+
 Revision 1.251.2.14  2006/11/15 13:41:51  glen
 - connect moved to separate package connect; rel 3
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/openssh.spec?r1=1.251.2.14r2=1.251.2.15f=u

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


SPECS: bkchem.spec - up to 0.12.0_pre1 - GPL v2+ License

2006-12-12 Thread lisu
Author: lisu Date: Tue Dec 12 17:15:44 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 0.12.0_pre1
- GPL v2+ License

 Files affected:
SPECS:
   bkchem.spec (1.27 - 1.28) 

 Diffs:


Index: SPECS/bkchem.spec
diff -u SPECS/bkchem.spec:1.27 SPECS/bkchem.spec:1.28
--- SPECS/bkchem.spec:1.27  Fri Oct 27 06:53:28 2006
+++ SPECS/bkchem.spec   Tue Dec 12 18:15:38 2006
@@ -1,13 +1,14 @@
 # $Revision$, $Date$
+%define_alpha  pre1
 Summary:   Python 2D chemical structure drawing tool
 Summary(pl):   Narzędzie do rysowania dwuwymiarowych struktur chemicznych
 Name:  bkchem
-Version:   0.11.6
-Release:   1
-License:   GPL
+Version:   0.12.0
+Release:   0.%{_alpha}.1
+License:   GPL v2+
 Group: X11/Applications/Science
-Source0:   http://bkchem.zirael.org/download/%{name}-%{version}.tar.gz
-# Source0-md5: d373cc1b87c68887b7b5db76dbf28169
+Source0:   
http://bkchem.zirael.org/download/%{name}-%{version}_%{_alpha}.tar.gz
+# Source0-md5: 6a73f72c142cbfc168cd1bc21a024d28
 Source1:   %{name}.desktop
 URL:   http://bkchem.zirael.org/
 BuildRequires: python
@@ -48,7 +49,7 @@
 jakości. Używane są biblioteki Cairo oraz pycairo.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}_%{_alpha}
 
 %build
 %{__python} setup.py build
@@ -105,6 +106,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.28  2006/12/12 17:15:38  lisu
+- up to 0.12.0_pre1
+- GPL v2+ License
+
 Revision 1.27  2006/10/27 04:53:28  piti
 - up to 0.11.6
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/bkchem.spec?r1=1.27r2=1.28f=u

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


DISTFILES: bkchem-0.12.0_pre1.tar.gz

2006-12-12 Thread lisu

Files fetched: 1

STORED: http://bkchem.zirael.org/download/bkchem-0.12.0_pre1.tar.gz
6a73f72c142cbfc168cd1bc21a024d28  bkchem-0.12.0_pre1.tar.gz
Size: 741389 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: apparmor-utils-pld.patch - on PLD protect /bin/ksh, too

2006-12-12 Thread arekm
Author: arekmDate: Tue Dec 12 17:16:08 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- on PLD protect /bin/ksh, too

 Files affected:
SOURCES:
   apparmor-utils-pld.patch (1.1 - 1.2) 

 Diffs:


Index: SOURCES/apparmor-utils-pld.patch
diff -u SOURCES/apparmor-utils-pld.patch:1.1 
SOURCES/apparmor-utils-pld.patch:1.2
--- SOURCES/apparmor-utils-pld.patch:1.1Tue Dec 12 13:06:49 2006
+++ SOURCES/apparmor-utils-pld.patchTue Dec 12 18:16:02 2006
@@ -10,3 +10,14 @@
} else {
  $logmark = last_audit_entry_time();
}
+diff -urN apparmor-utils-2.0.org/logprof.conf apparmor-utils-2.0/logprof.conf
+--- apparmor-utils-2.0.org/logprof.conf2006-09-28 20:37:30.0 
+0200
 apparmor-utils-2.0/logprof.conf2006-12-12 19:15:43.110454500 +0100
+@@ -13,6 +13,7 @@
+ [qualifiers]
+   # things will be painfully broken if bash has a profile
+   /bin/bash = iu
++  /bin/ksh= iu
+ 
+   # these programs can't function if they're confined
+   /bin/mount= u


 CVS-web:
http://cvs.pld-linux.org/SOURCES/apparmor-utils-pld.patch?r1=1.1r2=1.2f=u

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


DISTFILES: lastbash-0.3.1.tar.gz

2006-12-12 Thread lisu

Files fetched: 1

STORED: http://dl.sourceforge.net/lastbash/lastbash-0.3.1.tar.gz
fe4c5af28f3fa7704e8e7ae80ccbbba0  lastbash-0.3.1.tar.gz
Size: 24891 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: lastbash.spec - 0.3.1

2006-12-12 Thread lisu
Author: lisu Date: Tue Dec 12 17:42:57 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 0.3.1

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

 Diffs:


Index: SPECS/lastbash.spec
diff -u SPECS/lastbash.spec:1.5 SPECS/lastbash.spec:1.6
--- SPECS/lastbash.spec:1.5 Thu Dec  7 23:39:58 2006
+++ SPECS/lastbash.spec Tue Dec 12 18:42:50 2006
@@ -2,12 +2,12 @@
 Summary:   A console player for Last.fm
 Summary(pl):   Konsolowy odtwarzacz dla Last.fm
 Name:  lastbash
-Version:   0.3.0
-Release:   0.1
+Version:   0.3.1
+Release:   1
 License:   GPL v2+
 Group: Applications/Sound
 Source0:   http://dl.sourceforge.net/lastbash/%{name}-%{version}.tar.gz
-# Source0-md5: c4c65bbb2d17b10db005e12abea85c00
+# Source0-md5: fe4c5af28f3fa7704e8e7ae80ccbbba0
 URL:   http://lastbash.sourceforge.net
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -45,6 +45,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.6  2006/12/12 17:42:50  lisu
+- 0.3.1
+
 Revision 1.5  2006/12/07 22:39:58  darekr
 - simplify a bit
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/lastbash.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


SOURCES: lighttpd-mod_extforward-v2.patch (NEW) - raw from http://...

2006-12-12 Thread glen
Author: glen Date: Tue Dec 12 18:01:22 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- raw from http://trac.lighttpd.net/trac/wiki/Docs/ModExtForward

 Files affected:
SOURCES:
   lighttpd-mod_extforward-v2.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/lighttpd-mod_extforward-v2.patch
diff -u /dev/null SOURCES/lighttpd-mod_extforward-v2.patch:1.1
--- /dev/null   Tue Dec 12 19:01:22 2006
+++ SOURCES/lighttpd-mod_extforward-v2.patchTue Dec 12 19:01:17 2006
@@ -0,0 +1,532 @@
+diff -uwN --recursive lighttpd-1.4.11/configure.in 
lighttpd-1.4.11.extforward/configure.in
+--- lighttpd-1.4.11/configure.in   2006-03-04 15:32:38.0 +0100
 lighttpd-1.4.11.extforward/configure.in2006-05-26 19:18:45.928214713 
+0200
+@@ -538,7 +538,7 @@
+ AC_OUTPUT
+ 
+ 
+-do_build=mod_cgi mod_fastcgi mod_proxy mod_evhost mod_simple_vhost 
mod_access mod_alias mod_setenv mod_usertrack mod_auth mod_status mod_accesslog 
mod_rrdtool mod_secdownload mod_expire mod_compress mod_dirlisting 
mod_indexfiles mod_userdir mod_webdav mod_staticfile mod_scgi 
++do_build=mod_cgi mod_fastcgi mod_extforward mod_proxy mod_evhost 
mod_simple_vhost mod_access mod_alias mod_setenv mod_usertrack mod_auth 
mod_status mod_accesslog mod_rrdtool mod_secdownload mod_expire mod_compress 
mod_dirlisting mod_indexfiles mod_userdir mod_webdav mod_staticfile mod_scgi 
+ 
+ plugins=mod_rewrite mod_redirect mod_ssi mod_trigger_b4_dl
+ features=regex-conditionals
+diff -uwN --recursive lighttpd-1.4.11/debian/lighttpd.install 
lighttpd-1.4.11.extforward/debian/lighttpd.install
+--- lighttpd-1.4.11/debian/lighttpd.install2006-05-26 19:19:54.0 
+0200
 lighttpd-1.4.11.extforward/debian/lighttpd.install 2006-05-26 
19:33:49.950585807 +0200
+@@ -11,6 +11,7 @@
+ debian/tmp/usr/lib/lighttpd/mod_evasive.so
+ debian/tmp/usr/lib/lighttpd/mod_evhost.so
+ debian/tmp/usr/lib/lighttpd/mod_expire.so
++debian/tmp/usr/lib/lighttpd/mod_extforward.so
+ debian/tmp/usr/lib/lighttpd/mod_fastcgi.so
+ debian/tmp/usr/lib/lighttpd/mod_flv_streaming.so
+ debian/tmp/usr/lib/lighttpd/mod_indexfile.so
+diff -uwN --recursive lighttpd-1.4.11/src/Makefile.am 
lighttpd-1.4.11.extforward/src/Makefile.am
+--- lighttpd-1.4.11/src/Makefile.am2006-03-07 13:20:20.0 +0100
 lighttpd-1.4.11.extforward/src/Makefile.am 2006-05-26 19:17:55.028343433 
+0200
+@@ -193,6 +193,11 @@
+ mod_fastcgi_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
+ mod_fastcgi_la_LIBADD = $(common_libadd)
+ 
++lib_LTLIBRARIES += mod_extforward.la
++mod_extforward_la_SOURCES = mod_extforward.c
++mod_extforward_la_LDFLAGS = -module -export-dynamic -avoid-version 
-no-undefined
++mod_extforward_la_LIBADD = $(common_libadd)
++
+ lib_LTLIBRARIES += mod_access.la
+ mod_access_la_SOURCES = mod_access.c
+ mod_access_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
+diff -uwN --recursive lighttpd-1.4.11/src/mod_extforward.c 
lighttpd-1.4.11.extforward/src/mod_extforward.c
+--- lighttpd-1.4.11/src/mod_extforward.c   1970-01-01 01:00:00.0 
+0100
 lighttpd-1.4.11.extforward/src/mod_extforward.c2006-05-26 
23:54:32.050640213 +0200
+@@ -0,0 +1,490 @@
++#include ctype.h
++#include stdlib.h
++#include string.h
++#include stdio.h
++#include netinet/in.h
++
++#include base.h
++#include log.h
++#include buffer.h
++
++#include plugin.h
++
++#include inet_ntop_cache.h
++#ifdef HAVE_CONFIG_H
++#include config.h
++#endif
++
++/**
++ * mod_extforward.c for lighttpd, by comman.kang at gmail dot com
++ *  extended, modified by Lionel Elie Mamane (LEM), lionel 
at mamane dot lu
++ *
++ * Config example:
++ *
++ *   Trust proxy 10.0.0.232 and 10.0.0.232
++ *   extforward.forwarder = ( 10.0.0.232 = trust,
++ *10.0.0.233 = trust )
++ *
++ *   Trust all proxies  (NOT RECOMMENDED!)
++ *   extforward.forwarder = ( all = trust)
++ *
++ *   Note that all has precedence over specific entries,
++ *   so all except setups will not work.
++ *
++ * Note: The effect of this module is variable on $HTTP[remotip] directives 
and
++ *   other module's remote ip dependent actions.
++ *  Things done by modules before we change the remoteip or after we reset it 
will match on the proxy's IP.
++ *  Things done in between these two moments will match on the real client's 
IP.
++ *  The moment things are done by a module depends on in which hook it does 
things and within the same hook
++ *  on whether they are before/after us in the module loading order
++ *  (order in the server.modules directive in the config file).
++ *
++ * Tested behaviours:
++ *
++ *  mod_access: Will match on the real client.
++ *
++ *  mod_accesslog:
++ *   In order to see the real ip address in access log ,
++ *   you'll have to load mod_extforward after mod_accesslog.
++ *   like this:
++ *
++ *

SOURCES: lighttpd-mod_extforward-v2.patch - adjusted for lighttpd-...

2006-12-12 Thread glen
Author: glen Date: Tue Dec 12 18:02:54 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- adjusted for lighttpd-1.4.13

 Files affected:
SOURCES:
   lighttpd-mod_extforward-v2.patch (1.1 - 1.2) 

 Diffs:


Index: SOURCES/lighttpd-mod_extforward-v2.patch
diff -u SOURCES/lighttpd-mod_extforward-v2.patch:1.1 
SOURCES/lighttpd-mod_extforward-v2.patch:1.2
--- SOURCES/lighttpd-mod_extforward-v2.patch:1.1Tue Dec 12 19:01:17 2006
+++ SOURCES/lighttpd-mod_extforward-v2.patchTue Dec 12 19:02:48 2006
@@ -1,27 +1,14 @@
-diff -uwN --recursive lighttpd-1.4.11/configure.in 
lighttpd-1.4.11.extforward/configure.in
 lighttpd-1.4.11/configure.in   2006-03-04 15:32:38.0 +0100
-+++ lighttpd-1.4.11.extforward/configure.in2006-05-26 19:18:45.928214713 
+0200
+--- lighttpd-1.4.13/configure.in~  2006-12-12 19:59:48.956431896 +0200
 lighttpd-1.4.13/configure.in   2006-12-12 20:00:40.387576647 +0200
 @@ -538,7 +538,7 @@
  AC_OUTPUT
  
  
--do_build=mod_cgi mod_fastcgi mod_proxy mod_evhost mod_simple_vhost 
mod_access mod_alias mod_setenv mod_usertrack mod_auth mod_status mod_accesslog 
mod_rrdtool mod_secdownload mod_expire mod_compress mod_dirlisting 
mod_indexfiles mod_userdir mod_webdav mod_staticfile mod_scgi 
-+do_build=mod_cgi mod_fastcgi mod_extforward mod_proxy mod_evhost 
mod_simple_vhost mod_access mod_alias mod_setenv mod_usertrack mod_auth 
mod_status mod_accesslog mod_rrdtool mod_secdownload mod_expire mod_compress 
mod_dirlisting mod_indexfiles mod_userdir mod_webdav mod_staticfile mod_scgi 
+-do_build=mod_cgi mod_fastcgi mod_proxy mod_evhost mod_simple_vhost 
mod_access mod_alias mod_setenv mod_usertrack mod_auth mod_status mod_accesslog 
mod_rrdtool mod_secdownload mod_expire mod_compress mod_dirlisting 
mod_indexfiles mod_userdir mod_webdav mod_staticfile mod_scgi mod_flv_streaming
++do_build=mod_cgi mod_fastcgi mod_extforward mod_proxy mod_evhost 
mod_simple_vhost mod_access mod_alias mod_setenv mod_usertrack mod_auth 
mod_status mod_accesslog mod_rrdtool mod_secdownload mod_expire mod_compress 
mod_dirlisting mod_indexfiles mod_userdir mod_webdav mod_staticfile mod_scgi 
mod_flv_streaming
  
  plugins=mod_rewrite mod_redirect mod_ssi mod_trigger_b4_dl
  features=regex-conditionals
-diff -uwN --recursive lighttpd-1.4.11/debian/lighttpd.install 
lighttpd-1.4.11.extforward/debian/lighttpd.install
 lighttpd-1.4.11/debian/lighttpd.install2006-05-26 19:19:54.0 
+0200
-+++ lighttpd-1.4.11.extforward/debian/lighttpd.install 2006-05-26 
19:33:49.950585807 +0200
-@@ -11,6 +11,7 @@
- debian/tmp/usr/lib/lighttpd/mod_evasive.so
- debian/tmp/usr/lib/lighttpd/mod_evhost.so
- debian/tmp/usr/lib/lighttpd/mod_expire.so
-+debian/tmp/usr/lib/lighttpd/mod_extforward.so
- debian/tmp/usr/lib/lighttpd/mod_fastcgi.so
- debian/tmp/usr/lib/lighttpd/mod_flv_streaming.so
- debian/tmp/usr/lib/lighttpd/mod_indexfile.so
-diff -uwN --recursive lighttpd-1.4.11/src/Makefile.am 
lighttpd-1.4.11.extforward/src/Makefile.am
 --- lighttpd-1.4.11/src/Makefile.am2006-03-07 13:20:20.0 +0100
 +++ lighttpd-1.4.11.extforward/src/Makefile.am 2006-05-26 19:17:55.028343433 
+0200
 @@ -193,6 +193,11 @@
@@ -36,7 +23,6 @@
  lib_LTLIBRARIES += mod_access.la
  mod_access_la_SOURCES = mod_access.c
  mod_access_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
-diff -uwN --recursive lighttpd-1.4.11/src/mod_extforward.c 
lighttpd-1.4.11.extforward/src/mod_extforward.c
 --- lighttpd-1.4.11/src/mod_extforward.c   1970-01-01 01:00:00.0 
+0100
 +++ lighttpd-1.4.11.extforward/src/mod_extforward.c2006-05-26 
23:54:32.050640213 +0200
 @@ -0,0 +1,490 @@


 CVS-web:

http://cvs.pld-linux.org/SOURCES/lighttpd-mod_extforward-v2.patch?r1=1.1r2=1.2f=u

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


SOURCES: lighttpd-mod_extforward.conf (NEW) - sample config and do...

2006-12-12 Thread glen
Author: glen Date: Tue Dec 12 18:06:54 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- sample config and doc extracted from patch

 Files affected:
SOURCES:
   lighttpd-mod_extforward.conf (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/lighttpd-mod_extforward.conf
diff -u /dev/null SOURCES/lighttpd-mod_extforward.conf:1.1
--- /dev/null   Tue Dec 12 19:06:54 2006
+++ SOURCES/lighttpd-mod_extforward.confTue Dec 12 19:06:49 2006
@@ -0,0 +1,42 @@
+# mod_extforward for lighttpd
+#
+# Documentation: http://trac.lighttpd.net/trac/wiki/Docs/ModExtForward
+
+server.modules += (
+   mod_extforward
+)
+
+# Trust proxy 10.0.0.232 and 10.0.0.232
+#extforward.forwarder = (
+#  10.0.0.232 = trust,
+#  10.0.0.233 = trust,
+#)
+
+# Trust all proxies  (NOT RECOMMENDED!)
+#extforward.forwarder = ( all = trust)
+
+# Note that all has precedence over specific entries,
+# so all except setups will not work.
+
+# Note: The effect of this module is variable on $HTTP[remotip] directives 
and
+#   other module's remote ip dependent actions.
+#  Things done by modules before we change the remoteip or after we reset it 
will match on the proxy's IP.
+#  Things done in between these two moments will match on the real client's IP.
+#  The moment things are done by a module depends on in which hook it does 
things and within the same hook
+#  on whether they are before/after us in the module loading order
+#  (order in the server.modules directive in the config file).
+#
+# Tested behaviours:
+#
+#  mod_access: Will match on the real client.
+#
+#  mod_accesslog:
+#   In order to see the real ip address in access log ,
+#   you'll have to load mod_extforward after mod_accesslog.
+#   like this:
+#
+#server.modules  = (
+#   .
+#   mod_accesslog,
+#   mod_extforward
+#)

___
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): python-M2Crypto.spec - needed BR

2006-12-12 Thread psz
Author: psz  Date: Tue Dec 12 18:13:17 2006 GMT
Module: SPECS Tag: AC-branch
 Log message:
- needed BR

 Files affected:
SPECS:
   python-M2Crypto.spec (1.38.2.1 - 1.38.2.2) 

 Diffs:


Index: SPECS/python-M2Crypto.spec
diff -u SPECS/python-M2Crypto.spec:1.38.2.1 SPECS/python-M2Crypto.spec:1.38.2.2
--- SPECS/python-M2Crypto.spec:1.38.2.1 Wed Dec  6 16:46:05 2006
+++ SPECS/python-M2Crypto.spec  Tue Dec 12 19:13:11 2006
@@ -14,7 +14,7 @@
 BuildRequires: openssl-devel = 0.9.7d
 BuildRequires: python-devel = 1:2.4
 BuildRequires: swig = 1.3.24
-#BuildRequires:swig-python = 1.3.25
+BuildRequires: swig-python = 1.3.24
 BuildRequires: unzip
 %pyrequires_eq python
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -75,6 +75,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.38.2.2  2006/12/12 18:13:11  psz
+- needed BR
+
 Revision 1.38.2.1  2006/12/06 15:46:05  glen
 - without egg-info for AC; rel 3
 


 CVS-web:

http://cvs.pld-linux.org/SPECS/python-M2Crypto.spec?r1=1.38.2.1r2=1.38.2.2f=u

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


SPECS: GeoIP.spec - moved comment, cleanup

2006-12-12 Thread qboosh
Author: qboosh   Date: Tue Dec 12 18:19:03 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- moved comment, cleanup

 Files affected:
SPECS:
   GeoIP.spec (1.31 - 1.32) 

 Diffs:


Index: SPECS/GeoIP.spec
diff -u SPECS/GeoIP.spec:1.31 SPECS/GeoIP.spec:1.32
--- SPECS/GeoIP.spec:1.31   Tue Dec 12 18:14:54 2006
+++ SPECS/GeoIP.specTue Dec 12 19:18:58 2006
@@ -8,8 +8,8 @@
 Group: Libraries
 Source0:   
http://www.maxmind.com/download/geoip/api/c/%{name}-%{version}.tar.gz
 # Source0-md5: da09a3d9a1a91e3d16c0a29e6b056c15
-# note: c is a filename, do not add '/'
 Patch0:%{name}-link.patch
+# note: c is a filename, do not add '/'
 URL:   http://www.maxmind.com/app/c
 BuildRequires: autoconf
 BuildRequires: automake
@@ -87,7 +87,6 @@
 %patch0 -p1 
 
 %build
-rm -f missing
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
@@ -107,8 +106,8 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post libs -p /sbin/ldconfig
-%postunlibs-p /sbin/ldconfig
+%post  libs -p /sbin/ldconfig
+%postunlibs -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
@@ -138,6 +137,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.32  2006/12/12 18:18:58  qboosh
+- moved comment, cleanup
+
 Revision 1.31  2006/12/12 17:14:54  wrobell
 - rel. 3
 - fixed linking


 CVS-web:
http://cvs.pld-linux.org/SPECS/GeoIP.spec?r1=1.31r2=1.32f=u

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


SPECS: kerry.spec - up to 0.2.1

2006-12-12 Thread vip
Author: vip  Date: Tue Dec 12 18:29:13 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 0.2.1

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

 Diffs:


Index: SPECS/kerry.spec
diff -u SPECS/kerry.spec:1.5 SPECS/kerry.spec:1.6
--- SPECS/kerry.spec:1.5Tue Nov 21 17:40:33 2006
+++ SPECS/kerry.specTue Dec 12 19:29:08 2006
@@ -3,12 +3,12 @@
 Summary:   Desktop search tool
 Summary(pl):   Graficzne narzędzie do wyszukiwania
 Name:  kerry
-Version:   0.2
+Version:   0.2.1
 Release:   0.1
 License:   GPL
 Group: X11/Applications
 Source0:   
http://developer.kde.org/~binner/kerry/%{name}-%{version}.tar.bz2
-# Source0-md5: 54208e7220b07e3f4819540043711f68
+# Source0-md5: c5885de1b18c9c7cf944d8845eb9c64c
 Patch0:kde-ac260-lt.patch
 BuildRequires: beagle-devel
 BuildRequires: kdelibs-devel
@@ -67,6 +67,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.6  2006/12/12 18:29:08  vip
+- up to 0.2.1
+
 Revision 1.5  2006/11/21 16:40:33  deejay1
 - up to 0.2
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/kerry.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


DISTFILES: kerry-0.2.1.tar.bz2

2006-12-12 Thread vip

Files fetched: 1

STORED: http://developer.kde.org/~binner/kerry/kerry-0.2.1.tar.bz2
c5885de1b18c9c7cf944d8845eb9c64c  kerry-0.2.1.tar.bz2
Size: 636591 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: libmusicbrainz.spec - release 3, rebuild with P: *.la.

2006-12-12 Thread pluto
Author: plutoDate: Tue Dec 12 18:36:32 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- release 3, rebuild with P: *.la.

 Files affected:
SPECS:
   libmusicbrainz.spec (1.19 - 1.20) 

 Diffs:


Index: SPECS/libmusicbrainz.spec
diff -u SPECS/libmusicbrainz.spec:1.19 SPECS/libmusicbrainz.spec:1.20
--- SPECS/libmusicbrainz.spec:1.19  Wed Aug 30 16:14:47 2006
+++ SPECS/libmusicbrainz.spec   Tue Dec 12 19:36:26 2006
@@ -3,7 +3,7 @@
 Summary(pl):   Biblioteka umożliwiająca korzystanie z serwerów MusicBrainz
 Name:  libmusicbrainz
 Version:   2.1.4
-Release:   2
+Release:   3
 Epoch: 1
 License:   LGPL
 Group: Libraries
@@ -136,6 +136,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.20  2006/12/12 18:36:26  pluto
+- release 3, rebuild with P: *.la.
+
 Revision 1.19  2006/08/30 14:14:47  havner
 - BR python-modules 2.5 instead of python-ctypes
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/libmusicbrainz.spec?r1=1.19r2=1.20f=u

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


SPECS: lighttpd.spec - add mod_extforward module; rel 4

2006-12-12 Thread glen
Author: glen Date: Tue Dec 12 18:41:46 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- add mod_extforward module; rel 4

 Files affected:
SPECS:
   lighttpd.spec (1.193 - 1.194) 

 Diffs:


Index: SPECS/lighttpd.spec
diff -u SPECS/lighttpd.spec:1.193 SPECS/lighttpd.spec:1.194
--- SPECS/lighttpd.spec:1.193   Tue Nov 28 15:48:48 2006
+++ SPECS/lighttpd.spec Tue Dec 12 19:41:41 2006
@@ -39,7 +39,7 @@
 %definewebdav_progs1
 %endif
 
-%define_rel 3
+%define_rel 4
 Summary:   Fast and light HTTP server
 Summary(pl):   Szybki i lekki serwer HTTP
 Name:  lighttpd
@@ -100,10 +100,12 @@
 Source132: %{name}-ssl.conf
 Source133: %{name}-mod_mysql_vhost.conf
 Source134: %{name}-mod_magnet.conf
+Source135: lighttpd-mod_extforward.conf
 #Patch100: %{name}-branch.diff
 Patch0:%{name}-use_bin_sh.patch
 Patch1:%{name}-mod_evasive-status_code.patch
 Patch2:%{name}-mod_deflate.patch
+Patch3:%{name}-mod_extforward-v2.patch
 URL:   http://www.lighttpd.net/
 %{?with_xattr:BuildRequires:   attr-devel}
 BuildRequires: autoconf
@@ -356,6 +358,16 @@
 %description mod_expire -l pl
 mod_expire steruje ustawianiem nagłówka odpowiedzi Expire.
 
+%package mod_extforward
+Summary:   lighttpd module to extract the client's real ip from 
X-Forwarded-For header
+Group: Networking/Daemons
+Requires:  %{name} = %{version}-%{release}
+
+%description mod_extforward
+This module will extract the client's real ip from X-Forwarded-For header
+which is added by squid or other proxies. It might be useful for servers behind
+reverse proxy servers.
+
 %package mod_fastcgi
 Summary:   lighttpd module for FastCGI interface
 Summary(pl):   Moduł lighttpd do interfejsu FastCGI
@@ -731,6 +743,7 @@
 #%patch100 -p1
 %patch0 -p1
 %patch1 -p1
+%patch3 -p1
 
 # build mime.types.conf
 sh %{SOURCE6} /etc/mime.types
@@ -802,6 +815,7 @@
 install %{SOURCE109} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_evasive.conf
 install %{SOURCE110} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_evhost.conf
 install %{SOURCE111} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_expire.conf
+install %{SOURCE135} 
$RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_extforward.conf
 install %{SOURCE112} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_fastcgi.conf
 install %{SOURCE113} 
$RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_flv_streaming.conf
 install %{SOURCE114} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_indexfile.conf
@@ -905,6 +919,7 @@
 %module_scripts mod_evasive
 %module_scripts mod_evhost
 %module_scripts mod_expire
+%module_scripts mod_extforward
 %module_scripts mod_fastcgi
 %module_scripts mod_flv_streaming
 %module_scripts mod_indexfile
@@ -1022,6 +1037,11 @@
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/conf.d/*mod_expire.conf
 %attr(755,root,root) %{_libdir}/mod_expire.so
 
+%files mod_extforward
+%defattr(644,root,root,755)
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/conf.d/*mod_extforward.conf
+%attr(755,root,root) %{_libdir}/mod_extforward.so
+
 %files mod_fastcgi
 %defattr(644,root,root,755)
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/conf.d/*mod_fastcgi.conf
@@ -1147,6 +1167,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.194  2006/12/12 18:41:41  glen
+- add mod_extforward module; rel 4
+
 Revision 1.193  2006/11/28 14:48:48  glen
 - fix conf.d path; rel 3
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/lighttpd.spec?r1=1.193r2=1.194f=u

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


SOURCES: amarok-gcc4.patch (NEW) - fix another mid-air collision.

2006-12-12 Thread pluto
Author: plutoDate: Tue Dec 12 18:50:06 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- fix another mid-air collision.

 Files affected:
SOURCES:
   amarok-gcc4.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/amarok-gcc4.patch
diff -u /dev/null SOURCES/amarok-gcc4.patch:1.1
--- /dev/null   Tue Dec 12 19:50:07 2006
+++ SOURCES/amarok-gcc4.patch   Tue Dec 12 19:50:01 2006
@@ -0,0 +1,19 @@
+--- 
amarok-1.4.4/amarok/src/engine/helix/helix-sp/helix-include/common/include/hxtypes.h.orig
  2006-10-26 22:40:20.0 +0200
 
amarok-1.4.4/amarok/src/engine/helix/helix-sp/helix-include/common/include/hxtypes.h
   2006-12-11 23:23:07.181351000 +0100
+@@ -326,16 +326,6 @@
+ #endif
+ #endif
+ 
+-#ifndef NOMINMAX
+-/* Always use macro versions of these! */
+-#ifndef max
+-#define max(a, b)  (((a)  (b)) ? (a) : (b))
+-#endif
+-#ifndef min
+-#define min(a, b)  (((a)  (b)) ? (a) : (b))
+-#endif
+-#endif
+-
+ /* Should use capitalized macro versions of these, as the lowercase
+   versions conflict with the STL spec */
+ //get these from sys/param.h to avoid tons of warnings about redefining them:

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


SPECS: amarok.spec - gcc4 fix.

2006-12-12 Thread pluto
Author: plutoDate: Tue Dec 12 19:00:05 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- gcc4 fix.

 Files affected:
SPECS:
   amarok.spec (1.147 - 1.148) 

 Diffs:


Index: SPECS/amarok.spec
diff -u SPECS/amarok.spec:1.147 SPECS/amarok.spec:1.148
--- SPECS/amarok.spec:1.147 Fri Dec  1 17:59:30 2006
+++ SPECS/amarok.spec   Tue Dec 12 19:59:59 2006
@@ -41,6 +41,7 @@
 Patch3:%{name}-sparc.patch
 Patch4:kde-ac260-lt.patch
 Patch5:kde-common-PLD.patch
+Patch6:%{name}-gcc4.patch
 URL:   http://amarok.kde.org/
 BuildRequires: SDL-devel
 BuildRequires: alsa-lib-devel
@@ -212,6 +213,7 @@
 %patch3 -p0
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %{__sed} -i -e 's/Categories=.*/Categories=Qt;KDE;AudioVideo;Player;/' \
amarok/src/amarok.desktop \
@@ -492,6 +494,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.148  2006/12/12 18:59:59  pluto
+- gcc4 fix.
+
 Revision 1.147  2006/12/01 16:59:30  glen
 - rel 5
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/amarok.spec?r1=1.147r2=1.148f=u

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


SPECS: bmpx.spec - up to 0.36.0

2006-12-12 Thread aflinta
Author: aflinta  Date: Tue Dec 12 19:19:35 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 0.36.0

 Files affected:
SPECS:
   bmpx.spec (1.63 - 1.64) 

 Diffs:


Index: SPECS/bmpx.spec
diff -u SPECS/bmpx.spec:1.63 SPECS/bmpx.spec:1.64
--- SPECS/bmpx.spec:1.63Mon Dec  4 21:04:21 2006
+++ SPECS/bmpx.spec Tue Dec 12 20:19:29 2006
@@ -9,12 +9,12 @@
 Summary:   Sound player with the WinAmp GUI, for Unix-based systems for 
GTK+
 Summary(pl):   Odtwarzacz dźwięku z interfejsem WinAmpa dla GTK+
 Name:  bmpx
-Version:   0.34.9
+Version:   0.36.0
 Release:   0.1
 License:   GPL v2
 Group: X11/Applications/Sound
-Source0:   
http://files.beep-media-player.org/releases/0.34/%{name}-%{version}.tar.bz2
-# Source0-md5: 6c124e9bb3cb80e9e16d2e050886093a
+Source0:   
http://files.beep-media-player.org/releases/0.36/%{name}-%{version}.tar.bz2
+# Source0-md5: 4755c38432dd912dc8156ad217c2e5bf
 Source1:   mp3license
 Patch0:%{name}-desktop.patch
 URL:   http://beep-media-player.org/
@@ -146,7 +146,7 @@
 
 rm -f $RPM_BUILD_ROOT%{_firefoxdir}/{install.rdf,chrome.manifest}
 rm -f $RPM_BUILD_ROOT%{_datadir}/bmpx/data/GPL.txt
-rm -f 
$RPM_BUILD_ROOT%{_libdir}/bmpx/plugins/{flow,vfs/container,vfs/transport}/*.{a,la}
+rm -f 
$RPM_BUILD_ROOT%{_libdir}/bmpx/plugins/{taglib,vfs/container,vfs/transport}/*.{a,la}
 rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/th_TH
 
 %find_lang %{name}
@@ -186,17 +186,16 @@
 
 %dir %{_libdir}/bmpx
 %dir %{_libdir}/bmpx/plugins
-#%dir %{_libdir}/bmpx/plugins/flow
+%dir %{_libdir}/bmpx/plugins/taglib
 %dir %{_libdir}/bmpx/plugins/vfs
 %dir %{_libdir}/bmpx/plugins/vfs/container
 %dir %{_libdir}/bmpx/plugins/vfs/transport
-#%attr(755,root,root) %{_libdir}/bmpx/plugins/flow/*.so*
+%attr(755,root,root) %{_libdir}/bmpx/plugins/taglib/*.so*
 %attr(755,root,root) %{_libdir}/bmpx/plugins/vfs/container/*.so*
 %attr(755,root,root) %{_libdir}/bmpx/plugins/vfs/transport/*.so*
 
 %{_datadir}/bmpx
 %{_datadir}/dbus-1/services/*.service
-#%{_datadir}/mime/packages/*.xml
 %{_mandir}/man*/*
 %{_desktopdir}/*.desktop
 %{_iconsdir}/hicolor/*/*/*.png
@@ -217,6 +216,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.64  2006/12/12 19:19:29  aflinta
+- up to 0.36.0
+
 Revision 1.63  2006/12/04 20:04:21  aflinta
 - up to 0.34.9
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/bmpx.spec?r1=1.63r2=1.64f=u

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


DISTFILES: bmpx-0.36.0.tar.bz2

2006-12-12 Thread aflinta

Files fetched: 1

STORED: http://files.beep-media-player.org/releases/0.36/bmpx-0.36.0.tar.bz2
4755c38432dd912dc8156ad217c2e5bf  bmpx-0.36.0.tar.bz2
Size: 2433754 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: org.eclipse.jdt.astview_1.1.3.jar

2006-12-12 Thread pluto

Files fetched: 1

STORED: 
http://www.eclipse.org/jdt/ui/update-site/plugins/org.eclipse.jdt.astview_1.1.3.jar
1b189f8076c6c030a3ea51e2fc7401a2  org.eclipse.jdt.astview_1.1.3.jar
Size: 146464 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: eclipse-plugin-astview.spec (NEW) - new.

2006-12-12 Thread pluto
Author: plutoDate: Tue Dec 12 19:29:29 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- new.

 Files affected:
SPECS:
   eclipse-plugin-astview.spec (NONE - 1.1)  (NEW)

 Diffs:


Index: SPECS/eclipse-plugin-astview.spec
diff -u /dev/null SPECS/eclipse-plugin-astview.spec:1.1
--- /dev/null   Tue Dec 12 20:29:29 2006
+++ SPECS/eclipse-plugin-astview.spec   Tue Dec 12 20:29:23 2006
@@ -0,0 +1,44 @@
+# $Revision$, $Date$
+Summary:   AST View - a view to visualize the AST (abstract syntax tree) 
of a Java file open in the editor
+Name:  eclipse-plugin-astview
+Version:   1.1.3
+Release:   1
+License:   EPL v1.0
+Group: Development/Languages
+Source0:   
http://www.eclipse.org/jdt/ui/update-site/plugins/org.eclipse.jdt.astview_%{version}.jar
+# Source0-md5: 1b189f8076c6c030a3ea51e2fc7401a2
+URL:   http://www.eclipse.org/jdt/ui/astview/
+Requires:  eclipse = 3.2
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define_eclipsedir %{_libdir}/eclipse
+
+%description
+A view to visualize the AST (abstract syntax tree) of a Java file open
+in the editor. Navigate from text selection to AST nodes and from
+nodes to selections. Show bindings and compare them.
+
+%prep
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_eclipsedir}/plugins
+
+install %{SOURCE0} $RPM_BUILD_ROOT%{_eclipsedir}/plugins
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_libdir}/eclipse/plugins/*
+
+%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  2006/12/12 19:29:23  pluto
+- new.

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


SOURCES: rpm-build.sh - skip functions, aliases when no $dist is se...

2006-12-12 Thread glen
Author: glen Date: Tue Dec 12 19:38:58 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- skip functions,aliases when no $dist is set for ones that use it

 Files affected:
SOURCES:
   rpm-build.sh (1.14 - 1.15) 

 Diffs:


Index: SOURCES/rpm-build.sh
diff -u SOURCES/rpm-build.sh:1.14 SOURCES/rpm-build.sh:1.15
--- SOURCES/rpm-build.sh:1.14   Tue Dec 12 02:40:01 2006
+++ SOURCES/rpm-build.shTue Dec 12 20:38:53 2006
@@ -4,9 +4,7 @@
 # set $dist, used by functions below
 [ -n $dist ] || dist=$(awk '{print tolower($NF)}' /etc/pld-release 
2/dev/null | tr -d '()')
 
-alias cv='cvs status -v'
-alias adif=dif -x '*.m4' -x ltmain.sh -x install-sh -x depcomp -x 
'Makefile.in' -x compile -x 'config.*' -x configure -x missing -x mkinstalldirs 
-x autom4te.cache
-alias pclean=sed -i~ -e 
'/^\(?\|=\+$\|unchanged:\|diff\|only\|Only\|Files\|Common\|Index:\|RCS 
file\|retrieving\)/d'
+if [ $dist ]; then
 
 alias $dist=poldek -q --sn $dist --cmd
 alias $dist-requires=$dist what-requires
@@ -19,14 +17,22 @@
poldek --sn $dist --sn $dist-ready --verify=deps
 }
 
-# merges two patches
-# requires: patchutils
-pmerge() {
-   combinediff -p1 $1 $2  m.patch || return
-   pclean m.patch
-   dif $1 m.patch
+# displays latest used tag for a specfile
+autotag() {
+   local out
+   for a in $@; do
+   s=${a%.spec}.spec
+   out=$(cvs status -v $s | awk /auto-$dist-/{if (!a++) print 
\$1})
+   echo $s:$out
+   done
 }
 
+fi # no $dist set
+
+alias cv='cvs status -v'
+alias adif=dif -x '*.m4' -x ltmain.sh -x install-sh -x depcomp -x 
'Makefile.in' -x compile -x 'config.*' -x configure -x missing -x mkinstalldirs 
-x autom4te.cache
+alias pclean=sed -i~ -e 
'/^\(?\|=\+$\|unchanged:\|diff\|only\|Only\|Files\|Common\|Index:\|RCS 
file\|retrieving\)/d'
+
 # makes diff from PLD CVS urls
 urldiff() {
local url=$1
@@ -56,6 +62,14 @@
fi
 }
 
+# merges two patches
+# requires: patchutils
+pmerge() {
+   combinediff -p1 $1 $2  m.patch || return
+   pclean m.patch
+   dif $1 m.patch
+}
+
 # downloads sourceforge url from specific mirror
 sfget() {
local url=$1
@@ -65,16 +79,6 @@
local mirror=http://nchc.dl.sourceforge.net;
url=$mirror/sourceforge/${url#http://dl.sourceforge.net/};
wget -c $url
-}
-
-# displays latest used tag for a specfile
-autotag() {
-   local out
-   for a in $@; do
-   s=${a%.spec}.spec
-   out=$(cvs status -v $s | awk /auto-$dist-/{if (!a++) print 
\$1})
-   echo $s:$out
-   done
 }
 
 dif() {


 CVS-web:
http://cvs.pld-linux.org/SOURCES/rpm-build.sh?r1=1.14r2=1.15f=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-build.sh - syntax compatible with sh

2006-12-12 Thread glen
Author: glen Date: Tue Dec 12 19:46:59 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- syntax compatible with sh

 Files affected:
SOURCES:
   rpm-build.sh (1.15 - 1.16) 

 Diffs:


Index: SOURCES/rpm-build.sh
diff -u SOURCES/rpm-build.sh:1.15 SOURCES/rpm-build.sh:1.16
--- SOURCES/rpm-build.sh:1.15   Tue Dec 12 20:38:53 2006
+++ SOURCES/rpm-build.shTue Dec 12 20:46:54 2006
@@ -12,7 +12,7 @@
 alias $dist-tag=./builder -cf -T $(echo $dist | tr '[a-z]' '[A-Z]')-branch -r 
HEAD
 alias $dist-verify=dist-verify
 
-function dist-verify() {
+dist-verify() {
poldek --sn $dist --sn $dist-ready --up
poldek --sn $dist --sn $dist-ready --verify=deps
 }


 CVS-web:
http://cvs.pld-linux.org/SOURCES/rpm-build.sh?r1=1.15r2=1.16f=u

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


SOURCES: lighttpd-php-external.conf, lighttpd-php-spawned.conf - e...

2006-12-12 Thread glen
Author: glen Date: Tue Dec 12 19:53:56 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- enable check-local in these configs

 Files affected:
SOURCES:
   lighttpd-php-external.conf (1.4 - 1.5) , lighttpd-php-spawned.conf (1.2 - 
1.3) 

 Diffs:


Index: SOURCES/lighttpd-php-external.conf
diff -u SOURCES/lighttpd-php-external.conf:1.4 
SOURCES/lighttpd-php-external.conf:1.5
--- SOURCES/lighttpd-php-external.conf:1.4  Thu Jul 20 00:50:40 2006
+++ SOURCES/lighttpd-php-external.conf  Tue Dec 12 20:53:51 2006
@@ -2,7 +2,8 @@
 fastcgi.server += (
.php = ((
socket = /var/run/php/fcgi.sock,
-   check-local = disable,
+   # we enable check-local so you can use server.error-handler-404 
for php files too
+   check-local = enable,
bin-copy-environment = (
PATH, SHELL, USER
),


Index: SOURCES/lighttpd-php-spawned.conf
diff -u SOURCES/lighttpd-php-spawned.conf:1.2 
SOURCES/lighttpd-php-spawned.conf:1.3
--- SOURCES/lighttpd-php-spawned.conf:1.2   Mon Jul 17 18:49:48 2006
+++ SOURCES/lighttpd-php-spawned.conf   Tue Dec 12 20:53:51 2006
@@ -12,7 +12,8 @@
bin-copy-environment = (
PATH, SHELL, USER
),
-   broken-scriptfilename = enable
+   broken-scriptfilename = enable,
+   check-local = enable,
))
 )
 


 CVS-web:

http://cvs.pld-linux.org/SOURCES/lighttpd-php-external.conf?r1=1.4r2=1.5f=u
http://cvs.pld-linux.org/SOURCES/lighttpd-php-spawned.conf?r1=1.2r2=1.3f=u

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


SPECS: ntfs-3g.spec - BR: libselinux-devel

2006-12-12 Thread prism
Author: prismDate: Tue Dec 12 20:16:27 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- BR: libselinux-devel

 Files affected:
SPECS:
   ntfs-3g.spec (1.19 - 1.20) 

 Diffs:


Index: SPECS/ntfs-3g.spec
diff -u SPECS/ntfs-3g.spec:1.19 SPECS/ntfs-3g.spec:1.20
--- SPECS/ntfs-3g.spec:1.19 Tue Dec 12 17:38:45 2006
+++ SPECS/ntfs-3g.spec  Tue Dec 12 21:16:21 2006
@@ -17,6 +17,7 @@
 BuildRequires: automake
 BuildRequires: libfuse-devel = 2.6.0
 BuildRequires: libtool
+BuildRequires: libselinux-devel
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define_sbindir/sbin
@@ -105,6 +106,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.20  2006/12/12 20:16:21  prism
+- BR: libselinux-devel
+
 Revision 1.19  2006/12/12 16:38:45  wolf
 - 20061212
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/ntfs-3g.spec?r1=1.19r2=1.20f=u

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


  1   2   >