SPECS: kernel-misc-lmpcm_usb.spec - alternative kernel support

2006-06-27 Thread charles
Author: charles  Date: Tue Jun 27 06:43:31 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- alternative kernel support

 Files affected:
SPECS:
   kernel-misc-lmpcm_usb.spec (1.7 - 1.8) 

 Diffs:


Index: SPECS/kernel-misc-lmpcm_usb.spec
diff -u SPECS/kernel-misc-lmpcm_usb.spec:1.7 
SPECS/kernel-misc-lmpcm_usb.spec:1.8
--- SPECS/kernel-misc-lmpcm_usb.spec:1.7Sun Jun 18 06:25:28 2006
+++ SPECS/kernel-misc-lmpcm_usb.specTue Jun 27 08:43:25 2006
@@ -8,7 +8,7 @@
 %define_rel1
 Summary:   USB Logitech MediaPlay Cordless Mouse driver for Linux
 Summary(pl):   Sterownik do myszy USB Logitech MediaPlay Cordless
-Name:  kernel-misc-lmpcm_usb
+Name:  kernel%{_alt_kernel}-misc-lmpcm_usb
 Version:   0.5.4
 Release:   [EMAIL PROTECTED]
 License:   GPL v2
@@ -16,8 +16,8 @@
 Source0:   
http://daemon.prozone.ws/~david/projects/lmpcm_usb/lmpcm_usb-%{version}.tar.gz
 # Source0-md5: 1e742084a7e250d599f69adf944b7a9f
 URL:   http://daemon.prozone.ws/~david/projects/lmpcm_usb/
-%{?with_dist_kernel:BuildRequires: kernel-module-build = 3:2.6.7}
-BuildRequires: rpmbuild(macros) = 1.217
+%{?with_dist_kernel:BuildRequires: kernel%{_alt_kernel}-module-build = 
3:2.6.7}
+BuildRequires: rpmbuild(macros) = 1.308
 Requires(post,postun): /sbin/depmod
 %if %{with dist_kernel}
 %requires_releq_kernel_up
@@ -34,7 +34,7 @@
 Ten pakiet zawiera sterownik dla Linuksa do myszy USB Logitech
 MediaPlay Cordless.
 
-%package -n kernel-smp-misc-lmpcm_usb
+%package -n kernel%{_alt_kernel}-smp-misc-lmpcm_usb
 Summary:   USB Logitech MediaPlay Cordless Mouse driver for Linux SMP
 Summary(pl):   Sterownik do myszy USB Logitech MediaPlay Cordless
 Release:   [EMAIL PROTECTED]
@@ -46,11 +46,11 @@
 %endif
 Provides:  kernel(lmpcm_usb)
 
-%description -n kernel-smp-misc-lmpcm_usb
+%description -n kernel%{_alt_kernel}-smp-misc-lmpcm_usb
 This package contains the Linux SMP driver for USB Logitech MediaPlay
 Cordless Mouse.
 
-%description -n kernel-smp-misc-lmpcm_usb -l pl
+%description -n kernel%{_alt_kernel}-smp-misc-lmpcm_usb -l pl
 Ten pakiet zawiera sterownik dla Linuksa SMP do myszy USB Logitech
 MediaPlay Cordless.
 
@@ -109,10 +109,10 @@
 %postun
 %depmod %{_kernel_ver}
 
-%post  -n kernel-smp-misc-lmpcm_usb
+%post  -n kernel%{_alt_kernel}-smp-misc-lmpcm_usb
 %depmod %{_kernel_ver}smp
 
-%postun -n kernel-smp-misc-lmpcm_usb
+%postun -n kernel%{_alt_kernel}-smp-misc-lmpcm_usb
 %depmod %{_kernel_ver}smp
 
 %files
@@ -121,7 +121,7 @@
 /lib/modules/%{_kernel_ver}/misc/*
 
 %if %{with smp}  %{with dist_kernel}
-%files -n kernel-smp-misc-lmpcm_usb
+%files -n kernel%{_alt_kernel}-smp-misc-lmpcm_usb
 %defattr(644,root,root,755)
 %doc ChangeLog README
 /lib/modules/%{_kernel_ver}smp/misc/*
@@ -133,6 +133,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.8  2006/06/27 06:43:25  charles
+- alternative kernel support
+
 Revision 1.7  2006/06/18 04:25:28  charles
 - updated to 0.5.4 (kernel 2.6.16 compatibility)
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/kernel-misc-lmpcm_usb.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: python-mmpython.spec - added -intypes.patch (fixed build) -...

2006-06-27 Thread charles
Author: charles  Date: Tue Jun 27 06:45:15 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- added -intypes.patch (fixed build)
- R: python-PyXML

 Files affected:
SPECS:
   python-mmpython.spec (1.11 - 1.12) 

 Diffs:


Index: SPECS/python-mmpython.spec
diff -u SPECS/python-mmpython.spec:1.11 SPECS/python-mmpython.spec:1.12
--- SPECS/python-mmpython.spec:1.11 Thu Nov 17 15:12:07 2005
+++ SPECS/python-mmpython.spec  Tue Jun 27 08:45:10 2006
@@ -9,12 +9,14 @@
 Group: Libraries/Python
 Source0:   http://dl.sourceforge.net/mmpython/%{module}-%{version}.tar.gz
 # Source0-md5: f95699c2f4249d21105d7977a15d5dcc
+Patch0:%{name}-intypes.patch
 URL:   http://sourceforge.net/projects/mmpython/
 BuildRequires: libdvdread-devel
 BuildRequires: python-devel
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) = 1.219
 %pyrequires_eq python-modules
+Requires:  python-PyXML
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -31,6 +33,7 @@
 
 %prep
 %setup -q -n %{module}-%{version}
+%patch0 -p1
 
 %build
 CFLAGS=%{rpmcflags} \
@@ -60,6 +63,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.12  2006/06/27 06:45:10  charles
+- added -intypes.patch (fixed build)
+- R: python-PyXML
+
 Revision 1.11  2005/11/17 14:12:07  charles
 - updated to 0.4.9
 - use %py_postclean macro, updated BRs


 CVS-web:
http://cvs.pld-linux.org/SPECS/python-mmpython.spec?r1=1.11r2=1.12f=u

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


SOURCES: python-mmpython-intypes.patch (NEW) - fixed build

2006-06-27 Thread charles
Author: charles  Date: Tue Jun 27 06:45:55 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- fixed build

 Files affected:
SOURCES:
   python-mmpython-intypes.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/python-mmpython-intypes.patch
diff -u /dev/null SOURCES/python-mmpython-intypes.patch:1.1
--- /dev/null   Tue Jun 27 08:45:55 2006
+++ SOURCES/python-mmpython-intypes.patch   Tue Jun 27 08:45:50 2006
@@ -0,0 +1,10 @@
+--- mmpython-0.4.9/disc/ifomodule.c.orig   2004-07-17 10:46:52.0 
+0200
 mmpython-0.4.9/disc/ifomodule.c2006-06-27 02:06:43.519617000 +0200
+@@ -8,6 +8,7 @@
+ #include string.h
+ #include unistd.h
+ #include assert.h
++#include stdint.h
+ 
+ #include dvdread/dvd_reader.h
+ #include dvdread/ifo_types.h

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


SPECS: cogito.spec - updated to 0.17.3.

2006-06-27 Thread pluto
Author: plutoDate: Tue Jun 27 08:02:47 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 0.17.3.

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

 Diffs:


Index: SPECS/cogito.spec
diff -u SPECS/cogito.spec:1.28 SPECS/cogito.spec:1.29
--- SPECS/cogito.spec:1.28  Sun Apr 16 17:30:31 2006
+++ SPECS/cogito.spec   Tue Jun 27 10:02:42 2006
@@ -2,12 +2,12 @@
 Summary:   Cogito - a popular version control system built on top of git
 Summary(pl):   Cogito - popularny system kontroli wersji korzystający z git
 Name:  cogito
-Version:   0.17.2
-Release:   2
+Version:   0.17.3
+Release:   1
 License:   GPL v2
 Group: Development/Tools
 Source0:   
http://kernel.org/pub/software/scm/cogito/%{name}-%{version}.tar.bz2
-# Source0-md5: bdaa2dfc22f7fc561eb7a4a24aedf2e9
+# Source0-md5: 9655d0d353b62b635ece4fb617457b36
 Patch0:%{name}-share_common_scripts.patch
 URL:   http://kernel.org/pub/software/scm/cogito/
 BuildRequires: asciidoc
@@ -78,6 +78,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.29  2006/06/27 08:02:42  pluto
+- updated to 0.17.3.
+
 Revision 1.28  2006/04/16 15:30:31  pluto
 - fix noarch error: cogito-0.17.2-1.noarch.rpm files differ among builders.
 - release 2.


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


DISTFILES: cogito-0.17.3.tar.bz2

2006-06-27 Thread pluto

Files fetched: 1

STORED: http://kernel.org/pub/software/scm/cogito/cogito-0.17.3.tar.bz2
9655d0d353b62b635ece4fb617457b36  cogito-0.17.3.tar.bz2
Size: 96011 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: xmlsec1-1.2.10.tar.gz

2006-06-27 Thread qboosh

Files fetched: 1

STORED: http://www.aleksey.com/xmlsec/download/xmlsec1-1.2.10.tar.gz
52b1b528fc80753a0cb51f27455ca3bf  xmlsec1-1.2.10.tar.gz
Size: 5028566 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: svrcore-devel-4.0.2.tar.gz

2006-06-27 Thread qboosh

Files fetched: 1

STORED: 
ftp://ftp.mozilla.org/pub/mozilla.org/directory/svrcore/releases/4.0.2/svrcore-devel-4.0.2.tar.gz
62cb9c16133a979828f4494bd67223c1  svrcore-devel-4.0.2.tar.gz
Size: 83403 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: xmlsec1-nss.patch - updated for 1.2.10

2006-06-27 Thread qboosh
Author: qboosh   Date: Tue Jun 27 08:26:04 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- updated for 1.2.10

 Files affected:
SOURCES:
   xmlsec1-nss.patch (1.1 - 1.2) 

 Diffs:


Index: SOURCES/xmlsec1-nss.patch
diff -u SOURCES/xmlsec1-nss.patch:1.1 SOURCES/xmlsec1-nss.patch:1.2
--- SOURCES/xmlsec1-nss.patch:1.1   Sun Oct 31 01:40:51 2004
+++ SOURCES/xmlsec1-nss.patch   Tue Jun 27 10:25:58 2006
@@ -1,14 +1,5 @@
 --- xmlsec1-1.2.6/configure.in.orig2004-08-26 04:49:24.0 +0200
 +++ xmlsec1-1.2.6/configure.in 2004-10-31 00:56:57.447586088 +0200
-@@ -545,7 +545,7 @@
- 
- if test z$with_nspr != z ; then
-   NSPR_PREFIX=$with_nspr
--  NSPR_CFLAGS=-I$with_nspr/include
-+  NSPR_CFLAGS=-I$with_nspr/include/nspr
-   if test z$with_gnu_ld = zyes ; then
-   NSPR_LIBS=-Wl,-rpath-link -Wl,$with_nspr/lib -L$with_nspr/lib 
$NSPR_LIBS_LIST
-   else
 @@ -553,16 +553,11 @@
fi
NSPR_INCLUDES_FOUND=yes
@@ -28,15 +19,6 @@
NSPR_INCLUDES_FOUND=yes
NSPR_PRINIT_H=$dir/nspr/prinit.h
break
-@@ -616,7 +611,7 @@
- NSS_NSS_H=
- 
- if test z$with_nss != z ; then
--  NSS_CFLAGS=$NSS_CFLAGS -I$with_nss/include
-+  NSS_CFLAGS=$NSS_CFLAGS -I$with_nss/include/nss
-   if test z$with_gnu_ld = zyes ; then
-   NSS_LIBS=$NSS_LIBS -Wl,-rpath-link -Wl,$with_nss/lib 
-L$with_nss/lib $NSS_LIBS_LIST
- else
 @@ -624,16 +619,11 @@
  fi
NSS_INCLUDES_FOUND=yes


 CVS-web:
http://cvs.pld-linux.org/SOURCES/xmlsec1-nss.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: xmlsec1.spec - updated to 1.2.10, updated nss patch

2006-06-27 Thread qboosh
Author: qboosh   Date: Tue Jun 27 08:26:33 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 1.2.10, updated nss patch

 Files affected:
SPECS:
   xmlsec1.spec (1.8 - 1.9) 

 Diffs:


Index: SPECS/xmlsec1.spec
diff -u SPECS/xmlsec1.spec:1.8 SPECS/xmlsec1.spec:1.9
--- SPECS/xmlsec1.spec:1.8  Sun Jul 24 23:04:05 2005
+++ SPECS/xmlsec1.spec  Tue Jun 27 10:26:28 2006
@@ -2,12 +2,12 @@
 Summary:   XML Security Library
 Summary(pl):   Biblioteka bezpieczeństwa XML
 Name:  xmlsec1
-Version:   1.2.9
+Version:   1.2.10
 Release:   1
 License:   MIT
 Group: Libraries
 Source0:   http://www.aleksey.com/xmlsec/download/%{name}-%{version}.tar.gz
-# Source0-md5: b378a076708766966724aaeba09e4607
+# Source0-md5: 52b1b528fc80753a0cb51f27455ca3bf
 Patch0:%{name}-nss.patch
 URL:   http://www.aleksey.com/xmlsec/
 BuildRequires: autoconf = 2.2
@@ -277,6 +277,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.9  2006/06/27 08:26:28  qboosh
+- updated to 1.2.10, updated nss patch
+
 Revision 1.8  2005/07/24 21:04:05  qboosh
 - updated to 1.2.9
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/xmlsec1.spec?r1=1.8r2=1.9f=u

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


SPECS: svrcore-devel.spec (NEW) - new, separated from mozldap.spec

2006-06-27 Thread qboosh
Author: qboosh   Date: Tue Jun 27 08:40:15 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- new, separated from mozldap.spec

 Files affected:
SPECS:
   svrcore-devel.spec (NONE - 1.1)  (NEW)

 Diffs:


Index: SPECS/svrcore-devel.spec
diff -u /dev/null SPECS/svrcore-devel.spec:1.1
--- /dev/null   Tue Jun 27 10:40:15 2006
+++ SPECS/svrcore-devel.specTue Jun 27 10:40:10 2006
@@ -0,0 +1,80 @@
+# $Revision$, $Date$
+%definenspr_version4.6
+%definenspr_evr1:%{nspr_version}
+%definenss_version 3.11
+%definenss_evr 1:%{nss_version}
+Summary:   svrcore - development files for secure PIN handling using NSS 
crypto
+Summary(pl):   svrcore - pliki programistyczne do bezpiecznej obsługi PIN-ów 
przy użyciu NSS
+Name:  svrcore-devel
+Version:   4.0.2
+Release:   1
+License:   MPL v1.1 or GPL v2+ or LGPL v2.1+
+Group: Development/Libraries
+Source0:   
ftp://ftp.mozilla.org/pub/mozilla.org/directory/svrcore/releases/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 62cb9c16133a979828f4494bd67223c1
+URL:   http://www.mozilla.org/directory/
+BuildRequires: nspr-devel = %{nspr_evr}
+BuildRequires: nss-devel = %{nss_evr}
+BuildRequires: perl-base
+Requires:  nspr = %{nspr_evr}
+Requires:  nss = %{nss_evr}
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+svrcore provides applications with several ways to handle secure PIN
+storage e.g. in an application that must be restarted, but needs the
+PIN to unlock the private key and other crypto material, without user
+intervention. svrcore uses the facilities provided by NSS.
+
+%description -l pl
+svrcore udostępnia aplikacjom kilka sposobów obsługi bezpiecznego
+przechowywania PIN-ów, np. w aplikacji, która musi być zrestartowana,
+ale wymaga PIN-u do odblokowania klucza prywatnego i innych danych
+kryptograficznych bez interwencji użytkownika. svrcore wykorzystuje
+funkcje udostępniane przez bibliotekę NSS.
+
+%prep
+%setup -q
+
+%build
+%{__make} -C mozilla/security/coreconf \
+   CC=%{__cc} \
+   CFLAGS=%{rpmcflags}
+%{__make} -C mozilla/security/svrcore \
+   CC=%{__cc} \
+   CFLAGS=%{rpmcflags} -I. -I/usr/include/nspr -I/usr/include/nss
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_libdir},%{_includedir}/svrcore,%{_pkgconfigdir}}
+install mozilla/dist/public/svrcore/*.h $RPM_BUILD_ROOT%{_includedir}/svrcore
+install mozilla/dist/*.OBJ/lib/libsvrcore.a $RPM_BUILD_ROOT%{_libdir}
+sed mozilla/security/svrcore/svrcore.pc.in -e 
+   s,%%libdir%%,%{_libdir},g
+   s,%%prefix%%,%{_prefix},g
+   s,%%exec_prefix%%,%{_prefix},g
+   s,%%includedir%%,%{_includedir}/svrcore,g
+   s,%%NSPR_VERSION%%,%{nspr_version},g
+   s,%%NSS_VERSION%%,%{nss_version},g
+   s,%%SVRCORE_VERSION%%,%{svrcore_version},g
+  $RPM_BUILD_ROOT%{_pkgconfigdir}/svrcore.pc
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc mozilla/security/svrcore/{LICENSE,README}
+%{_libdir}/libsvrcore.a
+%{_includedir}/svrcore
+%{_pkgconfigdir}/svrcore.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/06/27 08:40:10  qboosh
+- new, separated from mozldap.spec
+

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


SPECS: svrcore-devel.spec - R: {nspr,nss}-devel

2006-06-27 Thread qboosh
Author: qboosh   Date: Tue Jun 27 08:41:08 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- R: {nspr,nss}-devel

 Files affected:
SPECS:
   svrcore-devel.spec (1.1 - 1.2) 

 Diffs:


Index: SPECS/svrcore-devel.spec
diff -u SPECS/svrcore-devel.spec:1.1 SPECS/svrcore-devel.spec:1.2
--- SPECS/svrcore-devel.spec:1.1Tue Jun 27 10:40:10 2006
+++ SPECS/svrcore-devel.specTue Jun 27 10:41:02 2006
@@ -16,8 +16,8 @@
 BuildRequires: nspr-devel = %{nspr_evr}
 BuildRequires: nss-devel = %{nss_evr}
 BuildRequires: perl-base
-Requires:  nspr = %{nspr_evr}
-Requires:  nss = %{nss_evr}
+Requires:  nspr-devel = %{nspr_evr}
+Requires:  nss-devel = %{nss_evr}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -75,6 +75,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.2  2006/06/27 08:41:02  qboosh
+- R: {nspr,nss}-devel
+
 Revision 1.1  2006/06/27 08:40:10  qboosh
 - new, separated from mozldap.spec
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/svrcore-devel.spec?r1=1.1r2=1.2f=u

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


SPECS: mozldap.spec - use svrcore-devel from separate spec, release 2

2006-06-27 Thread qboosh
Author: qboosh   Date: Tue Jun 27 08:46:00 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- use svrcore-devel from separate spec, release 2

 Files affected:
SPECS:
   mozldap.spec (1.13 - 1.14) 

 Diffs:


Index: SPECS/mozldap.spec
diff -u SPECS/mozldap.spec:1.13 SPECS/mozldap.spec:1.14
--- SPECS/mozldap.spec:1.13 Sat Jun  3 17:40:55 2006
+++ SPECS/mozldap.spec  Tue Jun 27 10:45:55 2006
@@ -3,16 +3,16 @@
 %definenspr_evr1:%{nspr_version}
 %definenss_version 3.11
 %definenss_evr 1:%{nss_version}
-%definesvrcore_version 4.0.1
+%definesvrcore_version 4.0.2
 %definemozldap_version 5.17
 Summary:   Mozilla LDAP C SDK
 Summary(pl):   Biblioteki Mozilla LDAP C SDK
 Name:  mozldap
-Version:   %{mozldap_version}
-Release:   1
+Version:   5.17
+Release:   2
 License:   MPL v1.1 or GPL v2+ or LGPL v2.1+
 Group: Libraries
-Source0:   
ftp://ftp.mozilla.org/pub/mozilla.org/directory/c-sdk/releases/v%{mozldap_version}/src/ldapcsdk-5.1.7.tar.gz
+Source0:   
ftp://ftp.mozilla.org/pub/mozilla.org/directory/c-sdk/releases/v%{version}/src/ldapcsdk-5.1.7.tar.gz
 # Source0-md5: 66ddb43e984c0df67e21afb4dc6977b1
 URL:   http://www.mozilla.org/directory/csdk.html
 BuildRequires: gawk
@@ -21,7 +21,7 @@
 BuildRequires: nss-devel = %{nss_evr}
 BuildRequires: perl-base
 BuildRequires: pkgconfig
-#BuildRequires:svrcore-devel = %{svrcore_version}
+BuildRequires: svrcore-devel = %{svrcore_version}
 Requires:  nspr = %{nspr_evr}
 Requires:  nss = %{nss_evr}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -44,7 +44,7 @@
 Summary:   Development files and examples for Mozilla LDAP C SDK
 Summary(pl):   Pliki programistyczne i przykłady dla bibliotek Mozilla LDAP C 
SDK
 Group: Development/Libraries
-Requires:  %{name} = %{mozldap_version}-%{release}
+Requires:  %{name} = %{version}-%{release}
 Requires:  nspr-devel = %{nspr_evr}
 Requires:  nss-devel = %{nss_evr}
 
@@ -60,7 +60,7 @@
 Summary:   Static Mozilla LDAP C SDK libraries
 Summary(pl):   Statyczne biblioteki Mozilla LDAP C SDK
 Group: Development/Libraries
-Requires:  %{name}-devel = %{mozldap_version}-%{release}
+Requires:  %{name}-devel = %{version}-%{release}
 
 %description static
 Static Mozilla LDAP C SDK libraries.
@@ -72,7 +72,7 @@
 Summary:   Tools for the Mozilla LDAP C SDK
 Summary(pl):   Narzędzia dla bibliotek Mozilla LDAP C SDK
 Group: Applications/System
-Requires:  %{name} = %{mozldap_version}-%{release}
+Requires:  %{name} = %{version}-%{release}
 
 %description tools
 The mozldap-tools package provides the ldapsearch, ldapmodify, and
@@ -82,40 +82,10 @@
 Ten pakiet dostarcza narzędzia ldapsearch, ldapmodify i ldapdelete
 wykorzystujące biblioteki Mozilla LDAP C SDK.
 
-%package -n svrcore-devel
-Summary:   svrcore - development files for secure PIN handling using NSS 
crypto
-Summary(pl):   svrcore - pliki programistyczne do bezpiecznej obsługi PIN-ów 
przy użyciu NSS
-Version:   %{svrcore_version}
-Group: Development/Libraries
-Requires:  nspr-devel = %{nspr_evr}
-Requires:  nss-devel = %{nss_evr}
-
-%description -n svrcore-devel
-svrcore provides applications with several ways to handle secure PIN
-storage e.g. in an application that must be restarted, but needs the
-PIN to unlock the private key and other crypto material, without user
-intervention. svrcore uses the facilities provided by NSS.
-
-%description -n svrcore-devel -l pl
-svrcore udostępnia aplikacjom kilka sposobów obsługi bezpiecznego
-przechowywania PIN-ów, np. w aplikacji, która musi być zrestartowana,
-ale wymaga PIN-u do odblokowania klucza prywatnego i innych danych
-kryptograficznych bez interwencji użytkownika. svrcore wykorzystuje
-funkcje udostępniane przez bibliotekę NSS.
-
 %prep
 %setup -q -n mozilla
 
 %build
-# build local svrcore
-%{__make} -C security/coreconf \
-   CC=%{__cc} \
-   CFLAGS=%{rpmcflags}
-%{__make} -C security/svrcore \
-   CC=%{__cc} \
-   CFLAGS=%{rpmcflags} -I. -I/usr/include/nspr -I/usr/include/nss
-# end svrcore
-
 cd directory/c-sdk
 %configure \
 %ifarch %{x8664} ia64 ppc64 s390x
@@ -130,7 +100,7 @@
--with-nss-inc=%{_includedir}/nss \
--with-nss-lib=%{_libdir} \
--with-svrcore \
-   --with-svrcore-inc=$PWD/../../security/svrcore
+   --with-svrcore-inc=%{_includedir}/svrcore
 
 %ifarch %{x8664} ppc64 ia64 s390x
 USE_64=1
@@ -167,29 +137,14 @@
s,%%includedir%%,%{_includedir}/mozldap,g
s,%%NSPR_VERSION%%,%{nspr_version},g
s,%%NSS_VERSION%%,%{nss_version},g
-   s,%%MOZLDAP_VERSION%%,%{mozldap_version},g
+   s,%%MOZLDAP_VERSION%%,%{version},g
   $RPM_BUILD_ROOT%{_pkgconfigdir}/mozldap.pc
 
 cd $RPM_BUILD_ROOT%{_libdir}
 

SPECS: adapter.awk - 2 tabs after Name:

2006-06-27 Thread qboosh
Author: qboosh   Date: Tue Jun 27 10:19:44 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 2 tabs after Name:

 Files affected:
SPECS:
   adapter.awk (1.314 - 1.315) 

 Diffs:


Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.314 SPECS/adapter.awk:1.315
--- SPECS/adapter.awk:1.314 Fri Jun  9 21:45:29 2006
+++ SPECS/adapter.awk   Tue Jun 27 12:19:37 2006
@@ -945,7 +945,7 @@
print
 
if (name_seen == 0  name) {
-   print Name:\t name
+   print Name:\t\t name
name_seen = 1
}
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/adapter.awk?r1=1.314r2=1.315f=u

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


SPECS: smp_utils.spec (NEW) - new

2006-06-27 Thread qboosh
Author: qboosh   Date: Tue Jun 27 10:30:01 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- new

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

 Diffs:


Index: SPECS/smp_utils.spec
diff -u /dev/null SPECS/smp_utils.spec:1.1
--- /dev/null   Tue Jun 27 12:30:01 2006
+++ SPECS/smp_utils.specTue Jun 27 12:29:56 2006
@@ -0,0 +1,74 @@
+# $Revision$, $Date$
+Summary:   Utilities for SAS Management Protocol (SMP)
+Summary(pl):   Narzędzia do protokołu SAS Management Protocol (SMP)
+Name:  smp_utils
+Version:   0.90
+Release:   1
+License:   BSD
+Group: Applications/System
+Source0:   http://www.torque.net/sg/p/%{name}-%{version}.tgz
+# Source0-md5: 0ab95552746c0c4b4cfa65da13985914
+Patch0:%{name}-make.patch
+URL:   http://www.torque.net/sg/smp_utils.html
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is a package of utilities. Each utility sends a Serial Attached
+SCSI (SAS) Management Protocol (SMP) request to a SMP target. If the
+request fails then the error is decoded. If the request succeeds then
+the response is either decoded, printed out in hexadecimal or output
+in binary. This package supports multiple interfaces since SMP
+passthroughs are not mature. This package supports the Linux 2.4 and
+2.6 series and should be easy to port to other operating systems.
+
+Warning: Some of these tools access the internals of your system and
+the incorrect usage of them may render your system inoperable.
+
+%description -l pl
+Ten pakiet zawiera narzędzia, z których każde wysyła żądanie Serial
+Attached SCSI (SAS) Management Protocol (SMP) do urządzenia SMP. Jeśli
+żądanie nie powiedzie się, błąd jest dekodowany. Jeśli żądanie
+powiedzie się, odpowiedź jest dekodowana i wypisywana w postaci
+szesnastkowej lub wyprowadzana binarnie. Ten pakiet obsługuje wiele
+interfejsów, jako że przekazywanie SMP nie jest jeszcze dojrzałe. Ten
+pakiet obsługuje Linuksa zarówno z serii 2.4 jak i 2.6 i powinien być
+łatwy do sportowania na inne systemy operacyjne.
+
+Uwaga: niektóre z narzędzi operują na wnętrznościach systemu i ich
+nieprawidłowe użycie może spowodować niezdatność systemu do dalszej
+pracy.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__make} \
+   CC=%{__cc} \
+   CFLAGS=%{rpmcflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+   PREFIX=%{_prefix} \
+   INSTDIR=$RPM_BUILD_ROOT%{_bindir} \
+   MANDIR=$RPM_BUILD_ROOT%{_mandir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS CHANGELOG COPYING README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man8/*
+
+%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/06/27 10:29: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


DISTFILES: smp_utils-0.90.tgz

2006-06-27 Thread qboosh

Files fetched: 1

STORED: http://www.torque.net/sg/p/smp_utils-0.90.tgz
0ab95552746c0c4b4cfa65da13985914  smp_utils-0.90.tgz
Size: 69151 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: smp_utils-make.patch (NEW) - install as normal user, no s...

2006-06-27 Thread qboosh
Author: qboosh   Date: Tue Jun 27 10:31:51 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- install as normal user, no stripping

 Files affected:
SOURCES:
   smp_utils-make.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/smp_utils-make.patch
diff -u /dev/null SOURCES/smp_utils-make.patch:1.1
--- /dev/null   Tue Jun 27 12:31:51 2006
+++ SOURCES/smp_utils-make.patchTue Jun 27 12:31:46 2006
@@ -0,0 +1,17 @@
+--- smp_utils-0.90/Makefile.orig   2006-06-11 21:05:50.0 +0200
 smp_utils-0.90/Makefile2006-06-27 12:21:44.11444 +0200
+@@ -93,12 +93,11 @@
+ install: $(EXECS)
+   install -d $(INSTDIR)
+   for name in $^; \
+-   do install -s -o root -g root -m 755 $$name $(INSTDIR); \
++   do install -m 755 $$name $(INSTDIR); \
+   done
+   install -d $(MANDIR)/$(MAN_PREF)
+   for mp in $(MAN_PGS); \
+-   do install -o root -g root -m 644 $$mp $(MANDIR)/$(MAN_PREF); \
+-   gzip -9f $(MANDIR)/$(MAN_PREF)/$$mp; \
++   do install -m 644 $$mp $(MANDIR)/$(MAN_PREF); \
+   done
+ 
+ uninstall:

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


SPECS: xulrunner.spec - updated to 1.8.0.4

2006-06-27 Thread qboosh
Author: qboosh   Date: Tue Jun 27 10:35:42 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 1.8.0.4

 Files affected:
SPECS:
   xulrunner.spec (1.6 - 1.7) 

 Diffs:


Index: SPECS/xulrunner.spec
diff -u SPECS/xulrunner.spec:1.6 SPECS/xulrunner.spec:1.7
--- SPECS/xulrunner.spec:1.6Sun Jun  4 12:48:49 2006
+++ SPECS/xulrunner.specTue Jun 27 12:35:36 2006
@@ -2,12 +2,12 @@
 Summary:   XULRunner - Mozilla Runtime Environment for XUL+XPCOM 
applications
 Summary(pl):   XULRunner - środowisko uruchomieniowe Mozilli dla aplikacji 
XUL+XPCOM
 Name:  xulrunner
-Version:   1.8.0.1
+Version:   1.8.0.4
 Release:   0.1
 License:   MPL v1.1 or GPL v2+ or LGPL v2.1+
 Group: X11/Applications
 Source0:   
http://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/%{version}/source/%{name}-%{version}-source.tar.bz2
-# Source0-md5: d60ccb6cc28afa7d880c8602a2c88450
+# Source0-md5: 4dc09831aa4e94fda5182a4897ed08e9
 Patch0:%{name}-nss.patch
 Patch1:%{name}-ldap-with-nss.patch
 URL:   http://developer.mozilla.org/en/docs/XULRunner
@@ -436,6 +436,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.7  2006/06/27 10:35:36  qboosh
+- updated to 1.8.0.4
+
 Revision 1.6  2006/06/04 10:48:49  qboosh
 - partial merge with mozilla-xulrunner.spec
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/xulrunner.spec?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: bonfire.spec - up to 0.3.90

2006-06-27 Thread patrys
Author: patrys   Date: Tue Jun 27 10:36:22 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 0.3.90

 Files affected:
SPECS:
   bonfire.spec (1.4 - 1.5) 

 Diffs:


Index: SPECS/bonfire.spec
diff -u SPECS/bonfire.spec:1.4 SPECS/bonfire.spec:1.5
--- SPECS/bonfire.spec:1.4  Sat May 27 10:50:17 2006
+++ SPECS/bonfire.spec  Tue Jun 27 12:36:17 2006
@@ -6,12 +6,12 @@
 Summary:   Disc burning application for GNOME
 Summary(pl):   Program do wypalania dysków dla GNOME
 Name:  bonfire
-Version:   0.3.1
-Release:   3
+Version:   0.3.90
+Release:   1
 License:   GPL v2
 Group: X11/Applications
-Source0:   http://perso.wanadoo.fr/bonfire/%{name}-%{version}.tar.bz2
-# Source0-md5: db94c7ae5ac5c27cf7d66fafc3654f4f
+Source0:   http://dl.sourceforge.net/bonfire/%{name}-%{version}.tar.bz2
+# Source0-md5: 73aa9b1b8d1eaabe651ac4bfa51c9136
 Patch0:%{name}-desktop.patch
 URL:   http://perso.wanadoo.fr/bonfire/
 BuildRequires: autoconf
@@ -89,6 +89,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.5  2006/06/27 10:36:17  patrys
+- up to 0.3.90
+
 Revision 1.4  2006/05/27 08:50:17  qboosh
 - merged ac/am/lt rebuild and beagle bcond (but on by default) from AC-branch
 - BR: ac,am,lt


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

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


DISTFILES: bonfire-0.3.90.tar.bz2

2006-06-27 Thread patrys

Files fetched: 1

STORED: http://dl.sourceforge.net/bonfire/bonfire-0.3.90.tar.bz2
73aa9b1b8d1eaabe651ac4bfa51c9136  bonfire-0.3.90.tar.bz2
Size: 1363537 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: xulrunner-1.8.0.4-source.tar.bz2

2006-06-27 Thread qboosh

Files fetched: 1

STORED: 
http://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/1.8.0.4/source/xulrunner-1.8.0.4-source.tar.bz2
4dc09831aa4e94fda5182a4897ed08e9  xulrunner-1.8.0.4-source.tar.bz2
Size: 33846136 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 (DEVEL): gajim.spec - current snap

2006-06-27 Thread patrys
Author: patrys   Date: Tue Jun 27 10:49:41 2006 GMT
Module: SPECS Tag: DEVEL
 Log message:
- current snap

 Files affected:
SPECS:
   gajim.spec (1.21.2.31 - 1.21.2.32) 

 Diffs:


Index: SPECS/gajim.spec
diff -u SPECS/gajim.spec:1.21.2.31 SPECS/gajim.spec:1.21.2.32
--- SPECS/gajim.spec:1.21.2.31  Sun Jun 18 22:21:04 2006
+++ SPECS/gajim.specTue Jun 27 12:49:35 2006
@@ -1,6 +1,6 @@
 # $Revision$, $Date$
-%define_snap   20060618
-%define_snap_with_dashes 2006-06-18
+%define_snap   20060627
+%define_snap_with_dashes 2006-06-27
 Summary:   A Jabber client written in PyGTK
 Summary(pl):   Klient Jabbera napisany w PyGTK
 Name:  gajim
@@ -9,7 +9,7 @@
 License:   GPL v2
 Group: Applications/Communications
 Source0:   
http://www.gajim.org/downloads/snap/%{name}-%{_snap_with_dashes}.tar.gz
-# Source0-md5: 95078b0b9f2a2f0b15cdb2959922f6c4
+# Source0-md5: c7ac0796c73dcc3a2cded89548992f61
 URL:   http://www.gajim.org/
 BuildRequires: gettext-devel
 BuildRequires: gtkspell-devel
@@ -87,6 +87,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.21.2.32  2006/06/27 10:49:35  patrys
+- current snap
+
 Revision 1.21.2.31  2006/06/18 20:21:04  patrys
 - current snapshot
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/gajim.spec?r1=1.21.2.31r2=1.21.2.32f=u

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


DISTFILES: gajim-2006-06-27.tar.gz

2006-06-27 Thread patrys

Files fetched: 1

STORED: http://www.gajim.org/downloads/snap/gajim-2006-06-27.tar.gz
c7ac0796c73dcc3a2cded89548992f61  gajim-2006-06-27.tar.gz
Size: 2655785 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: webalizer.spec - simplify

2006-06-27 Thread blues
Author: bluesDate: Tue Jun 27 10:51:40 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- simplify

 Files affected:
SPECS:
   webalizer.spec (1.79 - 1.80) 

 Diffs:


Index: SPECS/webalizer.spec
diff -u SPECS/webalizer.spec:1.79 SPECS/webalizer.spec:1.80
--- SPECS/webalizer.spec:1.79   Sat Jan 21 01:01:17 2006
+++ SPECS/webalizer.specTue Jun 27 12:51:35 2006
@@ -111,8 +111,8 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d 
$RPM_BUILD_ROOT{%{_sysconfdir}/%{name},%{_bindir},%{_sbindir},%{_mandir}/man1} \
-   
$RPM_BUILD_ROOT{%{_webdir}/icons,%{_sysconfdir}/sysconfig,%{_sysconfdir}/cron.d}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_sbindir},%{_mandir}/man1} \
+   
$RPM_BUILD_ROOT{%{_webdir}/icons,%{_sysconfdir}/{sysconfig,cron.d,%{name}}}
 
 install sample.conf $RPM_BUILD_ROOT%{_sysconfdir}/webalizer.conf
 install webalizer $RPM_BUILD_ROOT%{_bindir}
@@ -166,6 +166,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.80  2006/06/27 10:51:35  blues
+- simplify
+
 Revision 1.79  2006/01/21 00:01:17  arekm
 - kill Icon: field (support for these is obsolete says jbj)
 


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

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


SPECS: awffull.spec - tools copied from webalizer, not tested yet

2006-06-27 Thread blues
Author: bluesDate: Tue Jun 27 11:05:56 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- tools copied from webalizer, not tested yet

 Files affected:
SPECS:
   awffull.spec (1.4 - 1.5) 

 Diffs:


Index: SPECS/awffull.spec
diff -u SPECS/awffull.spec:1.4 SPECS/awffull.spec:1.5
--- SPECS/awffull.spec:1.4  Fri May 26 00:46:56 2006
+++ SPECS/awffull.spec  Tue Jun 27 13:05:50 2006
@@ -1,14 +1,20 @@
 # $Revision$, $Date$
+# TODO:
+# - convertion tool: webalizer - awffull 
+#
 Summary:   Web server log analysis program
 Summary(pl):   Program do analizy logów serwera WWW
 Name:  awffull
 Version:   3.4.1
-Release:   0.1
-License:   GPL
+Release:   0.3
+License:   GPL v2
 Group: Applications/Networking
 Source0:   http://www.stedee.id.au/files/%{name}-%{version}.tar.gz
 # Source0-md5: 9b1ff7694d62f42dcf44832a7e163ce5
-URL:   http://www.stedee.id.au/awffull
+Source1:   %{name}.sysconfig
+Source2:   %{name}.cron
+Source3:   %{name}.crontab
+URL:   http://www.stedee.id.au/awffull/
 BuildRequires: gd-devel
 BuildRequires: pcre-devel
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -33,16 +39,28 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d 
$RPM_BUILD_ROOT{%{_sysconfdir}/{%{name},sysconfig,cron.d},%{_sbindir}}
+
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
+install sample.conf $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.conf
+install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/%{name}
+install %{SOURCE2} $RPM_BUILD_ROOT%{_sbindir}/%{name}.cron
+install %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/cron.d/%{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog COPYING INSTALL README TODO
-%attr(755,root,root) %{_bindir}/awffull
+%doc ChangeLog *README* TODO
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
/etc/cron.d/%{name}
+%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
+%attr(2755,root,stats) %dir %{_sysconfdir}/%{name}
+%attr(755,root,root) %{_bindir}/%{name}
+%attr(755,root,root) %{_sbindir}/%{name}.cron
 %{_mandir}/man1/awffull*
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
@@ -51,6 +69,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.5  2006/06/27 11:05:50  blues
+- tools copied from webalizer, not tested yet
+
 Revision 1.4  2006/05/25 22:46:56  qboosh
 - pl
 


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


SOURCES: awffull.cron (NEW), awffull.crontab (NEW), awffull.syscon...

2006-06-27 Thread blues
Author: bluesDate: Tue Jun 27 11:07:04 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- copied from webalizer, not tested yet

 Files affected:
SOURCES:
   awffull.cron (NONE - 1.1)  (NEW), awffull.crontab (NONE - 1.1)  (NEW), 
awffull.sysconfig (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/awffull.cron
diff -u /dev/null SOURCES/awffull.cron:1.1
--- /dev/null   Tue Jun 27 13:07:04 2006
+++ SOURCES/awffull.cronTue Jun 27 13:06:59 2006
@@ -0,0 +1,26 @@
+#!/bin/sh
+
+AWFFULL_OPTS=
+[ -f /etc/sysconfig/awffull ]  . /etc/sysconfig/awffull
+umask 0022
+
+if [ -n $ENABLE ]  [ $ENABLE = yes -o $ENABLE = YES ]; then
+   LC_ALL=$LANG
+   export LANG
+   export LC_ALL
+   
+   if [ -n $REALLY_QUIET ]  [ $REALLY_QUIET = yes -o 
$REALLY_QUIET = YES ]; then
+   AWFFULL_OPTS=-Q
+   elif [ -n $QUIET ]  [ $QUIET = yes -o $QUIET = YES ]; then
+   AWFFULL_OPTS=-q
+   fi
+   
+   if [ -f /etc/awffull.conf ]; then
+   awffull ${AWFFULL_OPTS} -c /etc/awffull.conf
+   fi
+   if [ -n $MULTIPLE ]  [ $MULTIPLE = yes -o $MULTIPLE = YES 
]; then
+   for i in $(ls /etc/awffull/*.conf 2/dev/null); do
+   awffull ${AWFFULL_OPTS} -c $i;
+   done
+   fi
+fi


Index: SOURCES/awffull.crontab
diff -u /dev/null SOURCES/awffull.crontab:1.1
--- /dev/null   Tue Jun 27 13:07:04 2006
+++ SOURCES/awffull.crontab Tue Jun 27 13:06:59 2006
@@ -0,0 +1,4 @@
+#
+# cron job for the awffull
+#
+05 * * * * stats   /usr/sbin/awffull.cron


Index: SOURCES/awffull.sysconfig
diff -u /dev/null SOURCES/awffull.sysconfig:1.1
--- /dev/null   Tue Jun 27 13:07:04 2006
+++ SOURCES/awffull.sysconfig   Tue Jun 27 13:06:59 2006
@@ -0,0 +1,16 @@
+# Customized settings for awffull
+
+# Enable cron [yes|no]
+ENABLE=no
+
+# Output language
+# LANG=pl_PL
+
+# Allow multiple configs in /etc/awffull/
+MULTIPLE=yes
+
+# Supress messages
+# QUIET=yes
+
+# Don't display any messages
+#REALLY_QUIET=yes

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


DISTFILES: awffull-3.5.1.tar.gz

2006-06-27 Thread blues

Files fetched: 1

STORED: http://www.stedee.id.au/files/awffull-3.5.1.tar.gz
065903e2f710969e77164da71df56ffb  awffull-3.5.1.tar.gz
Size: 524568 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: awffull.spec - 3.5.1 - works nice

2006-06-27 Thread blues
Author: bluesDate: Tue Jun 27 12:20:53 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 3.5.1 - works nice

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

 Diffs:


Index: SPECS/awffull.spec
diff -u SPECS/awffull.spec:1.5 SPECS/awffull.spec:1.6
--- SPECS/awffull.spec:1.5  Tue Jun 27 13:05:50 2006
+++ SPECS/awffull.spec  Tue Jun 27 14:20:47 2006
@@ -5,12 +5,12 @@
 Summary:   Web server log analysis program
 Summary(pl):   Program do analizy logów serwera WWW
 Name:  awffull
-Version:   3.4.1
-Release:   0.3
+Version:   3.5.1
+Release:   1
 License:   GPL v2
 Group: Applications/Networking
 Source0:   http://www.stedee.id.au/files/%{name}-%{version}.tar.gz
-# Source0-md5: 9b1ff7694d62f42dcf44832a7e163ce5
+# Source0-md5: 065903e2f710969e77164da71df56ffb
 Source1:   %{name}.sysconfig
 Source2:   %{name}.cron
 Source3:   %{name}.crontab
@@ -69,6 +69,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.6  2006/06/27 12:20:47  blues
+- 3.5.1 - works nice
+
 Revision 1.5  2006/06/27 11:05:50  blues
 - tools copied from webalizer, not tested yet
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/awffull.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: ERRORS: scummvm-0.9.0.tar.bz2 scummvm-tools-0.9.0.tar.bz2

2006-06-27 Thread wolf
wget -nv --no-check-certificate -O 
./tmp/0cc1c453-6fb9-4080-b366-c4dc4ca653c3/5eede9c97d1883f80770a3e211419783/scummvm-0.9.0.tar.bz2
 http://dl.sourceforge.net/scummvm/scummvm-0.9.0.tar.bz2:
http://dl.sourceforge.net/scummvm/scummvm-0.9.0.tar.bz2:
14:44:56 ERROR 404: Not Found.


FATAL: http://dl.sourceforge.net/scummvm/scummvm-0.9.0.tar.bz2 
(5eede9c97d1883f80770a3e211419783) was not fetched (wget -nv 
--no-check-certificate -O 
./tmp/0cc1c453-6fb9-4080-b366-c4dc4ca653c3/5eede9c97d1883f80770a3e211419783/scummvm-0.9.0.tar.bz2
 http://dl.sourceforge.net/scummvm/scummvm-0.9.0.tar.bz2: 
http://dl.sourceforge.net/scummvm/scummvm-0.9.0.tar.bz2:
14:44:56 ERROR 404: Not Found.
)
wget -nv --no-check-certificate -O 
./tmp/0cc1c453-6fb9-4080-b366-c4dc4ca653c3/c8164fa1cca90b1c3bff1c8949d875a3/scummvm-tools-0.9.0.tar.bz2
 http://dl.sourceforge.net/scummvm/scummvm-tools-0.9.0.tar.bz2:
http://dl.sourceforge.net/scummvm/scummvm-tools-0.9.0.tar.bz2:
14:44:56 ERROR 404: Not Found.


FATAL: http://dl.sourceforge.net/scummvm/scummvm-tools-0.9.0.tar.bz2 
(c8164fa1cca90b1c3bff1c8949d875a3) was not fetched (wget -nv 
--no-check-certificate -O 
./tmp/0cc1c453-6fb9-4080-b366-c4dc4ca653c3/c8164fa1cca90b1c3bff1c8949d875a3/scummvm-tools-0.9.0.tar.bz2
 http://dl.sourceforge.net/scummvm/scummvm-tools-0.9.0.tar.bz2: 
http://dl.sourceforge.net/scummvm/scummvm-tools-0.9.0.tar.bz2:
14:44:56 ERROR 404: Not Found.
)

Files fetched: 0



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


SPECS: scummvm.spec - 0.9.0

2006-06-27 Thread wolf
Author: wolf Date: Tue Jun 27 12:45:00 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 0.9.0

 Files affected:
SPECS:
   scummvm.spec (1.37 - 1.38) 

 Diffs:


Index: SPECS/scummvm.spec
diff -u SPECS/scummvm.spec:1.37 SPECS/scummvm.spec:1.38
--- SPECS/scummvm.spec:1.37 Mon May 22 22:57:17 2006
+++ SPECS/scummvm.spec  Tue Jun 27 14:44:55 2006
@@ -3,20 +3,18 @@
 #  - include gui/themes/modern* and teach scummvm to search
 #for it in some system paths, not current dir
 #
-%defineversion_tools   0.8.0
-%define_snap   20060522
+%defineversion_tools   0.9.0
 Summary:   SCUMM graphic adventure game interpreter
 Summary(pl):   Interpreter przygodówek opartych na SCUMM
 Name:  scummvm
 Version:   0.9.0
-Release:   0.%{_snap}
+Release:   1
 License:   GPL
 Group: X11/Applications/Games
-#Source0:  http://dl.sourceforge.net/scummvm/%{name}-%{version}.tar.bz2
-Source0:   http://www.scummvm.org/daily/%{name}-%{_snap}.tar.bz2
-# Source0-md5: 05999b9b57f8b1aad720dcf797589318
+Source0:   http://dl.sourceforge.net/scummvm/%{name}-%{version}.tar.bz2
+# Source0-md5: 5eede9c97d1883f80770a3e211419783
 Source1:   
http://dl.sourceforge.net/scummvm/%{name}-tools-%{version_tools}.tar.bz2
-# Source1-md5: cc7e13ea10acf692c10e90b9507074ed
+# Source1-md5: c8164fa1cca90b1c3bff1c8949d875a3
 Source2:   %{name}.desktop
 Source3:   %{name}.png
 URL:   http://scummvm.sourceforge.net/
@@ -77,7 +75,7 @@
 Zestaw narzędzi mogących być użytecznymi w połączeniu ze ScummVM.
 
 %prep
-%setup -q -n %{name} -a 1
+%setup -q -a 1
 
 sed -i -e 's:plugins/:%{_libdir}/scummvm/:' base/plugins.cpp
 
@@ -112,10 +110,11 @@
 install plugins/lib*.so $RPM_BUILD_ROOT%{_libdir}/scummvm
 
 cd tools-%{version_tools}
+install compress_kyra  $RPM_BUILD_ROOT%{_bindir}
 install compress_queen $RPM_BUILD_ROOT%{_bindir}
 install compress_saga  $RPM_BUILD_ROOT%{_bindir}
-install compress_san   $RPM_BUILD_ROOT%{_bindir}
 install compress_scumm_bun $RPM_BUILD_ROOT%{_bindir}
+install compress_scumm_san $RPM_BUILD_ROOT%{_bindir}
 install compress_scumm_sou $RPM_BUILD_ROOT%{_bindir}
 install compress_simon $RPM_BUILD_ROOT%{_bindir}
 install compress_sword1$RPM_BUILD_ROOT%{_bindir}
@@ -123,6 +122,7 @@
 install dekyra $RPM_BUILD_ROOT%{_bindir}
 install descumm$RPM_BUILD_ROOT%{_bindir}
 install desword2   $RPM_BUILD_ROOT%{_bindir}
+install encode_dxa $RPM_BUILD_ROOT%{_bindir}
 install extract_kyra   $RPM_BUILD_ROOT%{_bindir}
 install extract_loom_tg16  $RPM_BUILD_ROOT%{_bindir}
 install extract_mm_c64 $RPM_BUILD_ROOT%{_bindir}
@@ -159,6 +159,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.38  2006/06/27 12:44:55  wolf
+- 0.9.0
+
 Revision 1.37  2006/05/22 20:57:17  adamg
 - updated to 0.9.0 snap (with support to legend of kyrandia)
 - dropped -copyright.patch (I believe it's not needed anymore)


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


SOURCES: kernel-desktop-preempt-rt.patch - patch-2.6.17-rt3

2006-06-27 Thread sparky
Author: sparky   Date: Tue Jun 27 13:03:46 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- patch-2.6.17-rt3

 Files affected:
SOURCES:
   kernel-desktop-preempt-rt.patch (1.11 - 1.12) 

 Diffs:


Index: SOURCES/kernel-desktop-preempt-rt.patch
diff -u SOURCES/kernel-desktop-preempt-rt.patch:1.11 
SOURCES/kernel-desktop-preempt-rt.patch:1.12
--- SOURCES/kernel-desktop-preempt-rt.patch:1.11Tue Jun 20 01:28:33 2006
+++ SOURCES/kernel-desktop-preempt-rt.patch Tue Jun 27 15:03:40 2006
@@ -12074,7 +12074,7 @@
 +
  config RWSEM_GENERIC_SPINLOCK
bool
-+  depends on !PREEMPT_RT
++  depends on PREEMPT_RT
default y
  
  config RWSEM_XCHGADD_ALGORITHM
@@ -18917,7 +18917,7 @@
 ===
 --- linux.orig/drivers/char/hangcheck-timer.c
 +++ linux/drivers/char/hangcheck-timer.c
-@@ -117,12 +117,12 @@ __setup(hcheck_reboot, hangcheck_parse
+@@ -117,22 +117,23 @@ __setup(hcheck_reboot, hangcheck_parse
  __setup(hcheck_dump_tasks, hangcheck_parse_dump_tasks);
  #endif /* not MODULE */
  
@@ -18932,6 +18932,18 @@
  # define TIMER_FREQ (HZ*loops_per_jiffy)
  #endif
  
+ #ifdef HAVE_MONOTONIC
+ extern unsigned long long monotonic_clock(void);
+ #else
+-static inline unsigned long long monotonic_clock(void)
++unsigned long long monotonic_clock(void)
+ {
+   return get_cycles();
+ }
++EXPORT_SYMBOL(monotonic_clock);
+ #endif  /* HAVE_MONOTONIC */
+ 
+ 
 Index: linux/drivers/char/ipmi/ipmi_si_intf.c
 ===
 --- linux.orig/drivers/char/ipmi/ipmi_si_intf.c
@@ -50819,7 +50831,7 @@
 +global_eventsource_suspend(struct sys_device *dev, pm_message_t state)
 +{
 +  /* Do generic stuff here */
-+  if (global_eventsource.event-suspend)
++  if (global_eventsource.event  global_eventsource.event-suspend)
 +  global_eventsource.event-suspend();
 +  return 0;
 +}
@@ -50827,7 +50839,7 @@
 +static int global_eventsource_resume(struct sys_device *dev)
 +{
 +  /* Do generic stuff here */
-+  if (global_eventsource.event-resume)
++  if (global_eventsource.event  global_eventsource.event-resume)
 +  global_eventsource.event-resume();
 +  return 0;
 +}
@@ -53775,7 +53787,7 @@
ac-avail = 0;
spin_unlock(rl3-list_lock);
}
-@@ -994,15 +1054,16 @@ static void __drain_alien_cache(struct k
+@@ -994,16 +1054,18 @@ static void __drain_alien_cache(struct k
  /*
   * Called from cache_reap() to regularly drain alien caches round robin.
   */
@@ -53785,17 +53797,21 @@
  {
 -  int node = __get_cpu_var(reap_node);
 +  int node = per_cpu(reap_node, *this_cpu);
++  unsigned long flags;
  
if (l3-alien) {
struct array_cache *ac = l3-alien[node];
  
-   if (ac  ac-avail  spin_trylock_irq(ac-lock)) {
+-  if (ac  ac-avail  spin_trylock_irq(ac-lock)) {
 -  __drain_alien_cache(cachep, ac, node);
+-  spin_unlock_irq(ac-lock);
++  if (ac  ac-avail  spin_trylock_irqsave(ac-lock, flags)) {
 +  __drain_alien_cache(cachep, ac, node, this_cpu);
-   spin_unlock_irq(ac-lock);
++  spin_unlock_irqrestore(ac-lock, flags);
}
}
-@@ -1014,20 +1075,21 @@ static void drain_alien_cache(struct kme
+ }
+@@ -1014,20 +1076,21 @@ static void drain_alien_cache(struct kme
int i = 0;
struct array_cache *ac;
unsigned long flags;
@@ -53821,7 +53837,7 @@
  
  static inline struct array_cache **alloc_alien_cache(int node, int limit)
  {
-@@ -1048,6 +1110,7 @@ static int cpuup_callback(struct notifie
+@@ -1048,6 +,7 @@ static int cpuup_callback(struct notifie
struct kmem_list3 *l3 = NULL;
int node = cpu_to_node(cpu);
int memsize = sizeof(struct kmem_list3);
@@ -53829,7 +53845,7 @@
  
switch (action) {
case CPU_UP_PREPARE:
-@@ -1081,11 +1144,11 @@ static int cpuup_callback(struct notifie
+@@ -1081,11 +1145,11 @@ static int cpuup_callback(struct notifie
cachep-nodelists[node] = l3;
}
  
@@ -53843,7 +53859,7 @@
}
  
/*
-@@ -1096,6 +1159,7 @@ static int cpuup_callback(struct notifie
+@@ -1096,6 +1160,7 @@ static int cpuup_callback(struct notifie
struct array_cache *nc;
struct array_cache *shared;
struct array_cache **alien;
@@ -53851,7 +53867,7 @@
  
nc = alloc_arraycache(node, cachep-limit,
cachep-batchcount);
-@@ -1114,7 +1178,7 @@ static int cpuup_callback(struct notifie
+@@ -1114,7 +1179,7 @@ static int cpuup_callback(struct notifie

SOURCES (AC-branch): pango-arch_confdir.patch - updated

2006-06-27 Thread sparky
Author: sparky   Date: Tue Jun 27 14:32:44 2006 GMT
Module: SOURCES   Tag: AC-branch
 Log message:
- updated

 Files affected:
SOURCES:
   pango-arch_confdir.patch (1.1 - 1.1.4.1) 

 Diffs:


Index: SOURCES/pango-arch_confdir.patch
diff -u SOURCES/pango-arch_confdir.patch:1.1 
SOURCES/pango-arch_confdir.patch:1.1.4.1
--- SOURCES/pango-arch_confdir.patch:1.1Sat Dec 10 18:23:55 2005
+++ SOURCES/pango-arch_confdir.patchTue Jun 27 16:32:38 2006
@@ -12,24 +12,13 @@
  #
  # Checks for Cairo
  #
-diff -Nur pango-1.10.2/examples/Makefile.am 
pango-1.10.2.arch_confdir/examples/Makefile.am
 pango-1.10.2/examples/Makefile.am  2005-11-15 09:03:51.0 +
-+++ pango-1.10.2.arch_confdir/examples/Makefile.am 2005-12-10 
16:57:38.0 +
-@@ -1,6 +1,6 @@
- ## Process this file with automake to create Makefile.in.
- 
--aliasdir = $(sysconfdir)/pango
-+aliasdir = $(sysconfdir)/pango-$(ARCH)
- 
- INCLUDES =\
-   -DG_DISABLE_DEPRECATED  \
 diff -Nur pango-1.10.2/modules/Makefile.am 
pango-1.10.2.arch_confdir/modules/Makefile.am
 --- pango-1.10.2/modules/Makefile.am   2005-06-21 16:02:55.0 +
 +++ pango-1.10.2.arch_confdir/modules/Makefile.am  2005-12-10 
16:57:38.0 +
-@@ -22,12 +22,12 @@
+@@ -28,15 +28,15 @@
  
- install-data-local:
-   @if $(RUN_QUERY_IMMODULES_TEST) ; then  \
+ install-data-local: $(top_builddir)/pango/pango-querymodules
+   @if $(RUN_QUERY_MODULES_TEST) ; then\
 -echo $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/pango \\  \
 +echo $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/pango-$(ARCH) \\  
\
  $(top_builddir)/pango/pango-querymodules  \
@@ -42,7 +31,11 @@
 +   $(DESTDIR)$(sysconfdir)/pango-$(ARCH)/pango.modules ; 
\
else\
  echo *** ;  \
- echo *** Warning: pango.modules not created ;   \
+-echo *** Warning: $(sysconfdir)/pango/pango.modules ;   \
++echo *** Warning: $(sysconfdir)/pango-$(ARCH)/pango.modules ;   
\
+ echo *** not created ;  \
+ echo *** Generate this file on the target system ;  \
+ echo *** using pango-querymodules ; \
 diff -Nur pango-1.10.2/pango/pango-utils.c 
pango-1.10.2.arch_confdir/pango/pango-utils.c
 --- pango-1.10.2/pango/pango-utils.c   2005-11-23 17:53:30.0 +
 +++ pango-1.10.2.arch_confdir/pango/pango-utils.c  2005-12-10 
16:57:38.0 +
@@ -76,3 +69,14 @@
  
files = pango_split_file_list (files_str);

+--- pango-1.10.2/pango/Makefile.am 2006-02-03 06:42:33.0 +
 pango-1.10.2.arch_confdir/pango/Makefile.am2006-06-27 
14:28:44.0 +
+@@ -148,7 +148,7 @@
+ if HAVE_X
+ pangoinclude_HEADERS += pangox.h
+ lib_LTLIBRARIES += libpangox-1.0.la
+-aliasdir = $(sysconfdir)/pango
++aliasdir = $(sysconfdir)/pango-$(ARCH)
+ alias_DATA = pangox.aliases
+ endif
+ 


 CVS-web:

http://cvs.pld-linux.org/SOURCES/pango-arch_confdir.patch?r1=1.1r2=1.1.4.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: gnome-sensors.spec - up to 1.7.1

2006-06-27 Thread patrys
Author: patrys   Date: Tue Jun 27 15:02:47 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 1.7.1

 Files affected:
SPECS:
   gnome-sensors.spec (1.23 - 1.24) 

 Diffs:


Index: SPECS/gnome-sensors.spec
diff -u SPECS/gnome-sensors.spec:1.23 SPECS/gnome-sensors.spec:1.24
--- SPECS/gnome-sensors.spec:1.23   Mon Oct  3 18:17:16 2005
+++ SPECS/gnome-sensors.specTue Jun 27 17:02:41 2006
@@ -2,12 +2,12 @@
 Summary:   GNOME applet that monitors hardware sensors
 Summary(pl):   Aplet GNOME do monitorowania sprzętowych sensorów
 Name:  gnome-sensors
-Version:   1.4
-Release:   0.1
+Version:   1.7.1
+Release:   1
 License:   GPL v2+
 Group: X11/Applications
 Source0:   
http://dl.sourceforge.net/sensors-applet/sensors-applet-%{version}.tar.gz
-# Source0-md5: e71ea9fe79cbc281293fa90857a92b04
+# Source0-md5: eed4b336fa2ec3fea5c12c725d5cbdd8
 URL:   http://sensors-applet.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -17,6 +17,7 @@
 BuildRequires: libtool
 BuildRequires: lm_sensors-devel
 BuildRequires: pkgconfig
+Requires(post):GConf2
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -32,7 +33,7 @@
 %setup -q -n sensors-applet-%{version}
 
 %build
-%configure 
+%configure --disable-scrollkeeper
 
 %{__make}
 
@@ -42,17 +43,23 @@
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT 
 
-%find_lang sensors-applet
+%find_lang sensors-applet --with-gnome --all-name
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+%gconf_schema_install
+
 %files -f sensors-applet.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_libdir}/sensors-applet
 %{_libdir}/bonobo/servers/SensorsApplet.server
-%{_pixmapsdir}/sensors-applet-icon.png
+%{_iconsdir}/*/*/*/sensors-*
+%{_pixmapsdir}/sensors-applet
 %{_datadir}/gnome-2.0/ui/SensorsApplet.xml
+%{_datadir}/omf/sensors-applet
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
 %changelog
@@ -60,6 +67,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.24  2006/06/27 15:02:41  patrys
+- up to 1.7.1
+
 Revision 1.23  2005/10/03 16:17:16  qboosh
 - sorted BRs
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/gnome-sensors.spec?r1=1.23r2=1.24f=u

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


DISTFILES: sensors-applet-1.7.1.tar.gz

2006-06-27 Thread patrys

Files fetched: 1

STORED: http://dl.sourceforge.net/sensors-applet/sensors-applet-1.7.1.tar.gz
eed4b336fa2ec3fea5c12c725d5cbdd8  sensors-applet-1.7.1.tar.gz
Size: 226538 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: nmap.spec - updated to 4.11

2006-06-27 Thread adamg
Author: adamgDate: Tue Jun 27 15:45:59 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 4.11

 Files affected:
SPECS:
   nmap.spec (1.124 - 1.125) 

 Diffs:


Index: SPECS/nmap.spec
diff -u SPECS/nmap.spec:1.124 SPECS/nmap.spec:1.125
--- SPECS/nmap.spec:1.124   Wed Apr 26 01:32:51 2006
+++ SPECS/nmap.spec Tue Jun 27 17:45:54 2006
@@ -12,12 +12,12 @@
 Summary(zh_CN):[Ͼͳ]ÇżÁŚśËżÚɨĂčĆ÷
 Summary(zh_TW):[.)B¨t.$)B˛Î].)Bąj¤O.$)BşÝ.)B¤f.$)Bą˝.)B´y.$)Bžš
 Name:  nmap
-Version:   4.03
+Version:   4.11
 Release:   1
 License:   GPL
 Group: Networking
 Source0:   http://www.insecure.org/nmap/dist/%{name}-%{version}.tar.bz2
-# Source0-md5: d2b841e97d81d0fac20d18cbeddfa54a
+# Source0-md5: 69bdaa9995f32247b5da7c6b6c41df9b
 Source1:   %{name}.png
 Patch0:%{name}-desktop.patch
 Patch1:%{name}-statistics.patch
@@ -194,6 +194,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.125  2006/06/27 15:45:54  adamg
+- updated to 4.11
+
 Revision 1.124  2006/04/25 23:32:51  mguevara
 - 4.03-1
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/nmap.spec?r1=1.124r2=1.125f=u

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


DISTFILES: nmap-4.11.tar.bz2

2006-06-27 Thread adamg

Files fetched: 1

STORED: http://www.insecure.org/nmap/dist/nmap-4.11.tar.bz2
69bdaa9995f32247b5da7c6b6c41df9b  nmap-4.11.tar.bz2
Size: 2130457 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: nagios-grapher.spec - add R

2006-06-27 Thread wolvverine
Author: wolvverine   Date: Tue Jun 27 16:16:11 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- add R

 Files affected:
SPECS:
   nagios-grapher.spec (1.26 - 1.27) 

 Diffs:


Index: SPECS/nagios-grapher.spec
diff -u SPECS/nagios-grapher.spec:1.26 SPECS/nagios-grapher.spec:1.27
--- SPECS/nagios-grapher.spec:1.26  Sun Jun 25 05:55:06 2006
+++ SPECS/nagios-grapher.spec   Tue Jun 27 18:16:05 2006
@@ -1,7 +1,6 @@
 # $Revision$, $Date$
 #TODO
-# - add file in BUILD/.../{contrib,doc,tools}
-# - read INSTALL: deps, 
+# - add file in BUILD/.../{contrib,doc,tools} 
 # - send directory layout for PLD to author, add path to rrd font
 # - bconds
 # - remowe/subpackage *.c contrib files
@@ -30,6 +29,7 @@
 Requires:  perl-Time-HiRes
 Requires:  perl-URI
 Requires:  perl-IO-All
+Requires:  perl-XML-Parser
 Requires:  rrdtool
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -126,6 +126,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.27  2006/06/27 16:16:05  wolvverine
+- add R
+
 Revision 1.26  2006/06/25 03:55:06  wolvverine
 - add R, TODO, dir, add dot.png
 


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

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


DISTFILES: ERRORS: NagiosGrapher-1.6-rc1.tar.bz2

2006-06-27 Thread wolvverine
FATAL: ./upload/wolvverine/NagiosGrapher-1.6-rc1.tar.bz2 was not uploaded

Files fetched: 0



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


DISTFILES: ERRORS: php-gtk2-20060424.tar.gz

2006-06-27 Thread adamg
FATAL: ./upload/adamg/php-gtk2-20060424.tar.gz was not uploaded

Files fetched: 0



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


SPECS: php-gtk2.spec - todo done

2006-06-27 Thread adamg
Author: adamgDate: Tue Jun 27 16:29:01 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- todo done

 Files affected:
SPECS:
   php-gtk2.spec (1.33 - 1.34) 

 Diffs:


Index: SPECS/php-gtk2.spec
diff -u SPECS/php-gtk2.spec:1.33 SPECS/php-gtk2.spec:1.34
--- SPECS/php-gtk2.spec:1.33Mon Apr 24 16:04:22 2006
+++ SPECS/php-gtk2.spec Tue Jun 27 18:28:56 2006
@@ -1,14 +1,11 @@
 # $Revision$, $Date$
-# TODO:
-#  - rename php-gtk - php-gtk2
-#
 %define_modnamegtk2
 %define_sysconfdir /etc/php
 %defineextensionsdir   %(php-config --extension-dir 
2/dev/null)
 
 Summary:   PHP language bindings for GTK+ toolkit
 Summary(pl):   Moduł PHP z wiązaniami do GTK+
-Name:  php-gtk
+Name:  php-gtk2
 Version:   0.0.cvs
 %define_snap 20060424
 Release:   0.%{_snap}.1
@@ -85,6 +82,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.34  2006/06/27 16:28:56  adamg
+- todo done
+
 Revision 1.33  2006/04/24 14:04:22  adamg
 - snap 20060424
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/php-gtk2.spec?r1=1.33r2=1.34f=u

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


DISTFILES: ERRORS: thold.tar.gz

2006-06-27 Thread wolvverine
FATAL: http://download.cactiusers.org/downloads/thold.tar.gz md5 mismatch, 
needed 3cb37cb33a45ac7daf5c35f3238e2c71, got 0bbed603ea7312a96483494bedf4bdd0

Files fetched: 0



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


SPECS: cacti-plugin-thold.spec - md5

2006-06-27 Thread wolvverine
Author: wolvverine   Date: Tue Jun 27 16:42:37 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- md5

 Files affected:
SPECS:
   cacti-plugin-thold.spec (1.6 - 1.7) 

 Diffs:


Index: SPECS/cacti-plugin-thold.spec
diff -u SPECS/cacti-plugin-thold.spec:1.6 SPECS/cacti-plugin-thold.spec:1.7
--- SPECS/cacti-plugin-thold.spec:1.6   Sun Jun  4 19:40:26 2006
+++ SPECS/cacti-plugin-thold.spec   Tue Jun 27 18:42:31 2006
@@ -10,7 +10,7 @@
 Group: Applications/WWW
 #problem with version
 Source0:   http://download.cactiusers.org/downloads/%{namesrc}.tar.gz
-# Source0-md5: 87c9b0bd79968bc3a39e071d9a0e4365
+# Source0-md5: 3cb37cb33a45ac7daf5c35f3238e2c71
 URL:   http://www.cactiusers.org/
 BuildRequires: rpm-perlprov
 Requires:  cacti
@@ -54,6 +54,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.7  2006/06/27 16:42:31  wolvverine
+- md5
+
 Revision 1.6  2006/06/04 17:40:26  qboosh
 - typos
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/cacti-plugin-thold.spec?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: cacti-plugin-discovery.spec - md5

2006-06-27 Thread wolvverine
Author: wolvverine   Date: Tue Jun 27 16:44:59 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- md5

 Files affected:
SPECS:
   cacti-plugin-discovery.spec (1.5 - 1.6) 

 Diffs:


Index: SPECS/cacti-plugin-discovery.spec
diff -u SPECS/cacti-plugin-discovery.spec:1.5 
SPECS/cacti-plugin-discovery.spec:1.6
--- SPECS/cacti-plugin-discovery.spec:1.5   Sun Jun  4 19:09:13 2006
+++ SPECS/cacti-plugin-discovery.spec   Tue Jun 27 18:44:54 2006
@@ -5,11 +5,11 @@
 Summary(pl):   Wtyczka do Cacti - Discovery
 Name:  cacti-plugin-discovery
 Version:   0.5
-Release:   0.1
+Release:   1
 License:   GPL v2
 Group: Applications/WWW
 Source0:   http://download.cactiusers.org/downloads/%{namesrc}.tar.gz
-# Source0-md5: 0473fc602bcec923a0c118e535164793
+# Source0-md5: f6c7a244346eb3924f72fa344a7d00e3
 URL:   http://www.cactiusers.org/
 #BuildRequires:rpm-perlprov
 Requires:  cacti
@@ -50,6 +50,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.6  2006/06/27 16:44:54  wolvverine
+- md5
+
 Revision 1.5  2006/06/04 17:09:13  wolvverine
 - up to 0.5
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/cacti-plugin-discovery.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: ERRORS: discovery.tar.gz

2006-06-27 Thread wolvverine
FATAL: http://download.cactiusers.org/downloads/discovery.tar.gz md5 mismatch, 
needed f6c7a244346eb3924f72fa344a7d00e3, got f311d8c39f8e0251f44f84623012043b

Files fetched: 0



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


SPECS: dhcdbd.spec - amd64 fix

2006-06-27 Thread radek
Author: radekDate: Tue Jun 27 16:46:36 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- amd64 fix

 Files affected:
SPECS:
   dhcdbd.spec (1.9 - 1.10) 

 Diffs:


Index: SPECS/dhcdbd.spec
diff -u SPECS/dhcdbd.spec:1.9 SPECS/dhcdbd.spec:1.10
--- SPECS/dhcdbd.spec:1.9   Sun Apr 16 23:35:10 2006
+++ SPECS/dhcdbd.spec   Tue Jun 27 18:46:31 2006
@@ -39,7 +39,7 @@
 %build
 %{__make} \
CC=%{__cc} \
-   CFLAGS=%{rpmcflags} \
+   CFLAGS=%{rpmcflags} -I%{_libdir}/dbus-1.0/include \
LDFLAGS=%{rpmldflags}
 
 %install
@@ -82,6 +82,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.10  2006/06/27 16:46:31  radek
+- amd64 fix
+
 Revision 1.9  2006/04/16 21:35:10  glen
 - fix chkconfig, rc-scripts deps
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/dhcdbd.spec?r1=1.9r2=1.10f=u

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


SPECS: eagle-usb.spec - module_param fixes (builds on 2.6.17)

2006-06-27 Thread adamg
Author: adamgDate: Tue Jun 27 17:28:07 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- module_param fixes (builds on 2.6.17)

 Files affected:
SPECS:
   eagle-usb.spec (1.80 - 1.81) 

 Diffs:


Index: SPECS/eagle-usb.spec
diff -u SPECS/eagle-usb.spec:1.80 SPECS/eagle-usb.spec:1.81
--- SPECS/eagle-usb.spec:1.80   Tue May  9 20:47:37 2006
+++ SPECS/eagle-usb.specTue Jun 27 19:28:01 2006
@@ -34,6 +34,7 @@
 # Workaround for obsolete kernel API. To be removed...
 Patch7:%{name}-spin_lock_unlocked.patch
 Patch8:%{name}-kill_owner.patch
+Patch9:%{name}-module_param.patch
 URL:   http://gna.org/projects/eagleusb/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -102,6 +103,7 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
 
 %ifnarch %{ix86}
 # invalid not only for ppc
@@ -226,6 +228,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.81  2006/06/27 17:28:01  adamg
+- module_param fixes (builds on 2.6.17)
+
 Revision 1.80  2006/05/09 18:47:37  zbyniu
 - patch for kernel 2.6.16
 


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


SOURCES: eagle-usb-module_param.patch (NEW) - new

2006-06-27 Thread adamg
Author: adamgDate: Tue Jun 27 17:28:23 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- new

 Files affected:
SOURCES:
   eagle-usb-module_param.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/eagle-usb-module_param.patch
diff -u /dev/null SOURCES/eagle-usb-module_param.patch:1.1
--- /dev/null   Tue Jun 27 19:28:23 2006
+++ SOURCES/eagle-usb-module_param.patchTue Jun 27 19:28:18 2006
@@ -0,0 +1,14 @@
+--- eagle-usb-2.3.3/driver/eu_main.c~  2005-09-11 12:38:55.0 +0200
 eagle-usb-2.3.3/driver/eu_main.c   2006-06-27 19:26:53.0 +0200
+@@ -250,9 +250,9 @@
+ MODULE_DESCRIPTION (Eagle USB ADSL Modem driver);
+ MODULE_DEVICE_TABLE (usb, eu_ids);
+ MODULE_LICENSE(GPL);
+-MODULE_PARM (if_name,s);
++module_param (if_name, charp, NULL);
+ MODULE_PARM_DESC (if_name,Exported ethernet interface name);
+-MODULE_PARM (module_dbg_mask,i);
++module_param (module_dbg_mask, uint, 0);
+ MODULE_PARM_DESC (module_dbg_mask,Module Debug mask);
+ 
+ EXPORT_NO_SYMBOLS;

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


SPECS: filesystem.spec - rpm debug dirs

2006-06-27 Thread freetz
Author: freetz   Date: Tue Jun 27 17:51:21 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- rpm debug dirs

 Files affected:
SPECS:
   filesystem.spec (1.55 - 1.56) 

 Diffs:


Index: SPECS/filesystem.spec
diff -u SPECS/filesystem.spec:1.55 SPECS/filesystem.spec:1.56
--- SPECS/filesystem.spec:1.55  Fri May 26 12:30:04 2006
+++ SPECS/filesystem.spec   Tue Jun 27 19:51:16 2006
@@ -25,7 +25,8 @@
 
 install -d $RPM_BUILD_ROOT/etc/{sysconfig,xdg} \

$RPM_BUILD_ROOT/usr/share/{sounds,pixmaps,icons,wm-properties,xsessions,wallpapers,themes/Default,pkgconfig}
 \
-   $RPM_BUILD_ROOT{%{_aclocaldir},%{_pkgconfigdir}}
+   $RPM_BUILD_ROOT{%{_aclocaldir},%{_pkgconfigdir}} \
+   
$RPM_BUILD_ROOT{%{_libdir}/debug/usr/{bin,lib,sbin},%{_prefix}/src/debug}
 
 %if %{_lib} != lib
 install -d $RPM_BUILD_ROOT/usr/lib/pkgconfig
@@ -64,12 +65,22 @@
 %dir /usr/share/wm-properties
 %dir /usr/share/xsessions
 
+%dir %{_libdir}/debug
+%dir %{_libdir}/debug/usr
+%dir %{_libdir}/debug/usr/bin
+%dir %{_libdir}/debug/usr/lib
+%dir %{_libdir}/debug/usr/sbin
+%dir %{_prefix}/src/debug
+
 %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.56  2006/06/27 17:51:16  freetz
+- rpm debug dirs
+
 Revision 1.55  2006/05/26 10:30:04  arekm
 - rel 2
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/filesystem.spec?r1=1.55r2=1.56f=u

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


SPECS: filesystem.spec - rel.3

2006-06-27 Thread freetz
Author: freetz   Date: Tue Jun 27 17:51:43 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- rel.3

 Files affected:
SPECS:
   filesystem.spec (1.56 - 1.57) 

 Diffs:


Index: SPECS/filesystem.spec
diff -u SPECS/filesystem.spec:1.56 SPECS/filesystem.spec:1.57
--- SPECS/filesystem.spec:1.56  Tue Jun 27 19:51:16 2006
+++ SPECS/filesystem.spec   Tue Jun 27 19:51:37 2006
@@ -4,7 +4,7 @@
 Summary(pl):   Wspólne katalogi
 Name:  filesystem
 Version:   3.0
-Release:   2
+Release:   3
 License:   GPL
 Group: Base
 Requires:  FHS = 2.3-14.2
@@ -78,6 +78,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.57  2006/06/27 17:51:37  freetz
+- rel.3
+
 Revision 1.56  2006/06/27 17:51:16  freetz
 - rpm debug dirs
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/filesystem.spec?r1=1.56r2=1.57f=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-gsf-sharp-sharp20.patch (NEW) - use gtk-sharp-2.0 ...

2006-06-27 Thread freetz
Author: freetz   Date: Tue Jun 27 18:22:00 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- use gtk-sharp-2.0 dirs

 Files affected:
SOURCES:
   dotnet-gsf-sharp-sharp20.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/dotnet-gsf-sharp-sharp20.patch
diff -u /dev/null SOURCES/dotnet-gsf-sharp-sharp20.patch:1.1
--- /dev/null   Tue Jun 27 20:22:00 2006
+++ SOURCES/dotnet-gsf-sharp-sharp20.patch  Tue Jun 27 20:21:55 2006
@@ -0,0 +1,30 @@
+diff -aurN gsf-sharp-0.7.orig/configure.in gsf-sharp-0.7/configure.in
+--- gsf-sharp-0.7.orig/configure.in2005-11-30 19:00:00.0 +0100
 gsf-sharp-0.7/configure.in 2006-06-27 20:15:26.006203752 +0200
+@@ -36,7 +36,7 @@
+   AC_MSG_ERROR([No gacutil tool found])
+ fi
+ 
+-GACUTIL_FLAGS='/package gtk-sharp /gacdir $(prefix)/lib /root 
$(DESTDIR)$(prefix)/lib'
++GACUTIL_FLAGS='/package gtk-sharp-2.0 /gacdir $(prefix)/lib /root 
$(DESTDIR)$(prefix)/lib'
+  
+ AC_SUBST(RUNTIME)
+ AC_SUBST(CSC)
+@@ -56,7 +56,7 @@
+ AC_SUBST(gsf_prefix)
+ 
+ dnl Remember to update this when it changes!
+-GSF_SO_VERSION=113
++GSF_SO_VERSION=114
+ AC_SUBST(GSF_SO_VERSION)
+ 
+ AC_PATH_PROG(GAPI_FIXUP, gapi2-fixup, no)
+diff -aurN gsf-sharp-0.7.orig/gsf-sharp.pc.in gsf-sharp-0.7/gsf-sharp.pc.in
+--- gsf-sharp-0.7.orig/gsf-sharp.pc.in 2005-11-30 19:00:00.0 +0100
 gsf-sharp-0.7/gsf-sharp.pc.in  2006-06-27 19:58:49.725661416 +0200
+@@ -6,4 +6,4 @@
+ Name: Gsf#
+ Description: Gsf# - libgsf .NET Binding
+ Version: @VERSION@
+-Libs: -r:${libdir}/mono/gtk-sharp/gsf-sharp.dll
++Libs: -r:${libdir}/mono/gtk-sharp-2.0/gsf-sharp.dll

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


SPECS: dotnet-gsf-sharp.spec - use gtk-sharp-2.0 dirs (patch), rel.8

2006-06-27 Thread freetz
Author: freetz   Date: Tue Jun 27 18:22:40 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- use gtk-sharp-2.0 dirs (patch), rel.8

 Files affected:
SPECS:
   dotnet-gsf-sharp.spec (1.18 - 1.19) 

 Diffs:


Index: SPECS/dotnet-gsf-sharp.spec
diff -u SPECS/dotnet-gsf-sharp.spec:1.18 SPECS/dotnet-gsf-sharp.spec:1.19
--- SPECS/dotnet-gsf-sharp.spec:1.18Thu Jun 22 19:46:29 2006
+++ SPECS/dotnet-gsf-sharp.spec Tue Jun 27 20:22:35 2006
@@ -5,7 +5,7 @@
 Summary(pl):   Gsf# - wiązanie .NET dla libgsf
 Name:  dotnet-gsf-sharp
 Version:   0.7
-Release:   0.%{snap}.7
+Release:   0.%{snap}.8
 Epoch: 0
 License:   LGPL
 Group: Libraries
@@ -13,6 +13,7 @@
 # Source0-md5: afb75dd835afea2f014d91ae73344fd7
 Patch0:%{name}-pkgconfig.patch
 Patch1:%{name}-version_check.patch
+Patch2:%{name}-sharp20.patch
 URL:   http://www.gnome.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -61,6 +62,7 @@
 %setup -q -n gsf-sharp-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
@@ -91,7 +93,7 @@
 %files devel
 %defattr(644,root,root,755)
 %{_libdir}/*.la
-%{_prefix}/lib/mono/gtk-sharp/gsf-sharp.dll
+%{_prefix}/lib/mono/gtk-sharp-2.0/gsf-sharp.dll
 %{_datadir}/gapi-2.0/gsf-api.xml
 %{_pkgconfigdir}/*
 
@@ -105,6 +107,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.19  2006/06/27 18:22:35  freetz
+- use gtk-sharp-2.0 dirs (patch), rel.8
+
 Revision 1.18  2006/06/22 17:46:29  freetz
 - rel.7, bleeding edge deps
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/dotnet-gsf-sharp.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: beagle-crawl.patch - updated for 0.2.7

2006-06-27 Thread freetz
Author: freetz   Date: Tue Jun 27 18:27:24 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- updated for 0.2.7

 Files affected:
SOURCES:
   beagle-crawl.patch (1.5 - 1.6) 

 Diffs:


Index: SOURCES/beagle-crawl.patch
diff -u SOURCES/beagle-crawl.patch:1.5 SOURCES/beagle-crawl.patch:1.6
--- SOURCES/beagle-crawl.patch:1.5  Thu Apr 20 20:56:11 2006
+++ SOURCES/beagle-crawl.patch  Tue Jun 27 20:27:19 2006
@@ -1,6 +1,6 @@
-diff -aurN beagle-0.2.5.orig/tools/crawl-rules/crawl-applications 
beagle-0.2.5/tools/crawl-rules/crawl-applications
 beagle-0.2.5.orig/tools/crawl-rules/crawl-applications 2006-03-22 
16:09:41.0 +0100
-+++ beagle-0.2.5/tools/crawl-rules/crawl-applications  2006-04-20 
20:54:21.746270952 +0200
+diff -aurN beagle-0.2.7.orig/tools/crawl-rules/crawl-applications 
beagle-0.2.7/tools/crawl-rules/crawl-applications
+--- beagle-0.2.7.orig/tools/crawl-rules/crawl-applications 2006-04-07 
18:16:02.0 +0200
 beagle-0.2.7/tools/crawl-rules/crawl-applications  2006-06-27 
20:24:01.295867816 +0200
 @@ -2,7 +2,7 @@
  
  CRAWL_INDEX_NAME=applications
@@ -10,21 +10,21 @@
  
  CRAWL_RECURSIVE=yes
  
-diff -aurN beagle-0.2.5.orig/tools/crawl-rules/crawl-documentation 
beagle-0.2.5/tools/crawl-rules/crawl-documentation
 beagle-0.2.5.orig/tools/crawl-rules/crawl-documentation2006-04-12 
21:41:03.0 +0200
-+++ beagle-0.2.5/tools/crawl-rules/crawl-documentation 2006-04-20 
20:54:43.089026360 +0200
+diff -aurN beagle-0.2.7.orig/tools/crawl-rules/crawl-documentation 
beagle-0.2.7/tools/crawl-rules/crawl-documentation
+--- beagle-0.2.7.orig/tools/crawl-rules/crawl-documentation2006-06-19 
19:54:27.0 +0200
 beagle-0.2.7/tools/crawl-rules/crawl-documentation 2006-06-27 
20:25:28.212654456 +0200
 @@ -2,7 +2,7 @@
  
  CRAWL_INDEX_NAME=documentation
  
--CRAWL_PATHS=/usr/share/doc /usr/local/share/doc /opt/kde3/share/doc 
/opt/gnome/share/gnome/help /usr/share/gnome/help
+-CRAWL_PATHS=/usr/share/doc /usr/local/share/doc /opt/kde3/share/doc 
/opt/gnome/share/gnome/help /usr/share/gnome/help /opt/gnome/share/gtk-doc/html 
/usr/share/gtk-doc/html /usr/share/gnome/html
 +CRAWL_PATHS=/usr/share/doc /usr/share/gnome/help
  
  CRAWL_ALLOW_PATTERNS=*.xml,*.html,*.docbook
  
-diff -aurN beagle-0.2.5.orig/tools/Makefile.am beagle-0.2.5/tools/Makefile.am
 beagle-0.2.5.orig/tools/Makefile.am2006-04-19 02:30:36.0 
+0200
-+++ beagle-0.2.5/tools/Makefile.am 2006-04-20 20:55:00.322406488 +0200
+diff -aurN beagle-0.2.7.orig/tools/Makefile.am beagle-0.2.7/tools/Makefile.am
+--- beagle-0.2.7.orig/tools/Makefile.am2006-06-19 19:54:27.0 
+0200
 beagle-0.2.7/tools/Makefile.am 2006-06-27 20:25:56.806307560 +0200
 @@ -35,7 +35,6 @@
chmod +x $(CRAWL_WRAPPER)
  


 CVS-web:
http://cvs.pld-linux.org/SOURCES/beagle-crawl.patch?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: beagle.spec - 0.2.7, bleeding edge deps

2006-06-27 Thread freetz
Author: freetz   Date: Tue Jun 27 18:34:47 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 0.2.7, bleeding edge deps

 Files affected:
SPECS:
   beagle.spec (1.76 - 1.77) 

 Diffs:


Index: SPECS/beagle.spec
diff -u SPECS/beagle.spec:1.76 SPECS/beagle.spec:1.77
--- SPECS/beagle.spec:1.76  Sun Apr 30 13:51:44 2006
+++ SPECS/beagle.spec   Tue Jun 27 20:34:42 2006
@@ -22,36 +22,36 @@
 Summary:   Beagle - An indexing subsystem
 Summary(pl):   Beagle - podsystem indeksujący
 Name:  beagle
-Version:   0.2.6
+Version:   0.2.7
 Release:   1
 License:   Various
 Group: Libraries
 Source0:   
http://ftp.gnome.org/pub/gnome/sources/beagle/0.2/%{name}-%{version}.tar.bz2
-# Source0-md5: 56437aed8e5ac14a1b679755784e1a12
+# Source0-md5: d4c8e93db23c9b7d06104ce97a182502
 Patch0:%{name}-desktop.patch
 Patch1:%{name}-crawl.patch
 Patch2:%{name}-kill_exec_a.patch
 URL:   http://beaglewiki.org/Main_Page
 BuildRequires: autoconf = 2.52
 BuildRequires: automake
-%{?with_evolution:BuildRequires:   dotnet-evolution-sharp-devel = 0.10.2}
-%{?with_galago:BuildRequires:  dotnet-galago-sharp-devel}
+%{?with_evolution:BuildRequires:   dotnet-evolution-sharp-devel = 0.11.1}
+%{?with_galago:BuildRequires:  dotnet-galago-sharp-devel = 0.3.2}
 BuildRequires: dotnet-gmime-sharp-devel = 2.1.19
 %{?with_gsf:BuildRequires: dotnet-gsf-sharp-devel = 0.7}
 #BuildRequires:dotnet-gst-sharp-devel
-BuildRequires: dotnet-gtk-sharp2-devel = 2.3.90
-%{?with_epiphany:BuildRequires:epiphany-devel = 1.8}
-BuildRequires: gtk+2-devel = 2:2.6.0
-%{?with_apidocs:BuildRequires: gtk-doc}
-BuildRequires: libexif-devel = 0.5.0
-BuildRequires: librsvg-devel
+BuildRequires: dotnet-gtk-sharp2-devel = 2.8.2
+%{?with_epiphany:BuildRequires:epiphany-devel = 2.15.3}
+BuildRequires: gtk+2-devel = 2:2.9.4
+%{?with_apidocs:BuildRequires: gtk-doc = 1.6}
+BuildRequires: libexif-devel = 0.6.13
+BuildRequires: librsvg-devel = 1:2.15.0
 BuildRequires: libpng-devel
 BuildRequires: libtool
-BuildRequires: libxml2-devel = 2.6.19
-BuildRequires: mono-csharp = 1.1.13.4
+BuildRequires: libxml2-devel = 1:2.6.26
+BuildRequires: mono-csharp = 1.1.13.8
 # not used atm
 #BuildRequires:mozilla-devel
-%{?with_python:BuildRequires:  python-pygtk-devel}
+%{?with_python:BuildRequires:  python-pygtk-devel = 2.9.2}
 BuildRequires: pkgconfig
 BuildRequires: perl-XML-Parser
 BuildRequires: python-devel
@@ -61,12 +61,12 @@
 BuildRequires: sqlite-devel
 %endif
 BuildRequires: wv-devel = 1.2.1
+BuildRequires: xorg-lib-libXScrnSaver-devel
 BuildRequires: zip
 # GUI BRs
 %if %{with gui}
-BuildRequires: dotnet-gtk-sharp2-gnome-devel = 2.3.90
-BuildRequires: gnome-vfs2-devel
-BuildRequires: libgnome-devel
+BuildRequires: dotnet-gtk-sharp2-gnome-devel = 2.8.2
+BuildRequires: gnome-vfs2-devel = 2.15.2
 %endif
 Requires:  %{name}-libs = %{version}-%{release}
 Requires:  dotnet-gmime-sharp = 2.1.19
@@ -140,8 +140,8 @@
 Summary(pl):   Backend Beagle dla Evolution
 Group: X11/Applications/Networking
 Requires:  %{name} = %{version}-%{release}
-Requires:  dotnet-evolution-sharp = 0.10.2-4
-Requires:  evolution
+Requires:  dotnet-evolution-sharp = 0.11.1
+Requires:  evolution = 2.7.3
 
 %description
 Beagle Evolution backend.
@@ -154,7 +154,7 @@
 Summary(pl):   Rozszerzenie dla Epiphany - beagle
 Group: X11/Applications/Networking
 Requires:  %{name} = %{version}-%{release}
-Requires:  epiphany-extensions
+Requires:  epiphany-extensions = 2.15.1
 
 %description -n epiphany-extension-beagle
 Epiphany extension that allows Beagle to index every page the user
@@ -182,7 +182,7 @@
 Summary(pl):   Bazowane na GNOME GUI dla Beagle
 Group: Libraries/Python
 Requires:  %{name} = %{version}-%{release}
-Requires:  gtk+2 = 2:2.6.0
+Requires:  gtk+2 = 2:2.9.4
 
 %description search-gui
 GNOME based Beagle GUI.
@@ -333,6 +333,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.77  2006/06/27 18:34:42  freetz
+- 0.2.7, bleeding edge deps
+
 Revision 1.76  2006/04/30 11:51:44  freetz
 - 0.2.6
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/beagle.spec?r1=1.76r2=1.77f=u

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


DISTFILES: beagle-0.2.7.tar.bz2

2006-06-27 Thread freetz

Files fetched: 1

STORED: http://ftp.gnome.org/pub/gnome/sources/beagle/0.2/beagle-0.2.7.tar.bz2
d4c8e93db23c9b7d06104ce97a182502  beagle-0.2.7.tar.bz2
Size: 1389996 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: loudmouth.spec - 1.0.4

2006-06-27 Thread freetz
Author: freetz   Date: Tue Jun 27 18:41:38 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 1.0.4

 Files affected:
SPECS:
   loudmouth.spec (1.41 - 1.42) 

 Diffs:


Index: SPECS/loudmouth.spec
diff -u SPECS/loudmouth.spec:1.41 SPECS/loudmouth.spec:1.42
--- SPECS/loudmouth.spec:1.41   Mon Apr 10 08:41:51 2006
+++ SPECS/loudmouth.specTue Jun 27 20:41:32 2006
@@ -9,12 +9,12 @@
 Summary:   Loudmouth - a Jabber library written in C
 Summary(pl):   Loudmouth - biblioteka do obsługi protokołu Jabber napisana w C
 Name:  loudmouth
-Version:   1.0.3
+Version:   1.0.4
 Release:   1
 License:   LGPL
 Group: Libraries
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/loudmouth/1.0/%{name}-%{version}.tar.bz2
-# Source0-md5: 2845b42b942e947f3e38471d9fc83ba2
+# Source0-md5: 6a1e592418686ff4ead975e6d28a4beb
 Patch0:%{name}-nolibs.patch
 URL:   http://loudmouth.imendio.org/
 BuildRequires: autoconf
@@ -119,6 +119,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.42  2006/06/27 18:41:32  freetz
+- 1.0.4
+
 Revision 1.41  2006/04/10 06:41:51  aredridel
 - 1.0.3
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/loudmouth.spec?r1=1.41r2=1.42f=u

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


DISTFILES: loudmouth-1.0.4.tar.bz2

2006-06-27 Thread freetz

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/loudmouth/1.0/loudmouth-1.0.4.tar.bz2
6a1e592418686ff4ead975e6d28a4beb  loudmouth-1.0.4.tar.bz2
Size: 272562 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: dirac-am.patch - updated for 0.6.0

2006-06-27 Thread qboosh
Author: qboosh   Date: Tue Jun 27 18:43:29 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- updated for 0.6.0

 Files affected:
SOURCES:
   dirac-am.patch (1.2 - 1.3) 

 Diffs:


Index: SOURCES/dirac-am.patch
diff -u SOURCES/dirac-am.patch:1.2 SOURCES/dirac-am.patch:1.3
--- SOURCES/dirac-am.patch:1.2  Thu Mar  3 14:19:48 2005
+++ SOURCES/dirac-am.patch  Tue Jun 27 20:43:24 2006
@@ -34,9 +34,9 @@
  
  libdirac_instrument_la_SOURCES = $(h_sources) $(cpp_sources)
  libdirac_instrument_la_CXXFLAGS = $(AM_CXXFLAGS)
 dirac-0.5.0/libdirac_decoder/Makefile.am.orig  2004-11-22 
14:54:47.0 +0100
-+++ dirac-0.5.0/libdirac_decoder/Makefile.am   2004-12-03 23:07:00.199615696 
+0100
-@@ -9,16 +9,7 @@
+--- dirac-0.6.0/libdirac_decoder/Makefile.am.orig  2006-04-20 
12:41:57.0 +0200
 dirac-0.6.0/libdirac_decoder/Makefile.am   2006-06-23 14:38:38.60444 
+0200
+@@ -9,17 +9,7 @@
  cpp_sources = comp_decompress.cpp frame_decompress.cpp seq_decompress.cpp \
   dirac_cppparser.cpp dirac_parser.cpp
  
@@ -49,14 +49,15 @@
 -libdirac_decoder_a_SOURCES = $(h_sources) $(cpp_sources)
 -
 -libdirac_decoder_a_LIBADD = \
--   $(top_builddir)/libdirac_common/libdirac_common.a
+-   $(top_builddir)/libdirac_common/libdirac_common.a \
+-   $(top_builddir)/libdirac_byteio/libdirac_byteio.a 
  
  libdirac_decoder_la_SOURCES = $(h_sources) $(cpp_sources)
- 
 dirac-0.5.0/libdirac_encoder/Makefile.am.orig  2004-11-22 
14:54:47.0 +0100
-+++ dirac-0.5.0/libdirac_encoder/Makefile.am   2004-12-03 23:07:19.411695016 
+0100
-@@ -10,19 +10,7 @@
-   seq_compress.cpp dirac_encoder.cpp
+ libdirac_decoder_la_CXXFLAGS = $(AM_CXXFLAGS)
+--- dirac-0.6.0/libdirac_encoder/Makefile.am.orig  2006-04-20 
12:41:57.0 +0200
 dirac-0.6.0/libdirac_encoder/Makefile.am   2006-06-23 14:38:59.50444 
+0200
+@@ -10,20 +10,7 @@
+   quant_chooser.cpp seq_compress.cpp dirac_encoder.cpp
  
  
 -if USE_MSVC
@@ -71,10 +72,11 @@
 -
 -libdirac_encoder_a_LIBADD = \
 -   $(top_builddir)/libdirac_motionest/libdirac_motionest.a \
--   $(top_builddir)/libdirac_common/libdirac_common.a
+-   $(top_builddir)/libdirac_common/libdirac_common.a \
+-   $(top_builddir)/libdirac_byteio/libdirac_byteio.a 
  
  libdirac_encoder_la_SOURCES = $(h_sources) $(cpp_sources)
- libdirac_encoder_la_LIBADD = \
+ libdirac_encoder_la_CXXFLAGS = $(AM_CXXFLAGS)
 --- dirac-0.5.1/libdirac_common/Makefile.am.orig   2004-12-10 
16:28:42.0 +0100
 +++ dirac-0.5.1/libdirac_common/Makefile.am2005-03-03 13:09:50.814470720 
+0100
 @@ -14,17 +14,9 @@


 CVS-web:
http://cvs.pld-linux.org/SOURCES/dirac-am.patch?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


PLD-doc: PLD-update-TODO - updated

2006-06-27 Thread qboosh
Author: qboosh   Date: Tue Jun 27 18:49:06 2006 GMT
Module: PLD-doc   Tag: HEAD
 Log message:
- updated

 Files affected:
PLD-doc:
   PLD-update-TODO (1.288 - 1.289) 

 Diffs:


Index: PLD-doc/PLD-update-TODO
diff -u PLD-doc/PLD-update-TODO:1.288 PLD-doc/PLD-update-TODO:1.289
--- PLD-doc/PLD-update-TODO:1.288   Thu Jun  8 20:06:34 2006
+++ PLD-doc/PLD-update-TODO Tue Jun 27 20:49:01 2006
@@ -1,45 +1,44 @@
 AfterStep(12) [OLD] 2.00.02 [NEW] 2.2.2
 Atlas-C++(11) [OLD] 0.6.0rc2 [NEW] 0.6.0
 Azureus(9) [OLD] 2.4.0.0 [NEW] 2.4.0.2
-DenyHosts(9) [OLD] 2.4 [NEW] 2.4b
-EasyBMP(10) [OLD] 1.00 [NEW] 1.02
+BitTorrent(9) [OLD] 4.9.9 [NEW] 4.20.0
+EasyBMP(10) [OLD] 1.00 [NEW] 1.03
 FlightGear(11) [OLD] 0.9.9 [NEW] 0.9.10
 FlightGear(9) [OLD] 0.9.9 [NEW] 0.9.10
 GNUnet(13) [OLD] 0.6.5 [NEW] 0.6.6
 GWorkspace(9) [OLD] 0.6.5 [NEW] 0.8.2
 Gauche(9) [OLD] 0.5.5 [NEW] 0.8.7
-GeoIP(9) [OLD] 1.3.16 [NEW] 1.3.17
 Gorm(9) [OLD] 1.0.4 [NEW] 1.0.8
 Isearch(10) [OLD] 1.47b [NEW] 1.47i
 LabPlot(9) [OLD] 1.5.1 [NEW] 1.5.1.3 [1.6.0.pre1]
 MayaVi(9) [OLD] 1.4 [NEW] 1.5
-MonetDB(9) [OLD] 4.8.2 [NEW] 4.10.2
-MyPasswordSafe(9) [OLD] 20050615 [NEW] 20060326
+MonetDB(9) [OLD] 4.8.2 [NEW] 4.12.0
 Narval-pda(11) [OLD] 20011016 [NEW] 20020927
+NetworkManager(13) [OLD] 0.6.2 [NEW] 0.6.3
 NewsFeed(11) [OLD] 2.5 [NEW] 2.7
+OpenIPMI(13) [OLD] 2.0.6 [NEW] 2.0.7
 PDCurses(10) [OLD] 2.6 [NEW] 2.8
 PHPTAL(14) [OLD] 1.0.11 [NEW] 1.1.5
 PhotoClip(9) [OLD] 0.2.3 [NEW] 0.2.4
 R(18) [OLD] 2.2.1 [NEW] 2.3.1
 R-cran-cluster(10) [OLD] 1.10.1 [NEW] 1.11.0
 Radiance(11) [OLD] 3R6P1 [NEW] 3R7supp
-Razor(15) [OLD] 2.81 [NEW] 2.82
 SimGear(9) [OLD] 0.3.9 [NEW] 0.3.10
 Slune(9) [OLD] 1.0.8 [NEW] 1.0.11
 Sman(15) [OLD] 0.95 [NEW] 1.00
 SolarSockets(20) [OLD] 0.4.0 [NEW] 0.5.1
-TeXmacs(9) [OLD] 1.0.6.1 [NEW] 1.0.6.2
+TeXmacs(9) [OLD] 1.0.6.1 [NEW] 1.0.6.3
 Togl(9) [OLD] 1.6 [NEW] 1.7
-X11-synaptics(10) [OLD] 0.14.4 [NEW] 0.14.5
 Xnee(13) [OLD] 2.01 [NEW] 2.05
 Yap(9) [OLD] 4.5.5 [NEW] 5.1.1
 Zope(20) [OLD] 2.7.7 [NEW] 2.8.7
 Zope-CMF(11) [OLD] 1.5.5 [NEW] 2.0.0
-Zope-CMFPlone(11) [OLD] 2.1.2 [NEW] 2.1.3
+Zope-CMFPlone(11) [OLD] 2.1.2 [NEW] 2.5
 Zope-CMFQuickInstallerTool(10) [OLD] 1.5.7 [NEW] 1.5.9
 Zope-Epoz(10) [OLD] 2.0.1 [NEW] 2.0.2
 Zope-ExtFile(10) [OLD] 1.4.4 [NEW] 1.5.0
 Zope-FileSystemSite(10) [OLD] 1.4.2 [NEW] 2.0a
+Zope-Formulator(11) [OLD] 1.11.1 [NEW] 1.11.2
 Zope-LocalFS(11) [OLD] 1.6 [NEW] 1.7rc1
 Zope-Localizer(11) [OLD] 1.1.1 [NEW] 1.2a1
 Zope-PlacelessTranslationService(10) [OLD] 1.2.6 [NEW] 1.3.1
@@ -52,20 +51,25 @@
 ZopeInterface(9) [OLD] 3.0.1 [NEW] 3.1.0c1
 aboot(10) [OLD] 0.9b [NEW] 1.0_pre20040408
 acx(21) [OLD] 20060215 [NEW] 20060521
-adjtimex(26) [OLD] 1.20 [NEW] 1.21
 adm8211(18) [OLD] 20050323 [NEW] 20060111
 adns(11) [OLD] 1.1 [NEW] 1.3
 adodblite(16) [OLD] 1.04 [NEW] 1.12
 aegis(9) [OLD] 4.16 [NEW] 4.22
 aewm(9) [OLD] 1.3.1 [NEW] 1.3.4
 aide(10) [OLD] 0.10 [NEW] 0.11
+aircrack-ng(15) [OLD] 0.5 [NEW] 0.6
 ajax-spell(13) [OLD] 2.2 [NEW] 2.8
 alac_decoder(10) [OLD] 0.1.1 [NEW] 0.1.2
 ale(9) [OLD] 0.8.3 [NEW] 0.8.4
-alleyoop(9) [OLD] 0.8.2 [NEW] 0.9.0
+alleyoop(9) [OLD] 0.8.2 [NEW] 0.9.1
+alltray(9) [OLD] 0.66 [NEW] 0.68
+alsa-driver(28) [OLD] 1.0.11 [NEW] 1.0.12rc1
+alsa-firmware(9) [OLD] 1.0.11 [NEW] 1.0.12rc1
+alsa-lib(17) [OLD] 1.0.11 [NEW] 1.0.12rc1
+alsa-plugins(9) [OLD] 1.0.11 [NEW] 1.0.12rc1
+alsa-tools(9) [OLD] 1.0.11 [NEW] 1.0.12rc1
+alsa-utils(13) [OLD] 1.0.11 [NEW] 1.0.12rc1
 am-utils(12) [OLD] 6.0.10 [NEW] 6.2a2
-amanda(13) [OLD] 2.4.5 [NEW] 2.5.0p2
-amarok(33) [OLD] 1.3.9 [NEW] 1.4.0a
 amaya(9) [OLD] 8.6 [NEW] 9.51
 anjuta(12) [OLD] 1.2.4a [NEW] 2.0.2
 antinat(9) [OLD] 0.71 [NEW] 0.90
@@ -76,21 +80,24 @@
 apache-mod_caml(13) [OLD] 1.3.4 [NEW] 1.3.6
 apache-mod_epp(14) [OLD] 1.2 [NEW] 1.3
 apache-mod_gzip(11) [OLD] 2.0.40 [NEW] 2.1.0
+apache-mod_ruby(11) [OLD] 1.2.5 [NEW] 1.2.6
 apache-mod_transform(11) [OLD] 0.4.0 [NEW] 0.6.0
 apache1-mod_auth_ldap(26) [OLD] 1.6.0 [NEW] 1.6.1
+apache1-mod_auth_pam(13) [OLD] 1.1.1 [NEW] 2.0
 apache1-mod_mp3(13) [OLD] 0.40 [NEW] 1.2
 apache1-mod_ometer(13) [OLD] 1.2.0 [NEW] 1.3.0
 apache1-mod_security(11) [OLD] 1.8.7 [NEW] 1.9.4
 apf(9) [OLD] 0.7.5 [NEW] 0.8.1
 aptitude(14) [OLD] 0.2.11.1 [NEW] 0.4.1
-aqbanking(15) [OLD] 1.6.2 [NEW] 2.0.0
+aqbanking(15) [OLD] 1.6.2 [NEW] 2.1.0
 aqsis(9) [OLD] 1.0.1 [NEW] 1.1.0.30062005
 archmage(9) [OLD] 0.0.6 [NEW] 0.0.7
 archway(10) [OLD] 0.2.0 [NEW] 0.2.1
+arpwatch(12) [OLD] 2.1a13 [NEW] 2.1a14
 asm(9) [OLD] 1.5.3 [NEW] 2.2.2
 asm2(9) [OLD] 2.1 [NEW] 2.2.2
 asn1c(9) [OLD] 0.9.19 [NEW] 0.9.20
-aspell-pl-alt(9) [OLD] 20060501 [NEW] 20060607
+aspell-pl-alt(9) [OLD] 20060501 [NEW] 20060626
 asterisk-addons(10) [OLD] 1.2.2 [NEW] 1.2.3
 asterisk-chan_capi(9) [OLD] 0.6.1 [NEW] 0.6.4
 asterisk-chan_misdn(9) [OLD] 0.2.1 [NEW] 0.3.0
@@ -98,40 +105,48 @@
 atlas(14) [OLD] 3.7.10 [NEW] 3.7.11
 audacious(15) [OLD] 0.2 [NEW] 1.0.0
 audacity(11) [OLD] 

SPECS: cdrtools.spec - pl for -btcflash

2006-06-27 Thread qboosh
Author: qboosh   Date: Tue Jun 27 19:02:43 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- pl for -btcflash

 Files affected:
SPECS:
   cdrtools.spec (1.125 - 1.126) 

 Diffs:


Index: SPECS/cdrtools.spec
diff -u SPECS/cdrtools.spec:1.125 SPECS/cdrtools.spec:1.126
--- SPECS/cdrtools.spec:1.125   Mon Jun 26 08:51:36 2006
+++ SPECS/cdrtools.spec Tue Jun 27 21:02:37 2006
@@ -216,11 +216,16 @@
 
 %package btcflash
 Summary:   BTC CD/DVD reader/writer firmware updater
+Summary(pl):   Program do uaktualniania firmware'u czytników/nagrywarek CD/DVD 
BTC
 Group: Application/System
 
 %description btcflash
 BTC CD/DVD reader/writer firmware updater.
 
+%description btcflash -l pl
+Program do uaktualniania firmware'u czytników/nagrywarek CD/DVD firmy
+BTC.
+
 %prep
 %setup -q
 chmod +w -R *
@@ -364,6 +369,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.126  2006/06/27 19:02:37  qboosh
+- pl for -btcflash
+
 Revision 1.125  2006/06/26 06:51:36  wiget
 - btcflash in subpackage
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/cdrtools.spec?r1=1.125r2=1.126f=u

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


SPECS: dvd+rw-tools.spec - pl for -btcflash

2006-06-27 Thread qboosh
Author: qboosh   Date: Tue Jun 27 19:07:16 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- pl for -btcflash

 Files affected:
SPECS:
   dvd+rw-tools.spec (1.18 - 1.19) 

 Diffs:


Index: SPECS/dvd+rw-tools.spec
diff -u SPECS/dvd+rw-tools.spec:1.18 SPECS/dvd+rw-tools.spec:1.19
--- SPECS/dvd+rw-tools.spec:1.18Mon Jun 26 08:48:42 2006
+++ SPECS/dvd+rw-tools.spec Tue Jun 27 21:07:10 2006
@@ -24,12 +24,17 @@
 Kolekcja narzędzi do nagrywania płyt DVD+RW/+R/-R/-RW.
 
 %package btcflash
-Summary:   BTC firmware updater
+Summary:   BTC CD/DVD reader/writer firmware updater
+Summary(pl):   Program do uaktualniania firmware'u czytników/nagrywarek CD/DVD 
BTC
 Group: Applications/Multimedia
 
 %description btcflash
 BTC CD/DVD reader/writer firmware updater.
 
+%description btcflash -l pl
+Program do uaktualniania firmware'u czytników/nagrywarek CD/DVD firmy
+BTC.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -72,6 +77,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.19  2006/06/27 19:07:10  qboosh
+- pl for -btcflash
+
 Revision 1.18  2006/06/26 06:48:42  wiget
 - btcflash in subpackage
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/dvd+rw-tools.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: kernel-misc-acer_acpi.spec - enhanced pl

2006-06-27 Thread qboosh
Author: qboosh   Date: Tue Jun 27 19:18:35 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- enhanced pl

 Files affected:
SPECS:
   kernel-misc-acer_acpi.spec (1.1 - 1.2) 

 Diffs:


Index: SPECS/kernel-misc-acer_acpi.spec
diff -u SPECS/kernel-misc-acer_acpi.spec:1.1 
SPECS/kernel-misc-acer_acpi.spec:1.2
--- SPECS/kernel-misc-acer_acpi.spec:1.1Mon Jun 26 11:16:58 2006
+++ SPECS/kernel-misc-acer_acpi.specTue Jun 27 21:18:30 2006
@@ -29,7 +29,8 @@
 model Acer (and other Wistron OEM) laptops.
 
 %description -l pl
-Sterownik dla Linuksa do kontroli urządzeń w notebookach Acer
+Moduł jądra Linuksa pozwalający kontrolować część sprzętu w nowszych
+laptopach Acera (i innych Wistron OEM).
 
 %package -n kernel-smp-misc-%{_orig_name}
 Summary:   SMP linux driver for Acer notebook hardware control
@@ -44,7 +45,8 @@
 later model Acer (and other Wistron OEM) laptops.
 
 %description -n kernel-smp-misc-%{_orig_name} -l pl
-Sterownik dla Linuksa SMP do kontroli urządzeń w notebookach Acer
+Moduł jądra Linuksa SMP pozwalający kontrolować część sprzętu w
+nowszych laptopach Acera (i innych Wistron OEM).
 
 %prep
 %setup -q -n %{_orig_name}-%{version}
@@ -125,6 +127,8 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.2  2006/06/27 19:18:30  qboosh
+- enhanced pl
+
 Revision 1.1  2006/06/26 09:16:58  tiwek
 - inital
-


 CVS-web:
http://cvs.pld-linux.org/SPECS/kernel-misc-acer_acpi.spec?r1=1.1r2=1.2f=u

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


DISTFILES: dnshistory-1.3-beta1.tar.gz

2006-06-27 Thread blues

Files fetched: 1

STORED: http://www.stedee.id.au/files/dnshistory-1.3-beta1.tar.gz
c9843e87412c1bdf8fb2ec5983f0c9c4  dnshistory-1.3-beta1.tar.gz
Size: 119478 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: dnshistory.spec (NEW) - initial - seems to be working

2006-06-27 Thread blues
Author: bluesDate: Tue Jun 27 19:43:58 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- initial - seems to be working

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

 Diffs:


Index: SPECS/dnshistory.spec
diff -u /dev/null SPECS/dnshistory.spec:1.1
--- /dev/null   Tue Jun 27 21:43:58 2006
+++ SPECS/dnshistory.spec   Tue Jun 27 21:43:53 2006
@@ -0,0 +1,50 @@
+# $Revision$, $Date$
+Summary:   dnshistory
+Name:  dnshistory
+%define_beta   beta1
+Version:   1.3
+Release:   0.1
+License:   GPL v2
+Group: Applications/Networking
+Source0:   http://www.stedee.id.au/files/%{name}-%{version}-%{_beta}.tar.gz
+# Source0-md5: c9843e87412c1bdf8fb2ec5983f0c9c4
+URL:   http://www.stedee.id.au/dnshistory/
+BuildRequires: db-devel
+BuildRequires: pcre-devel
+BuildRequires: zlib-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Provide a means for storing a history of DNS/Name changes for the IP Addresses 
extracted from web log files. The major target being that multiple analyses of 
older log files do not require re-lookups of IP Address to FQDNs, and 
additionally maintain the accuracy of the lookup as it was then and not as it 
is now.
+
+%prep
+%setup -q -n %{name}-%{version}-%{_beta}
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS
+%attr(755,root,root) %{_bindir}/%{name}
+%{_mandir}/man1/*.1*
+
+%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/06/27 19:43:53  blues
+- initial - seems to be working
+

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


SPECS: dotnet-galago-sharp.spec - use gapi-2.0, rel.2

2006-06-27 Thread freetz
Author: freetz   Date: Tue Jun 27 19:53:43 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- use gapi-2.0, rel.2

 Files affected:
SPECS:
   dotnet-galago-sharp.spec (1.4 - 1.5) 

 Diffs:


Index: SPECS/dotnet-galago-sharp.spec
diff -u SPECS/dotnet-galago-sharp.spec:1.4 SPECS/dotnet-galago-sharp.spec:1.5
--- SPECS/dotnet-galago-sharp.spec:1.4  Tue Mar 14 22:22:15 2006
+++ SPECS/dotnet-galago-sharp.spec  Tue Jun 27 21:53:37 2006
@@ -4,7 +4,7 @@
 Summary(pl):   Wiązania Galago dla .NET
 Name:  dotnet-galago-sharp
 Version:   0.3.2
-Release:   1
+Release:   2
 License:   GPL
 Group: Development/Libraries
 Source0:   
http://www.galago-project.org/files/releases/source/galago-sharp/galago-sharp-%{version}.tar.gz
@@ -55,13 +55,15 @@
 %{__autoheader}
 %{__automake}
 %configure
-%{__make}
+%{__make} \
+   gapidir='%{_datadir}/gapi-2.0'
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-   DESTDIR=$RPM_BUILD_ROOT
+   DESTDIR=$RPM_BUILD_ROOT \
+   gapidir='%{_datadir}/gapi-2.0'
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -74,7 +76,7 @@
 %files devel
 %defattr(644,root,root,755)
 %{_prefix}/lib/mono/galago-sharp
-%{_datadir}/gapi/*
+%{_datadir}/gapi-2.0/*
 %{_pkgconfigdir}/*.pc
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
@@ -83,6 +85,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.5  2006/06/27 19:53:37  freetz
+- use gapi-2.0, rel.2
+
 Revision 1.4  2006/03/14 21:22:15  deejay1
 - added BR: dotnet-dbus-sharp-devel
 


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


SOURCES: beagle-configure.patch (NEW) - don't check too much

2006-06-27 Thread freetz
Author: freetz   Date: Tue Jun 27 20:09:03 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- don't check too much

 Files affected:
SOURCES:
   beagle-configure.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/beagle-configure.patch
diff -u /dev/null SOURCES/beagle-configure.patch:1.1
--- /dev/null   Tue Jun 27 22:09:03 2006
+++ SOURCES/beagle-configure.patch  Tue Jun 27 22:08:58 2006
@@ -0,0 +1,11 @@
+diff -aurN beagle-0.2.7.orig/configure.in beagle-0.2.7/configure.in
+--- beagle-0.2.7.orig/configure.in 2006-06-19 19:54:24.0 +0200
 beagle-0.2.7/configure.in  2006-06-27 22:04:51.686068696 +0200
+@@ -332,7 +332,6 @@
+ 
+ PKG_CHECK_MODULES(BEAGLED,
+ [
+-  shared-mime-info
+   gmime-sharp = $GMIME_SHARP_REQUIRED
+   gtk-sharp-2.0 = $GTK_SHARP_REQUIRED
+ ])

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


SPECS: beagle.spec - added configure patch, rel.2

2006-06-27 Thread freetz
Author: freetz   Date: Tue Jun 27 20:09:27 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- added configure patch, rel.2

 Files affected:
SPECS:
   beagle.spec (1.77 - 1.78) 

 Diffs:


Index: SPECS/beagle.spec
diff -u SPECS/beagle.spec:1.77 SPECS/beagle.spec:1.78
--- SPECS/beagle.spec:1.77  Tue Jun 27 20:34:42 2006
+++ SPECS/beagle.spec   Tue Jun 27 22:09:22 2006
@@ -23,7 +23,7 @@
 Summary(pl):   Beagle - podsystem indeksujący
 Name:  beagle
 Version:   0.2.7
-Release:   1
+Release:   2
 License:   Various
 Group: Libraries
 Source0:   
http://ftp.gnome.org/pub/gnome/sources/beagle/0.2/%{name}-%{version}.tar.bz2
@@ -31,6 +31,7 @@
 Patch0:%{name}-desktop.patch
 Patch1:%{name}-crawl.patch
 Patch2:%{name}-kill_exec_a.patch
+Patch3:%{name}-configure.patch
 URL:   http://beaglewiki.org/Main_Page
 BuildRequires: autoconf = 2.52
 BuildRequires: automake
@@ -195,6 +196,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %{__libtoolize}
@@ -333,6 +335,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.78  2006/06/27 20:09:22  freetz
+- added configure patch, rel.2
+
 Revision 1.77  2006/06/27 18:34:42  freetz
 - 0.2.7, bleeding edge deps
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/beagle.spec?r1=1.77r2=1.78f=u

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


SPECS: perl-NetAddr-IP-Lite.spec - pl

2006-06-27 Thread qboosh
Author: qboosh   Date: Tue Jun 27 20:10:37 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- pl

 Files affected:
SPECS:
   perl-NetAddr-IP-Lite.spec (1.1 - 1.2) 

 Diffs:


Index: SPECS/perl-NetAddr-IP-Lite.spec
diff -u SPECS/perl-NetAddr-IP-Lite.spec:1.1 SPECS/perl-NetAddr-IP-Lite.spec:1.2
--- SPECS/perl-NetAddr-IP-Lite.spec:1.1 Sun Jun 25 10:26:31 2006
+++ SPECS/perl-NetAddr-IP-Lite.spec Tue Jun 27 22:10:32 2006
@@ -7,7 +7,7 @@
 %definepdirNetAddr
 %definepnamIP-Lite
 Summary:   NetAddr::IP::Lite - Manages IPv4 and IPv6 addresses and subnets
-#Summary(pl):  
+Summary(pl):   NetAddr::IP::Lite - zarządzanie adresami i podsieciami IPv4 i 
IPv6
 Name:  perl-NetAddr-IP-Lite
 Version:   0.11
 Release:   1
@@ -26,10 +26,16 @@
 older versions of Perl and does not use Math::BigInt.
 
 The internal representation of all IP objects is in 128 bit IPv6
-notation.  IPv4 and IPv6 objects may be freely mixed.
+notation. IPv4 and IPv6 objects may be freely mixed.
 
-# %description -l pl
-# TODO
+%description -l pl
+Ten moduł udostępnia obiektowo zorientowaną abstrakcję ponad adresami
+i podsieciami IP, pozwalającą na łatwe operacje. Obsługiwane jest
+większość operacji z NetAddr::IP. Ten moduł działa także ze starszymi
+wersjami Perla i nie używa Math::BigInt.
+
+Wewnętrzna reprezentacja wszystkich obiektów IP jest w 128-bitowej
+notacji IPv6. Obiekty IPv4 i IPv6 można dowolnie mieszać.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -67,6 +73,8 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.2  2006/06/27 20:10:32  qboosh
+- pl
+
 Revision 1.1  2006/06/25 08:26:31  radek
 - new
-


 CVS-web:
http://cvs.pld-linux.org/SPECS/perl-NetAddr-IP-Lite.spec?r1=1.1r2=1.2f=u

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


SPECS: php-pear-Structures_DataGrid_DataSource_Array.spec - typo

2006-06-27 Thread qboosh
Author: qboosh   Date: Tue Jun 27 20:14:14 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- typo

 Files affected:
SPECS:
   php-pear-Structures_DataGrid_DataSource_Array.spec (1.1 - 1.2) 

 Diffs:


Index: SPECS/php-pear-Structures_DataGrid_DataSource_Array.spec
diff -u SPECS/php-pear-Structures_DataGrid_DataSource_Array.spec:1.1 
SPECS/php-pear-Structures_DataGrid_DataSource_Array.spec:1.2
--- SPECS/php-pear-Structures_DataGrid_DataSource_Array.spec:1.1Thu Jun 
22 09:38:50 2006
+++ SPECS/php-pear-Structures_DataGrid_DataSource_Array.specTue Jun 27 
22:14:09 2006
@@ -31,7 +31,7 @@
 
 %description -l pl
 Ten pakiet dostarcza sterownik DataSource do tablic dla
-Structures_DataGrid. Jest to klasa bazowa dla innych sterownika
+Structures_DataGrid. Jest to klasa bazowa dla innych sterowników
 DataSource, takich jak CSV czy XML.
 
 Ta klasa ma w PEAR status: %{_status}.
@@ -59,6 +59,8 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.2  2006/06/27 20:14:09  qboosh
+- typo
+
 Revision 1.1  2006/06/22 07:38:50  adamg
 - new
-


 CVS-web:

http://cvs.pld-linux.org/SPECS/php-pear-Structures_DataGrid_DataSource_Array.spec?r1=1.1r2=1.2f=u

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


SPECS: php-pear-Structures_DataGrid_Renderer_HTMLSortForm.spec - p...

2006-06-27 Thread qboosh
Author: qboosh   Date: Tue Jun 27 20:24:43 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- pl fixes

 Files affected:
SPECS:
   php-pear-Structures_DataGrid_Renderer_HTMLSortForm.spec (1.1 - 1.2) 

 Diffs:


Index: SPECS/php-pear-Structures_DataGrid_Renderer_HTMLSortForm.spec
diff -u SPECS/php-pear-Structures_DataGrid_Renderer_HTMLSortForm.spec:1.1 
SPECS/php-pear-Structures_DataGrid_Renderer_HTMLSortForm.spec:1.2
--- SPECS/php-pear-Structures_DataGrid_Renderer_HTMLSortForm.spec:1.1   Thu Jun 
22 09:39:03 2006
+++ SPECS/php-pear-Structures_DataGrid_Renderer_HTMLSortForm.spec   Tue Jun 
27 22:24:38 2006
@@ -33,8 +33,8 @@
 
 %description -l pl
 Ten pakiet dostarcza sterownik renderera generujący formularz HTML
-pozwalający użytkownik na łatwe sortowanie tabel danych korzstając z
-różnych pól oraz typów sortowania. Wykorzystana jest do tego klasa
+pozwalający użytkownikowi na łatwe sortowanie tabel danych korzystając
+z różnych pól oraz typów sortowania. Wykorzystana jest do tego klasa
 HTML_QuickForm.
 
 Ta klasa ma w PEAR status: %{_status}.
@@ -62,6 +62,8 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.2  2006/06/27 20:24:38  qboosh
+- pl fixes
+
 Revision 1.1  2006/06/22 07:39:03  adamg
 - new
-


 CVS-web:

http://cvs.pld-linux.org/SPECS/php-pear-Structures_DataGrid_Renderer_HTMLSortForm.spec?r1=1.1r2=1.2f=u

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


SPECS: php-pecl-http.spec, php4-pecl-http.spec - pl fixes

2006-06-27 Thread qboosh
Author: qboosh   Date: Tue Jun 27 20:30:11 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- pl fixes

 Files affected:
SPECS:
   php-pecl-http.spec (1.19 - 1.20) , php4-pecl-http.spec (1.14 - 1.15) 

 Diffs:


Index: SPECS/php-pecl-http.spec
diff -u SPECS/php-pecl-http.spec:1.19 SPECS/php-pecl-http.spec:1.20
--- SPECS/php-pecl-http.spec:1.19   Mon Jun 26 15:55:03 2006
+++ SPECS/php-pecl-http.specTue Jun 27 22:30:06 2006
@@ -56,11 +56,12 @@
 zestawu funkcjonalności do jednego z najważniejszych zastosowań PHP.
 
 Ułatwia obsługę adresów HTTP, dat, przekierowań, nagłówków i
-wiadmości, dostarcza sposób do negocjacji preferowana języka i strony
-kodowej klienta, jak również wygodnego sposobu do wysyłania dowolnego
-rodzaju danych z możliwością keszowania oraz wznawiania transferów.
+wiadmości, dostarcza sposób do negocjacji preferowanego języka i
+strony kodowej klienta, jak również wygodnego sposobu wysyłania
+dowolnego rodzaju danych z możliwością keszowania oraz wznawiania
+transferów.
 
-Rozszerzenie dostracza potężne możliwości zapytań, jeśli zbudowane
+Rozszerzenie dostarcza potężne możliwości zapytań, jeśli zbudowane
 jest ze wsparciem dla CURL. Równoległe zapytania są dostępne od wersji
 PHP 5.
 
@@ -124,6 +125,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.20  2006/06/27 20:30:06  qboosh
+- pl fixes
+
 Revision 1.19  2006/06/26 13:55:03  adamg
 - updated to 1.0.1 (stable)
 - proper license


Index: SPECS/php4-pecl-http.spec
diff -u SPECS/php4-pecl-http.spec:1.14 SPECS/php4-pecl-http.spec:1.15
--- SPECS/php4-pecl-http.spec:1.14  Mon Jun 26 16:09:22 2006
+++ SPECS/php4-pecl-http.spec   Tue Jun 27 22:30:06 2006
@@ -57,9 +57,10 @@
 zestawu funkcjonalności do jednego z najważniejszych zastosowań PHP.
 
 Ułatwia obsługę adresów HTTP, dat, przekierowań, nagłówków i
-wiadmości, dostarcza sposób do negocjacji preferowana języka i strony
-kodowej klienta, jak również wygodnego sposobu do wysyłania dowolnego
-rodzaju danych z możliwością keszowania oraz wznawiania transferów.
+wiadmości, dostarcza sposób do negocjacji preferowanego języka i
+strony kodowej klienta, jak również wygodnego sposobu wysyłania
+dowolnego rodzaju danych z możliwością keszowania oraz wznawiania
+transferów.
 
 Rozszerzenie dostracza potężne możliwości zapytań, jeśli zbudowane
 jest ze wsparciem dla CURL. Równoległe zapytania są dostępne od wersji
@@ -125,6 +126,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.15  2006/06/27 20:30:06  qboosh
+- pl fixes
+
 Revision 1.14  2006/06/26 14:09:22  adamg
 - updated to 1.0.1
 - proper License


 CVS-web:
http://cvs.pld-linux.org/SPECS/php-pecl-http.spec?r1=1.19r2=1.20f=u
http://cvs.pld-linux.org/SPECS/php4-pecl-http.spec?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: autoconf-sh.patch (REMOVED), autoconf-version.patch (REMO...

2006-06-27 Thread qboosh
Author: qboosh   Date: Tue Jun 27 21:07:56 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- obsolete

 Files affected:
SOURCES:
   autoconf-sh.patch (1.1 - NONE)  (REMOVED), autoconf-version.patch (1.3 - 
NONE)  (REMOVED)

 Diffs:

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


SPECS: autoconf.spec - updated to 2.60 - updated info, AC_EGREP, x p...

2006-06-27 Thread qboosh
Author: qboosh   Date: Tue Jun 27 21:13:00 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 2.60
- updated info,AC_EGREP,x patches, removed obsolete version,sh patches

 Files affected:
SPECS:
   autoconf.spec (1.111 - 1.112) 

 Diffs:


Index: SPECS/autoconf.spec
diff -u SPECS/autoconf.spec:1.111 SPECS/autoconf.spec:1.112
--- SPECS/autoconf.spec:1.111   Sat Feb 18 17:09:14 2006
+++ SPECS/autoconf.spec Tue Jun 27 23:12:55 2006
@@ -19,22 +19,20 @@
 Summary(ru):   GNU autoconf - Á×ÔĎËĎÎĆÉÇŐŇÁÔĎŇ ÉÓČĎÄÎŮČ ÔĹËÓÔĎ×
 Summary(uk):   GNU autoconf - Á×ÔĎËĎÎĆŚÇŐŇÁÔĎŇ ×ÉČŚÄÎÉČ ÔĹËÓÔŚ×
 Name:  autoconf
-Version:   2.59
-Release:   9
+Version:   2.60
+Release:   1
 License:   GPL
 Group: Development/Building
 # stable releases:
 Source0:   ftp://ftp.gnu.org/gnu/autoconf/%{name}-%{version}.tar.bz2
-# Source0-md5: 1ee40f7a676b3cfdc0e3f7cd81551b5f
+# Source0-md5: 019609c29d0cbd9110c38480304aafc8
 # devel releases:
 #Source0:  ftp://alpha.gnu.org/pub/gnu/autoconf/%{name}-%{version}.tar.bz2
 Patch0:%{name}-mawk.patch
-Patch1:%{name}-version.patch
-Patch2:%{name}-info.patch
-Patch3:%{name}-AC_EGREP.patch
-Patch4:%{name}-cxxcpp-warnonly.patch
-Patch5:%{name}-sh.patch
-Patch6:%{name}-x.patch
+Patch1:%{name}-info.patch
+Patch2:%{name}-AC_EGREP.patch
+Patch3:%{name}-cxxcpp-warnonly.patch
+Patch4:%{name}-x.patch
 URL:   http://www.gnu.org/software/autoconf/
 BuildConflicts:m4 = 1.4o
 %{?with_emacs:BuildRequires:   emacs}
@@ -202,8 +200,6 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p0
-%patch6 -p1
 
 %build
 %configure \
@@ -270,6 +266,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.112  2006/06/27 21:12:55  qboosh
+- updated to 2.60
+- updated info,AC_EGREP,x patches, removed obsolete version,sh patches
+
 Revision 1.111  2006/02/18 16:09:14  qboosh
 - added x patch (fix libX11 detection without xmkmf and libXt
   (based on changes from CVS and Fedora patch)


 CVS-web:
http://cvs.pld-linux.org/SPECS/autoconf.spec?r1=1.111r2=1.112f=u

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


DISTFILES: autoconf-2.60.tar.bz2

2006-06-27 Thread qboosh

Files fetched: 1

STORED: ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.bz2
019609c29d0cbd9110c38480304aafc8  autoconf-2.60.tar.bz2
Size: 1019170 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: xfsprogs_2.8.4-1.tar.gz

2006-06-27 Thread qboosh

Files fetched: 1

STORED: 
ftp://linux-xfs.sgi.com/projects/xfs/download/cmd_tars/xfsprogs_2.8.4-1.tar.gz
4699d6e27acc21911b63696bf1df9949  xfsprogs_2.8.4-1.tar.gz
Size: 948848 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: xfsprogs-pl.po-update.patch (NEW) - pl.po update for xfsp...

2006-06-27 Thread qboosh
Author: qboosh   Date: Tue Jun 27 21:46:10 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- pl.po update for xfsprogs 2.8.4

 Files affected:
SOURCES:
   xfsprogs-pl.po-update.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/xfsprogs-pl.po-update.patch
diff -u /dev/null SOURCES/xfsprogs-pl.po-update.patch:1.1
--- /dev/null   Tue Jun 27 23:46:10 2006
+++ SOURCES/xfsprogs-pl.po-update.patch Tue Jun 27 23:46:05 2006
@@ -0,0 +1,4961 @@
+--- xfsprogs-2.8.4/po/pl.po.orig   2006-06-20 08:51:27.0 +0200
 xfsprogs-2.8.4/po/pl.po2006-06-27 23:36:08.796937250 +0200
+@@ -4,9 +4,9 @@
+ #
+ msgid 
+ msgstr 
+-Project-Id-Version: xfsprogs 2.7.11\n
+-POT-Creation-Date: 2006-01-20 20:48+0100\n
+-PO-Revision-Date: 2006-01-21 18:30+0100\n
++Project-Id-Version: xfsprogs 2.8.4\n
++POT-Creation-Date: 2006-06-26 07:01+0100\n
++PO-Revision-Date: 2006-06-27 23:30+0200\n
+ Last-Translator: Jakub Bogusz [EMAIL PROTECTED]\n
+ Language-Team: Polish [EMAIL PROTECTED]\n
+ MIME-Version: 1.0\n
+@@ -28,8 +28,8 @@
+ msgid Aborting XFS copy -- logfile error -- reason: %s\n
+ msgstr Przerwano XFS copy - błąd pliku loga - przyczyna: %s\n
+ 
+-#: ../copy/xfs_copy.c:120 ../copy/xfs_copy.c:280 ../copy/xfs_copy.c:553
+-#: ../copy/xfs_copy.c:560
++#: ../copy/xfs_copy.c:120 ../copy/xfs_copy.c:280 ../copy/xfs_copy.c:557
++#: ../copy/xfs_copy.c:564
+ msgid Aborting XFS copy - reason
+ msgstr Przerwano XFS copy - przyczyna
+ 
+@@ -99,81 +99,81 @@
+ msgid Usage: %s [-bd] [-L logfile] source target [target ...]\n
+ msgstr Składnia: %s [-bd] [-L plik_loga] źródło cel [cel ...]\n
+ 
+-#: ../copy/xfs_copy.c:376
++#: ../copy/xfs_copy.c:380
+ #, c-format
+ msgid %s:  lseek64 failure at offset %lld\n
+ msgstr %s: niepowodzenie lseek64 pod offsetem %lld\n
+ 
+-#: ../copy/xfs_copy.c:391
++#: ../copy/xfs_copy.c:395
+ #, c-format
+ msgid assert error:  buf-length = %d, buf-size = %d\n
+ msgstr błąd zapewnienia: buf-length = %d, buf-size = %d\n
+ 
+-#: ../copy/xfs_copy.c:398
++#: ../copy/xfs_copy.c:402
+ #, c-format
+ msgid %s:  read failure at offset %lld\n
+ msgstr %s: błąd odczytu pod offsetem %lld\n
+ 
+-#: ../copy/xfs_copy.c:533 ../growfs/xfs_growfs.c:179 ../io/init.c:177
+-#: ../mkfs/xfs_mkfs.c:1284 ../quota/init.c:131 ../repair/xfs_repair.c:235
++#: ../copy/xfs_copy.c:537 ../growfs/xfs_growfs.c:179 ../io/init.c:177
++#: ../mkfs/xfs_mkfs.c:1284 ../quota/init.c:131 ../repair/xfs_repair.c:245
+ #: ../rtcp/xfs_rtcp.c:57
+ #, c-format
+ msgid %s version %s\n
+ msgstr %s wersja %s\n
+ 
+-#: ../copy/xfs_copy.c:551
++#: ../copy/xfs_copy.c:555
+ #, c-format
+ msgid %s: couldn't open log file \%s\\n
+ msgstr %s: nie udało się otworzyć pliku loga \%s\\n
+ 
+-#: ../copy/xfs_copy.c:558
++#: ../copy/xfs_copy.c:562
+ #, c-format
+ msgid %s: couldn't set up logfile stream\n
+ msgstr %s: nie udało się ustanowić strumienia pliku loga\n
+ 
+-#: ../copy/xfs_copy.c:570
++#: ../copy/xfs_copy.c:574
+ msgid Couldn't allocate target array\n
+ msgstr Nie udało się przydzielić tablicy celów\n
+ 
+-#: ../copy/xfs_copy.c:585
++#: ../copy/xfs_copy.c:589
+ #, c-format
+ msgid %s: couldn't register atexit function.\n
+ msgstr %s: nie udało się zarejestrować funkcji atexit.\n
+ 
+-#: ../copy/xfs_copy.c:594
++#: ../copy/xfs_copy.c:598
+ #, c-format
+ msgid %s:  couldn't open source \%s\\n
+ msgstr %s: nie udało się otworzyć źródła \%s\\n
+ 
+-#: ../copy/xfs_copy.c:600
++#: ../copy/xfs_copy.c:604
+ #, c-format
+ msgid %s:  couldn't stat source \%s\\n
+ msgstr %s: nie udało się wykonać stat na źródle \%s\\n
+ 
+-#: ../copy/xfs_copy.c:610
++#: ../copy/xfs_copy.c:614
+ #, c-format
+ msgid %s: Cannot set direct I/O flag on \%s\.\n
+ msgstr %s: Nie można ustawić flagi bezpośredniego we/wy na \%s\.\n
+ 
+-#: ../copy/xfs_copy.c:615
++#: ../copy/xfs_copy.c:619
+ #, c-format
+ msgid %s: xfsctl on file \%s\ failed.\n
+ msgstr %s: xfsctl na pliku \%s\ nie powiodło się.\n
+ 
+-#: ../copy/xfs_copy.c:638
++#: ../copy/xfs_copy.c:642
+ #, c-format
+ msgid %s:  Warning -- a filesystem is mounted on the source device.\n
+ msgstr %s: Uwaga - system plików jest podmontowany na urządzeniu 
źródłowym.\n
+ 
+-#: ../copy/xfs_copy.c:641
++#: ../copy/xfs_copy.c:645
+ msgid \t\tGenerated copies may be corrupt unless the source is\n
+ msgstr \t\tWygenerowane kopie mogą być uszkodzone o ile źródło nie jest\n
+ 
+-#: ../copy/xfs_copy.c:643
++#: ../copy/xfs_copy.c:647
+ msgid \t\tunmounted or mounted read-only.  Copy proceeding...\n
+ msgstr \t\todmontowane lub podmontowane tylko do odczytu. Kopiowanie w 
trakcie...\n
+ 
+-#: ../copy/xfs_copy.c:661
++#: ../copy/xfs_copy.c:665
+ #, c-format
+ msgid 
+ %s: couldn't initialize XFS library\n
+@@ -182,7 +182,7 @@
+ %s: nie udało się zainicjować biblioteki XFS\n
+ %s: Przerwano.\n
+ 
+-#: ../copy/xfs_copy.c:675
++#: ../copy/xfs_copy.c:679
+ #, c-format
+ msgid 
+ %s: %s filesystem failed to initialize\n
+@@ -191,7 +191,7 @@
+ %s: Nie 

SPECS: xfsprogs.spec - updated to 2.8.4, added pl.po-update patch

2006-06-27 Thread qboosh
Author: qboosh   Date: Tue Jun 27 21:46:59 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 2.8.4, added pl.po-update patch

 Files affected:
SPECS:
   xfsprogs.spec (1.76 - 1.77) 

 Diffs:


Index: SPECS/xfsprogs.spec
diff -u SPECS/xfsprogs.spec:1.76 SPECS/xfsprogs.spec:1.77
--- SPECS/xfsprogs.spec:1.76Thu Jun 22 09:49:35 2006
+++ SPECS/xfsprogs.spec Tue Jun 27 23:46:53 2006
@@ -7,16 +7,17 @@
 Summary:   Tools for the XFS filesystem
 Summary(pl):   Narzędzia do systemu plików XFS
 Name:  xfsprogs
-Version:   2.8.3
+Version:   2.8.4
 Release:   1
 License:   LGPL v2.1 (libhandle), GPL v2 (the rest)
 Group: Applications/System
 Source0:   
ftp://linux-xfs.sgi.com/projects/xfs/download/cmd_tars/%{name}_%{version}-1.tar.gz
-# Source0-md5: 88703cf432f3e958f15a193e508c0e5c
+# Source0-md5: 4699d6e27acc21911b63696bf1df9949
 Patch0:%{name}-miscfix-v2.patch
 Patch1:%{name}-install-sh.patch
 Patch2:%{name}-sharedlibs.patch
-Patch3:%{name}-dynamic_exe.patch
+Patch3:%{name}-pl.po-update.patch
+Patch4:%{name}-dynamic_exe.patch
 URL:   http://oss.sgi.com/projects/xfs/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -89,7 +90,8 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%{?with_dynamic_exe:%patch3 -p1}
+%patch3 -p1
+%{?with_dynamic_exe:%patch4 -p1}
 
 %build
 DEBUG=%{?debug:-DDEBUG}%{!?debug:-DNDEBUG}
@@ -179,6 +181,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.77  2006/06/27 21:46:53  qboosh
+- updated to 2.8.4, added pl.po-update patch
+
 Revision 1.76  2006/06/22 07:49:35  qboosh
 - removed obsolete po patch and pl.po source (I'll make pl.po-update later)
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/xfsprogs.spec?r1=1.76r2=1.77f=u

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


SPECS: dnshistory.spec - Summary, fixed License, some cosmetics

2006-06-27 Thread ankry
Author: ankryDate: Tue Jun 27 21:49:46 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- Summary, fixed License, some cosmetics

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

 Diffs:


Index: SPECS/dnshistory.spec
diff -u SPECS/dnshistory.spec:1.1 SPECS/dnshistory.spec:1.2
--- SPECS/dnshistory.spec:1.1   Tue Jun 27 21:43:53 2006
+++ SPECS/dnshistory.spec   Tue Jun 27 23:49:41 2006
@@ -1,10 +1,10 @@
 # $Revision$, $Date$
-Summary:   dnshistory
+Summary:   dnshistory - storing a history of DNS/Name changes
 Name:  dnshistory
 %define_beta   beta1
 Version:   1.3
 Release:   0.1
-License:   GPL v2
+License:   GPL v2+
 Group: Applications/Networking
 Source0:   http://www.stedee.id.au/files/%{name}-%{version}-%{_beta}.tar.gz
 # Source0-md5: c9843e87412c1bdf8fb2ec5983f0c9c4
@@ -15,7 +15,11 @@
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Provide a means for storing a history of DNS/Name changes for the IP Addresses 
extracted from web log files. The major target being that multiple analyses of 
older log files do not require re-lookups of IP Address to FQDNs, and 
additionally maintain the accuracy of the lookup as it was then and not as it 
is now.
+dnshistory provides a means for storing a history of DNS/Name changes
+for the IP Addresses extracted from web log files. The major target
+being that multiple analyses of older log files do not require
+re-lookups of IP Address to FQDNs, and additionally maintain the
+accuracy of the lookup as it was then and not as it is now.
 
 %prep
 %setup -q -n %{name}-%{version}-%{_beta}
@@ -39,12 +43,14 @@
 %attr(755,root,root) %{_bindir}/%{name}
 %{_mandir}/man1/*.1*
 
-%define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
+%definedate%(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.2  2006/06/27 21:49:41  ankry
+- Summary, fixed License, some cosmetics
+
 Revision 1.1  2006/06/27 19:43:53  blues
 - initial - seems to be working
-


 CVS-web:
http://cvs.pld-linux.org/SPECS/dnshistory.spec?r1=1.1r2=1.2f=u

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


SPECS: kernel-net-ieee80211.spec - alternative kernel support

2006-06-27 Thread lmasko
Author: lmasko   Date: Tue Jun 27 21:55:12 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- alternative kernel support

 Files affected:
SPECS:
   kernel-net-ieee80211.spec (1.23 - 1.24) 

 Diffs:


Index: SPECS/kernel-net-ieee80211.spec
diff -u SPECS/kernel-net-ieee80211.spec:1.23 
SPECS/kernel-net-ieee80211.spec:1.24
--- SPECS/kernel-net-ieee80211.spec:1.23Mon Jun 12 22:13:53 2006
+++ SPECS/kernel-net-ieee80211.spec Tue Jun 27 23:55:06 2006
@@ -10,11 +10,11 @@
 %endif
 #
 %definemodname ieee80211
-%define_rel1
+%define_rel2
 Summary:   Linux kernel module for the ieee80211 networking stack
 Summary(de):   Linux Kernel Treiber für den ieee80211 Netz Stapel
 Summary(pl):   Moduł jądra Linuksa do stosu sieciowego ieee80211
-Name:  kernel-net-%{modname}
+Name:  kernel%{_alt_kernel}-net-%{modname}
 Version:   1.1.14
 Release:   [EMAIL PROTECTED]
 License:   GPL v2
@@ -22,24 +22,24 @@
 Source0:   http://dl.sourceforge.net/ieee80211/%{modname}-%{version}.tgz
 # Source0-md5: cd380abe9bd25fbf2c205c6b20414e38
 URL:   http://ieee80211.sourceforge.net/
-%{?with_dist_kernel:BuildRequires: kernel-module-build = 3:2.6.14}
-BuildRequires: rpmbuild(macros) = 1.153
+%{?with_dist_kernel:BuildRequires: kernel%{_alt_kernel}-module-build = 
3:2.6.14}
+BuildRequires: rpmbuild(macros) = 1.308
 BuildRequires: sed = 4.0
 %{?with_dist_kernel:%requires_releq_kernel_up}
 Requires(post,postun): /sbin/depmod
 Requires:  module-init-tools = 3.2.2-2
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%description
+%description -n kernel%{_alt_kernel}-net-%{modname}
 Linux kernel module for the ieee80211 networking stack.
 
-%description -l de
+%description -n kernel%{_alt_kernel}-net-%{modname} -l de
 Linux Kernel Modul für den ieee80211 Netz Stapel.
 
-%description -l pl
+%description -n kernel%{_alt_kernel}-net-%{modname} -l pl
 Moduł jądra Linuksa do stosu sieciowego ieee80211.
 
-%package -n kernel-smp-net-%{modname}
+%package -n kernel%{_alt_kernel}-smp-net-%{modname}
 Summary:   Linux SMP kernel module for the ieee80211 networking stack
 Summary(de):   Linux SMP Kernel Modul für den ieee80211 Netz Stapel
 Summary(pl):   Moduł jądra Linuksa SMP do stosu sieciowego ieee80211
@@ -49,13 +49,13 @@
 Requires(post,postun): /sbin/depmod
 Requires:  module-init-tools = 3.2.2-2
 
-%description -n kernel-smp-net-%{modname}
+%description -n kernel%{_alt_kernel}-smp-net-%{modname}
 Linux SMP kernel module for the ieee80211 networking stack.
 
-%description -n kernel-smp-net-%{modname} -l de
+%description -n kernel%{_alt_kernel}-smp-net-%{modname} -l de
 Linux SMP Kernel Modul für den ieee80211 Netz Stapel.
 
-%description -n kernel-smp-net-%{modname} -l pl
+%description -n kernel%{_alt_kernel}-smp-net-%{modname} -l pl
 Moduł jądra Linuksa SMP do stosu sieciowego ieee80211.
 
 %package -n %{modname}-devel
@@ -145,25 +145,25 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post  -n kernel-net-%{modname}
+%post  -n kernel%{_alt_kernel}-net-%{modname}
 %depmod %{_kernel_ver}
 
-%postun-n kernel-net-%{modname}
+%postun-n kernel%{_alt_kernel}-net-%{modname}
 %depmod %{_kernel_ver}
 
-%post  -n kernel-smp-net-%{modname}
+%post  -n kernel%{_alt_kernel}-smp-net-%{modname}
 %depmod %{_kernel_ver}smp
 
-%postun-n kernel-smp-net-%{modname}
+%postun-n kernel%{_alt_kernel}-smp-net-%{modname}
 %depmod %{_kernel_ver}smp
 
-%files -n kernel-net-%{modname}
+%files -n kernel%{_alt_kernel}-net-%{modname}
 %defattr(644,root,root,755)
 /lib/modules/%{_kernel_ver}/misc/ieee80211*.ko*
 %{_sysconfdir}/modprobe.d/%{_kernel_ver}/ieee80211.conf
 
 %if %{with smp}  %{with dist_kernel}
-%files -n kernel-smp-net-%{modname}
+%files -n kernel%{_alt_kernel}-smp-net-%{modname}
 %defattr(644,root,root,755)
 /lib/modules/%{_kernel_ver}smp/misc/ieee80211*.ko*
 %{_sysconfdir}/modprobe.d/%{_kernel_ver}smp/ieee80211.conf
@@ -180,6 +180,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.24  2006/06/27 21:55:06  lmasko
+- alternative kernel support
+
 Revision 1.23  2006/06/12 20:13:53  shadzik
 - up to 1.1.14
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/kernel-net-ieee80211.spec?r1=1.23r2=1.24f=u

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


SOURCES: dnshistory-man_fix.patch (NEW) - change default location ...

2006-06-27 Thread blues
Author: bluesDate: Tue Jun 27 22:04:31 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- change default location of database. It should be generated by
  automake/autoconf

 Files affected:
SOURCES:
   dnshistory-man_fix.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/dnshistory-man_fix.patch
diff -u /dev/null SOURCES/dnshistory-man_fix.patch:1.1
--- /dev/null   Wed Jun 28 00:04:31 2006
+++ SOURCES/dnshistory-man_fix.patchWed Jun 28 00:04:26 2006
@@ -0,0 +1,11 @@
+--- ./doc/dnshistory.1.org 2006-06-24 23:50:26.0 +
 ./doc/dnshistory.1 2006-06-27 22:00:45.0 +
+@@ -119,7 +119,7 @@
+ dnshistory \-I dnsdb.dump \-d /tmp/d.db 
+ 
+ .SH FILES
+-.I /usr/local/var/dnshistory/dnshistory.db
++.I /var/lib/dnshistory/dnshistory.db
+ .br
+ .ti +4
+ The default history database file.

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


SPECS: dnshistory.spec - Changed default database location

2006-06-27 Thread blues
Author: bluesDate: Tue Jun 27 22:13:03 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- Changed default database location

 Files affected:
SPECS:
   dnshistory.spec (1.2 - 1.3) 

 Diffs:


Index: SPECS/dnshistory.spec
diff -u SPECS/dnshistory.spec:1.2 SPECS/dnshistory.spec:1.3
--- SPECS/dnshistory.spec:1.2   Tue Jun 27 23:49:41 2006
+++ SPECS/dnshistory.spec   Wed Jun 28 00:12:58 2006
@@ -1,19 +1,25 @@
 # $Revision$, $Date$
+# TODO:
+# - move man_fix patch to ac/am automatic generation, based on configure 
option 
 Summary:   dnshistory - storing a history of DNS/Name changes
 Name:  dnshistory
 %define_beta   beta1
 Version:   1.3
-Release:   0.1
+Release:   0.5
 License:   GPL v2+
 Group: Applications/Networking
 Source0:   http://www.stedee.id.au/files/%{name}-%{version}-%{_beta}.tar.gz
 # Source0-md5: c9843e87412c1bdf8fb2ec5983f0c9c4
+Patch0:%{name}-man_fix.patch
 URL:   http://www.stedee.id.au/dnshistory/
 BuildRequires: db-devel
 BuildRequires: pcre-devel
 BuildRequires: zlib-devel
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define_databasedir/var/lib/%{name}
+%define_dbfile %{name}.db
+
 %description
 dnshistory provides a means for storing a history of DNS/Name changes
 for the IP Addresses extracted from web log files. The major target
@@ -23,17 +29,23 @@
 
 %prep
 %setup -q -n %{name}-%{version}-%{_beta}
+%patch0 -p1
 
 %build
-%configure
+%configure \
+   --enable-database-dir=%{_databasedir} \
+   --enable-database-name=%{_dbfile}
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/%{_databasedir}
 
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
+touch $RPM_BUILD_ROOT/%{_databasedir}/%{_dbfile}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -41,6 +53,8 @@
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS
 %attr(755,root,root) %{_bindir}/%{name}
+%attr(755,stats,stats) %dir %{_databasedir}
+%ghost %{_databasedir}/%{_dbfile}
 %{_mandir}/man1/*.1*
 
 %definedate%(echo `LC_ALL=C date +%a %b %d %Y`)
@@ -49,6 +63,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.3  2006/06/27 22:12:58  blues
+- Changed default database location
+
 Revision 1.2  2006/06/27 21:49:41  ankry
 - Summary, fixed License, some cosmetics
 


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

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


SOURCES: awffull.sysconfig, awffull.cron - allow to use dnshistory...

2006-06-27 Thread blues
Author: bluesDate: Tue Jun 27 22:39:48 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- allow to use dnshistory for DNS resolving. Not tested yet.

 Files affected:
SOURCES:
   awffull.sysconfig (1.1 - 1.2) , awffull.cron (1.1 - 1.2) 

 Diffs:


Index: SOURCES/awffull.sysconfig
diff -u SOURCES/awffull.sysconfig:1.1 SOURCES/awffull.sysconfig:1.2
--- SOURCES/awffull.sysconfig:1.1   Tue Jun 27 13:06:59 2006
+++ SOURCES/awffull.sysconfig   Wed Jun 28 00:39:43 2006
@@ -9,8 +9,13 @@
 # Allow multiple configs in /etc/awffull/
 MULTIPLE=yes
 
+# Use dnshistory for resolving IP into DNS-name
+# Warning: you need to install dnshistory package to have it working!
+# USE_DNSHISTORY=yes
+
 # Supress messages
 # QUIET=yes
 
 # Don't display any messages
 #REALLY_QUIET=yes
+


Index: SOURCES/awffull.cron
diff -u SOURCES/awffull.cron:1.1 SOURCES/awffull.cron:1.2
--- SOURCES/awffull.cron:1.1Tue Jun 27 13:06:59 2006
+++ SOURCES/awffull.cronWed Jun 28 00:39:43 2006
@@ -1,6 +1,7 @@
 #!/bin/sh
 
 AWFFULL_OPTS=
+CONFIG_LIST=
 [ -f /etc/sysconfig/awffull ]  . /etc/sysconfig/awffull
 umask 0022
 
@@ -16,11 +17,19 @@
fi

if [ -f /etc/awffull.conf ]; then
-   awffull ${AWFFULL_OPTS} -c /etc/awffull.conf
+   CONFIG_LIST=/etc/awffull.conf
fi
if [ -n $MULTIPLE ]  [ $MULTIPLE = yes -o $MULTIPLE = YES 
]; then
-   for i in $(ls /etc/awffull/*.conf 2/dev/null); do
-   awffull ${AWFFULL_OPTS} -c $i;
+   for config in $(ls /etc/awffull/*.conf 2/dev/null); do\
+   CONFIG_LIST=${CONFIG_LIST} ${config}
done
fi
+   for singleconfig in ${CONFIG_LIST}; do
+   if [ -n ${USE_DNSHISTORY} ]  [ ${USE_DNSHISTORY} = yes 
-o ${USE_DNSHISTORY} = YES ]; then
+   LOGFILE=`grep ^LogFile ${singleconfig} | awk '{ print 
$2;}'`
+   dnshistory -T -f ${LOGFILE} | awffull ${AWFFULL_OPTS} 
-c ${singleconfig} - ;
+   else
+   awffull ${AWFFULL_OPTS} -c ${singleconfig};
+   fi
+   done
 fi


 CVS-web:
http://cvs.pld-linux.org/SOURCES/awffull.sysconfig?r1=1.1r2=1.2f=u
http://cvs.pld-linux.org/SOURCES/awffull.cron?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: xpdf-noftinternals.patch (NEW) - fix build with new FT (t...

2006-06-27 Thread pluto
Author: plutoDate: Tue Jun 27 23:03:57 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- fix build with new FT (thx to Szymon Siwek /sls monkey poczta dot wp dot pl/.

 Files affected:
SOURCES:
   xpdf-noftinternals.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/xpdf-noftinternals.patch
diff -u /dev/null SOURCES/xpdf-noftinternals.patch:1.1
--- /dev/null   Wed Jun 28 01:03:57 2006
+++ SOURCES/xpdf-noftinternals.patchWed Jun 28 01:03:52 2006
@@ -0,0 +1,78 @@
+diff -urN xpdf-3.01-org/splash/SplashFTFont.cc xpdf-3.01/splash/SplashFTFont.cc
+--- xpdf-3.01-org/splash/SplashFTFont.cc   2005-12-23 16:57:18.076514614 
+0100
 xpdf-3.01/splash/SplashFTFont.cc   2005-12-23 17:33:42.731318339 +0100
+@@ -14,7 +14,8 @@
+ 
+ #include ft2build.h
+ #include FT_OUTLINE_H
+-#include FT_INTERNAL_OBJECTS_H // needed for FT_New_Size decl
++#include FT_SIZES_H // needed for FT_New_Size decl
++#include FT_GLYPH_H
+ #include gmem.h
+ #include SplashMath.h
+ #include SplashGlyphBitmap.h
+@@ -25,11 +26,12 @@
+ 
+ //
+ 
+-static int glyphPathMoveTo(FT_Vector *pt, void *path);
+-static int glyphPathLineTo(FT_Vector *pt, void *path);
+-static int glyphPathConicTo(FT_Vector *ctrl, FT_Vector *pt, void *path);
+-static int glyphPathCubicTo(FT_Vector *ctrl1, FT_Vector *ctrl2,
+-  FT_Vector *pt, void *path);
++static int glyphPathMoveTo( const FT_Vector *pt, void *path);
++static int glyphPathLineTo( const FT_Vector *pt, void *path);
++static int glyphPathConicTo( const FT_Vector *ctrl, const FT_Vector *pt,
++ void* path );
++static int glyphPathCubicTo( const FT_Vector *ctrl1, const FT_Vector *ctrl2,
++   const FT_Vector *pt, void *path);
+ 
+ //
+ // SplashFTFont
+@@ -210,7 +212,7 @@
+ };
+ 
+ SplashPath *SplashFTFont::getGlyphPath(int c) {
+-  static FT_Outline_Funcs outlineFuncs = {
++  static const FT_Outline_Funcs outlineFuncs = {
+ glyphPathMoveTo,
+ glyphPathLineTo,
+ glyphPathConicTo,
+@@ -249,7 +251,7 @@
+   return path.path;
+ }
+ 
+-static int glyphPathMoveTo(FT_Vector *pt, void *path) {
++static int glyphPathMoveTo( const FT_Vector *pt, void *path) {
+   SplashFTFontPath *p = (SplashFTFontPath *)path;
+
+   if (p-needClose) {
+@@ -260,7 +262,7 @@
+   return 0;
+ }
+ 
+-static int glyphPathLineTo(FT_Vector *pt, void *path) {
++static int glyphPathLineTo(const FT_Vector *pt, void *path) {
+   SplashFTFontPath *p = (SplashFTFontPath *)path;
+ 
+   p-path-lineTo(pt-x / 64.0, -pt-y / 64.0);
+@@ -268,7 +270,7 @@
+   return 0;
+ }
+ 
+-static int glyphPathConicTo(FT_Vector *ctrl, FT_Vector *pt, void *path) {
++static int glyphPathConicTo(const FT_Vector *ctrl, const FT_Vector *pt, void 
*path) {
+   SplashFTFontPath *p = (SplashFTFontPath *)path;
+   SplashCoord x0, y0, x1, y1, x2, y2, x3, y3, xc, yc;
+ 
+@@ -306,8 +308,8 @@
+   return 0;
+ }
+ 
+-static int glyphPathCubicTo(FT_Vector *ctrl1, FT_Vector *ctrl2,
+-  FT_Vector *pt, void *path) {
++static int glyphPathCubicTo(const FT_Vector *ctrl1, const FT_Vector *ctrl2,
++  const FT_Vector *pt, void *path) {
+   SplashFTFontPath *p = (SplashFTFontPath *)path;
+ 
+   p-path-curveTo(ctrl1-x / 64.0, -ctrl1-y / 64.0,

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


SPECS: xpdf.spec - fix build with new FT (thx to Szymon Siwek /sls...

2006-06-27 Thread pluto
Author: plutoDate: Tue Jun 27 23:04:33 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- fix build with new FT (thx to Szymon Siwek /sls monkey poczta dot wp dot pl/.

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

 Diffs:


Index: SPECS/xpdf.spec
diff -u SPECS/xpdf.spec:1.100 SPECS/xpdf.spec:1.101
--- SPECS/xpdf.spec:1.100   Sun May 21 23:19:48 2006
+++ SPECS/xpdf.spec Wed Jun 28 01:04:28 2006
@@ -30,6 +30,7 @@
 Patch2:%{name}-nonumericlocale.patch
 Patch3:%{name}-%{version}pl2.patch
 Patch4:%{name}-cve-2006-0301.patch
+Patch5:%{name}-noftinternals.patch
 URL:   http://www.foolabs.com/xpdf/
 %{?with_x:BuildRequires:   xorg-lib-libX11-devel}
 BuildRequires: autoconf
@@ -108,6 +109,7 @@
 %patch1 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 %{__autoconf}
@@ -171,6 +173,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.101  2006/06/27 23:04:28  pluto
+- fix build with new FT (thx to Szymon Siwek /sls monkey poczta dot wp dot pl/.
+
 Revision 1.100  2006/05/21 21:19:48  qboosh
 - needs patch for freetype 2.2.x
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/xpdf.spec?r1=1.100r2=1.101f=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 - TODO: netfilter patches (API chan...

2006-06-27 Thread baggins
Author: baggins  Date: Wed Jun 28 01:08:37 2006 GMT
Module: SPECS Tag: LINUX_2_6
 Log message:
- TODO: netfilter patches (API changed again)

 Files affected:
SPECS:
   kernel.spec (1.441.2.1566 - 1.441.2.1567) 

 Diffs:


Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1566 SPECS/kernel.spec:1.441.2.1567
--- SPECS/kernel.spec:1.441.2.1566  Sun Jun 25 18:56:14 2006
+++ SPECS/kernel.spec   Wed Jun 28 03:08:31 2006
@@ -4,6 +4,7 @@
 #  - update full grsecurity patch for 2.6.17.x
 #  - update xen patch for 2.6.17.x
 #  - update reiser4 patch when version for 2.6.17.x will be available
+#  - all netfilter patches needs update (API changed again)
 #
 # WARNING: Kernels from 2.6.16.X series not work under OldWorldMac
 #
@@ -701,7 +702,7 @@
 %patch71 -p1
 
 # reiserfs4
-%{__gzip} -dc %{SOURCE12} | %{__patch} -s -p1
+# %{__gzip} -dc %{SOURCE12} | %{__patch} -s -p1
 
 %patch2 -p1
 
@@ -721,30 +722,30 @@
 # submitted
 
 # base
-%patch10 -p1
-%patch11 -p1
-%patch12 -p1
-%patch13 -p1
-%patch14 -p1
-%patch15 -p1
-%patch16 -p1
-%patch17 -p1
-%patch18 -p1
-%patch19 -p1
-%patch20 -p1
-%patch21 -p1
-%patch22 -p1
+#%patch10 -p1
+#%patch11 -p1
+#%patch12 -p1
+#%patch13 -p1
+#%patch14 -p1
+#%patch15 -p1
+#%patch16 -p1
+#%patch17 -p1
+#%patch18 -p1
+#%patch19 -p1
+#%patch20 -p1
+#%patch21 -p1
+#%patch22 -p1
 
 ## extra
-%patch30 -p1
-%patch31 -p1
-%patch32 -p1
-%patch33 -p1
-%patch34 -p1
-%patch35 -p1
-%patch36 -p1
-%patch37 -p1
-%patch38 -p1
+#%patch30 -p1
+#%patch31 -p1
+#%patch32 -p1
+#%patch33 -p1
+#%patch34 -p1
+#%patch35 -p1
+#%patch36 -p1
+#%patch37 -p1
+#%patch38 -p1
 
 ##
 # end of netfilter
@@ -1612,6 +1613,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.441.2.1567  2006/06/28 01:08:31  baggins
+- TODO: netfilter patches (API changed again)
+
 Revision 1.441.2.1566  2006/06/25 16:56:14  adamg
 - cluster dir (for kernel-cluster-{cman,dlm})
 


 CVS-web:

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

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


SPECS: filesystem.spec - removed bogus debug dirs, rel.4

2006-06-27 Thread freetz
Author: freetz   Date: Wed Jun 28 05:08:37 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- removed bogus debug dirs, rel.4

 Files affected:
SPECS:
   filesystem.spec (1.57 - 1.58) 

 Diffs:


Index: SPECS/filesystem.spec
diff -u SPECS/filesystem.spec:1.57 SPECS/filesystem.spec:1.58
--- SPECS/filesystem.spec:1.57  Tue Jun 27 19:51:37 2006
+++ SPECS/filesystem.spec   Wed Jun 28 07:08:31 2006
@@ -4,7 +4,7 @@
 Summary(pl):   Wspólne katalogi
 Name:  filesystem
 Version:   3.0
-Release:   3
+Release:   4
 License:   GPL
 Group: Base
 Requires:  FHS = 2.3-14.2
@@ -25,8 +25,7 @@
 
 install -d $RPM_BUILD_ROOT/etc/{sysconfig,xdg} \

$RPM_BUILD_ROOT/usr/share/{sounds,pixmaps,icons,wm-properties,xsessions,wallpapers,themes/Default,pkgconfig}
 \
-   $RPM_BUILD_ROOT{%{_aclocaldir},%{_pkgconfigdir}} \
-   
$RPM_BUILD_ROOT{%{_libdir}/debug/usr/{bin,lib,sbin},%{_prefix}/src/debug}
+   $RPM_BUILD_ROOT{%{_aclocaldir},%{_pkgconfigdir}}
 
 %if %{_lib} != lib
 install -d $RPM_BUILD_ROOT/usr/lib/pkgconfig
@@ -65,19 +64,15 @@
 %dir /usr/share/wm-properties
 %dir /usr/share/xsessions
 
-%dir %{_libdir}/debug
-%dir %{_libdir}/debug/usr
-%dir %{_libdir}/debug/usr/bin
-%dir %{_libdir}/debug/usr/lib
-%dir %{_libdir}/debug/usr/sbin
-%dir %{_prefix}/src/debug
-
 %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.58  2006/06/28 05:08:31  freetz
+- removed bogus debug dirs, rel.4
+
 Revision 1.57  2006/06/27 17:51:37  freetz
 - rel.3
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/filesystem.spec?r1=1.57r2=1.58f=u

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


SPECS: freevo.spec - proper BRs/Rs

2006-06-27 Thread charles
Author: charles  Date: Wed Jun 28 05:31:20 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- proper BRs/Rs

 Files affected:
SPECS:
   freevo.spec (1.13 - 1.14) 

 Diffs:


Index: SPECS/freevo.spec
diff -u SPECS/freevo.spec:1.13 SPECS/freevo.spec:1.14
--- SPECS/freevo.spec:1.13  Tue Jan  3 15:09:36 2006
+++ SPECS/freevo.spec   Wed Jun 28 07:31:14 2006
@@ -10,23 +10,23 @@
 # Source0-md5: 22ada48e84e5e3d7f80110c842ed18ca
 Source1:   %{name}-boot_config
 URL:   http://freevo.sourceforge.net/
-BuildRequires: SDL_image = 1.2.3
-BuildRequires: SDL_mixer = 1.2.5
-BuildRequires: SDL_ttf = 2.0.6
-BuildRequires: docbook-utils
-BuildRequires: libexif-devel = 0.5.10
-BuildRequires: libjpeg-devel = 6b
 BuildRequires: python-Imaging = 1.1.4
-BuildRequires: python-PyXML
 BuildRequires: python-Twisted = 2.0.1-1
 BuildRequires: python-devel
-BuildRequires: python-mmpython = 0.4.8
-BuildRequires: python-mx-Tools = 2.0.5
-BuildRequires: python-numpy = 23.1
+BuildRequires: python-mmpython = 0.4.9
 BuildRequires: python-pygame = 1.5.6
+BuildRequires: rpm-pythonprov
+%pyrequires_eq python-libs
 Requires:  aumix = 2.8
 Requires:  lsdvd
+Requires:  mplayer
+Requires:  python-Imaging = 1.1.4
 Requires:  python-TwistedWeb
+Requires:  python-mmpython = 0.4.9
+Requires:  python-pygame = 1.5.6
+#Suggests: tvtime
+#Suggests: xine-ui
+#Suggests: xmltv
 BuildArch: noarch
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -148,7 +148,7 @@
 %doc ChangeLog FAQ INSTALL README TODO Docs local_conf.py.example
 %doc contrib/lirc
 %{_docdir}/local_conf.py.example
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/freevo
 #%dir %{_docdir}/installation
 #%dir %{_docdir}/plugin_writing
 %{_datadir}/freevo
@@ -177,6 +177,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.14  2006/06/28 05:31:14  charles
+- proper BRs/Rs
+
 Revision 1.13  2006/01/03 14:09:36  deejay1
 - s/BR/R/g for python-TwistedWeb
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/freevo.spec?r1=1.13r2=1.14f=u

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