SPECS (LINUX_2_6): kernel.spec - nf-u32 fixed (Pablo Neira Ayuso), ...

2005-11-24 Thread pluto
Author: plutoDate: Fri Nov 25 03:27:05 2005 GMT
Module: SPECS Tag: LINUX_2_6
 Log message:
- nf-u32 fixed (Pablo Neira Ayuso), release 1.1.

 Files affected:
SPECS:
   kernel.spec (1.441.2.1325 -> 1.441.2.1326) 

 Diffs:


Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1325 SPECS/kernel.spec:1.441.2.1326
--- SPECS/kernel.spec:1.441.2.1325  Fri Nov 25 00:59:49 2005
+++ SPECS/kernel.spec   Fri Nov 25 04:26:59 2005
@@ -135,9 +135,9 @@
 %define_oprofile_ver   0.5.3
 %define_udev_ver   058
 
-%define_rel1
+%define_rel1.1
 
-%define_netfilter_snap 20051115
+%define_netfilter_snap 20051125
 %define_nf_hipac_ver   0.9.1
 
 %define_enable_debug_packages  0
@@ -1722,6 +1722,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.441.2.1326  2005/11/25 03:26:59  pluto
+- nf-u32 fixed (Pablo Neira Ayuso), release 1.1.
+
 Revision 1.441.2.1325  2005/11/24 23:59:49  arekm
 - and exclude sparc arch
 


 CVS-web:

http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1325&r2=1.441.2.1326&f=u

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


SOURCES (LINUX_2_6): linux-2.6-nf-u32.patch - fix missing spin_unl...

2005-11-24 Thread pluto
Author: plutoDate: Fri Nov 25 03:24:35 2005 GMT
Module: SOURCES   Tag: LINUX_2_6
 Log message:
- fix missing spin_unlock_bh in exit path in u32 (Pablo Neira Ayuso).

 Files affected:
SOURCES:
   linux-2.6-nf-u32.patch (1.1.2.5 -> 1.1.2.6) 

 Diffs:


Index: SOURCES/linux-2.6-nf-u32.patch
diff -u SOURCES/linux-2.6-nf-u32.patch:1.1.2.5 
SOURCES/linux-2.6-nf-u32.patch:1.1.2.6
--- SOURCES/linux-2.6-nf-u32.patch:1.1.2.5  Wed Nov  2 12:19:40 2005
+++ SOURCES/linux-2.6-nf-u32.patch  Fri Nov 25 04:24:30 2005
@@ -78,7 +78,7 @@
 diff -Nur --exclude '*.orig' linux-2.6.14.org/net/ipv4/netfilter/ipt_u32.c 
linux-2.6.14/net/ipv4/netfilter/ipt_u32.c
 --- linux-2.6.14.org/net/ipv4/netfilter/ipt_u32.c  1970-01-01 
01:00:00.0 +0100
 +++ linux-2.6.14/net/ipv4/netfilter/ipt_u32.c  2005-10-28 14:47:05.0 
+0200
-@@ -0,0 +1,230 @@
+@@ -0,0 +1,233 @@
 +/* Kernel module to match u32 packet content. */
 +
 +/* 
@@ -247,8 +247,10 @@
 +  case IPT_U32_AT:
 +  AttPos += val;
 +  pos = number;
-+  if (AttPos + pos + 3 > skb->len || AttPos + pos 
< 0) 
++  if (AttPos + pos + 3 > skb->len || AttPos + pos 
< 0) {
++  spin_unlock_bh(&u32_lock);
 +  return 0;
++  }
 +
 +  val = (base[AttPos + pos]<<24) 
 +   +(base[AttPos + pos + 1]<<16)


 CVS-web:

http://cvs.pld-linux.org/SOURCES/linux-2.6-nf-u32.patch?r1=1.1.2.5&r2=1.1.2.6&f=u

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


SOURCES: zshrc - there's no terminal mode arrows in terminfo (only...

2005-11-24 Thread gotar
Author: gotarDate: Fri Nov 25 01:41:40 2005 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- there's no terminal mode arrows in terminfo (only application mode)

 Files affected:
SOURCES:
   zshrc (1.9 -> 1.10) 

 Diffs:


Index: SOURCES/zshrc
diff -u SOURCES/zshrc:1.9 SOURCES/zshrc:1.10
--- SOURCES/zshrc:1.9   Thu Jun 30 14:47:36 2005
+++ SOURCES/zshrc   Fri Nov 25 02:41:35 2005
@@ -31,5 +31,7 @@
precmd () { print -Pn "\e]0;[EMAIL PROTECTED]: %~\a" }
bindkey '^[[H' beginning-of-line >/dev/null 2>&1
bindkey '^[[F' end-of-line >/dev/null 2>&1
+   bindkey '^[[A' history-beginning-search-backward >/dev/null 2>&1
+   bindkey '^[[B' history-beginning-search-forward >/dev/null 2>&1
;;
 esac


 CVS-web:
http://cvs.pld-linux.org/SOURCES/zshrc?r1=1.9&r2=1.10&f=u

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


SOURCES (DEVEL): php-ini.patch - updated

2005-11-24 Thread arekm
Author: arekmDate: Fri Nov 25 01:36:03 2005 GMT
Module: SOURCES   Tag: DEVEL
 Log message:
- updated

 Files affected:
SOURCES:
   php-ini.patch (1.15 -> 1.15.2.1) 

 Diffs:


Index: SOURCES/php-ini.patch
diff -u SOURCES/php-ini.patch:1.15 SOURCES/php-ini.patch:1.15.2.1
--- SOURCES/php-ini.patch:1.15  Sun Jun 19 18:20:16 2005
+++ SOURCES/php-ini.patch   Fri Nov 25 02:35:58 2005
@@ -1,5 +1,6 @@
 php-5.0.1.org/php.ini  2004-08-13 13:28:45.800911928 +0200
-+++ php-5.0.1/php.ini  2004-08-13 13:31:28.844125592 +0200
+diff -urbB php-5.1.0.org/php.ini php-5.1.0/php.ini
+--- php-5.1.0.org/php.ini  2005-11-25 02:24:23.408519000 +0100
 php-5.1.0/php.ini  2005-11-25 02:26:06.570966750 +0100
 @@ -3,13 +3,18 @@
  ;;;
  ; WARNING ;
@@ -26,19 +27,18 @@
  
  ;;;
  ; About php.ini   ;
-@@ -59,10 +64,72 @@
+@@ -59,11 +64,73 @@
  ;;;
  ; About this file ;
  ;;;
 -; All the values in the php.ini-dist file correspond to the builtin
 -; defaults (that is, if no php.ini is used, or if you delete these lines,
 -; the builtin defaults will be identical).
--
 +; If you use constants in your value, and these constants belong to a
 +; dynamically loaded extension (either a PHP extension or a Zend extension),
 +; you may only use these constants *after* the line that loads the extension.
-+
-+
+ 
+ 
 +; Below is the list of settings changed from default as specified in
 +; php.ini-recommended. These settings make PHP more secure and encourage
 +; cleaner coding.
@@ -100,9 +100,10 @@
 +; It's not possible to decide to force a variable to be passed by 
reference
 +; when calling a function.  The PHP 4 style to do this is by making the
 +; function require the relevant argument by reference.
- 
++
  
  ; Language Options ;
+ 
 @@ -86,7 +153,7 @@
  asp_tags = Off
  
@@ -112,13 +113,14 @@
  
  ; Enforce year 2000 compliance (will cause problems with non-compliant 
browsers)
  y2k_compliance = On
-@@ -285,14 +352,14 @@
+@@ -289,14 +356,16 @@
  ;
--;   - Show all errors except for notices and coding standards warnings
-+;   - Show all errors
+ ;   - Show all errors except for notices and coding standards warnings
  ;
--error_reporting  =  E_ALL & ~E_NOTICE & ~E_STRICT
-+error_reporting  =  E_ALL
+-error_reporting  =  E_ALL & ~E_NOTICE
++;error_reporting  =  E_ALL & ~E_NOTICE
++
++error_reporting = E_ALL
  
  ; Print out errors (as a part of the output).  For production web sites,
  ; you're strongly encouraged to turn this feature off, and use error logging
@@ -130,18 +132,7 @@
  
  ; Even when display_errors is on, errors that occur during PHP's startup
  ; sequence are not displayed.  It's strongly recommended to keep
-@@ -447,7 +514,7 @@
- user_dir =
- 
- ; Directory in which the loadable extensions (modules) reside.
--extension_dir = "./"
-+extension_dir = "/usr/lib/php"
- 
- ; Whether or not to enable the dl() function.  The dl() function does NOT work
- ; properly in multithreaded servers, such as IIS or Zeus, and is automatically
 php-5.0.4/php.ini~ 2005-06-19 19:19:01.0 +0300
-+++ php-5.0.4/php.ini  2005-06-19 19:19:21.0 +0300
-@@ -369,7 +369,7 @@
+@@ -306,7 +375,7 @@
  ; Log errors into a log file (server-specific log, stderr, or error_log 
(below))
  ; As stated above, you're strongly advised to use error logging in place of
  ; error displaying on production web sites.
@@ -150,3 +141,12 @@
  
  ; Set maximum length of log_errors. In error_log information about the source 
is
  ; added. The default is 1024 and 0 allows to not apply any maximum length at 
all.
+@@ -458,7 +527,7 @@
+ user_dir =
+ 
+ ; Directory in which the loadable extensions (modules) reside.
+-extension_dir = "./"
++extension_dir = "/usr/lib/php"
+ 
+ ; Whether or not to enable the dl() function.  The dl() function does NOT work
+ ; properly in multithreaded servers, such as IIS or Zeus, and is automatically


 CVS-web:
http://cvs.pld-linux.org/SOURCES/php-ini.patch?r1=1.15&r2=1.15.2.1&f=u

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


DISTFILES: php-5.1.0.tar.bz2 hardening-patch-5.0.4-0.3.0.patch.gz

2005-11-24 Thread arekm

Files fetched: 1

STORED: http://www.php.net/distributions/php-5.1.0.tar.bz2
4b9caa2f201f6b1f6a24de6c435cd4b1  php-5.1.0.tar.bz2
Size: 6144493 bytes
ALREADY GOT: http://www.hardened-php.net/hardening-patch-5.0.4-0.3.0.patch.gz
47a742fa9fab2826ad10c13a2376111a  hardening-patch-5.0.4-0.3.0.patch.gz


-- 
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): php.spec - 5.1.0 final; merged some changes from HE...

2005-11-24 Thread arekm
Author: arekmDate: Fri Nov 25 01:35:39 2005 GMT
Module: SPECS Tag: DEVEL
 Log message:
- 5.1.0 final; merged some changes from HEAD; TODO: test, review patches, merge 
to HEAD

 Files affected:
SPECS:
   php.spec (1.467.2.22 -> 1.467.2.23) 

 Diffs:


Index: SPECS/php.spec
diff -u SPECS/php.spec:1.467.2.22 SPECS/php.spec:1.467.2.23
--- SPECS/php.spec:1.467.2.22   Sun Nov 20 00:25:20 2005
+++ SPECS/php.spec  Fri Nov 25 02:35:34 2005
@@ -33,6 +33,7 @@
 %bcond_without mm  # without mm support for session storage
 %bcond_without msession# without msession extension module
 %bcond_without mssql   # without MS SQL extension module
+%bcond_without mime_magic  # without mime-magic module
 %bcond_without odbc# without ODBC extension module
 %bcond_without openssl # without OpenSSL support and OpenSSL extension 
(module)
 %bcond_without pcre# without PCRE extension module
@@ -80,15 +81,12 @@
 Summary(uk):   PHP ÷ĹŇÓŚ§ 5 - ÍĎ×Á ĐŇĹĐŇĎĂĹÓŐ×ÁÎÎŃ HTML-ĆÁĘĚŚ×, ×ÉËĎÎŐ×ÁÎÁ ÎÁ 
ÓĹŇ×ĹŇŚ
 Name:  php
 Version:   5.1.0
-%define_rc RC4
-%define_rel 0.4
-Release:   0.%{_rc}.%{_rel}%{?with_hardening:hardened}
+Release:   0.1%{?with_hardening:hardened}
 Epoch: 4
 Group: Libraries
 License:   PHP
-# Source0: 
http://www.php.net/distributions/%{name}-%{version}%{_rc}.tar.bz2
-Source0:   http://downloads.php.net/ilia/%{name}-%{version}%{_rc}.tar.bz2
-# Source0-md5: 4afd68f8e4fe532cea83f30bd2ff26f5
+Source0:   http://www.php.net/distributions/%{name}-%{version}.tar.bz2
+# Source0-md5: 4b9caa2f201f6b1f6a24de6c435cd4b1
 Source1:   FAQ.%{name}
 Source2:   zend.gif
 Source3:   %{name}-module-install
@@ -360,6 +358,7 @@
 
 %package program
 Summary:   /usr/bin/php symlink
+Summary(pl):   Dowizanie symboliczne /usr/bin/php
 Group: Development/Languages/PHP
 Requires:  %{name}-cli = %{epoch}:%{version}-%{release}
 Provides:  php(program)
@@ -368,6 +367,9 @@
 %description program
 Package providing /usr/bin/php symlink to PHP CLI.
 
+%description program -l pl
+Pakiet dostarczajcy dowizanie symboliczne /usr/bin/php do PHP CLI.
+
 %package common
 Summary:   Common files needed by both apache module and CGI
 Summary(pl):   Wspólne pliki dla modułu apache'a i programu CGI
@@ -416,6 +418,8 @@
 Group: Development/Languages/PHP
 Requires:  autoconf
 Requires:  automake
+Requires:  libtool
+Requires:  shtool
 Requires:  %{name}-common = %{epoch}:%{version}-%{release}
 Obsoletes: php-pear-devel
 Obsoletes: php4-devel
@@ -1502,7 +1506,7 @@
 Moduł PHP umożliwiający używanie kompresji zlib.
 
 %prep
-%setup -q -n %{name}-%{version}%{_rc}
+%setup -q
 # this patch is broken by design, breaks --enable-versioning for example
 # update: --enable-version is broken by itself, it disables dynamic modules.
 %patch0 -p1
@@ -1704,7 +1708,7 @@
%{?with_ldap:--with-ldap=shared --with-ldap-sasl} \
--with-mcrypt=shared \
%{?with_mhash:--with-mhash=shared} \
-   --with-mime-magic=shared,/usr/share/file/magic.mime \
+   
%{?with_mime_magic:--with-mime-magic=shared,/usr/share/file/magic.mime}%{!?with_mime_magic:--disable-mime-magic}
 \
%{?with_ming:--with-ming=shared} \
%{?with_mm:--with-mm} \

%{?with_msession:--with-msession=shared}%{!?with_msession:--without-msession} \
@@ -1860,7 +1864,10 @@
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/conf.d
 for so in modules/*.so; do
mod=$(basename $so .so)
-   cat > $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/${mod}.ini < $RPM_BUILD_ROOT${conf} <@pld-linux.org
 
 $Log$
+Revision 1.467.2.23  2005/11/25 01:35:34  arekm
+- 5.1.0 final; merged some changes from HEAD; TODO: test, review patches, 
merge to HEAD
+
 Revision 1.467.2.22  2005/11/19 23:25:20  zergin
 - added missing BR: libwrap-devel
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/php.spec?r1=1.467.2.22&r2=1.467.2.23&f=u

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


SPECS: kdeaddons.spec - rel 1

2005-11-24 Thread arekm
Author: arekmDate: Fri Nov 25 01:23:40 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- rel 1

 Files affected:
SPECS:
   kdeaddons.spec (1.115 -> 1.116) 

 Diffs:


Index: SPECS/kdeaddons.spec
diff -u SPECS/kdeaddons.spec:1.115 SPECS/kdeaddons.spec:1.116
--- SPECS/kdeaddons.spec:1.115  Mon Nov 14 14:23:32 2005
+++ SPECS/kdeaddons.specFri Nov 25 02:23:34 2005
@@ -17,12 +17,12 @@
 Summary(pt_BR):K Desktop Environment - Plugins e Scripts para 
aplicaçőes KDE
 Name:  kdeaddons
 Version:   %{_ver}
-Release:   0.1
+Release:   1
 Epoch: 1
 License:   GPL
 Group: X11/Applications
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{_kdever}/src/%{name}-%{_ver}.tar.bz2
-# Source0-md5: f66b4e49be1f494dca7d8a7083b85d6d
+# Source0-md5: a61bcb10580208c3abb8c47aed198597
 Patch100:  %{name}-branch.diff
 BuildRequires: SDL-devel
 BuildRequires: automake
@@ -608,6 +608,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.116  2005/11/25 01:23:34  arekm
+- rel 1
+
 Revision 1.115  2005/11/14 13:23:32  arekm
 - up to 3.5.0rc1
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/kdeaddons.spec?r1=1.115&r2=1.116&f=u

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


SPECS: hbs.spec - lowered revision, needs some work, but useable

2005-11-24 Thread prism
Author: prismDate: Fri Nov 25 01:09:59 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- lowered revision, needs some work, but useable

 Files affected:
SPECS:
   hbs.spec (1.1 -> 1.2) 

 Diffs:


Index: SPECS/hbs.spec
diff -u SPECS/hbs.spec:1.1 SPECS/hbs.spec:1.2
--- SPECS/hbs.spec:1.1  Fri Nov 25 02:01:52 2005
+++ SPECS/hbs.spec  Fri Nov 25 02:09:54 2005
@@ -1,6 +1,7 @@
 # TODO:
 #  - add zsh and bash completions
 #  - check python requirements for real
+#  - maybe add some useful contrib scripts to the bindir?
 
 %define_snap   20050303
 
@@ -8,7 +9,7 @@
 Summary(pl):   Hierophant Build System - prosty system pakietowania
 Name:  hbs
 Version:   %{_snap}
-Release:   1
+Release:   0.1
 License:   GPL v2
 Group: Applications/System
 Source0:   
http://dobremiasto.net/~hoppke/yellow_brown/Hierophant-%{version}.tar.gz
@@ -39,11 +40,6 @@
 
 cp -af contrib $RPM_BUILD_ROOT%{_datadir}/%{name}/
 
-cat << EOF > $RPM_BUILD_ROOT/%{_bindir}/hbsreqs
-#!/bin/sh
-. %{_datadir}/%{name}/reqs.py \$*
-EOF
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -64,6 +60,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.2  2005/11/25 01:09:54  prism
+- lowered revision, needs some work, but useable
+
 Revision 1.1  2005/11/25 01:01:52  prism
 - new, might be useful
 


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

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


SPECS: hbs.spec (NEW) - new, might be useful

2005-11-24 Thread prism
Author: prismDate: Fri Nov 25 01:01:57 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- new, might be useful

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

 Diffs:


Index: SPECS/hbs.spec
diff -u /dev/null SPECS/hbs.spec:1.1
--- /dev/null   Fri Nov 25 02:01:57 2005
+++ SPECS/hbs.spec  Fri Nov 25 02:01:52 2005
@@ -0,0 +1,69 @@
+# TODO:
+#  - add zsh and bash completions
+#  - check python requirements for real
+
+%define_snap   20050303
+
+Summary:   Hierophant Build System - a simple packaging system
+Summary(pl):   Hierophant Build System - prosty system pakietowania
+Name:  hbs
+Version:   %{_snap}
+Release:   1
+License:   GPL v2
+Group: Applications/System
+Source0:   
http://dobremiasto.net/~hoppke/yellow_brown/Hierophant-%{version}.tar.gz
+# Source0-md5: a69d337231e91d78cc8c981ef387d28b
+URL:   http://dobremiasto.net/~hoppke/hbs/
+BuildRequires:  python
+%pyrequires_eq  python-modules
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A simple packaging system for LFS-like Linux distributions.
+
+%description -l pl
+Prosty system pakietowania dla dystrybucji Linuksa podobnych do LFS.
+
+%prep
+%setup -q -n Hierophant-%{version}
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/contrib
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+cp -af contrib $RPM_BUILD_ROOT%{_datadir}/%{name}/
+
+cat << EOF > $RPM_BUILD_ROOT/%{_bindir}/hbsreqs
+#!/bin/sh
+. %{_datadir}/%{name}/reqs.py \$*
+EOF
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}/
+%attr(750,root,root) %dir /etc/hbs/
+%attr(750,root,root) %dir /var/lib/hbs
+%attr(750,root,root) %dir /var/tmp/hbs
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/hbs/*
+
+
+%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 @pld-linux.org
+
+$Log$
+Revision 1.1  2005/11/25 01:01:52  prism
+- new, might be useful
+

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


DISTFILES: Hierophant-20050303.tar.gz

2005-11-24 Thread prism

Files fetched: 1

STORED: http://dobremiasto.net/~hoppke/yellow_brown/Hierophant-20050303.tar.gz
a69d337231e91d78cc8c981ef387d28b  Hierophant-20050303.tar.gz
Size: 30825 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): moinmoin.spec - add a patch which makes the PageEdi...

2005-11-24 Thread jpc
Author: jpc  Date: Fri Nov 25 00:50:07 2005 GMT
Module: SPECS Tag: DEVEL
 Log message:
- add a patch which makes the PageEditor render the QuickHelp 
  (which comes at the end of each edit form) from a page named
  QuickHelp (this text was hardcoded until now)

 Files affected:
SPECS:
   moinmoin.spec (1.13.2.2 -> 1.13.2.3) 

 Diffs:


Index: SPECS/moinmoin.spec
diff -u SPECS/moinmoin.spec:1.13.2.2 SPECS/moinmoin.spec:1.13.2.3
--- SPECS/moinmoin.spec:1.13.2.2Thu Nov 24 00:00:37 2005
+++ SPECS/moinmoin.spec Fri Nov 25 01:50:01 2005
@@ -1,18 +1,19 @@
 # $Revision$, $Date$
 
 %definemodule  moin
-%define _rcbeta3
+%define _rcbeta4
 
 Summary:   Wiki Engine
 Summary(pl):   Silnik Wiki
 Name:  moinmoin
 Version:   1.5.0
-Release:   0.%{_rc}.2
+Release:   0.%{_rc}.1
 License:   GPL
 Group: Applications/WWW
 Source0:   http://dl.sourceforge.net/moin/%{module}-%{version}%{_rc}.tar.gz
-# Source0-md5: 980bc9f01f4a8437899fd347ad6ad20d
+# Source0-md5: ce48757dff4bcc273fa43403f52454cb
 Patch0:%{name}-userform_customization.patch
+Patch1:%{name}-quickhelp.patch
 URL:   http://moinmoin.wikiwikiweb.de/
 BuildRequires: python
 BuildRequires: python-devel
@@ -34,6 +35,7 @@
 %prep
 %setup -q -n %{module}-%{version}%{_rc}
 %patch0 -p1
+%patch1 -p1
 
 %build
 python setup.py build
@@ -59,6 +61,11 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.13.2.3  2005/11/25 00:50:01  jpc
+- add a patch which makes the PageEditor render the QuickHelp
+  (which comes at the end of each edit form) from a page named
+  QuickHelp (this text was hardcoded until now)
+
 Revision 1.13.2.2  2005/11/23 23:00:37  jpc
 - add a patch allowing the administrator to turn off public
   registration and to completely remove quicklinks from the


 CVS-web:
http://cvs.pld-linux.org/SPECS/moinmoin.spec?r1=1.13.2.2&r2=1.13.2.3&f=u

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


DISTFILES: moin-1.5.0beta4.tar.gz

2005-11-24 Thread jpc

Files fetched: 1

STORED: http://dl.sourceforge.net/moin/moin-1.5.0beta4.tar.gz
ce48757dff4bcc273fa43403f52454cb  moin-1.5.0beta4.tar.gz
Size: 5067317 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: moinmoin-quickhelp.patch (NEW) - new patch

2005-11-24 Thread jpc
Author: jpc  Date: Fri Nov 25 00:48:26 2005 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- new patch

 Files affected:
SOURCES:
   moinmoin-quickhelp.patch (NONE -> 1.1)  (NEW)

 Diffs:


Index: SOURCES/moinmoin-quickhelp.patch
diff -u /dev/null SOURCES/moinmoin-quickhelp.patch:1.1
--- /dev/null   Fri Nov 25 01:48:26 2005
+++ SOURCES/moinmoin-quickhelp.patchFri Nov 25 01:48:20 2005
@@ -0,0 +1,21 @@
+diff -ur moin-1.5.0beta4.orig/MoinMoin/PageEditor.py 
moin-1.5.0beta4/MoinMoin/PageEditor.py
+--- moin-1.5.0beta4.orig/MoinMoin/PageEditor.py2005-11-25 
01:27:14.612927500 +0100
 moin-1.5.0beta4/MoinMoin/PageEditor.py 2005-11-25 01:34:05.810625750 
+0100
+@@ -402,14 +402,9 @@
+ self.request.write("")
+ 
+ # QuickHelp originally by Georg Mischler <[EMAIL PROTECTED]>
+-self.request.write('\n' + _(""" Emphasis:: 
[[Verbatim('')]]''italics''[[Verbatim('')]]; 
[[Verbatim(''')]]'''bold'''[[Verbatim(''')]]; [[Verbatim(')]]'bold 
italics'[[Verbatim(')]]; [[Verbatim('')]]''mixed 
''[[Verbatim(''')]]'bold'''[[Verbatim(''')]] and italics''[[Verbatim('')]]; 
[[Verbatim()]] horizontal rule.
+- Headings:: [[Verbatim(=)]] Title 1 [[Verbatim(=)]]; [[Verbatim(==)]] Title 2 
[[Verbatim(==)]]; [[Verbatim(===)]] Title 3 [[Verbatim(===)]];   
[[Verbatim()]] Title 4 [[Verbatim()]]; [[Verbatim(=)]] Title 5 
[[Verbatim(=)]].
+- Lists:: space and one of: * bullets; 1., a., A., i., I. numbered items; 1.#n 
start numbering at n; space alone indents.
+- Links:: [[Verbatim(JoinCapitalizedWords)]]; [[Verbatim(["brackets and double 
quotes"])]]; url; [url]; [url label].
+- Tables:: || cell text  cell text spanning 2 columns ||;no trailing 
white space allowed after tables or titles.
+-
+-(!) For more help, see HelpOnEditing or SyntaxReference.
+-""") + '\n\n')
++self.request.write('\n')
++Page (self.request, "QuickHelp").send_page (self.request, 
content_only=1)
++self.request.write('\n\n')
+ 
+ if preview is not None:
+ if staytop:

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


SPECS: kbiff.spec - docs cleanup, .so perms

2005-11-24 Thread qboosh
Author: qboosh   Date: Fri Nov 25 00:09:32 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- docs cleanup, .so perms

 Files affected:
SPECS:
   kbiff.spec (1.2 -> 1.3) 

 Diffs:


Index: SPECS/kbiff.spec
diff -u SPECS/kbiff.spec:1.2 SPECS/kbiff.spec:1.3
--- SPECS/kbiff.spec:1.2Fri Nov 25 01:02:39 2005
+++ SPECS/kbiff.specFri Nov 25 01:09:27 2005
@@ -60,10 +60,11 @@
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog COPYING INSTALL kbiff.lsm NEWS README
+%doc AUTHORS ChangeLog README
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/%{name}
-%{_libdir}/%{name}.*
+%attr(755,root,root) %{_libdir}/%{name}.so
+%{_libdir}/%{name}.la
 %{_desktopdir}/%{name}.desktop
 %{_datadir}/apps/%{name}
 %{_datadir}/icons/*/*/apps/%{name}.png
@@ -75,6 +76,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.3  2005/11/25 00:09:27  qboosh
+- docs cleanup, .so perms
+
 Revision 1.2  2005/11/25 00:02:39  qboosh
 - pl fixes, cleanups
 


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

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


SPECS: ivman.spec - License is QPL - devel deps

2005-11-24 Thread qboosh
Author: qboosh   Date: Fri Nov 25 00:05:54 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- License is QPL
- devel deps

 Files affected:
SPECS:
   ivman.spec (1.2 -> 1.3) 

 Diffs:


Index: SPECS/ivman.spec
diff -u SPECS/ivman.spec:1.2 SPECS/ivman.spec:1.3
--- SPECS/ivman.spec:1.2Fri Nov 25 00:49:04 2005
+++ SPECS/ivman.specFri Nov 25 01:05:49 2005
@@ -4,7 +4,7 @@
 Name:  ivman
 Version:   0.6.5
 Release:   1
-License:   GPL
+License:   QPL
 Group: Daemons
 Source0:   http://dl.sourceforge.net/ivman/%{name}-%{version}.tar.bz2
 # Source0-md5: 0d83d1d5df716c120de201d5cf3e6e9b
@@ -48,6 +48,10 @@
 Summary(pl):   Pliki niezbędne programistom używającym ivmana
 Group: Development/Libraries
 Requires:  %{name} = %{version}-%{release}
+Requires:  dbus-glib-devel >= 0.3
+Requires:  glib2-devel >= 2.6
+Requires:  hal-devel >= 0.4
+Requires:  libxml2-devel >= 2.6.17
 
 %description devel
 Ivman is an extremely flexible desktop independent frontend to HAL,
@@ -144,18 +148,18 @@
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ivman/*
 %attr(754,root,root) /etc/rc.d/init.d/*
 %attr(755,root,root) %{_bindir}/ivman
-%attr(755,root,root) %{_libdir}/libIvmConfig.so.*
+%attr(755,root,root) %{_libdir}/libIvmConfig.so.*.*.*
 %{_mandir}/man5/*.5*
 %{_mandir}/man8/*.8*
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/*.so
-%{_libdir}/*.la
+%attr(755,root,root) %{_libdir}/libIvmConfig.so
+%{_libdir}/libIvmConfig.la
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/*.a
+%{_libdir}/libIvmConfig.a
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -163,6 +167,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.3  2005/11/25 00:05:49  qboosh
+- License is QPL
+- devel deps
+
 Revision 1.2  2005/11/24 23:49:04  qboosh
 - cosmetics, strict internal deps, plain R: rc-scripts
 


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

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


SPECS: kbiff.spec - pl fixes, cleanups

2005-11-24 Thread qboosh
Author: qboosh   Date: Fri Nov 25 00:02:44 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- pl fixes, cleanups

 Files affected:
SPECS:
   kbiff.spec (1.1 -> 1.2) 

 Diffs:


Index: SPECS/kbiff.spec
diff -u SPECS/kbiff.spec:1.1 SPECS/kbiff.spec:1.2
--- SPECS/kbiff.spec:1.1Tue Nov 22 11:48:31 2005
+++ SPECS/kbiff.specFri Nov 25 01:02:39 2005
@@ -1,15 +1,15 @@
 # $Revision$, $Date$
-Name:  kbiff
-Summary:   KBiff -- Mail notification utility
+Summary:   KBiff - Mail notification utility
 Summary(pl):   Wskaźnik skrzynki pocztowej dla kde
+Name:  kbiff
 Version:   3.8
 Release:   1
 License:   GPL
 Group: X11/Applications
-URL:   http://kbiff.granroth.org
 Source0:   http://dl.sourceforge.net/kbiff/%{name}-%{version}.tar.bz2
 # Source0-md5: 97d9f7e24d4928a602f1c89d7ff18755
 Patch0:%{name}.desktop.patch
+URL:   http://kbiff.granroth.org/
 BuildRequires: automake
 BuildRequires: kdelibs-devel
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -23,13 +23,13 @@
 mailboxes with one instance. Supports SSL.
 
 %description -l pl
-Kbiff jest podobnym do xbiff programem do informowanie on nowej
-poczcie. Posiada wiele obrazków, zarządcę sesji, oraz jest
+Kbiff jest podobnym do xbiff programem do informowania o nowej
+poczcie. Posiada wiele obrazków i zarządcę sesji oraz jest
 konfigurowalny przy użyciu GUI. Dodatkowo może być zadokowany w panelu
-KDE, oraz wyświetlać animowane gify, odgrywać dźwięki systemowe, lub
+KDE oraz wyświetlać animowane gify, odgrywać dźwięki systemowe lub
 uruchamiać odpowiednią komendę w powłoce, gdy nadejdzie nowa poczta.
 Obsługuje skrzynki pocztowe w formatach: mbox, maildir, mh, POP3,
-IMAP4 oraz NNTP. Posiada możliwość monitorowania wielu kont na raz.
+IMAP4 oraz NNTP. Ma możliwość monitorowania wielu kont na raz.
 Dodatkowo obsługuje SSL.
 
 %prep
@@ -75,6 +75,8 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.2  2005/11/25 00:02:39  qboosh
+- pl fixes, cleanups
+
 Revision 1.1  2005/11/22 10:48:31  undefine
 - new by [EMAIL PROTECTED]
-


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

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


SPECS: gcc.spec - more fixes...

2005-11-24 Thread pluto
Author: plutoDate: Fri Nov 25 00:02:40 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- more fixes...

 Files affected:
SPECS:
   gcc.spec (1.387 -> 1.388) 

 Diffs:


Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.387 SPECS/gcc.spec:1.388
--- SPECS/gcc.spec:1.387Thu Nov 24 14:17:14 2005
+++ SPECS/gcc.spec  Fri Nov 25 01:02:35 2005
@@ -46,7 +46,7 @@
 Name:  gcc
 Version:   4.1.0
 %define_snap   20051123r107414
-Release:   0.%{_snap}.0.1
+Release:   0.%{_snap}.0.2
 Epoch: 5
 License:   GPL v2+
 Group: Development/Languages
@@ -111,6 +111,7 @@
 %else
 BuildRequires: glibc-devel >= 2.2.5-20
 %endif
+#{?with_java:BuildRequires:gtk+2-devel >= 2.4.0}
 %if %{with fortran}
 BuildRequires: gmp-devel
 BuildRequires: libmpfr-devel
@@ -802,6 +803,7 @@
--libexecdir=%{_libdir} \
--infodir=%{_infodir} \
--mandir=%{_mandir} \
+   --x-libraries=/usr/X11R6/%{_lib} \
--enable-shared \
--enable-threads=posix \
--enable-__cxa_atexit \
@@ -823,10 +825,12 @@
--enable-libgcj-multifile \
--enable-libgcj-database \
--enable-gtk-cairo \
-   --enable-java-awt=gtk \
 %endif
%{_target_platform}
 
+# not finished yet
+#  --enable-java-awt=gtk \
+
 # horrible compile time hog with perfect tree checking
 #  --enable-checking=all \
 
@@ -837,7 +841,7 @@
GCJFLAGS="%{rpmcflags}" \
BOOT_CFLAGS="%{rpmcflags}" \
STAGE1_CFLAGS="%{rpmcflags} -O0" \
-   GNATLIBCFLAGS="%{rpmcflags}" \
+   GNATLIBCFLAGS="%{rpmcflags} -O1" \
LDFLAGS_FOR_TARGET="%{rpmldflags}" \
mandir=%{_mandir} \
infodir=%{_infodir}
@@ -1329,6 +1333,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.388  2005/11/25 00:02:35  pluto
+- more fixes...
+
 Revision 1.387  2005/11/24 13:17:14  pluto
 - updated to 4.1.0-20051123r107414.
   working on ada on ppc/amd64. nfy, dnt.


 CVS-web:
http://cvs.pld-linux.org/SPECS/gcc.spec?r1=1.387&r2=1.388&f=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 - and exclude sparc arch

2005-11-24 Thread arekm
Author: arekmDate: Thu Nov 24 23:59:54 2005 GMT
Module: SPECS Tag: LINUX_2_6
 Log message:
- and exclude sparc arch

 Files affected:
SPECS:
   kernel.spec (1.441.2.1324 -> 1.441.2.1325) 

 Diffs:


Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1324 SPECS/kernel.spec:1.441.2.1325
--- SPECS/kernel.spec:1.441.2.1324  Fri Nov 25 00:59:08 2005
+++ SPECS/kernel.spec   Fri Nov 25 00:59:49 2005
@@ -403,6 +403,7 @@
 %else
 ExclusiveArch: %{ix86} alpha %{x8664} ia64 ppc ppc64 sparc sparc64
 %endif
+ExcludeArch:   sparc
 ExclusiveOS:   Linux
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -1721,6 +1722,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.441.2.1325  2005/11/24 23:59:49  arekm
+- and exclude sparc arch
+
 Revision 1.441.2.1324  2005/11/24 23:59:08  arekm
 - drop crosscompilation to sparc64 on sparc (we have separate builder for that)
 


 CVS-web:

http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1324&r2=1.441.2.1325&f=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 - drop crosscompilation to sparc64 ...

2005-11-24 Thread arekm
Author: arekmDate: Thu Nov 24 23:59:13 2005 GMT
Module: SPECS Tag: LINUX_2_6
 Log message:
- drop crosscompilation to sparc64 on sparc (we have separate builder for that)

 Files affected:
SPECS:
   kernel.spec (1.441.2.1323 -> 1.441.2.1324) 

 Diffs:


Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1323 SPECS/kernel.spec:1.441.2.1324
--- SPECS/kernel.spec:1.441.2.1323  Fri Nov 25 00:40:40 2005
+++ SPECS/kernel.spec   Fri Nov 25 00:59:08 2005
@@ -105,9 +105,7 @@
 
 %ifarch sparc
 # sparc32 is missing important updates from 2.5 cycle - won't build.
-# We force sparc64 here.
 %define_target_base_arch   sparc64
-%define_target_cpu sparc64
 %endif
 %ifarch ia64
 # broken
@@ -353,9 +351,6 @@
 URL:   http://www.kernel.org/
 BuildRequires: binutils >= 2.14.90.0.7
 BuildRequires: diffutils
-%ifarch sparc
-BuildRequires: crosssparc64-gcc
-%endif
 %ifarch sparc sparc64
 BuildRequires: elftoaout
 %endif
@@ -1726,6 +1721,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.441.2.1324  2005/11/24 23:59:08  arekm
+- drop crosscompilation to sparc64 on sparc (we have separate builder for that)
+
 Revision 1.441.2.1323  2005/11/24 23:40:40  arekm
 - update to 2.6.14.3
 


 CVS-web:

http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1323&r2=1.441.2.1324&f=u

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


SPECS: jakarta-commons-cli.spec - cosmetics

2005-11-24 Thread qboosh
Author: qboosh   Date: Thu Nov 24 23:51:31 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- cosmetics

 Files affected:
SPECS:
   jakarta-commons-cli.spec (1.2 -> 1.3) 

 Diffs:


Index: SPECS/jakarta-commons-cli.spec
diff -u SPECS/jakarta-commons-cli.spec:1.2 SPECS/jakarta-commons-cli.spec:1.3
--- SPECS/jakarta-commons-cli.spec:1.2  Thu Nov 24 21:28:40 2005
+++ SPECS/jakarta-commons-cli.spec  Fri Nov 25 00:51:25 2005
@@ -40,7 +40,7 @@
 %setup -q -n commons-cli-%{version}
 
 %build
-mkdir lib/
+install -d lib
 ant dist \
-Dnoget="true"
 
@@ -69,11 +69,12 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.3  2005/11/24 23:51:25  qboosh
+- cosmetics
+
 Revision 1.2  2005/11/24 20:28:40  megabajt
 - add symlink to output commons-cli jar file
 - rel 1
 
 Revision 1.1  2005/11/22 20:29:21  megabajt
 - init PLD release, nfy
-
-


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

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


SPECS: ivman.spec - cosmetics, strict internal deps, plain R: rc-s...

2005-11-24 Thread qboosh
Author: qboosh   Date: Thu Nov 24 23:49:10 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- cosmetics, strict internal deps, plain R: rc-scripts

 Files affected:
SPECS:
   ivman.spec (1.1 -> 1.2) 

 Diffs:


Index: SPECS/ivman.spec
diff -u SPECS/ivman.spec:1.1 SPECS/ivman.spec:1.2
--- SPECS/ivman.spec:1.1Mon Nov 21 18:02:23 2005
+++ SPECS/ivman.specFri Nov 25 00:49:04 2005
@@ -1,6 +1,6 @@
 # $Revision$, $Date$
 Summary:   An extremely flexible desktop independent frontend to HAL
-Summary(pl):   Wysoce konfigurowalny, niezależny od menadżera okien frontend 
do HAL
+Summary(pl):   Wysoce konfigurowalny, niezależny od zarządcy okien frontend do 
HAL
 Name:  ivman
 Version:   0.6.5
 Release:   1
@@ -15,7 +15,6 @@
 BuildRequires: glib2-devel >= 2.6
 BuildRequires: hal-devel >= 0.4
 BuildRequires: libxml2-devel >= 2.6.17
-Requires(post,preun):  rc-scripts >= 0.2.0
 Requires(post,preun):  /sbin/chkconfig
 Requires(pre):  /bin/id
 Requires(pre):  /usr/bin/getgid
@@ -24,6 +23,7 @@
 Requires(postun):  /usr/sbin/userdel
 Requires(postun):  /usr/sbin/groupdel
 Requires:  hal >= 0.4
+Requires:  rc-scripts >= 0.2.0
 Provides:  user(ivman)
 Provides:  group(plugdev)
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -45,9 +45,9 @@
 
 %package devel
 Summary:   Development files for ivman
-Summary(pl):   Pliki niezbędne programistom dla ivman
+Summary(pl):   Pliki niezbędne programistom używającym ivmana
 Group: Development/Libraries
-Requires:  %{name} = %{version}
+Requires:  %{name} = %{version}-%{release}
 
 %description devel
 Ivman is an extremely flexible desktop independent frontend to HAL,
@@ -55,8 +55,8 @@
 execute arbitrary commands when devices are added to or removed from
 your system, when device properties change, or when devices emit
 conditions. Any properties of the new or changed device can be
-included within the executed command. This package contains files need
-for development.
+included within the executed command. This package contains files
+needed for development.
 
 %description devel -l pl
 Ivman jest wysoce konfigurowalnym frontendem do HAL (Hardware
@@ -68,9 +68,9 @@
 
 %package static
 Summary:   Static libraries for ivman
-Summary(pl):   Biblioteki statyczne dla ivman
+Summary(pl):   Biblioteki statyczne ivman
 Group: Development/Libraries
-Requires:  %{name}-devel = %{version}
+Requires:  %{name}-devel = %{version}-%{release}
 
 %description static
 Ivman is an extremely flexible desktop independent frontend to HAL,
@@ -150,8 +150,8 @@
 
 %files devel
 %defattr(644,root,root,755)
-%{_libdir}/*.la
 %attr(755,root,root) %{_libdir}/*.so
+%{_libdir}/*.la
 
 %files static
 %defattr(644,root,root,755)
@@ -163,6 +163,8 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.2  2005/11/24 23:49:04  qboosh
+- cosmetics, strict internal deps, plain R: rc-scripts
+
 Revision 1.1  2005/11/21 17:02:23  jpc
 - new spec from Dariusz Włodarczyk (milley AT hostyn DOT pl)
-


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

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


DISTFILES: linux-2.6.14.3.tar.bz2 patch-2.6.14-rt4

2005-11-24 Thread arekm

Files fetched: 1

STORED: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.14.3.tar.bz2
982717a9cb246e3c427cc45e3fc86097  linux-2.6.14.3.tar.bz2
Size: 39186327 bytes
ALREADY GOT: http://people.redhat.com/mingo/realtime-preempt/patch-2.6.14-rt4
46a2a0d621bac7c4895beea2c5dcd321  patch-2.6.14-rt4


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


SOURCES (LINUX_2_6): grsecurity-2.1.7-2.6.14.2-200511150641.patch ...

2005-11-24 Thread arekm
Author: arekmDate: Thu Nov 24 23:39:58 2005 GMT
Module: SOURCES   Tag: LINUX_2_6
 Log message:
- updated for .3

 Files affected:
SOURCES:
   grsecurity-2.1.7-2.6.14.2-200511150641.patch (1.1.2.1 -> 1.1.2.2) 

 Diffs:


Index: SOURCES/grsecurity-2.1.7-2.6.14.2-200511150641.patch
diff -u SOURCES/grsecurity-2.1.7-2.6.14.2-200511150641.patch:1.1.2.1 
SOURCES/grsecurity-2.1.7-2.6.14.2-200511150641.patch:1.1.2.2
--- SOURCES/grsecurity-2.1.7-2.6.14.2-200511150641.patch:1.1.2.1Wed Nov 
16 01:06:40 2005
+++ SOURCES/grsecurity-2.1.7-2.6.14.2-200511150641.patchFri Nov 25 
00:39:52 2005
@@ -5,8 +5,8 @@
  VERSION = 2
  PATCHLEVEL = 6
  SUBLEVEL = 14
--EXTRAVERSION = .2
-+EXTRAVERSION = .2-grsec
+-EXTRAVERSION = .3
++EXTRAVERSION = .3-grsec
  NAME=Affluent Albatross
  
  # *DOCUMENTATION*


 CVS-web:

http://cvs.pld-linux.org/SOURCES/grsecurity-2.1.7-2.6.14.2-200511150641.patch?r1=1.1.2.1&r2=1.1.2.2&f=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 - update to 2.6.14.3

2005-11-24 Thread arekm
Author: arekmDate: Thu Nov 24 23:40:48 2005 GMT
Module: SPECS Tag: LINUX_2_6
 Log message:
- update to 2.6.14.3

 Files affected:
SPECS:
   kernel.spec (1.441.2.1322 -> 1.441.2.1323) 

 Diffs:


Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1322 SPECS/kernel.spec:1.441.2.1323
--- SPECS/kernel.spec:1.441.2.1322  Tue Nov 22 19:21:11 2005
+++ SPECS/kernel.spec   Fri Nov 25 00:40:40 2005
@@ -137,7 +137,7 @@
 %define_oprofile_ver   0.5.3
 %define_udev_ver   058
 
-%define_rel6
+%define_rel1
 
 %define_netfilter_snap 20051115
 %define_nf_hipac_ver   0.9.1
@@ -154,7 +154,7 @@
 Summary(fr):   Le Kernel-Linux (La partie centrale du systeme)
 Summary(pl):   Jądro Linuksa
 Name:  
kernel%{?with_grsecurity:-grsecurity}%{?with_omosix:-openmosix}%{?with_vserver:-vserver}%{?with_xen0:-xen0}%{?with_xenU:-xenU}%{?with_preemptive:-preempt}
-%define_postver.2
+%define_postver.3
 #define_postver%{nil}
 Version:   2.6.14%{_postver}
 Release:   %{_rel}
@@ -165,7 +165,7 @@
 #define_rc -rc5
 #Source0:  
ftp://ftp.kernel.org/pub/linux/kernel/v2.6/testing/linux-%{version}%{_rc}.tar.bz2
 Source0:   
http://www.kernel.org/pub/linux/kernel/v2.6/linux-%{version}%{_rc}.tar.bz2
-# Source0-md5: ace4ef323111e6cffbb159a1f5ffc550
+# Source0-md5: 982717a9cb246e3c427cc45e3fc86097
 Source1:   kernel-autoconf.h
 Source2:   kernel-config.h
 #Source3:  
http://www.kernel.org/pub/linux/kernel/v2.6/snapshots/patch-2.6.14%{_rc}-git2.bz2
@@ -173,8 +173,6 @@
 Source4:   http://people.redhat.com/mingo/realtime-preempt/patch-2.6.14-rt4
 # Source4-md5: 46a2a0d621bac7c4895beea2c5dcd321
 Source5:   kernel-ppclibs.Makefile
-Source6:   
ftp://ftp.alsa-project.org/pub/kernel-patches/alsa-git-2005-11-07.patch.gz
-# Source6-md5: f1d0ff07344cf5e2def66883077b3221
 
 Source20:  kernel-i386.config
 Source21:  kernel-i386-smp.config
@@ -254,6 +252,8 @@
 # from http://www.ssi.bg/~ja/#routers
 Patch38:   routes-2.6.14-12.diff
 
+Patch39:   alsa-git-2005-11-07.patch.gz
+
 # patch-o-matic-ng
 # [submitted]
 # [base]
@@ -745,7 +745,6 @@
 #sed -i 's#EXTRAVERSION =.*#EXTRAVERSION = #g' Makefile
 %{?with_preemptive:patch -p1 -s < %{SOURCE4}}
 install %{SOURCE5} Makefile.ppclibs
-gzip -c -d %{SOURCE6} | patch -p1 -s
 
 %{?with_pld_vers:%patch1 -p0}
 %patch2 -p1
@@ -785,6 +784,8 @@
 %patch37 -p1
 %patch38 -p1
 
+%patch39 -p1
+
 # patch-o-matic-ng
 # [base]
 %patch40 -p1
@@ -1725,6 +1726,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.441.2.1323  2005/11/24 23:40:40  arekm
+- update to 2.6.14.3
+
 Revision 1.441.2.1322  2005/11/22 18:21:11  glen
 - more group fixes
 


 CVS-web:

http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1322&r2=1.441.2.1323&f=u

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


SPECS: kdeaccessibility.spec - rel 1

2005-11-24 Thread arekm
Author: arekmDate: Thu Nov 24 23:36:23 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- rel 1

 Files affected:
SPECS:
   kdeaccessibility.spec (1.48 -> 1.49) 

 Diffs:


Index: SPECS/kdeaccessibility.spec
diff -u SPECS/kdeaccessibility.spec:1.48 SPECS/kdeaccessibility.spec:1.49
--- SPECS/kdeaccessibility.spec:1.48Mon Oct 10 13:18:11 2005
+++ SPECS/kdeaccessibility.spec Fri Nov 25 00:36:15 2005
@@ -4,11 +4,11 @@
 # - fix festival and speech_tools
 
 %define_state  stable
-%define_kdever 3.4.3
-%define_ver3.4.3
+%define_kdever 3.5
+%define_ver3.5.0
 
-%define_minlibsevr 9:3.4.3
-%define_minbaseevr 9:3.4.3
+%define_minlibsevr 9:3.5.0
+%define_minbaseevr 9:3.5.0
 
 Summary:   Accessibility support for KDE
 Summary(pl):   Ułatwienia dostępu dla KDE
@@ -19,8 +19,9 @@
 Group: X11/Applications
 Icon:  kde-access.xpm
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{_kdever}/src/%{name}-%{version}.tar.bz2
-# Source0-md5: 02f8ffe95f253aaab8a13ab7211494dc
+# Source0-md5: f88f3340acdd219050759df86e3d97d0
 URL:   http://www.kde.org/
+BuildRequires: akode-devel
 BuildRequires: festival-devel
 BuildRequires: gstreamer-plugins-devel
 BuildRequires: kdelibs-devel >= %{_minlibsevr}
@@ -160,6 +161,18 @@
 jego celem jest zostanie standardowym podsystemem dostarczającym
 wyjście mowy dla wszystkich aplikacji KDE.
 
+%package kttsd-akode
+Summary:   KTTS AKODE plugin
+Summary(pl):   Wtyczka AKODE dla KTTS
+Group: X11/Applications
+Requires:  %{name}-kttsd = %{epoch}:%{version}-%{release}
+
+%description kttsd-akode
+KTTS AKODE plugin.
+
+%description kttsd-akode -l pl
+Wtyczka AKODE dla KTTS.
+
 %package kttsd-gstreamer
 Summary:   KTTS GStreamer plugin
 Summary(pl):   Wtyczka Gstreamer dla KTTS
@@ -173,7 +186,6 @@
 Wtyczka Gstreamer dla KTTS.
 
 %prep
-#%setup -q -n %{name}-%{_snap}
 %setup -q
 %{__sed} -i -e 's/Categories=.*/Categories=Qt;KDE;Utility;Accessibility;/' \
-e 's/Terminal=0/Terminal=false/' \
@@ -185,13 +197,15 @@
 
 %build
 cp /usr/share/automake/config.sub admin
-#export UNSERMAKE=/usr/share/unsermake/unsermake
 
 %{__make} -f admin/Makefile.common cvs
 
 %configure \
--disable-rpath \
--enable-final \
+   --with-gstreamer \
+   --with-alsa \
+   --with-akode \
--enable-kttsd-festival \
--enable-kttsd-festivalcs \
--enable-kttsd-gstreamer \
@@ -230,7 +244,6 @@
 
 %files devel
 %defattr(644,root,root,755)
-%{_includedir}/kparts/kttsjobmgr.h
 %{_includedir}/ksayit_fxplugin.h
 
 %files -n kde-icons-mono
@@ -284,6 +297,8 @@
 %attr(755,root,root) %{_libdir}/kde3/kcm_kttsd.so
 %{_libdir}/kde3/ktexteditor_kttsd.la
 %attr(755,root,root) %{_libdir}/kde3/ktexteditor_kttsd.so
+%{_libdir}/kde3/libkttsd_alsaplugin.la
+%attr(755,root,root) %{_libdir}/kde3/libkttsd_alsaplugin.so
 %{_libdir}/kde3/libkttsd_artsplugin.la
 %attr(755,root,root) %{_libdir}/kde3/libkttsd_artsplugin.so
 %{_libdir}/kde3/libkttsd_commandplugin.la
@@ -316,12 +331,17 @@
 %{_desktopdir}/kde/kttsmgr.desktop
 %{_datadir}/apps/ktexteditor_kttsd
 %{_datadir}/apps/kttsd
-%{_datadir}/apps/kttsjobmgr
 %{_datadir}/services/*ktts*.desktop
 %{_datadir}/servicetypes/*ktts*.desktop
 %{_iconsdir}/*/*/*/kttsd.*
 %{_iconsdir}/*/*/*/female.*
 %{_iconsdir}/*/*/*/male.*
+%{_iconsdir}/*/*/*/*speak.png
+
+%files kttsd-akode
+%defattr(644,root,root,755)
+%{_libdir}/kde3/libkttsd_akodeplugin.la
+%attr(755,root,root) %{_libdir}/kde3/libkttsd_akodeplugin.so
 
 %files kttsd-gstreamer
 %defattr(644,root,root,755)
@@ -334,6 +354,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.49  2005/11/24 23:36:15  arekm
+- rel 1
+
 Revision 1.48  2005/10/10 11:18:11  arekm
 - rel 1
 


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

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


SOURCES: alsa-git-2005-11-07.patch.gz (NEW) - need to edit (drop r...

2005-11-24 Thread arekm
Author: arekmDate: Thu Nov 24 23:33:07 2005 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- need to edit (drop rtc part) so put into cvs

 Files affected:
SOURCES:
   alsa-git-2005-11-07.patch.gz (NONE -> 1.1)  (NEW)

 Diffs:


Index: SOURCES/alsa-git-2005-11-07.patch.gz
<>

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


SPECS: kdesdk.spec - rel 1

2005-11-24 Thread arekm
Author: arekmDate: Thu Nov 24 23:30:31 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- rel 1

 Files affected:
SPECS:
   kdesdk.spec (1.136 -> 1.137) 

 Diffs:


Index: SPECS/kdesdk.spec
diff -u SPECS/kdesdk.spec:1.136 SPECS/kdesdk.spec:1.137
--- SPECS/kdesdk.spec:1.136 Wed Nov 16 22:02:28 2005
+++ SPECS/kdesdk.spec   Fri Nov 25 00:30:25 2005
@@ -1,6 +1,5 @@
 # $Revision$, $Date$
 # TODO:
-# - add kunit test
 # - think about stuff in kio-svn, split?
 #
 # Conditional build
@@ -17,12 +16,12 @@
 Summary(pl):   KDESDK - Wsparcie programistyczne dla KDE
 Name:  kdesdk
 Version:   %{_ver}
-Release:   0.1
+Release:   1
 Epoch: 3
 License:   GPL
 Group: X11/Development/Tools
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{_kdever}/src/%{name}-%{version}.tar.bz2
-# Source0-md5: 0c6de88df6ddd2c1bb00bb1987640df9
+# Source0-md5: fbbd879d915a595a217a0a3cc700f253
 Patch100:  %{name}-branch.diff
 Patch0:%{name}-am.patch
 URL:   http://www.kde.org/
@@ -458,6 +457,13 @@
 %description kuiviewer -l pl
 Przeglądarka plików UI generowanych przez Qt designera.
 
+%package kunittest
+Summary:   KUnit Test
+Group: X11/Development/Tools
+
+%description kunittest
+KUnit Test.
+
 %package libcvsservice
 Summary:   A cvs access library
 Summary(pl):   Biblioteka dostępu do cvs
@@ -1043,6 +1049,11 @@
 %{_iconsdir}/[!l]*/*/apps/kuiviewer.png
 %{_mandir}/man1/kuiviewer.1*
 
+%files kunittest
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/kunit*
+%attr(755,root,root) %{_libdir}/libkunit*.so.*
+
 %files libcvsservice
 %defattr(644,root,root,755)
 %{_libdir}/libcvsservice.la
@@ -1201,6 +1212,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.137  2005/11/24 23:30:25  arekm
+- rel 1
+
 Revision 1.136  2005/11/16 21:02:28  arekm
 - partial update
 


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

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


SPECS: gimp-plugin-dcamnoise2.spec - pl fix, gimp epoch

2005-11-24 Thread qboosh
Author: qboosh   Date: Thu Nov 24 23:18:46 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- pl fix, gimp epoch

 Files affected:
SPECS:
   gimp-plugin-dcamnoise2.spec (1.1 -> 1.2) 

 Diffs:


Index: SPECS/gimp-plugin-dcamnoise2.spec
diff -u SPECS/gimp-plugin-dcamnoise2.spec:1.1 
SPECS/gimp-plugin-dcamnoise2.spec:1.2
--- SPECS/gimp-plugin-dcamnoise2.spec:1.1   Mon Nov 21 22:48:47 2005
+++ SPECS/gimp-plugin-dcamnoise2.spec   Fri Nov 25 00:18:41 2005
@@ -12,8 +12,8 @@
 # http://registry.gimp.org/file/dcamnoise2-0.63.c?action=download&id=6329
 Source0:   %{plugin_name}-%{version}.c
 URL:   http://registry.gimp.org/plugin?id=5610
-BuildRequires: gimp-devel
-Requires:  gimp >= 2.0
+BuildRequires: gimp-devel >= 1:2.0
+Requires:  gimp >= 1:2.0
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define_plugindir  %(gimptool --gimpplugindir)/plug-ins
@@ -24,7 +24,7 @@
 
 %description -l pl
 Wtyczka usuwająca szumy wprowadzane przez aparaty cyfrowe. Bardzo
-skuteczna. Jest dostępny w menu obrazka, w podmenu Filtry/Uwydatnianie
+skuteczna. Jest dostępna w menu obrazka, w podmenu Filtry/Uwydatnianie
 (ang. Filters/Enhance).
 
 %prep
@@ -54,7 +54,8 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.2  2005/11/24 23:18:41  qboosh
+- pl fix, gimp epoch
+
 Revision 1.1  2005/11/21 21:48:47  freetz
 - for digicam users (by Michał Kochanowicz)
-
-


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

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


SPECS: geany.spec - pl cosmetics

2005-11-24 Thread qboosh
Author: qboosh   Date: Thu Nov 24 23:17:25 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- pl cosmetics

 Files affected:
SPECS:
   geany.spec (1.5 -> 1.6) 

 Diffs:


Index: SPECS/geany.spec
diff -u SPECS/geany.spec:1.5 SPECS/geany.spec:1.6
--- SPECS/geany.spec:1.5Thu Nov 24 09:59:20 2005
+++ SPECS/geany.specFri Nov 25 00:17:19 2005
@@ -38,7 +38,7 @@
 
 %description -l pl
 Geany jest małym i lekkim zintegrowanym środowiskiem programistycznym.
-Został napisany z myślą o byciu małym i szybkim IDE, z małą ilością
+Został napisany z myślą o byciu małym i szybkim IDE, z małą liczbą
 zależności od innych pakietów. Kolejnym, przyświecającym tworzeniu go
 celem było maksymalne uniezależnienie od konkretnego środowiska
 graficznego jak KDE czy GNOME.
@@ -48,7 +48,7 @@
 - uzupełnianie kodu
 - automatyczne uzupełnianie często używanych konstrukcji jak if, for
   i while
-- automatyczne uzupełnianie tagów XML i HTML
+- automatyczne uzupełnianie znaczników XML i HTML
 - wyświetlanie podpowiedzi
 - wiele wspieranych typów plików jak C, Java, PHP, Python, Perl,
   Pascal
@@ -91,6 +91,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.6  2005/11/24 23:17:19  qboosh
+- pl cosmetics
+
 Revision 1.5  2005/11/24 08:59:20  darekr
 - BR: ac, am
 


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

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


SPECS: w32codec.spec - yet another base url - www2

2005-11-24 Thread mguevara
Author: mguevara Date: Thu Nov 24 22:50:28 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- yet another base url - www2

 Files affected:
SPECS:
   w32codec.spec (1.74 -> 1.75) 

 Diffs:


Index: SPECS/w32codec.spec
diff -u SPECS/w32codec.spec:1.74 SPECS/w32codec.spec:1.75
--- SPECS/w32codec.spec:1.74Sun Nov  6 11:15:59 2005
+++ SPECS/w32codec.spec Thu Nov 24 23:50:22 2005
@@ -4,7 +4,9 @@
 #
 #%define   source_url  
ftp://ftp1.mplayerhq.hu/MPlayer/releases/codecs/
 #%define   source_url  
ftp://ftp2.mplayerhq.hu/MPlayer/releases/codecs/
-%definesource_url  
http://www1.mplayerhq.hu/MPlayer/releases/codecs/
+#%define   source_url  
http://www1.mplayerhq.hu/MPlayer/releases/codecs/
+%definesource_url  
http://www2.mplayerhq.hu/MPlayer/releases/codecs/
+
 Summary:   Binary compression/decompression libraries used by movie players
 Summary(pl):   Binarne biblioteki do kompresji/dekompresji dla odtwarzaczy 
filmów
 %definebase_name   w32codec
@@ -125,6 +127,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.75  2005/11/24 22:50:22  mguevara
+- yet another base url - www2
+
 Revision 1.74  2005/11/06 10:15:59  adamg
 - yet another source_url
 


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

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


bootdisk/trunk/batch-installer/ui/ui-wizard

2005-11-24 Thread hawk
Author: hawk
Date: Thu Nov 24 23:17:15 2005
New Revision: 6568

Modified:
   bootdisk/trunk/batch-installer/ui/ui-wizard
Log:
- oops!


Modified: bootdisk/trunk/batch-installer/ui/ui-wizard
==
--- bootdisk/trunk/batch-installer/ui/ui-wizard (original)
+++ bootdisk/trunk/batch-installer/ui/ui-wizard Thu Nov 24 23:17:15 2005
@@ -707,8 +707,7 @@
   # Compaq NGDA, IDE raid and I2O disks.
   avail_dest_devices=`awk '
 {
-if (
-match($4, /hd[a-h]$/) ||
+if (match($4, /hd[a-h]$/) ||
 match($4, /sd[a-h]$/) ||
 match($4, /rd\/c[0-9]d[0-9]*$/) ||
 match($4, /ida\/c[0-9]d[0-9]*$/) ||
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


bootdisk/trunk/batch-installer/ui/ui-functions

2005-11-24 Thread hawk
Author: hawk
Date: Thu Nov 24 22:53:31 2005
New Revision: 6566

Modified:
   bootdisk/trunk/batch-installer/ui/ui-functions
Log:
- ide_disk_items no longer needed


Modified: bootdisk/trunk/batch-installer/ui/ui-functions
==
--- bootdisk/trunk/batch-installer/ui/ui-functions  (original)
+++ bootdisk/trunk/batch-installer/ui/ui-functions  Thu Nov 24 22:53:31 2005
@@ -322,15 +322,6 @@
   output_sysconfig > $sysconffile
 }
 
-ide_disk_items () {
-  cat 

bootdisk/trunk/batch-installer/ui/ui-main

2005-11-24 Thread hawk
Author: hawk
Date: Thu Nov 24 22:52:45 2005
New Revision: 6565

Modified:
   bootdisk/trunk/batch-installer/ui/ui-main
Log:
- updated dest_devices selection dialog


Modified: bootdisk/trunk/batch-installer/ui/ui-main
==
--- bootdisk/trunk/batch-installer/ui/ui-main   (original)
+++ bootdisk/trunk/batch-installer/ui/ui-main   Thu Nov 24 22:52:45 2005
@@ -211,14 +211,30 @@
 item5="/dev/hda /dev/hdb"
 item6="/dev/hda /dev/hdc"
 dml <`nls "Enter or choose set of destination disks"`
+`nls "Please specify space delimited list of destination disks."`
+`nls "If you have only one disk, you may select appropriate from the 
list."`
+`nls "Example: /dev/hda /dev/hdc"`
 
 
 
 ${custom_text}
-`ide_disk_items`
-$item5: `nls "Example entry for two IDE disks"`
-$item6: `nls "Example entry for two IDE disks"`
+$(
+  avail_dest_devices=`awk '
+{
+if (match($4, /hd[a-h]$/) ||
+match($4, /sd[a-h]$/) ||
+match($4, /rd\/c[0-9]d[0-9]*$/) ||
+match($4, /ida\/c[0-9]d[0-9]*$/) ||
+match($4, /cciss\/c[0-9]d[0-9]*$/) ||
+match($4, /ataraid\/d[0-9]*$/) ||
+match($4, /i2o\/hd[a-h]*$/))
+print "/dev/" $4
+}
+   ' /proc/partitions`
+  for dev in $avail_dest_devices; do
+echo "$dev $(disk_name $dev)"
+  done
+)
 
 $@
 EOF
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


bootdisk/trunk/batch-installer/ui/ui-wizard

2005-11-24 Thread hawk
Author: hawk
Date: Thu Nov 24 22:46:55 2005
New Revision: 6564

Modified:
   bootdisk/trunk/batch-installer/ui/ui-wizard
Log:
- hopefully fixed disk detection via /proc/partitions


Modified: bootdisk/trunk/batch-installer/ui/ui-wizard
==
--- bootdisk/trunk/batch-installer/ui/ui-wizard (original)
+++ bootdisk/trunk/batch-installer/ui/ui-wizard Thu Nov 24 22:46:55 2005
@@ -702,10 +702,22 @@
 select_dest_devices () {
   local avail_dest_devices tmp_devices
 
-  # get available destination devices from /proc/partitions
-  avail_dest_devices=`awk '{print $4" "$5}' /proc/partitions | \
-  grep -v ' 0$' | awk '/[1-9]/ {print "/dev/"$1}' |
-  grep -v $source_device | sort`
+  # get available destination devices from /proc/partitions,
+  # we are looking only for IDE, SCSI/SATA, DAC960, Compaq IDA,
+  # Compaq NGDA, IDE raid and I2O disks.
+  avail_dest_devices=`awk '
+{
+if (
+match($4, /hd[a-h]$/) ||
+match($4, /sd[a-h]$/) ||
+match($4, /rd\/c[0-9]d[0-9]*$/) ||
+match($4, /ida\/c[0-9]d[0-9]*$/) ||
+match($4, /cciss\/c[0-9]d[0-9]*$/) ||
+match($4, /ataraid\/d[0-9]*$/) ||
+match($4, /i2o\/hd[a-h]*$/))
+print "/dev/" $4
+}
+' /proc/partitions`
 
   if test -z "$avail_dest_devices"; then
 info $(nls "No available destination devices found.")
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SOURCES: p7zip-c++.patch (NEW) - Fixed "extra qualification" error...

2005-11-24 Thread qrczak
Author: qrczak   Date: Thu Nov 24 21:38:47 2005 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- Fixed "extra qualification" errors from g++
- Release 2

 Files affected:
SOURCES:
   p7zip-c++.patch (NONE -> 1.1)  (NEW)

 Diffs:


Index: SOURCES/p7zip-c++.patch
diff -u /dev/null SOURCES/p7zip-c++.patch:1.1
--- /dev/null   Thu Nov 24 22:38:47 2005
+++ SOURCES/p7zip-c++.patch Thu Nov 24 22:38:42 2005
@@ -0,0 +1,84 @@
+--- p7zip_4.29/7zip/Compress/Deflate/DeflateDecoder.h~ 2005-09-22 
19:53:20.0 +0200
 p7zip_4.29/7zip/Compress/Deflate/DeflateDecoder.h  2005-11-24 
19:03:34.0 +0100
+@@ -60,7 +60,7 @@
+   void DeCodeLevelTable(Byte *newLevels, int numLevels);
+   bool ReadTables();
+   
+-  void CCoder::ReleaseStreams()
++  void ReleaseStreams()
+   {
+ m_OutWindowStream.ReleaseStream();
+ ReleaseInStream();
+--- p7zip_4.29/7zip/Compress/Deflate/DeflateEncoder.h~ 2005-09-22 
19:53:20.0 +0200
 p7zip_4.29/7zip/Compress/Deflate/DeflateEncoder.h  2005-11-24 
20:56:05.0 +0100
+@@ -116,7 +116,7 @@
+   void CopyBackBlockOp(UInt32 distance, UInt32 length);
+   void WriteBlockData(bool writeMode, bool finalBlock);
+ 
+-  void CCoder::ReleaseStreams()
++  void ReleaseStreams()
+   {
+ // m_MatchFinder.ReleaseStream();
+ m_OutStream.ReleaseStream();
+--- p7zip_4.29/7zip/Archive/7z/7zIn.h~ 2005-09-22 19:53:23.0 +0200
 p7zip_4.29/7zip/Archive/7z/7zIn.h  2005-11-24 21:06:39.0 +0100
+@@ -244,7 +244,7 @@
+   CRecordVector &digestsDefined, 
+   CRecordVector &digests);
+ 
+-  HRESULT CInArchive::ReadStreamsInfo(
++  HRESULT ReadStreamsInfo(
+   const CObjectVector *dataVector,
+   UInt64 &dataOffset,
+   CRecordVector &packSizes,
+--- p7zip_4.29/7zip/UI/Console/ExtractCallbackConsole.h~   2005-09-22 
19:53:22.0 +0200
 p7zip_4.29/7zip/UI/Console/ExtractCallbackConsole.h2005-11-24 
21:18:50.0 +0100
+@@ -52,7 +52,7 @@
+ 
+   CStdOutStream *OutStream;
+ 
+-  void CExtractCallbackConsole::Init()
++  void Init()
+   {
+ NumArchives = 0;
+ NumArchiveErrors = 0;
+--- p7zip_4.29/7zip/Compress/Arj/ArjDecoder1.h~2005-09-22 
19:53:21.0 +0200
 p7zip_4.29/7zip/Compress/Arj/ArjDecoder1.h 2005-11-24 21:57:58.0 
+0100
+@@ -58,7 +58,7 @@
+   UInt32 c_table[CTABLESIZE];
+   UInt32 pt_table[PTABLESIZE];
+   
+-  void CCoder::ReleaseStreams()
++  void ReleaseStreams()
+   {
+ m_OutWindowStream.ReleaseStream();
+ m_InBitStream.ReleaseStream();
+--- p7zip_4.29/7zip/Compress/Arj/ArjDecoder2.h~2005-09-22 
19:53:21.0 +0200
 p7zip_4.29/7zip/Compress/Arj/ArjDecoder2.h 2005-11-24 21:58:30.0 
+0100
+@@ -26,7 +26,7 @@
+   CLZOutWindow m_OutWindowStream;
+   NStream::NMSBF::CDecoder m_InBitStream;
+   
+-  void CCoder::ReleaseStreams()
++  void ReleaseStreams()
+   {
+ m_OutWindowStream.ReleaseStream();
+ m_InBitStream.ReleaseStream();
+@@ -62,4 +62,4 @@
+ 
+ }}}
+ 
+-#endif
+\ Brak znaku nowej linii na końcu pliku
++#endif
+--- p7zip_4.29/7zip/Compress/Lzh/LzhDecoder.h~ 2005-09-22 19:53:21.0 
+0200
 p7zip_4.29/7zip/Compress/Lzh/LzhDecoder.h  2005-11-24 22:00:22.0 
+0100
+@@ -53,7 +53,7 @@
+   CHuffmanDecoder m_PHuffmanDecoder;
+   CHuffmanDecoder m_CHuffmanDecoder;
+ 
+-  void CCoder::ReleaseStreams()
++  void ReleaseStreams()
+   {
+ m_OutWindowStream.ReleaseStream();
+ m_InBitStream.ReleaseStream();

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


SPECS: p7zip.spec - Fixed "extra qualification" errors from g++ - ...

2005-11-24 Thread qrczak
Author: qrczak   Date: Thu Nov 24 21:38:47 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- Fixed "extra qualification" errors from g++
- Release 2

 Files affected:
SPECS:
   p7zip.spec (1.21 -> 1.22) 

 Diffs:


Index: SPECS/p7zip.spec
diff -u SPECS/p7zip.spec:1.21 SPECS/p7zip.spec:1.22
--- SPECS/p7zip.spec:1.21   Tue Oct 25 17:52:34 2005
+++ SPECS/p7zip.specThu Nov 24 22:38:41 2005
@@ -3,12 +3,13 @@
 Summary(pl):   Paker plików z najwyższym stopniem kompresji
 Name:  p7zip
 Version:   4.29
-Release:   1
+Release:   2
 License:   LGPL
 Group: Applications/Archiving
 Source0:   
http://dl.sourceforge.net/p7zip/%{name}_%{version}_src_all.tar.bz2
 # Source0-md5: 1ea12d7e91c9c67fb6512a6a144b8431
 Patch0:%{name}-opt.patch
+Patch1:%{name}-c++.patch
 URL:   http://p7zip.sourceforge.net/
 BuildRequires: libstdc++-devel
 BuildRequires: sed >= 4.0
@@ -57,6 +58,7 @@
 %prep
 %setup -q -n %{name}_%{version}
 %patch0 -p1
+%patch1 -p1
 
 cp -f makefile.linux_x86_ppc_alpha makefile.machine
 
@@ -106,6 +108,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.22  2005/11/24 21:38:41  qrczak
+- Fixed "extra qualification" errors from g++
+- Release 2
+
 Revision 1.21  2005/10/25 15:52:34  qboosh
 - no macro in Obsoletes for old package
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/p7zip.spec?r1=1.21&r2=1.22&f=u

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


SPECS: biew.spec - pass CC

2005-11-24 Thread darekr
Author: darekr   Date: Thu Nov 24 21:10:30 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- pass CC

 Files affected:
SPECS:
   biew.spec (1.22 -> 1.23) 

 Diffs:


Index: SPECS/biew.spec
diff -u SPECS/biew.spec:1.22 SPECS/biew.spec:1.23
--- SPECS/biew.spec:1.22Wed Mar 23 18:18:07 2005
+++ SPECS/biew.spec Thu Nov 24 22:10:25 2005
@@ -53,6 +53,7 @@
 %endif
 
 %{__make} \
+   CC="%{__cc}" \
HOST_CFLAGS="%{rpmcflags}" \
TARGET_PLATFORM=$target \
TARGET_OS=unix \
@@ -84,6 +85,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.23  2005/11/24 21:10:25  darekr
+- pass CC
+
 Revision 1.22  2005/03/23 17:18:07  glen
 - dropped SourceX-size
 


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

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


SPECS: kdemultimedia.spec - rel 2; port to new libtunepimp

2005-11-24 Thread arekm
Author: arekmDate: Thu Nov 24 21:03:23 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- rel 2; port to new libtunepimp

 Files affected:
SPECS:
   kdemultimedia.spec (1.203 -> 1.204) 

 Diffs:


Index: SPECS/kdemultimedia.spec
diff -u SPECS/kdemultimedia.spec:1.203 SPECS/kdemultimedia.spec:1.204
--- SPECS/kdemultimedia.spec:1.203  Thu Nov 24 18:02:01 2005
+++ SPECS/kdemultimedia.specThu Nov 24 22:03:10 2005
@@ -19,7 +19,7 @@
 Summary(pl):   K Desktop Environment - aplikacje multimedialne
 Name:  kdemultimedia
 Version:   %{_ver}
-Release:   1
+Release:   2
 Epoch: 9
 License:   GPL
 Vendor:The KDE Team
@@ -29,6 +29,7 @@
 Patch0:kde-common-PLD.patch
 Patch100:  %{name}-branch.diff
 Patch1:%{name}-llh.patch
+Patch2:%{name}-libtunepimp.patch
 BuildRequires: akode-devel
 %{?with_alsa:BuildRequires:alsa-lib-devel}
 BuildRequires: arts-qt-devel
@@ -52,7 +53,7 @@
 BuildRequires: libsamplerate-devel
 BuildRequires: libmusicbrainz-devel >= 1:2.1.1
 BuildRequires: libtheora-devel
-BuildRequires: libtunepimp-devel
+BuildRequires: libtunepimp-devel >= 0.4.0
 BuildRequires: libvorbis-devel
 BuildRequires: pkgconfig
 BuildRequires: polypaudio-devel
@@ -510,6 +511,7 @@
 #%patch100 -p0
 %patch0 -p1
 #%patch1 -p1
+%patch2 -p1
 
 %{__sed} -i -e 's/Categories=.*/Categories=Qt;KDE;Audio;Player;/' \
-e 's/Terminal=0/Terminal=false/' \
@@ -969,6 +971,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.204  2005/11/24 21:03:10  arekm
+- rel 2; port to new libtunepimp
+
 Revision 1.203  2005/11/24 17:02:01  arekm
 - rel 1
 


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

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


SPECS: nautilus-actions.spec - rel.2

2005-11-24 Thread freetz
Author: freetz   Date: Thu Nov 24 20:50:36 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- rel.2

 Files affected:
SPECS:
   nautilus-actions.spec (1.9 -> 1.10) 

 Diffs:


Index: SPECS/nautilus-actions.spec
diff -u SPECS/nautilus-actions.spec:1.9 SPECS/nautilus-actions.spec:1.10
--- SPECS/nautilus-actions.spec:1.9 Thu Nov 24 21:36:23 2005
+++ SPECS/nautilus-actions.spec Thu Nov 24 21:50:31 2005
@@ -3,7 +3,7 @@
 Summary(pl):   Rozszerzenie dodające własne polecenia w menu Nautilusa
 Name:  nautilus-actions
 Version:   0.99
-Release:   1
+Release:   2
 License:   GPL v2
 Group: X11/Applications
 Source0:   ftp://ftp2.grumz.net/grumz/%{name}-%{version}.tar.gz
@@ -83,6 +83,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.10  2005/11/24 20:50:31  freetz
+- rel.2
+
 Revision 1.9  2005/11/24 20:36:23  freetz
 - 0.99, install schemas, dropped python dependencies in this release,
   updated BRs, updated URL


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

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


DISTFILES: Azureus_2.3.0.6_source.zip

2005-11-24 Thread megabajt

Files fetched: 1

STORED: http://dl.sourceforge.net/azureus/Azureus_2.3.0.6_source.zip
d02357ee2917482fee1174a0dc549c5e  Azureus_2.3.0.6_source.zip
Size: 4773566 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: Azureus.spec - update to 2.3.0.6 - rel 0.1

2005-11-24 Thread megabajt
Author: megabajt Date: Thu Nov 24 20:46:46 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- update to 2.3.0.6
- rel 0.1

 Files affected:
SPECS:
   Azureus.spec (1.6 -> 1.7) 

 Diffs:


Index: SPECS/Azureus.spec
diff -u SPECS/Azureus.spec:1.6 SPECS/Azureus.spec:1.7
--- SPECS/Azureus.spec:1.6  Sun May 29 11:10:29 2005
+++ SPECS/Azureus.spec  Thu Nov 24 21:46:41 2005
@@ -1,23 +1,27 @@
 # $Revision$, $Date$
-Summary:   Azureus - Java BitTorrent blient
+Summary:   Azureus - Java BitTorrent client
 Summary(pl):   Azureus - klient BitTorrenta w Javie
 Name:  Azureus
-Version:   2.1.0.4
+Version:   2.3.0.6
 Release:   0.1
 License:   GPL
-Group: Applications/Networking
+Group: X11/Applications/Networking
 Source0:   http://dl.sourceforge.net/azureus/%{name}_%{version}_source.zip
-# Source0-md5: 372fd6920f490ad3bc696c3ac23b0fb2
+# Source0-md5: d02357ee2917482fee1174a0dc549c5e
+Source1:   %{name}.png
+Source2:   %{name}.desktop
+Source3:   %{name}.sh
+Patch0:%{name}-buildfile.patch
 URL:   http://azureus.sourceforge.net/
-BuildRequires: someone-who-will-finish-this-spec
-BuildRequires: SEDA
-# we need SWT (whatever is it), not whole eclipse...  do we?
-BuildRequires: eclipse
+BuildRequires: eclipse-swt >= 3.1.1
 BuildRequires: jakarta-commons-cli
 BuildRequires: jakarta-log4j
-BuildRequires: jdk
+BuildRequires: jdk >= 1.4
 BuildRequires: unzip
-Requires:  jre
+Requires:  eclipse-swt >= 3.1.1
+Requires:  jakarta-commons-cli
+Requires:  jakarta-log4j
+Requires:  jre >= 1.4
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -37,24 +41,32 @@
 
 %prep
 %setup -q -c
+%patch0 -p0
 
 %build
-%configure
-%{__make}
+rm -rf org/gudy/azureus2/platform/macosx/access
+rm -rf org/gudy/azureus2/ui/swt/{osx,test}
+##export ANT_OPTS=-Xmx128M
+ant jar
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d 
$RPM_BUILD_ROOT{%{_libdir}/Azureus,%{_pixmapsdir},%{_desktopdir},%{_bindir}}
 
-%{__make} install \
-   DESTDIR=$RPM_BUILD_ROOT
+install %{SOURCE1} $RPM_BUILD_ROOT%{_pixmapsdir}
+install %{SOURCE2} $RPM_BUILD_ROOT%{_desktopdir}
+install %{SOURCE3} $RPM_BUILD_ROOT%{_bindir}/Azureus
+install dist/Azureus2.jar $RPM_BUILD_ROOT%{_libdir}/Azureus/Azureus.jar
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/*
-%{_datadir}/%{name}
+%attr(755,root,root) %{_bindir}/Azureus
+%{_desktopdir}/Azureus.desktop
+%{_pixmapsdir}/Azureus.png
+%{_libdir}/Azureus
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -62,6 +74,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.7  2005/11/24 20:46:41  megabajt
+- update to 2.3.0.6
+- rel 0.1
+
 Revision 1.6  2005/05/29 09:10:29  paszczus
 - added BR: unzip
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/Azureus.spec?r1=1.6&r2=1.7&f=u

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


SOURCES: Azureus-buildfile.patch (NEW) - fix build Azureus

2005-11-24 Thread megabajt
Author: megabajt Date: Thu Nov 24 20:45:06 2005 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- fix build Azureus

 Files affected:
SOURCES:
   Azureus-buildfile.patch (NONE -> 1.1)  (NEW)

 Diffs:


Index: SOURCES/Azureus-buildfile.patch
diff -u /dev/null SOURCES/Azureus-buildfile.patch:1.1
--- /dev/null   Thu Nov 24 21:45:06 2005
+++ SOURCES/Azureus-buildfile.patch Thu Nov 24 21:45:01 2005
@@ -0,0 +1,125 @@
+--- build.xml  2005-10-25 07:21:00.0 +0200
 build.xml.new  2005-11-23 19:57:23.0 +0100
+@@ -1,61 +1,61 @@
+-
+-
+-
+-
+- 
+-   
+-   
+-   
+-   
+-   
+-   
+-   
+-   
+-   
+-  
+-
+-  
+-
+-  
+-   
+-  
+-   
+-
+-   
+-   
+-  
+- 
+-  
+-   
+-  
+- 
+-  
+-   
+-
+-
+-   
+-  
+- 
+-
+-
+- 
+-  
+-  
+-  
+-
+-   
+-
+-
+-   
+-  
+- 
+- 
+-  
+-  
+-  
+-   
+-
+-
+-
++
++
++
++
++ 
++   
++   
++   
++   
++   
++   
++   
++   
++  
++
++  
++
++  
++   
++  
++   
++
++   
++   
++  
++ 
++  
++  
++  
++  
++   
++  
++   
++
++
++   
++  
++ 
++
++
++ 
++  
++  
++  
++
++   
++
++
++   
++  
++ 
++ 
++  
++  
++  
++   
++
++
++

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


SOURCES: Azureus.sh (NEW) - script to exec Azureus

2005-11-24 Thread megabajt
Author: megabajt Date: Thu Nov 24 20:43:48 2005 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- script to exec Azureus

 Files affected:
SOURCES:
   Azureus.sh (NONE -> 1.1)  (NEW)

 Diffs:


Index: SOURCES/Azureus.sh
diff -u /dev/null SOURCES/Azureus.sh:1.1
--- /dev/null   Thu Nov 24 21:43:48 2005
+++ SOURCES/Azureus.sh  Thu Nov 24 21:43:43 2005
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+if [ `arch` == "x86_64" ]; then
+   LIBDIR="/usr/lib64"
+else
+   LIBDIR="/usr/lib"
+fi
+
+AZURDIR="$LIBDIR/Azureus"
+
+CLASSPATH="/usr/share/java/swt.jar:/usr/share/java/commons-cli.jar:/usr/share/java/log4j.jar:$AZURDIR/Azureus.jar"
+
+java -cp $CLASSPATH -Djava.library.path=$LIBDIR/swt 
org.gudy.azureus2.ui.swt.Main
+

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


SOURCES: nautilus-actions-desktop.patch - updated for 0.99

2005-11-24 Thread freetz
Author: freetz   Date: Thu Nov 24 20:43:00 2005 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- updated for 0.99

 Files affected:
SOURCES:
   nautilus-actions-desktop.patch (1.4 -> 1.5) 

 Diffs:


Index: SOURCES/nautilus-actions-desktop.patch
diff -u SOURCES/nautilus-actions-desktop.patch:1.4 
SOURCES/nautilus-actions-desktop.patch:1.5
--- SOURCES/nautilus-actions-desktop.patch:1.4  Sun Oct 30 20:58:03 2005
+++ SOURCES/nautilus-actions-desktop.patch  Thu Nov 24 21:42:55 2005
@@ -1,13 +1,9 @@
-diff -aurN nautilus-actions-0.7.1.orig/nact/nact.desktop.in.in 
nautilus-actions-0.7.1/nact/nact.desktop.in.in
 nautilus-actions-0.7.1.orig/nact/nact.desktop.in.in2005-09-26 
15:53:11.0 +0200
-+++ nautilus-actions-0.7.1/nact/nact.desktop.in.in 2005-10-30 
21:47:14.0 +0100
-@@ -4,6 +4,6 @@
- Encoding=UTF-8
- _Name=Nautilus Actions Configuration
- _Comment=Add items to the Nautilus context menu
[EMAIL PROTECTED]@/nautilus-actions-config
--Icon=nautilus-actions-icon.png
+diff -aurN nautilus-actions-0.99.orig/nact/nact.desktop.in 
nautilus-actions-0.99/nact/nact.desktop.in
+--- nautilus-actions-0.99.orig/nact/nact.desktop.in2005-10-28 
15:32:52.0 +0200
 nautilus-actions-0.99/nact/nact.desktop.in 2005-11-24 21:23:53.0 
+0100
+@@ -6,4 +6,4 @@
+ _Comment=Add items to the Nautilus popup menu
+ Exec=nautilus-actions-config
+ Icon=nautilus-actions-icon.png
 -Categories=Application;FileManager;DesktopSettings;Settings;AdvancedSettings;
-+Exec=nautilus-actions-config
-+Icon=nautilus-actions-icon
 +Categories=GTK;GNOME;Settings;AdvancedSettings;X-Capplet;


 CVS-web:

http://cvs.pld-linux.org/SOURCES/nautilus-actions-desktop.patch?r1=1.4&r2=1.5&f=u

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


SOURCES: Azureus.png (NEW) - icon for Azureus

2005-11-24 Thread megabajt
Author: megabajt Date: Thu Nov 24 20:42:31 2005 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- icon for Azureus

 Files affected:
SOURCES:
   Azureus.png (NONE -> 1.1)  (NEW)

 Diffs:


Index: SOURCES/Azureus.png
<>

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


SOURCES: Azureus.desktop (NEW) - desktop file for Azureus

2005-11-24 Thread megabajt
Author: megabajt Date: Thu Nov 24 20:41:48 2005 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- desktop file for Azureus

 Files affected:
SOURCES:
   Azureus.desktop (NONE -> 1.1)  (NEW)

 Diffs:


Index: SOURCES/Azureus.desktop
diff -u /dev/null SOURCES/Azureus.desktop:1.1
--- /dev/null   Thu Nov 24 21:41:48 2005
+++ SOURCES/Azureus.desktop Thu Nov 24 21:41:43 2005
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Name=Azureus
+Comment=BitTorrent client
+Comment[pl]=Klient BitTorrenta
+Exec=Azureus
+Icon=Azureus.png
+Terminal=false
+Categories=Java;Network;P2P;
+Type=Application
+Encoding=UTF-8
+# vi: encoding=utf-8

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


SPECS: eclipse-swt.spec - update to 3.1.1 - now create also swt.ja...

2005-11-24 Thread megabajt
Author: megabajt Date: Thu Nov 24 20:39:18 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- update to 3.1.1
- now create also swt.jar
- add symlinks to libswt-*
- build, but without cairo
- release 0.1

 Files affected:
SPECS:
   eclipse-swt.spec (1.4 -> 1.5) 

 Diffs:


Index: SPECS/eclipse-swt.spec
diff -u SPECS/eclipse-swt.spec:1.4 SPECS/eclipse-swt.spec:1.5
--- SPECS/eclipse-swt.spec:1.4  Mon Oct 31 19:59:47 2005
+++ SPECS/eclipse-swt.spec  Thu Nov 24 21:39:13 2005
@@ -4,10 +4,11 @@
 %bcond_without gnome   # build without gnome
 %bcond_without cairo   # build without cairo
 #
-%define   _buildid  200506271435
+%define   _buildid  200509290840
 #define   _mver   M6
-%define   _ver_major  3.1
+%define   _ver_major  3.1.1
 %define   _ver_minor  0
+%define   _ver_swt3139
 %define   _ver%{_ver_major}.%{_ver_minor}
 
 %ifarch %{x8664}
@@ -41,7 +42,7 @@
 Group: Libraries
 #Source0:  
http://download.eclipse.org/downloads/drops/S-%{_ver_major}%{_mver}-%{_buildid}/eclipse-sourceBuild-srcIncluded-%{_ver_major}%{_mver}.zip
 Source0:   
http://download.eclipse.org/eclipse/downloads/drops/R-%{_ver_major}-%{_buildid}/eclipse-sourceBuild-srcIncluded-%{_ver_major}.zip
-# Source0-md5:  19ad65d52005da5eaa1d3687b3a50de2
+# Source0-md5: 0d78d5f8afe767014a1cc69ee8c20869
 Patch0:%{name}-NULL.patch
 Patch1:%{name}-makefile.patch
 Patch2:%{name}-nognome.patch
@@ -119,17 +120,40 @@
 #{__make} -f make_linux.mak make_mozilla \
 #OPT="%{rpmcflags}"
 
+cd ../%{_swtsrcdir}
+ant build.jars
+
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d 
$RPM_BUILD_ROOT%{_libdir}/swt/%{_swtgtkdir}_%{_ver_major}.%{_ver_minor}/os/linux/%{_eclipse_arch}
+install -d 
$RPM_BUILD_ROOT%{_libdir}/swt/%{_swtgtkdir}_%{_ver_major}.%{_ver_minor}/os/linux/%{_eclipse_arch}
 \
+   $RPM_BUILD_ROOT%{_javadir}
+
+install %{_swtsrcdir}/swt.jar $RPM_BUILD_ROOT%{_javadir}
+
 cd swt
 install libswt-*.so \
-
$RPM_BUILD_ROOT%{_libdir}/swt/%{_swtgtkdir}_%{_ver_major}.%{_ver_minor}/os/linux/%{_eclipse_arch}
+   
$RPM_BUILD_ROOT%{_libdir}/swt/%{_swtgtkdir}_%{_ver_major}.%{_ver_minor}/os/linux/%{_eclipse_arch}
+
+ln -sf 
%{_libdir}/swt/%{_swtgtkdir}_%{_ver_major}.%{_ver_minor}/os/linux/%{_eclipse_arch}/libswt-atk-gtk-%{_ver_swt}.so
 \
+   $RPM_BUILD_ROOT%{_libdir}/swt
+ln -sf 
%{_libdir}/swt/%{_swtgtkdir}_%{_ver_major}.%{_ver_minor}/os/linux/%{_eclipse_arch}/libswt-awt-gtk-%{_ver_swt}.so
 \
+   $RPM_BUILD_ROOT%{_libdir}/swt
+ln -sf 
%{_libdir}/swt/%{_swtgtkdir}_%{_ver_major}.%{_ver_minor}/os/linux/%{_eclipse_arch}/libswt-gtk-%{_ver_swt}.so
 \
+   $RPM_BUILD_ROOT%{_libdir}/swt
+ln -sf 
%{_libdir}/swt/%{_swtgtkdir}_%{_ver_major}.%{_ver_minor}/os/linux/%{_eclipse_arch}/libswt-mozilla-gtk-%{_ver_swt}.so
 \
+   $RPM_BUILD_ROOT%{_libdir}/swt
+ln -sf 
%{_libdir}/swt/%{_swtgtkdir}_%{_ver_major}.%{_ver_minor}/os/linux/%{_eclipse_arch}/libswt-pi-gtk-%{_ver_swt}.so
 \
+   $RPM_BUILD_ROOT%{_libdir}/swt
 
 %if %{with cairo}
 install libcairo.so* $RPM_BUILD_ROOT%{_libdir}/swt
 %endif
 
+%if %{with gnome}
+ln -sf 
%{_libdir}/swt/%{_swtgtkdir}_%{_ver_major}.%{_ver_minor}/os/linux/%{_eclipse_arch}/libswt-gnome-gtk-%{_ver_swt}.so
 \
+   $RPM_BUILD_ROOT%{_libdir}/swt
+%endif
+
 install *.html $RPM_BUILD_ROOT%{_libdir}/swt
 cp -rf about_files $RPM_BUILD_ROOT%{_libdir}/swt
 
@@ -143,8 +167,10 @@
 %dir %{_libdir}/swt/%{_swtgtkdir}_*.*.*/os
 %dir %{_libdir}/swt/%{_swtgtkdir}_*.*.*/os/linux
 %dir %{_libdir}/swt/%{_swtgtkdir}_*.*.*/os/linux/%{_eclipse_arch}
+%{_javadir}/swt.jar
 %{_libdir}/swt/about_files
 %{_libdir}/swt/about.html
+%{_libdir}/swt/libswt-*-%{_ver_swt}.so
 %attr(755,root,root) 
%{_libdir}/swt/%{_swtgtkdir}_*.*.*/os/linux/%{_eclipse_arch}/libswt-atk-gtk-*.so
 %attr(755,root,root) 
%{_libdir}/swt/%{_swtgtkdir}_*.*.*/os/linux/%{_eclipse_arch}/libswt-awt-gtk-*.so
 %if %{with gnome}
@@ -161,6 +187,13 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.5  2005/11/24 20:39:13  megabajt
+- update to 3.1.1
+- now create also swt.jar
+- add symlinks to libswt-*
+- build, but without cairo
+- release 0.1
+
 Revision 1.4  2005/10/31 18:59:47  adamg
 - builds (--without cairo)
 


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

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


SPECS: nautilus-actions.spec - 0.99, install schemas, dropped pyth...

2005-11-24 Thread freetz
Author: freetz   Date: Thu Nov 24 20:36:29 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- 0.99, install schemas, dropped python dependencies in this release,
  updated BRs, updated URL

 Files affected:
SPECS:
   nautilus-actions.spec (1.8 -> 1.9) 

 Diffs:


Index: SPECS/nautilus-actions.spec
diff -u SPECS/nautilus-actions.spec:1.8 SPECS/nautilus-actions.spec:1.9
--- SPECS/nautilus-actions.spec:1.8 Sun Oct 30 20:57:27 2005
+++ SPECS/nautilus-actions.spec Thu Nov 24 21:36:23 2005
@@ -2,27 +2,28 @@
 Summary:   Nautilus extension which adds customized command in Nautilus 
menu
 Summary(pl):   Rozszerzenie dodające własne polecenia w menu Nautilusa
 Name:  nautilus-actions
-Version:   0.7.1
+Version:   0.99
 Release:   1
 License:   GPL v2
 Group: X11/Applications
 Source0:   ftp://ftp2.grumz.net/grumz/%{name}-%{version}.tar.gz
-# Source0-md5: 98caa03d2d0616a9dd4a4c35c08d4502
+# Source0-md5: 682d452e4b05c77b5a258c7ec49634bc
 Patch0:%{name}-desktop.patch
-URL:   http://www.grumz.net/?q=taxonomy/term/2/9
+URL:   http://www.grumz.net/node/8/
+BuildRequires: GConf2-devel >= 2.8.0
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
 BuildRequires: gettext-devel
 BuildRequires: glib2-devel >= 1:2.8.1
 BuildRequires: intltool
 BuildRequires: libbonobo-devel >= 2.10.0
+BuildRequires: libglade2 >= 2.4.0
 BuildRequires: libgnomeui-devel >= 2.12.0
 BuildRequires: libtool
-BuildRequires: libxml2-devel
+BuildRequires: libxml2-devel >= 1:2.6.0
 BuildRequires: nautilus-devel >= 2.12.0
+Requires(post,preun):  GConf2
 Requires:  nautilus >= 2.12.0
-Requires:  python-libxml2
-Requires:  python-pygtk-glade >= 2.8.0
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -41,7 +42,10 @@
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-%configure
+%configure \
+   --disable-schemas-install \
+   --enable-commandline-tool
+   
 %{__make}
 
 %install
@@ -57,6 +61,12 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+%gconf_schema_install config_newaction.schemas
+
+%preun
+%gconf_schema_uninstall config_newaction.schemas
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog
@@ -65,6 +75,7 @@
 %{_desktopdir}/*
 %{_pixmapsdir}/*.png
 %attr(755,root,root) %{_libdir}/nautilus/extensions-1.0/*.so
+%{_sysconfdir}/gconf/schemas/config_newaction.schemas
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -72,6 +83,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.9  2005/11/24 20:36:23  freetz
+- 0.99, install schemas, dropped python dependencies in this release,
+  updated BRs, updated URL
+
 Revision 1.8  2005/10/30 19:57:27  freetz
 - 0.7.1, updated %%files
 


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

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


DISTFILES: nautilus-actions-0.99.tar.gz

2005-11-24 Thread freetz

Files fetched: 1

STORED: ftp://ftp2.grumz.net/grumz/nautilus-actions-0.99.tar.gz
682d452e4b05c77b5a258c7ec49634bc  nautilus-actions-0.99.tar.gz
Size: 610351 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: jakarta-commons-cli.spec - add symlink to output commons-cl...

2005-11-24 Thread megabajt
Author: megabajt Date: Thu Nov 24 20:28:54 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- add symlink to output commons-cli jar file
- rel 1

 Files affected:
SPECS:
   jakarta-commons-cli.spec (1.1 -> 1.2) 

 Diffs:


Index: SPECS/jakarta-commons-cli.spec
diff -u SPECS/jakarta-commons-cli.spec:1.1 SPECS/jakarta-commons-cli.spec:1.2
--- SPECS/jakarta-commons-cli.spec:1.1  Tue Nov 22 21:29:21 2005
+++ SPECS/jakarta-commons-cli.spec  Thu Nov 24 21:28:40 2005
@@ -3,7 +3,7 @@
 Summary(pl):   Jakarta Commons CLI - API do pracy z linią poleceń
 Name:  jakarta-commons-cli
 Version:   1.0
-Release:   0.1
+Release:   1
 License:   Apache v1.1
 Group: Development/Languages/Java
 Source0:   
http://www.apache.org/dist/jakarta/commons/cli/source/cli-%{version}-src.tar.gz
@@ -49,6 +49,7 @@
 install -d $RPM_BUILD_ROOT%{_javadir}
 
 install dist/*.jar $RPM_BUILD_ROOT%{_javadir}
+ln -sf commons-cli-%{version}-beta-2-dev.jar 
$RPM_BUILD_ROOT%{_javadir}/commons-cli.jar
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -68,6 +69,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.2  2005/11/24 20:28:40  megabajt
+- add symlink to output commons-cli jar file
+- rel 1
+
 Revision 1.1  2005/11/22 20:29:21  megabajt
 - init PLD release, nfy
 


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

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


DISTFILES: shorewall-3.0.1.tgz

2005-11-24 Thread dzeus

Files fetched: 1

STORED: 
http://shorewall.net/pub/shorewall/3.0/shorewall-3.0.1/shorewall-3.0.1.tgz
aa0a3dcbaef5cef50472bd650d435716  shorewall-3.0.1.tgz
Size: 199521 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: shorewall.spec - up to 3.0.1

2005-11-24 Thread dzeus
Author: dzeusDate: Thu Nov 24 19:56:44 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 3.0.1

 Files affected:
SPECS:
   shorewall.spec (1.29 -> 1.30) 

 Diffs:


Index: SPECS/shorewall.spec
diff -u SPECS/shorewall.spec:1.29 SPECS/shorewall.spec:1.30
--- SPECS/shorewall.spec:1.29   Fri Nov 11 19:39:07 2005
+++ SPECS/shorewall.specThu Nov 24 20:56:37 2005
@@ -2,12 +2,12 @@
 Summary:   Shoreline Firewall - an iptables-based firewall for Linux 
systems
 Summary(pl):   Shoreline Firewall - zapora sieciowa oparta na iptables
 Name:  shorewall
-Version:   3.0.0
+Version:   3.0.1
 Release:   0.2
 License:   GPL
 Group: Networking/Utilities
 Source0:   
http://shorewall.net/pub/shorewall/3.0/shorewall-%{version}/%{name}-%{version}.tgz
-# Source0-md5: 6fe69c3ad41f04e3bc0d7987a0c0d3ce
+# Source0-md5: aa0a3dcbaef5cef50472bd650d435716
 Source1:   %{name}.init
 Patch0:%{name}-config.patch
 URL:   http://www.shorewall.net/
@@ -159,6 +159,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.30  2005/11/24 19:56:37  dzeus
+- up to 3.0.1
+
 Revision 1.29  2005/11/11 18:39:07  dzeus
 - up to 3.0.0 - current stable version
 - more new features, manpage, not tested


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

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


SOURCES: kdemultimedia-libtunepimp.patch (NEW) - port for new libt...

2005-11-24 Thread arekm
Author: arekmDate: Thu Nov 24 19:55:35 2005 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- port for new libtunepimp

 Files affected:
SOURCES:
   kdemultimedia-libtunepimp.patch (NONE -> 1.1)  (NEW)

 Diffs:


Index: SOURCES/kdemultimedia-libtunepimp.patch
diff -u /dev/null SOURCES/kdemultimedia-libtunepimp.patch:1.1
--- /dev/null   Thu Nov 24 20:55:35 2005
+++ SOURCES/kdemultimedia-libtunepimp.patch Thu Nov 24 20:55:30 2005
@@ -0,0 +1,53 @@
+diff -urbB kdemultimedia-3.5.0.org/juk/ktrm.cpp 
kdemultimedia-3.5.0/juk/ktrm.cpp
+--- kdemultimedia-3.5.0.org/juk/ktrm.cpp   2005-10-10 14:57:16.0 
+
 kdemultimedia-3.5.0/juk/ktrm.cpp   2005-11-24 19:51:36.0 +
+@@ -42,7 +42,7 @@
+ 
+ extern "C"
+ {
+-static void TRMNotifyCallback(tunepimp_t pimp, void *data, TPCallbackEnum 
type, int fileId);
++static void TRMNotifyCallback(tunepimp_t pimp, void *data, TPCallbackEnum 
type, int fileId, TPFileStatus);
+ }
+ 
+ /**
+@@ -66,7 +66,7 @@
+ int id;
+ 
+ if(!m_fileMap.contains(lookup->file())) {
+-id = tp_AddFile(m_pimp, QFile::encodeName(lookup->file()));
++id = tp_AddFile(m_pimp, QFile::encodeName(lookup->file()), 1);
+ m_fileMap.insert(lookup->file(), id);
+ }
+ else {
+@@ -120,7 +120,7 @@
+ tp_SetAutoSaveThreshold(m_pimp, -1);
+ tp_SetMoveFiles(m_pimp, false);
+ tp_SetRenameFiles(m_pimp, false);
+-tp_SetUseUTF8(m_pimp, true);
++tp_SetID3Encoding(m_pimp, eUTF8);
+ tp_SetNotifyCallback(m_pimp, TRMNotifyCallback, 0);
+ 
+ // Re-read proxy config.
+@@ -287,7 +287,7 @@
+  * Callback fuction for TunePimp lookup events.
+  */
+ 
+-static void TRMNotifyCallback(tunepimp_t pimp, void *, TPCallbackEnum type, 
int fileId)
++static void TRMNotifyCallback(tunepimp_t pimp, void *, TPCallbackEnum type, 
int fileId, TPFileStatus)
+ {
+ if(type != tpFileChanged)
+ return;
+@@ -503,10 +503,10 @@
+ KTRMResult result;
+ 
+ result.d->title = QString::fromUtf8(tracks[i]->name);
+-result.d->artist = QString::fromUtf8(tracks[i]->artist->name);
+-result.d->album = QString::fromUtf8(tracks[i]->album->name);
++result.d->artist = QString::fromUtf8(tracks[i]->artist.name);
++result.d->album = QString::fromUtf8(tracks[i]->album.name);
+ result.d->track = tracks[i]->trackNum;
+-result.d->year = tracks[i]->album->releaseYear;
++result.d->year = tracks[i]->album.releaseYear;
+ result.d->relevance = tracks[i]->relevance;
+ 
+ d->results.append(result);

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


SPECS (PEDRITO): psi.spec - lang updated,

2005-11-24 Thread djrzulf
Author: djrzulf  Date: Thu Nov 24 18:55:45 2005 GMT
Module: SPECS Tag: PEDRITO
 Log message:
- lang updated,

 Files affected:
SPECS:
   psi.spec (1.73.2.29.2.24 -> 1.73.2.29.2.25) 

 Diffs:


Index: SPECS/psi.spec
diff -u SPECS/psi.spec:1.73.2.29.2.24 SPECS/psi.spec:1.73.2.29.2.25
--- SPECS/psi.spec:1.73.2.29.2.24   Thu Nov 24 19:11:11 2005
+++ SPECS/psi.spec  Thu Nov 24 19:55:40 2005
@@ -132,27 +132,34 @@
 %{_datadir}/psi/certs
 %{_datadir}/psi/iconsets
 %{_datadir}/psi/sound
-%lang(ar) %{_datadir}/psi/psi_ar.qm
-%lang(ca) %{_datadir}/psi/psi_ca.qm
+#%lang(ar) %{_datadir}/psi/psi_ar.qm
+%lang(bg) %{_datadir}/psi/psi_bg.qm
+#%lang(ca) %{_datadir}/psi/psi_ca.qm
 %lang(cs) %{_datadir}/psi/psi_cs.qm
-%lang(da) %{_datadir}/psi/psi_da.qm
+#%lang(da) %{_datadir}/psi/psi_da.qm
 %lang(de) %{_datadir}/psi/psi_de.qm
 %lang(el) %{_datadir}/psi/psi_el.qm
 %lang(eo) %{_datadir}/psi/psi_eo.qm
 %lang(es) %{_datadir}/psi/psi_es.qm
-%lang(fi) %{_datadir}/psi/psi_fi.qm
+%lang(et) %{_datadir}/psi/psi_et.qm
+#%lang(fi) %{_datadir}/psi/psi_fi.qm
 %lang(fr) %{_datadir}/psi/psi_fr.qm
-%lang(it) %{_datadir}/psi/psi_it.qm
-%lang(jp) %{_datadir}/psi/psi_jp.qm
+%lang(hu) %{_datadir}/psi/psi_hu.qm
+#%lang(it) %{_datadir}/psi/psi_it.qm
+#%lang(jp) %{_datadir}/psi/psi_jp.qm
 %lang(mk) %{_datadir}/psi/psi_mk.qm
 %lang(nl) %{_datadir}/psi/psi_nl.qm
 %lang(pl) %{_datadir}/psi/psi_pl.qm
-%lang(ptbr) %{_datadir}/psi/psi_ptbr.qm
-%lang(pt) %{_datadir}/psi/psi_pt.qm
+%lang(uk) %{_datadir}/psi/psi_uk.qm
+%lang(pt_BR) %{_datadir}/psi/psi_pt_BR.qm
+#%lang(pt) %{_datadir}/psi/psi_pt.qm
 %lang(ru) %{_datadir}/psi/psi_ru.qm
-%lang(se) %{_datadir}/psi/psi_se.qm
+#%lang(se) %{_datadir}/psi/psi_se.qm
 %lang(sk) %{_datadir}/psi/psi_sk.qm
+%lang(sl) %{_datadir}/psi/psi_sl.qm
 %lang(sr) %{_datadir}/psi/psi_sr.qm
+%lang(uk) %{_datadir}/psi/psi_uk.qm
+%lang(vi) %{_datadir}/psi/psi_vi.qm
 %lang(zh) %{_datadir}/psi/psi_zh.qm
 %{_desktopdir}/*.desktop
 %{_pixmapsdir}/*.png
@@ -168,6 +175,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.73.2.29.2.25  2005/11/24 18:55:40  djrzulf
+- lang updated,
+
 Revision 1.73.2.29.2.24  2005/11/24 18:11:11  djrzulf
 - NFY,
 


 CVS-web:

http://cvs.pld-linux.org/SPECS/psi.spec?r1=1.73.2.29.2.24&r2=1.73.2.29.2.25&f=u

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


SPECS: kdegames.spec - rel 1

2005-11-24 Thread arekm
Author: arekmDate: Thu Nov 24 18:52:58 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- rel 1

 Files affected:
SPECS:
   kdegames.spec (1.144 -> 1.145) 

 Diffs:


Index: SPECS/kdegames.spec
diff -u SPECS/kdegames.spec:1.144 SPECS/kdegames.spec:1.145
--- SPECS/kdegames.spec:1.144   Thu Nov 24 14:18:59 2005
+++ SPECS/kdegames.spec Thu Nov 24 19:52:52 2005
@@ -19,7 +19,7 @@
 Summary(zh_CN):KDEÓÎϡ
 Name:  kdegames
 Version:   %{_ver}
-Release:   0.3
+Release:   1
 Epoch: 8
 License:   GPL
 Vendor:The KDE Team
@@ -1178,6 +1178,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.145  2005/11/24 18:52:52  arekm
+- rel 1
+
 Revision 1.144  2005/11/24 13:18:59  qboosh
 - pl for -knetwalk
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/kdegames.spec?r1=1.144&r2=1.145&f=u

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


SOURCES: cacti-mysql5.patch (NEW) - new

2005-11-24 Thread arekm
Author: arekmDate: Thu Nov 24 18:48:30 2005 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- new

 Files affected:
SOURCES:
   cacti-mysql5.patch (NONE -> 1.1)  (NEW)

 Diffs:


Index: SOURCES/cacti-mysql5.patch
diff -u /dev/null SOURCES/cacti-mysql5.patch:1.1
--- /dev/null   Thu Nov 24 19:48:30 2005
+++ SOURCES/cacti-mysql5.patch  Thu Nov 24 19:48:25 2005
@@ -0,0 +1,1179 @@
+diff -urbB cacti-0.8.6g/data_queries.php cacti/data_queries.php
+--- cacti-0.8.6g/data_queries.php  2005-09-09 01:56:25.0 +0200
 cacti/data_queries.php 2005-11-24 19:32:45.0 +0100
+@@ -301,7 +301,7 @@
+   $data_templates = db_fetch_assoc("select
+   data_template.id,
+   data_template.name
+-  from data_template, data_template_rrd, 
graph_templates_item
++  from (data_template, data_template_rrd, 
graph_templates_item)
+   where 
graph_templates_item.task_item_id=data_template_rrd.id
+   and data_template_rrd.data_template_id=data_template.id
+   and data_template_rrd.local_data_id=0
+@@ -596,7 +596,7 @@
+   graph_templates.name as graph_template_name,
+   snmp_query_graph.name
+   from snmp_query_graph
+-  left join graph_templates on 
snmp_query_graph.graph_template_id=graph_templates.id
++  left join graph_templates on 
(snmp_query_graph.graph_template_id=graph_templates.id)
+   where snmp_query_graph.snmp_query_id=" . 
$snmp_query["id"] . "
+   order by snmp_query_graph.name");
+ 
+@@ -643,7 +643,7 @@
+   snmp_query.id,
+   snmp_query.name,
+   data_input.name AS data_input_method
+-  FROM snmp_query INNER JOIN data_input ON 
snmp_query.data_input_id = data_input.id
++  FROM snmp_query INNER JOIN data_input ON 
(snmp_query.data_input_id = data_input.id)
+   ORDER BY snmp_query.name");
+ 
+   $i = 0;
+diff -urbB cacti-0.8.6g/data_sources.php cacti/data_sources.php
+--- cacti-0.8.6g/data_sources.php  2005-09-09 01:56:25.0 +0200
 cacti/data_sources.php 2005-11-24 19:32:45.0 +0100
+@@ -137,8 +137,8 @@
+   data_input_fields.allow_nulls,
+   data_input_fields.type_code
+   from data_template_data
+-  left join data_input_fields on 
data_input_fields.data_input_id=data_template_data.data_input_id
+-  left join data_local on 
data_template_data.local_data_id=data_local.id
++  left join data_input_fields on 
(data_input_fields.data_input_id=data_template_data.data_input_id)
++  left join data_local on 
(data_template_data.local_data_id=data_local.id)
+   where data_template_data.id=" . 
$_POST["data_template_data_id"] . "
+   and data_input_fields.input_output='in'");
+ 
+@@ -331,7 +331,7 @@
+   case '3': /* delete all graphs tied to this 
data source */
+   $graphs = db_fetch_assoc("select
+   
graph_templates_graph.local_graph_id
+-  from 
data_template_rrd,graph_templates_item,graph_templates_graph
++  from 
(data_template_rrd,graph_templates_item,graph_templates_graph)
+   where 
graph_templates_item.task_item_id=data_template_rrd.id
+   and 
graph_templates_item.local_graph_id=graph_templates_graph.local_graph_id
+   and " . 
array_to_sql_or($selected_items, "data_template_rrd.local_data_id") . "
+@@ -435,7 +435,7 @@
+   $graphs = db_fetch_assoc("select
+   graph_templates_graph.local_graph_id,
+   graph_templates_graph.title_cache
+-  from 
data_template_rrd,graph_templates_item,graph_templates_graph
++  from 
(data_template_rrd,graph_templates_item,graph_templates_graph)
+   where 
graph_templates_item.task_item_id=data_template_rrd.id
+   and 
graph_templates_item.local_graph_id=graph_templates_graph.local_graph_id
+   and " . array_to_sql_or($ds_array, 
"data_template_rrd.local_data_id") . "
+@@ -562,7 +562,7 @@
+   $data = db_fetch_row("select 
id,data_input_id,data_templat

SPECS: cacti.spec - rel 2; fixes for mysql5

2005-11-24 Thread arekm
Author: arekmDate: Thu Nov 24 18:49:05 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- rel 2; fixes for mysql5

 Files affected:
SPECS:
   cacti.spec (1.35 -> 1.36) 

 Diffs:


Index: SPECS/cacti.spec
diff -u SPECS/cacti.spec:1.35 SPECS/cacti.spec:1.36
--- SPECS/cacti.spec:1.35   Sat Oct 15 22:43:11 2005
+++ SPECS/cacti.specThu Nov 24 19:49:00 2005
@@ -4,7 +4,7 @@
 Summary(pl):   Cacti - frontend w PHP do rrdtoola
 Name:  cacti
 Version:   0.8.6g
-Release:   1
+Release:   2
 License:   GPL
 Group: Applications/WWW
 Source0:   http://www.cacti.net/downloads/%{name}-%{version}.tar.gz
@@ -14,6 +14,7 @@
 Patch2:
http://www.cacti.net/downloads/patches/0.8.6g/script_server_snmp_auth.patch
 Patch3:
http://www.cacti.net/downloads/patches/0.8.6g/mib_file_loading.patch
 Patch4:%{name}-config.patch
+Patch5:%{name}-mysql5.patch
 URL:   http://www.cacti.net/
 BuildRequires: rpm-perlprov
 Requires:  crondaemon
@@ -59,6 +60,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 
@@ -112,6 +114,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.36  2005/11/24 18:49:00  arekm
+- rel 2; fixes for mysql5
+
 Revision 1.35  2005/10/15 20:43:11  arekm
 - net-snmp is not required
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/cacti.spec?r1=1.35&r2=1.36&f=u

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


SPECS: speedtouch-firmware.spec - updated to 3.012 - extracted and...

2005-11-24 Thread charles
Author: charles  Date: Thu Nov 24 18:48:10 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 3.012
- extracted and added firmware files (now it works fine with kernel >= 2.6.10)
- updated desc (-m option is obsolete)

 Files affected:
SPECS:
   speedtouch-firmware.spec (1.3 -> 1.4) 

 Diffs:


Index: SPECS/speedtouch-firmware.spec
diff -u SPECS/speedtouch-firmware.spec:1.3 SPECS/speedtouch-firmware.spec:1.4
--- SPECS/speedtouch-firmware.spec:1.3  Fri Oct 29 13:17:59 2004
+++ SPECS/speedtouch-firmware.spec  Thu Nov 24 19:48:04 2005
@@ -2,16 +2,17 @@
 Summary:   Alcatel SpeedTouch USB ADSL modem firmware
 Summary(pl):   Firmware dla modemu ADSL Alcatel SpeedTouch w wersji USB
 Name:  speedtouch-firmware
-Version:   1.3.4
-Release:   2
+Version:   3.012
+Release:   1
 License:   restricted, non-distributable
 Group: Libraries
-# get it from Alcatel at http://www.speedtouchdsl.com/dvrreg_lx.htm (requires 
registration)
-# or from Neostrada CD (Linux/ThomsonST330/pliki.tar.gz#utar:drivers)
-Source0:   speedmgmt.tar.gz
-# NoSource0-md5: 102dc7a457c3942ee21dc834db68eac2
+Source0:   
http://www.speedtouch.com/download/drivers/USB/SpeedTouch330_firmware_3012.zip
+# NoSource0-md5:   2551ce46ef785642f2c6768511f70ff3
+Source1:   
http://www.linux-usb.org/SpeedTouch/firmware/firmware-extractor.tar.gz
+# Source1-md5: 752e33faf0b62176114e757dfc1e7191
 NoSource:  0
 URL:   http://www.speedtouchdsl.com/
+BuildRequires: unzip
 Requires:  speedtouch >= 1.2-1
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -19,7 +20,7 @@
 Alcatel SpeedTouch USB ADSL modem firmware, needed for modem_run
 utility (speedtouch package). Load it by:
 
-modem_run [-k] -m -f /usr/share/speedtouch/mgmt.o
+modem_run [-k] -f /usr/share/speedtouch/mgmt.o
 
 (-k if you are using kernel driver from Linux 2.4.22+/2.6 instead of
 userspace pppoa utility).
@@ -29,27 +30,44 @@
 dla narzędzia modem_run (z pakietu speedtouch). Wczytuje się je
 poprzez:
 
-modem_run [-k] -m -f /usr/share/speedtouch/mgmt.o
+modem_run [-k] -f /usr/share/speedtouch/mgmt.o
 
 (-k należy dodawać w przypadku używania sterownika w przestrzeni jądra
 dostępnego w Linuksie 2.4.22+/2.6 zamiast narzędzia pppoa działającego
 w przestrzeni użytkownika).
 
 %prep
-%setup -q -n mgmt
+%setup -q -c -a1
+
+%build
+%{__cc} %{rpmcflags} -o fextractor firmware-extractor/firmware.c
+
+# for a silver (revision 4) modem
+revision=4
+cp -f ZZZL_%{version} mgmt.o
+
+# uncomment below if you have an old green (revision 0) or a purple (revision 
2) modem
+# revision=0 # or revision=2
+# cp -f KQD6_%{version} mgmt.o
+
+./fextractor mgmt.o
+mv speedtch-1.bin{,.$revision.00}
+mv speedtch-2.bin{,.$revision.00}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_datadir}/speedtouch
+install -d $RPM_BUILD_ROOT/lib/firmware
 
 install mgmt.o $RPM_BUILD_ROOT%{_datadir}/speedtouch
+install speedtch-* $RPM_BUILD_ROOT/lib/firmware
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog LICENSE speedtch.usermap
+%attr(600,root,root) /lib/firmware/*
 %{_datadir}/speedtouch/mgmt.o
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -58,6 +76,11 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.4  2005/11/24 18:48:04  charles
+- updated to 3.012
+- extracted and added firmware files (now it works fine with kernel >= 2.6.10)
+- updated desc (-m option is obsolete)
+
 Revision 1.3  2004/10/29 11:17:59  paladine
 - spelling fixes
 


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

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


DISTFILES: firmware-extractor.tar.gz

2005-11-24 Thread charles

Files fetched: 1

STORED: http://www.linux-usb.org/SpeedTouch/firmware/firmware-extractor.tar.gz
752e33faf0b62176114e757dfc1e7191  firmware-extractor.tar.gz
Size: 8986 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: udev.rules - updated, cleanup, fixed usb printers

2005-11-24 Thread charles
Author: charles  Date: Thu Nov 24 18:29:47 2005 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- updated, cleanup, fixed usb printers

 Files affected:
SOURCES:
   udev.rules (1.21 -> 1.22) 

 Diffs:


Index: SOURCES/udev.rules
diff -u SOURCES/udev.rules:1.21 SOURCES/udev.rules:1.22
--- SOURCES/udev.rules:1.21 Fri Nov 11 15:51:18 2005
+++ SOURCES/udev.rules  Thu Nov 24 19:29:42 2005
@@ -53,12 +53,14 @@
 KERNEL=="rd*", PROGRAM="/etc/udev/scripts/raid-devfs.sh %k", 
NAME="%c{1}", SYMLINK+="%k"
 
 # dri devices
+SUBSYSTEM=="graphics"  GROUP="video"
 KERNEL=="card*",   NAME="dri/card%n", GROUP="video"
 KERNEL=="nvidia*", NAME="%k", GROUP="video"
+KERNEL=="nvidiactl*",  NAME="%k", GROUP="video"
 KERNEL=="3dfx*",   NAME="%k", GROUP="video"
 
 # alsa devices
-SUBSYSTEM=="sound", GROUP="audio"
+SUBSYSTEM="snd",   GROUP="audio"
 KERNEL=="controlC[0-9]*",  NAME="snd/%k"
 KERNEL=="hw[CD0-9]*",  NAME="snd/%k"
 KERNEL=="pcm[CD0-9cp]*",   NAME="snd/%k"
@@ -97,6 +99,7 @@
 KERNEL=="event*",  NAME="input/%k", MODE="0600"
 KERNEL=="js*", NAME="input/%k", MODE="664", GROUP="sys"
 KERNEL=="ts*", NAME="input/%k", MODE="0600"
+KERNEL=="lirc0",   NAME="%k", SYMLINK+="lirc"
 
 # loop devices
 KERNEL=="loop[0-9]*",  NAME="loop/%n", SYMLINK+="%k", GROUP="disk"
@@ -146,6 +149,7 @@
 KERNEL=="ram*",NAME="%k", GROUP="disk"
 
 # sound devices
+SUBSYSTEM=="sound",GROUP="audio"
 KERNEL=="adsp",NAME="sound/%k", SYMLINK+="%k", 
GROUP="audio"
 KERNEL=="adsp[0-9]*",  NAME="sound/%k", SYMLINK+="%k", GROUP="audio"
 KERNEL=="audio",   NAME="sound/%k", SYMLINK+="%k", GROUP="audio"
@@ -164,7 +168,7 @@
 KERNEL=="kmem",NAME="%k", MODE="0640", GROUP="kmem"
 KERNEL=="port",NAME="%k", MODE="0640", GROUP="kmem"
 KERNEL=="full",NAME="%k", MODE="0666"
-KERNEL=="null",NAME="%k", MODE="0666"
+KERNEL=="null",NAME="%k", MODE="0666", SYMLINK+="drzewo"
 KERNEL=="zero",NAME="%k", MODE="0666"
 
 # usb devices
@@ -172,13 +176,16 @@
 KERNEL=="auer*",   NAME="usb/%k"
 KERNEL=="legousbtower*",   NAME="usb/%k"
 KERNEL=="dabusb*", NAME="usb/%k"
-BUS=="usb", KERNEL=="lp[0-9]*",NAME="usb/%k", GROUP="lp"
 
 # v4l devices
+SUBSYSTEM=="video4linux",  GROUP="video"
 KERNEL=="video[0-9]*", NAME="v4l/video%n", SYMLINK+="video%n", GROUP="video"
 KERNEL=="radio[0-9]*", NAME="v4l/radio%n", GROUP="video"
 KERNEL=="vbi[0-9]*",   NAME="v4l/vbi%n", SYMLINK+="vbi%n", GROUP="video"
 KERNEL=="vtx[0-9]*",   NAME="v4l/vtx%n", GROUP="video"
+KERNEL=="video0",  SYMLINK+="video"
+KERNEL=="radio0",  SYMLINK+="radio"
+KERNEL=="vbi0",SYMLINK+="vbi"
 
 # dvb devices
 KERNEL=="dvb*", PROGRAM="/etc/udev/scripts/dvb.sh %k", NAME="%c", 
GROUP="video", MODE="0660"
@@ -203,11 +210,10 @@
 # ls120 devices
 KERNEL=="ls120",   NAME="%k", GROUP="disk"
 
-# lp devices
-KERNEL=="lp*", NAME="%k", GROUP="lp"
-KERNEL=="irlpt",   NAME="%k", GROUP="lp"
-KERNEL=="usblp",   NAME="%k", GROUP="lp"
-KERNEL=="lp*", NAME="%k", GROUP="lp"
+# printer devices
+SUBSYSTEM=="usb",  KERNEL=="lp*", ACTION=="add", NAME="usb/%k", 
SYMLINK+="usb%k", GROUP="lp"
+SUBSYSTEM=="printer",  KERNEL=="lp*", ACTION=="add", NAME="%k", GROUP="lp"
+KERNEL=="irlpt*",  NAME="%k", GROUP="lp"
 
 # disk devices
 KERNEL=="ht*", NAME="%k", GROUP="disk"


 CVS-web:
http://cvs.pld-linux.org/SOURCES/udev.rules?r1=1.21&r2=1.22&f=u

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


DISTFILES: kalva-0.8.49c.tar.bz2

2005-11-24 Thread charles

Files fetched: 1

STORED: http://download.berlios.de/kalva/kalva-0.8.49c.tar.bz2
cdaf917592c0551cd8e5e8033ac6ac85  kalva-0.8.49c.tar.bz2
Size: 1376284 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: kalva.spec - up to 0.8.49c

2005-11-24 Thread charles
Author: charles  Date: Thu Nov 24 18:26:46 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 0.8.49c

 Files affected:
SPECS:
   kalva.spec (1.7 -> 1.8) 

 Diffs:


Index: SPECS/kalva.spec
diff -u SPECS/kalva.spec:1.7 SPECS/kalva.spec:1.8
--- SPECS/kalva.spec:1.7Wed Nov  9 13:33:08 2005
+++ SPECS/kalva.specThu Nov 24 19:26:37 2005
@@ -5,12 +5,12 @@
 Summary:   A Lightweight Videorecorder Application
 Summary(pl):   Lekka aplikacja do nagrywania obrazu
 Name:  kalva
-Version:   0.8.49
+Version:   0.8.49c
 Release:   1
 License:   GPL v2
 Group: X11/Applications/Multimedia
 Source0:   http://download.berlios.de/kalva/%{name}-%{version}.tar.bz2
-# Source0-md5: d7544ef2c652fa08531fa0a09129e1bf
+# Source0-md5: cdaf917592c0551cd8e5e8033ac6ac85
 URL:   http://kalva.berlios.de/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -102,6 +102,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.8  2005/11/24 18:26:37  charles
+- up to 0.8.49c
+
 Revision 1.7  2005/11/09 12:33:08  charles
 - updated to 0.8.49
 


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

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


SPECS (PEDRITO): psi.spec - NFY,

2005-11-24 Thread djrzulf
Author: djrzulf  Date: Thu Nov 24 18:11:17 2005 GMT
Module: SPECS Tag: PEDRITO
 Log message:
- NFY,

 Files affected:
SPECS:
   psi.spec (1.73.2.29.2.23 -> 1.73.2.29.2.24) 

 Diffs:


Index: SPECS/psi.spec
diff -u SPECS/psi.spec:1.73.2.29.2.23 SPECS/psi.spec:1.73.2.29.2.24
--- SPECS/psi.spec:1.73.2.29.2.23   Thu Nov 24 18:20:38 2005
+++ SPECS/psi.spec  Thu Nov 24 19:11:11 2005
@@ -113,7 +113,7 @@
 install psi.desktop $RPM_BUILD_ROOT%{_desktopdir}
 install iconsets/system/default/icon_48.png 
$RPM_BUILD_ROOT%{_pixmapsdir}/psi.png
 install iconsets/roster/stellar-icq/online.png 
$RPM_BUILD_ROOT%{_pixmapsdir}/psi-stellar.png
-install psi-pedrito-%{_datasnap}/*.qm $RPM_BUILD_ROOT%{_datadir}/psi
+install psi-pedrito-%{_datasnap}-data/*.qm $RPM_BUILD_ROOT%{_datadir}/psi
 #install *.qm $RPM_BUILD_ROOT%{_datadir}/psi
 install %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/psi/iconsets/system/default/
 install libpsi/psiwidgets/*.so $RPM_BUILD_ROOT%{_libdir}/qt/plugins-mt/designer
@@ -168,6 +168,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.73.2.29.2.24  2005/11/24 18:11:11  djrzulf
+- NFY,
+
 Revision 1.73.2.29.2.23  2005/11/24 17:20:38  djrzulf
 - fix sources,
 


 CVS-web:

http://cvs.pld-linux.org/SPECS/psi.spec?r1=1.73.2.29.2.23&r2=1.73.2.29.2.24&f=u

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


SOURCES: kdegames-disable_install-exec-hook.patch - proper one

2005-11-24 Thread arekm
Author: arekmDate: Thu Nov 24 17:38:15 2005 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- proper one

 Files affected:
SOURCES:
   kdegames-disable_install-exec-hook.patch (1.8 -> 1.9) 

 Diffs:


Index: SOURCES/kdegames-disable_install-exec-hook.patch
diff -u SOURCES/kdegames-disable_install-exec-hook.patch:1.8 
SOURCES/kdegames-disable_install-exec-hook.patch:1.9
--- SOURCES/kdegames-disable_install-exec-hook.patch:1.8Thu Nov 24 
18:13:54 2005
+++ SOURCES/kdegames-disable_install-exec-hook.patchThu Nov 24 18:38:10 2005
@@ -1,7 +1,57 @@
 diff -urbB kdegames-3.5.0.org/kbounce/Makefile.am 
kdegames-3.5.0/kbounce/Makefile.am
 kdegames-3.5.0.org/kbounce/Makefile.am 2005-11-08 22:24:52.0 
+
-+++ kdegames-3.5.0/kbounce/Makefile.am 2005-11-24 17:13:07.068864952 +
-@@ -31,45 +31,3 @@
+--- kdegames-3.5.0.org/kbounce/Makefile.am 2005-11-19 10:08:13.0 
+
 kdegames-3.5.0/kbounce/Makefile.am 2005-11-24 17:38:07.438774056 +
+@@ -31,46 +31,4 @@
+ DESTHIGHSCORES = $(DESTDIR)$(HIGHSCORE_DIRECTORY)
+ DESTSCORES = $(DESTDIR)$(HIGHSCORE_DIRECTORY)/$(bin_PROGRAMS).scores
+ 
+-install-data-local:
+-  @if test x$(HIGHSCORE_DIRECTORY) != x; then \
+-echo "" ;\
+-echo "" ;\
+-echo "This game is installed sgid \"games\" to use the" ;\
+-echo "system-wide highscore file (in "$(HIGHSCORE_DIRECTORY)")." ;\
+-echo "" ;\
+-echo "If the system-wide highscore file does not exist, it is" ;\
+-  echo "created with the correct ownership and permissions. See the" 
;\
+-  echo "INSTALL file in \"kdegames/libkdegames/highscore\" for 
details." ;\
+-echo "" ;\
+-echo "" ;\
+-  fi 
+-
+-install-exec-hook:
+-  @if test x$(HIGHSCORE_DIRECTORY) != x; then \
+-chown $(highscore_user):$(highscore_group) $(DESTBIN) \
+-|| echo "Error: Could not install the game with correct permissions 
!!" ;\
+-  fi
+-
+-  @if test x$(HIGHSCORE_DIRECTORY) != x; then \
+-  mkdir -p $(DESTHIGHSCORES) && \
+-  chown $(highscore_user):$(highscore_group) $(DESTHIGHSCORES) \
+-  && chmod 750 $(DESTHIGHSCORES) \
+-  || echo "Error: Could not create the highscore directory with 
correct permissions !!" ;\
+-  fi
+-
+-  @if test x$(HIGHSCORE_DIRECTORY) != x; then \
+- chown $(highscore_user):$(highscore_group) $(DESTBIN) \
+- || echo "Error: Could not install the game with correct permissions 
!!" ;\
+-  fi
+-
+-  @if test ${setgid} = true; then \
+- chmod 2755  $(DESTBIN) \
+- || echo "Error: Could not install the game with correct permissions 
!!" ;\
+-  fi
+-
+-  @if test x$(HIGHSCORE_DIRECTORY) != x; then \
+- touch $(DESTSCORES) && chown $(highscore_user):$(highscore_group) 
$(DESTSCORES) \
+- && chmod 0660 $(DESTSCORES) \
+- || echo "Error: Could not create system-wide highscore file with 
correct permissions !!" ;\
+-  fi
+ 
+diff -urbB kdegames-3.5.0.org/kfouleggs/Makefile.am 
kdegames-3.5.0/kfouleggs/Makefile.am
+--- kdegames-3.5.0.org/kfouleggs/Makefile.am   2005-09-10 08:18:28.0 
+
 kdegames-3.5.0/kfouleggs/Makefile.am   2005-11-24 17:37:53.602877432 
+
+@@ -27,44 +27,3 @@
  DESTHIGHSCORES = $(DESTDIR)$(HIGHSCORE_DIRECTORY)
  DESTSCORES = $(DESTDIR)$(HIGHSCORE_DIRECTORY)/$(bin_PROGRAMS).scores
  
@@ -46,4 +96,148 @@
 -  && chmod 0660 $(DESTSCORES)) \
 -  || echo "Error: Could not create system-wide highscore file with 
correct permissions !!" \
 -  )) || true
+diff -urbB kdegames-3.5.0.org/klickety/Makefile.am 
kdegames-3.5.0/klickety/Makefile.am
+--- kdegames-3.5.0.org/klickety/Makefile.am2005-09-10 08:18:05.0 
+
 kdegames-3.5.0/klickety/Makefile.am2005-11-24 17:36:54.023934808 
+
+@@ -27,44 +27,4 @@
+ DESTHIGHSCORES = $(DESTDIR)$(HIGHSCORE_DIRECTORY)
+ DESTSCORES = $(DESTDIR)$(HIGHSCORE_DIRECTORY)/$(bin_PROGRAMS).scores
+ 
+-install-data-local:
+-  @(test x$(HIGHSCORE_DIRECTORY) != x \
+-  && echo "" \
+-  && echo "" \
+-  && echo "This game is installed sgid \"games\" to use the" \
+-  && echo "system-wide highscore file (in "$(HIGHSCORE_DIRECTORY)")." \
+-  && echo "" \
+-  && echo "If the system-wide highscore file does not exist, it is" \
+-&& echo "created with the correct ownership and permissions. See the" 
\
+-&& echo "INSTALL file in \"kdegames/libkdegames/highscore\" for 
details." \
+-  && echo "" \
+-  && echo "" \
+-  ) || true
+ 
+-install-exec-hook:
+-  @(test x$(HIGHSCORE_DIRECTOR

SPECS (PEDRITO): psi.spec - fix sources,

2005-11-24 Thread djrzulf
Author: djrzulf  Date: Thu Nov 24 17:20:43 2005 GMT
Module: SPECS Tag: PEDRITO
 Log message:
- fix sources,

 Files affected:
SPECS:
   psi.spec (1.73.2.29.2.22 -> 1.73.2.29.2.23) 

 Diffs:


Index: SPECS/psi.spec
diff -u SPECS/psi.spec:1.73.2.29.2.22 SPECS/psi.spec:1.73.2.29.2.23
--- SPECS/psi.spec:1.73.2.29.2.22   Thu Nov 24 18:18:41 2005
+++ SPECS/psi.spec  Thu Nov 24 18:20:38 2005
@@ -15,10 +15,8 @@
 # Source0-md5: 51ab430aa36354cdca415ebb7c49f2d6
 Source1:   
http://www.radioemiter.pl/~pedrito/public/jabber/psi-pedrito/%{_datasnap}/%{name}-pedrito-%{_datasnap}-data.tar.bz2
 # Source1-md5: 1398b12cef53fb7c9934c83bd9a1609a
-#Source2:  %{name}-snap-lang-20041209.tar.bz2
-# Source2-md5: 38f0894bf1b557a36788213c56797e62
-Source3:   http://michalj.alternatywa.info/psi/patches/emergency.png
-# Source3-md5: 5fa629c5177a7b1c5090428e22b7ec30
+Source2:   http://michalj.alternatywa.info/psi/patches/emergency.png
+# Source2-md5: 5fa629c5177a7b1c5090428e22b7ec30
 Patch0:%{name}-customos.patch
 Patch1:%{name}-desktop.patch
 URL:   http://psi-pedrito.go.pl/
@@ -117,7 +115,7 @@
 install iconsets/roster/stellar-icq/online.png 
$RPM_BUILD_ROOT%{_pixmapsdir}/psi-stellar.png
 install psi-pedrito-%{_datasnap}/*.qm $RPM_BUILD_ROOT%{_datadir}/psi
 #install *.qm $RPM_BUILD_ROOT%{_datadir}/psi
-install %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/psi/iconsets/system/default/
+install %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/psi/iconsets/system/default/
 install libpsi/psiwidgets/*.so $RPM_BUILD_ROOT%{_libdir}/qt/plugins-mt/designer
 
 rm -rf $RPM_BUILD_ROOT%{_datadir}/psi/COPYING 
$RPM_BUILD_ROOT%{_datadir}/psi/README
@@ -170,6 +168,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.73.2.29.2.23  2005/11/24 17:20:38  djrzulf
+- fix sources,
+
 Revision 1.73.2.29.2.22  2005/11/24 17:18:41  djrzulf
 - NFY,
 


 CVS-web:

http://cvs.pld-linux.org/SPECS/psi.spec?r1=1.73.2.29.2.22&r2=1.73.2.29.2.23&f=u

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


SPECS (PEDRITO): psi.spec - NFY,

2005-11-24 Thread djrzulf
Author: djrzulf  Date: Thu Nov 24 17:18:46 2005 GMT
Module: SPECS Tag: PEDRITO
 Log message:
- NFY,

 Files affected:
SPECS:
   psi.spec (1.73.2.29.2.21 -> 1.73.2.29.2.22) 

 Diffs:


Index: SPECS/psi.spec
diff -u SPECS/psi.spec:1.73.2.29.2.21 SPECS/psi.spec:1.73.2.29.2.22
--- SPECS/psi.spec:1.73.2.29.2.21   Thu Nov 24 17:53:15 2005
+++ SPECS/psi.spec  Thu Nov 24 18:18:41 2005
@@ -115,8 +115,8 @@
 install psi.desktop $RPM_BUILD_ROOT%{_desktopdir}
 install iconsets/system/default/icon_48.png 
$RPM_BUILD_ROOT%{_pixmapsdir}/psi.png
 install iconsets/roster/stellar-icq/online.png 
$RPM_BUILD_ROOT%{_pixmapsdir}/psi-stellar.png
-install psi/lang/*.qm $RPM_BUILD_ROOT%{_datadir}/psi
-install *.qm $RPM_BUILD_ROOT%{_datadir}/psi
+install psi-pedrito-%{_datasnap}/*.qm $RPM_BUILD_ROOT%{_datadir}/psi
+#install *.qm $RPM_BUILD_ROOT%{_datadir}/psi
 install %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/psi/iconsets/system/default/
 install libpsi/psiwidgets/*.so $RPM_BUILD_ROOT%{_libdir}/qt/plugins-mt/designer
 
@@ -170,6 +170,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.73.2.29.2.22  2005/11/24 17:18:41  djrzulf
+- NFY,
+
 Revision 1.73.2.29.2.21  2005/11/24 16:53:15  djrzulf
 - data^2,
 


 CVS-web:

http://cvs.pld-linux.org/SPECS/psi.spec?r1=1.73.2.29.2.21&r2=1.73.2.29.2.22&f=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: psi-pedrito-2005-11-24.tar.bz2 psi-pedrito-2005-11-23-data.tar.bz2 emergency.png

2005-11-24 Thread djrzulf
psi.spec: source 2 not defined



Files fetched: 0

ALREADY GOT: 
http://www.radioemiter.pl/~pedrito/public/jabber/psi-pedrito/2005-11-24/psi-pedrito-2005-11-24.tar.bz2
51ab430aa36354cdca415ebb7c49f2d6  psi-pedrito-2005-11-24.tar.bz2
ALREADY GOT: 
http://www.radioemiter.pl/~pedrito/public/jabber/psi-pedrito/2005-11-23/psi-pedrito-2005-11-23-data.tar.bz2
1398b12cef53fb7c9934c83bd9a1609a  psi-pedrito-2005-11-23-data.tar.bz2
ALREADY GOT: http://michalj.alternatywa.info/psi/patches/emergency.png
5fa629c5177a7b1c5090428e22b7ec30  emergency.png


-- 
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: mozilla.spec - -libs split - use non-interpolated heredoc

2005-11-24 Thread glen
Author: glen Date: Thu Nov 24 17:17:31 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- -libs split
- use non-interpolated heredoc

 Files affected:
SPECS:
   mozilla.spec (1.375 -> 1.376) 

 Diffs:


Index: SPECS/mozilla.spec
diff -u SPECS/mozilla.spec:1.375 SPECS/mozilla.spec:1.376
--- SPECS/mozilla.spec:1.375Sat Oct  1 16:08:54 2005
+++ SPECS/mozilla.spec  Thu Nov 24 18:17:25 2005
@@ -19,7 +19,7 @@
 Summary(ru):   Web browser
 Name:  mozilla
 Version:   1.7.12
-Release:   1
+Release:   1.1
 Epoch: 5
 License:   Mozilla Public License
 Group: X11/Applications/Networking
@@ -78,6 +78,7 @@
 BuildRequires: sed >= 4.0
 BuildRequires: xcursor-devel
 BuildRequires: xft-devel >= 2.1-2
+BuildRequires: tar >= 1:1.15.1
 BuildRequires: zip >= 2.1
 BuildRequires: zlib-devel >= 1.0.0
 Requires(post,postun): /sbin/ldconfig
@@ -85,6 +86,7 @@
 %{?with_svg:Requires:  cairo < 0.5.0}
 Requires:  nspr >= 1:4.6-2
 Requires:  nss >= 3.9.4-1
+Requires:  %{name}-libs = %{epoch}:%{version}-%{release}
 %{?with_gtk1:Provides: mozilla(gtk1) = %{epoch}:%{version}-%{release}}
 %{!?with_gtk1:Provides:mozilla(gtk2) = %{epoch}:%{version}-%{release}}
 Provides:  mozilla-embedded = %{epoch}:%{version}-%{release}
@@ -139,6 +141,13 @@
 ÔĹËÓÔÁÍÉ, ŇÁÚŇÁÂĎÔÁÎÎŮĘ ÄĚŃ ÍÁËÓÉÍÁĚŘÎĎÇĎ ÓĎĎÔ×ĹÓÔ×ÉŃ ÓÔÁÎÄÁŇÔÁÍ,
 ÍÁËÓÍÉÍÁĚŘÎĎĘ ĐĹŇĹÎĎÓÉÍĎÓÔÉ É ÓËĎŇĎÓÔÉ ŇÁÂĎÔŮ
 
+%package libs
+Summary:   mozilla shared libraries
+Group: Libraries
+
+%description libs
+mozilla shared libraries.
+
 %package mailnews
 Summary:   Mozilla - programs for mail and news
 Summary(pl):   Mozilla - programy do poczty i newsów
@@ -385,46 +394,46 @@
 cp $RPM_BUILD_ROOT%{_chromedir}/installed-chrome.txt \
$RPM_BUILD_ROOT%{_chromedir}/%{name}-installed-chrome.txt
 
-cat << EOF > $RPM_BUILD_ROOT%{_bindir}/mozilla
+cat << 'EOF' > $RPM_BUILD_ROOT%{_bindir}/mozilla
 #!/bin/sh
 # (c) vip at linux.pl, wolf at pld-linux.org
 
 MOZILLA_FIVE_HOME=%{_libdir}/mozilla
-if [ "\$1" == "-remote" ]; then
-   %{_bindir}/mozilla-bin "\$@"
+if [ "$1" == "-remote" ]; then
+   %{_bindir}/mozilla-bin "$@"
 else
-   PING=\`%{_bindir}/mozilla-bin -remote 'ping()' 2>&1 >/dev/null\`
-   if [ -n "\$PING" ]; then
-   if [ -f "\`pwd\`/\$1" ]; then
-   %{_bindir}/mozilla-bin "file://\`pwd\`/\$1"
+   PING=`%{_bindir}/mozilla-bin -remote 'ping()' 2>&1 >/dev/null`
+   if [ -n "$PING" ]; then
+   if [ -f "`pwd`/$1" ]; then
+   %{_bindir}/mozilla-bin "file://`pwd`/$1"
else
-   %{_bindir}/mozilla-bin "\$@"
+   %{_bindir}/mozilla-bin "$@"
fi
else
-   if [ -z "\$1" ]; then
+   if [ -z "$1" ]; then
%{_bindir}/mozilla-bin -remote 'xfeDoCommand 
(openBrowser)'
-   elif [ "\$1" == "-mail" ]; then
+   elif [ "$1" == "-mail" ]; then
%{_bindir}/mozilla-bin -remote 'xfeDoCommand 
(openInbox)'
-   elif [ "\$1" == "-compose" ]; then
+   elif [ "$1" == "-compose" ]; then
%{_bindir}/mozilla-bin -remote 'xfeDoCommand 
(composeMessage)'
else
-   if [ -f "\`pwd\`/\$1" ]; then
-   URL="file://\`pwd\`/\$1"
+   if [ -f "`pwd`/$1" ]; then
+   URL="file://`pwd`/$1"
else
-   URL="\$1"
+   URL="$1"
fi
grep browser.tabs.opentabfor.middleclick 
~/.mozilla/default/*/prefs.js | grep true > /dev/null
if [ $? -eq 0 ]; then
-   %{_bindir}/mozilla-bin -remote 
"OpenUrl(\$URL,new-tab)"
+   %{_bindir}/mozilla-bin -remote 
"OpenUrl($URL,new-tab)"
else
-   %{_bindir}/mozilla-bin -remote 
"OpenUrl(\$URL,new-window)"
+   %{_bindir}/mozilla-bin -remote 
"OpenUrl($URL,new-window)"
fi
fi
fi
 fi
 EOF
 
-cat << EOF > $RPM_BUILD_ROOT%{_sbindir}/mozilla-chrome+xpcom-generate
+cat << 'EOF' > $RPM_BUILD_ROOT%{_sbindir}/mozilla-chrome+xpcom-generate
 #!/bin/sh
 umask 022
 cd %{_datadir}/mozilla/chrome
@@ -440,16 +449,17 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
-/sbin/ldconfig
 umask 022
 %{_sbindir}/mozilla-chrome+xpcom-generate
 
 %postun
-/sbin/ldconfig
 if [ "$1" = "1" ]; then
%{_sbindir}/mozilla-chrome+xpcom-generate
 fi
 
+%post  libs -p /sbin/ldconfig
+%postunlibs -p /sbin/ldconfig
+
 %post mailnews
 /sbin/ldconfig
 %{_sbindir}/mozilla-chrome+xpcom-generate
@@ -505,20 +515,6 @@
 %dir %{_libdir

SOURCES: kdegames-disable_install-exec-hook.patch - updated

2005-11-24 Thread arekm
Author: arekmDate: Thu Nov 24 17:13:59 2005 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- updated

 Files affected:
SOURCES:
   kdegames-disable_install-exec-hook.patch (1.7 -> 1.8) 

 Diffs:


Index: SOURCES/kdegames-disable_install-exec-hook.patch
diff -u SOURCES/kdegames-disable_install-exec-hook.patch:1.7 
SOURCES/kdegames-disable_install-exec-hook.patch:1.8
--- SOURCES/kdegames-disable_install-exec-hook.patch:1.7Mon Nov 14 
13:39:48 2005
+++ SOURCES/kdegames-disable_install-exec-hook.patchThu Nov 24 18:13:54 2005
@@ -1,7 +1,7 @@
 diff -urbB kdegames-3.5.0.org/kbounce/Makefile.am 
kdegames-3.5.0/kbounce/Makefile.am
 kdegames-3.5.0.org/kbounce/Makefile.am 2005-11-08 23:24:52.0 
+0100
-+++ kdegames-3.5.0/kbounce/Makefile.am 2005-11-14 14:41:27.333111500 +0100
-@@ -31,45 +31,4 @@
+--- kdegames-3.5.0.org/kbounce/Makefile.am 2005-11-08 22:24:52.0 
+
 kdegames-3.5.0/kbounce/Makefile.am 2005-11-24 17:13:07.068864952 +
+@@ -31,45 +31,3 @@
  DESTHIGHSCORES = $(DESTDIR)$(HIGHSCORE_DIRECTORY)
  DESTSCORES = $(DESTDIR)$(HIGHSCORE_DIRECTORY)/$(bin_PROGRAMS).scores
  
@@ -46,201 +46,4 @@
 -  && chmod 0660 $(DESTSCORES)) \
 -  || echo "Error: Could not create system-wide highscore file with 
correct permissions !!" \
 -  )) || true
- 
-diff -urbB kdegames-3.5.0.org/kfouleggs/Makefile.am 
kdegames-3.5.0/kfouleggs/Makefile.am
 kdegames-3.5.0.org/kfouleggs/Makefile.am   2005-09-10 10:18:28.0 
+0200
-+++ kdegames-3.5.0/kfouleggs/Makefile.am   2005-11-14 14:36:28.630443750 
+0100
-@@ -27,44 +27,4 @@
- DESTHIGHSCORES = $(DESTDIR)$(HIGHSCORE_DIRECTORY)
- DESTSCORES = $(DESTDIR)$(HIGHSCORE_DIRECTORY)/$(bin_PROGRAMS).scores
- 
--install-data-local:
--  @(test x$(HIGHSCORE_DIRECTORY) != x \
--  && echo "" \
--  && echo "" \
--  && echo "This game is installed sgid \"games\" to use the" \
--  && echo "system-wide highscore file (in "$(HIGHSCORE_DIRECTORY)")." \
--  && echo "" \
--  && echo "If the system-wide highscore file does not exist, it is" \
--&& echo "created with the correct ownership and permissions. See the" 
\
--&& echo "INSTALL file in \"kdegames/libkdegames/highscore\" for 
details." \
--  && echo "" \
--  && echo "" \
--  ) || true
- 
--install-exec-hook:
--  @(test x$(HIGHSCORE_DIRECTORY) != x \
--&& ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) \
--  || echo "Error: Could not install the game with correct permissions !!" 
\
--  )) || true
 -
--  @(test x$(HIGHSCORE_DIRECTORY) != x \
--  && ((mkdir -p $(DESTHIGHSCORES) && chown 
$(highscore_user):$(highscore_group) $(DESTHIGHSCORES) \
--  && chmod 750 $(DESTHIGHSCORES)) \
--  || echo "Error: Could not create the highscore directory with correct 
permissions !!" \
--  )) || true
--
--  @(test x$(HIGHSCORE_DIRECTORY) != x \
--&& ((chown $(highscore_user):$(highscore_group) $(DESTBIN)) \
--  || echo "Error: Could not install the game with correct permissions !!" 
\
--  )) || true
--
--  @(test ${setgid} = true \
--&& ((chmod 2755  $(DESTBIN)) \
--  || echo "Error: Could not install the game with correct permissions !!" 
\
--  )) || true
--
--  @(test x$(HIGHSCORE_DIRECTORY) != x \
--&& ((touch $(DESTSCORES) && chown 
$(highscore_user):$(highscore_group) $(DESTSCORES) \
--  && chmod 0660 $(DESTSCORES)) \
--  || echo "Error: Could not create system-wide highscore file with 
correct permissions !!" \
--  )) || true
-Tylko w kdegames-3.5.0/kfouleggs: Makefile.am.orig
-diff -urbB kdegames-3.5.0.org/klickety/Makefile.am 
kdegames-3.5.0/klickety/Makefile.am
 kdegames-3.5.0.org/klickety/Makefile.am2005-09-10 10:18:05.0 
+0200
-+++ kdegames-3.5.0/klickety/Makefile.am2005-11-14 14:36:28.630443750 
+0100
-@@ -27,44 +27,3 @@
- DESTHIGHSCORES = $(DESTDIR)$(HIGHSCORE_DIRECTORY)
- DESTSCORES = $(DESTDIR)$(HIGHSCORE_DIRECTORY)/$(bin_PROGRAMS).scores
- 
--install-data-local:
--  @(test x$(HIGHSCORE_DIRECTORY) != x \
--  && echo "" \
--  && echo "" \
--  && echo "This game is installed sgid \"games\" to use the" \
--  && echo "system-wide highscore file (in "$(HIGHSCORE_DIRECTORY)")." \
--  && echo "" \
--  && echo "If the system-wide highscore file does not exist, it is" \
--&& echo "created with the correct ownership and permissions. See the" 
\
--&& echo "INSTALL file in \"kdegames/libkdegames/highscore\" for 
details." \
--  && echo "" \
--  && echo "" \
--  ) || true
--
--install-exec-hook:
-- 

SPECS: dcd.spec - R(triggerpostun), use sed 4.0 in the first trigg...

2005-11-24 Thread qboosh
Author: qboosh   Date: Thu Nov 24 17:05:03 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- R(triggerpostun), use sed 4.0 in the first trigger too

 Files affected:
SPECS:
   dcd.spec (1.75 -> 1.76) 

 Diffs:


Index: SPECS/dcd.spec
diff -u SPECS/dcd.spec:1.75 SPECS/dcd.spec:1.76
--- SPECS/dcd.spec:1.75 Thu Nov 24 17:53:32 2005
+++ SPECS/dcd.spec  Thu Nov 24 18:04:57 2005
@@ -14,9 +14,9 @@
 BuildRequires: automake
 BuildRequires: libtool
 BuildRequires: libwrap-devel
-Requires:  rc-scripts
-Requires:  sed >= 4.0
 Requires(post,preun):  /sbin/chkconfig
+Requires(triggerpostun):   sed >= 4.0
+Requires:  rc-scripts
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -81,8 +81,7 @@
 umask 002
 echo "Remember to review config - console users has been changed into 
dcd.users"
 cp /etc/dcd/dcd.conf /etc/dcd/dcd.conf.rpmsave
-sed -e s/console.users/dcd.users/g /etc/dcd/dcd.conf >/etc/dcd/dcd.conf.tmp
-mv -f /etc/dcd/dcd.conf.tmp /etc/dcd/dcd.conf
+sed -i -e 's/console.users/dcd.users/g' /etc/dcd/dcd.conf
 
 %triggerpostun -- dcd < 0.4.6
 echo "Upgrading from version < 0.4.6"
@@ -125,6 +124,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.76  2005/11/24 17:04:57  qboosh
+- R(triggerpostun), use sed 4.0 in the first trigger too
+
 Revision 1.75  2005/11/24 16:53:32  darekr
 - PreReq -> Requires
 


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

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


SPECS: kdemultimedia.spec - rel 1

2005-11-24 Thread arekm
Author: arekmDate: Thu Nov 24 17:02:07 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- rel 1

 Files affected:
SPECS:
   kdemultimedia.spec (1.202 -> 1.203) 

 Diffs:


Index: SPECS/kdemultimedia.spec
diff -u SPECS/kdemultimedia.spec:1.202 SPECS/kdemultimedia.spec:1.203
--- SPECS/kdemultimedia.spec:1.202  Sun Nov 13 22:11:34 2005
+++ SPECS/kdemultimedia.specThu Nov 24 18:02:01 2005
@@ -19,13 +19,13 @@
 Summary(pl):   K Desktop Environment - aplikacje multimedialne
 Name:  kdemultimedia
 Version:   %{_ver}
-Release:   0.1
+Release:   1
 Epoch: 9
 License:   GPL
 Vendor:The KDE Team
 Group: X11/Applications
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{_kdever}/src/%{name}-%{_ver}.tar.bz2
-# Source0-md5: 02e56f2de8e97c85f957889ef98accfd
+# Source0-md5: 3bead58887f06af59afabdc542532bb0
 Patch0:kde-common-PLD.patch
 Patch100:  %{name}-branch.diff
 Patch1:%{name}-llh.patch
@@ -657,8 +657,7 @@
 %defattr(644,root,root,755)
 %{_libdir}/libarts_akode.la
 %attr(755,root,root) %{_libdir}/libarts_akode.so
-%{_libdir}/mcop/akodePlayObject.mcopclass
-%{_libdir}/mcop/akodearts.mcop*
+%{_libdir}/mcop/akode*.mcop*
 
 %files arts
 %defattr(644,root,root,755)
@@ -970,6 +969,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.203  2005/11/24 17:02:01  arekm
+- rel 1
+
 Revision 1.202  2005/11/13 21:11:34  arekm
 - up to 3.5.0rc1
 


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

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


SPECS (PEDRITO): psi.spec - data^2,

2005-11-24 Thread djrzulf
Author: djrzulf  Date: Thu Nov 24 16:53:21 2005 GMT
Module: SPECS Tag: PEDRITO
 Log message:
- data^2,

 Files affected:
SPECS:
   psi.spec (1.73.2.29.2.20 -> 1.73.2.29.2.21) 

 Diffs:


Index: SPECS/psi.spec
diff -u SPECS/psi.spec:1.73.2.29.2.20 SPECS/psi.spec:1.73.2.29.2.21
--- SPECS/psi.spec:1.73.2.29.2.20   Thu Nov 24 17:50:04 2005
+++ SPECS/psi.spec  Thu Nov 24 17:53:15 2005
@@ -13,7 +13,7 @@
 Group: Applications/Communications
 Source0:   
http://www.radioemiter.pl/~pedrito/public/jabber/psi-pedrito/%{_snap}/%{name}-pedrito-%{_snap}.tar.bz2
 # Source0-md5: 51ab430aa36354cdca415ebb7c49f2d6
-Source1:   
http://www.radioemiter.pl/~pedrito/public/jabber/psi-pedrito/%{_snap}/%{name}-pedrito-%{_datasnap}-data.tar.bz2
+Source1:   
http://www.radioemiter.pl/~pedrito/public/jabber/psi-pedrito/%{_datasnap}/%{name}-pedrito-%{_datasnap}-data.tar.bz2
 # Source1-md5: 1398b12cef53fb7c9934c83bd9a1609a
 #Source2:  %{name}-snap-lang-20041209.tar.bz2
 # Source2-md5: 38f0894bf1b557a36788213c56797e62
@@ -170,6 +170,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.73.2.29.2.21  2005/11/24 16:53:15  djrzulf
+- data^2,
+
 Revision 1.73.2.29.2.20  2005/11/24 16:50:04  djrzulf
 - data,
 


 CVS-web:

http://cvs.pld-linux.org/SPECS/psi.spec?r1=1.73.2.29.2.20&r2=1.73.2.29.2.21&f=u

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


SPECS: dcd.spec - PreReq -> Requires

2005-11-24 Thread darekr
Author: darekr   Date: Thu Nov 24 16:53:37 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- PreReq -> Requires

 Files affected:
SPECS:
   dcd.spec (1.74 -> 1.75) 

 Diffs:


Index: SPECS/dcd.spec
diff -u SPECS/dcd.spec:1.74 SPECS/dcd.spec:1.75
--- SPECS/dcd.spec:1.74 Thu Nov 24 15:55:44 2005
+++ SPECS/dcd.spec  Thu Nov 24 17:53:32 2005
@@ -14,8 +14,8 @@
 BuildRequires: automake
 BuildRequires: libtool
 BuildRequires: libwrap-devel
-PreReq:rc-scripts
-PreReq:sed >= 4.0
+Requires:  rc-scripts
+Requires:  sed >= 4.0
 Requires(post,preun):  /sbin/chkconfig
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -125,6 +125,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.75  2005/11/24 16:53:32  darekr
+- PreReq -> Requires
+
 Revision 1.74  2005/11/24 14:55:44  blues
 - 0.5.8 - stable
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/dcd.spec?r1=1.74&r2=1.75&f=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: psi-pedrito-2005-11-24.tar.bz2 psi-pedrito-2005-11-23-data.tar.bz2 emergency.png

2005-11-24 Thread djrzulf
psi.spec: source 2 not defined



Files fetched: 1

ALREADY GOT: 
http://www.radioemiter.pl/~pedrito/public/jabber/psi-pedrito/2005-11-24/psi-pedrito-2005-11-24.tar.bz2
51ab430aa36354cdca415ebb7c49f2d6  psi-pedrito-2005-11-24.tar.bz2
STORED: 
http://www.radioemiter.pl/~pedrito/public/jabber/psi-pedrito/2005-11-23/psi-pedrito-2005-11-23-data.tar.bz2
1398b12cef53fb7c9934c83bd9a1609a  psi-pedrito-2005-11-23-data.tar.bz2
Size: 2504887 bytes
ALREADY GOT: http://michalj.alternatywa.info/psi/patches/emergency.png
5fa629c5177a7b1c5090428e22b7ec30  emergency.png


-- 
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 (PEDRITO): psi.spec - data,

2005-11-24 Thread djrzulf
Author: djrzulf  Date: Thu Nov 24 16:50:10 2005 GMT
Module: SPECS Tag: PEDRITO
 Log message:
- data,

 Files affected:
SPECS:
   psi.spec (1.73.2.29.2.19 -> 1.73.2.29.2.20) 

 Diffs:


Index: SPECS/psi.spec
diff -u SPECS/psi.spec:1.73.2.29.2.19 SPECS/psi.spec:1.73.2.29.2.20
--- SPECS/psi.spec:1.73.2.29.2.19   Thu Nov 24 17:39:34 2005
+++ SPECS/psi.spec  Thu Nov 24 17:50:04 2005
@@ -1,7 +1,7 @@
 # $Revision$, $Date$
 %definesnap 20051124
 %define_snap 2005-11-24
-%define_datasnap 2005-11-24
+%define_datasnap 2005-11-23
 #
 Summary:   PSI - Jabber client
 Summary(de):PSI - ein Instant Messaging Client-Programm für das Jabber
@@ -80,7 +80,7 @@
 #%patch1 -p0
 
 %{__tar} jxf %{SOURCE1}
-cd psi-pedrito-2005-11-23-data
+cd psi-pedrito-%{_datasnap}-data
 cp -r * ..
 cd ..
 
@@ -170,6 +170,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.73.2.29.2.20  2005/11/24 16:50:04  djrzulf
+- data,
+
 Revision 1.73.2.29.2.19  2005/11/24 16:39:34  djrzulf
 - NFY, damn Pedrito :P,
 


 CVS-web:

http://cvs.pld-linux.org/SPECS/psi.spec?r1=1.73.2.29.2.19&r2=1.73.2.29.2.20&f=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: psi-pedrito-2005-11-24.tar.bz2 psi-pedrito-2005-11-23-data.tar.bz2 emergency.png

2005-11-24 Thread djrzulf
psi.spec: source 2 not defined


wget -nv --no-check-certificate -O 
./tmp/33a8b3b7-e061-4b7f-95a0-fc5af971727d/1398b12cef53fb7c9934c83bd9a1609a/psi-pedrito-2005-11-23-data.tar.bz2
 
"http://www.radioemiter.pl/~pedrito/public/jabber/psi-pedrito/2005-11-24/psi-pedrito-2005-11-23-data.tar.bz2":
http://www.radioemiter.pl/~pedrito/public/jabber/psi-pedrito/2005-11-24/psi-pedrito-2005-11-23-data.tar.bz2:
17:50:08 ERROR 404: Not Found.


FATAL: 
http://www.radioemiter.pl/~pedrito/public/jabber/psi-pedrito/2005-11-24/psi-pedrito-2005-11-23-data.tar.bz2
 (1398b12cef53fb7c9934c83bd9a1609a) was not fetched (wget -nv 
--no-check-certificate -O 
./tmp/33a8b3b7-e061-4b7f-95a0-fc5af971727d/1398b12cef53fb7c9934c83bd9a1609a/psi-pedrito-2005-11-23-data.tar.bz2
 
"http://www.radioemiter.pl/~pedrito/public/jabber/psi-pedrito/2005-11-24/psi-pedrito-2005-11-23-data.tar.bz2":
 
http://www.radioemiter.pl/~pedrito/public/jabber/psi-pedrito/2005-11-24/psi-pedrito-2005-11-23-data.tar.bz2:
17:50:08 ERROR 404: Not Found.
)

Files fetched: 0

ALREADY GOT: 
http://www.radioemiter.pl/~pedrito/public/jabber/psi-pedrito/2005-11-24/psi-pedrito-2005-11-24.tar.bz2
51ab430aa36354cdca415ebb7c49f2d6  psi-pedrito-2005-11-24.tar.bz2
ALREADY GOT: http://michalj.alternatywa.info/psi/patches/emergency.png
5fa629c5177a7b1c5090428e22b7ec30  emergency.png


-- 
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: mpcenc.spec - pass CC - kill some docs (contain the same info)

2005-11-24 Thread darekr
Author: darekr   Date: Thu Nov 24 16:42:59 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- pass CC
- kill some docs (contain the same info) 

 Files affected:
SPECS:
   mpcenc.spec (1.3 -> 1.4) 

 Diffs:


Index: SPECS/mpcenc.spec
diff -u SPECS/mpcenc.spec:1.3 SPECS/mpcenc.spec:1.4
--- SPECS/mpcenc.spec:1.3   Wed Nov 23 22:52:43 2005
+++ SPECS/mpcenc.spec   Thu Nov 24 17:42:54 2005
@@ -38,23 +38,23 @@
 
 %build
 %{__make} \
-   CFLAGS="%{rpmcflags}" \
-   LDFLAGS="%{rpmldflags}"
+   CC="%{__cc}" \
+   CFLAGS="%{rpmcflags}" \
+   LDFLAGS="%{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir} \
$RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
 
-cp mppenc replaygain $RPM_BUILD_ROOT%{_bindir}
-cp doc/AUTHORS doc/ChangeLog doc/CHANGES doc/NEWS 
$RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
+install mppenc replaygain $RPM_BUILD_ROOT%{_bindir}
+install doc/AUTHORS doc/CHANGES doc/TODO README 
$RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-#%doc AUTHORS ChangeLog CHANGES NEWS
 %attr(755,root,root) %{_bindir}/*
 %{_docdir}/%{name}-%{version}
 
@@ -64,6 +64,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.4  2005/11/24 16:42:54  darekr
+- pass CC
+- kill some docs (contain the same info)
+
 Revision 1.3  2005/11/23 21:52:43  jack
 - added BR nasm
 


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

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


SPECS (PEDRITO): psi.spec - NFY, damn Pedrito :P,

2005-11-24 Thread djrzulf
Author: djrzulf  Date: Thu Nov 24 16:39:39 2005 GMT
Module: SPECS Tag: PEDRITO
 Log message:
- NFY, damn Pedrito :P,

 Files affected:
SPECS:
   psi.spec (1.73.2.29.2.18 -> 1.73.2.29.2.19) 

 Diffs:


Index: SPECS/psi.spec
diff -u SPECS/psi.spec:1.73.2.29.2.18 SPECS/psi.spec:1.73.2.29.2.19
--- SPECS/psi.spec:1.73.2.29.2.18   Thu Nov 24 17:29:32 2005
+++ SPECS/psi.spec  Thu Nov 24 17:39:34 2005
@@ -15,7 +15,7 @@
 # Source0-md5: 51ab430aa36354cdca415ebb7c49f2d6
 Source1:   
http://www.radioemiter.pl/~pedrito/public/jabber/psi-pedrito/%{_snap}/%{name}-pedrito-%{_datasnap}-data.tar.bz2
 # Source1-md5: 1398b12cef53fb7c9934c83bd9a1609a
-Source2:   %{name}-snap-lang-20041209.tar.bz2
+#Source2:  %{name}-snap-lang-20041209.tar.bz2
 # Source2-md5: 38f0894bf1b557a36788213c56797e62
 Source3:   http://michalj.alternatywa.info/psi/patches/emergency.png
 # Source3-md5: 5fa629c5177a7b1c5090428e22b7ec30
@@ -80,7 +80,7 @@
 #%patch1 -p0
 
 %{__tar} jxf %{SOURCE1}
-cd psi-pedrito-2005-11-18-data
+cd psi-pedrito-2005-11-23-data
 cp -r * ..
 cd ..
 
@@ -115,7 +115,7 @@
 install psi.desktop $RPM_BUILD_ROOT%{_desktopdir}
 install iconsets/system/default/icon_48.png 
$RPM_BUILD_ROOT%{_pixmapsdir}/psi.png
 install iconsets/roster/stellar-icq/online.png 
$RPM_BUILD_ROOT%{_pixmapsdir}/psi-stellar.png
-#install psi/lang/*.qm $RPM_BUILD_ROOT%{_datadir}/psi
+install psi/lang/*.qm $RPM_BUILD_ROOT%{_datadir}/psi
 install *.qm $RPM_BUILD_ROOT%{_datadir}/psi
 install %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/psi/iconsets/system/default/
 install libpsi/psiwidgets/*.so $RPM_BUILD_ROOT%{_libdir}/qt/plugins-mt/designer
@@ -170,6 +170,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.73.2.29.2.19  2005/11/24 16:39:34  djrzulf
+- NFY, damn Pedrito :P,
+
 Revision 1.73.2.29.2.18  2005/11/24 16:29:32  djrzulf
 - updated to 20051124, STBR AC-TEST, :-*
 


 CVS-web:

http://cvs.pld-linux.org/SPECS/psi.spec?r1=1.73.2.29.2.18&r2=1.73.2.29.2.19&f=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: psi-pedrito-2005-11-24.tar.bz2 psi-pedrito-2005-11-24-data.tar.bz2 emergency.png

2005-11-24 Thread djrzulf
psi.spec: source 2 not defined



Files fetched: 0

ALREADY GOT: 
http://www.radioemiter.pl/~pedrito/public/jabber/psi-pedrito/2005-11-24/psi-pedrito-2005-11-24.tar.bz2
51ab430aa36354cdca415ebb7c49f2d6  psi-pedrito-2005-11-24.tar.bz2
ALREADY GOT: 
http://www.radioemiter.pl/~pedrito/public/jabber/psi-pedrito/2005-11-24/psi-pedrito-2005-11-24-data.tar.bz2
1398b12cef53fb7c9934c83bd9a1609a  psi-pedrito-2005-11-24-data.tar.bz2
ALREADY GOT: http://michalj.alternatywa.info/psi/patches/emergency.png
5fa629c5177a7b1c5090428e22b7ec30  emergency.png


-- 
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 (PEDRITO): psi.spec - updated to 20051124, STBR AC-TEST, :-*

2005-11-24 Thread djrzulf
Author: djrzulf  Date: Thu Nov 24 16:29:39 2005 GMT
Module: SPECS Tag: PEDRITO
 Log message:
- updated to 20051124, STBR AC-TEST, :-*

 Files affected:
SPECS:
   psi.spec (1.73.2.29.2.17 -> 1.73.2.29.2.18) 

 Diffs:


Index: SPECS/psi.spec
diff -u SPECS/psi.spec:1.73.2.29.2.17 SPECS/psi.spec:1.73.2.29.2.18
--- SPECS/psi.spec:1.73.2.29.2.17   Tue Nov 22 17:10:50 2005
+++ SPECS/psi.spec  Thu Nov 24 17:29:32 2005
@@ -1,7 +1,7 @@
 # $Revision$, $Date$
-%definesnap 20051122
-%define_snap 2005-11-22
-%define_datasnap 2005-11-22
+%definesnap 20051124
+%define_snap 2005-11-24
+%define_datasnap 2005-11-24
 #
 Summary:   PSI - Jabber client
 Summary(de):PSI - ein Instant Messaging Client-Programm für das Jabber
@@ -12,9 +12,9 @@
 License:   GPL
 Group: Applications/Communications
 Source0:   
http://www.radioemiter.pl/~pedrito/public/jabber/psi-pedrito/%{_snap}/%{name}-pedrito-%{_snap}.tar.bz2
-# Source0-md5: 1616a75a33a1728f6ee7e1eb92e2438e
+# Source0-md5: 51ab430aa36354cdca415ebb7c49f2d6
 Source1:   
http://www.radioemiter.pl/~pedrito/public/jabber/psi-pedrito/%{_snap}/%{name}-pedrito-%{_datasnap}-data.tar.bz2
-# Source1-md5: 67b6369239f758d013c689c9ec54bbec
+# Source1-md5: 1398b12cef53fb7c9934c83bd9a1609a
 Source2:   %{name}-snap-lang-20041209.tar.bz2
 # Source2-md5: 38f0894bf1b557a36788213c56797e62
 Source3:   http://michalj.alternatywa.info/psi/patches/emergency.png
@@ -170,6 +170,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.73.2.29.2.18  2005/11/24 16:29:32  djrzulf
+- updated to 20051124, STBR AC-TEST, :-*
+
 Revision 1.73.2.29.2.17  2005/11/22 16:10:50  djrzulf
 - updated, STBR ac-test,
 


 CVS-web:

http://cvs.pld-linux.org/SPECS/psi.spec?r1=1.73.2.29.2.17&r2=1.73.2.29.2.18&f=u

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


DISTFILES: psi-pedrito-2005-11-24.tar.bz2 psi-pedrito-2005-11-24-data.tar.bz2 psi-snap-lang-20041209.tar.bz2 emergency.png

2005-11-24 Thread djrzulf

Files fetched: 2

STORED: 
http://www.radioemiter.pl/~pedrito/public/jabber/psi-pedrito/2005-11-24/psi-pedrito-2005-11-24.tar.bz2
51ab430aa36354cdca415ebb7c49f2d6  psi-pedrito-2005-11-24.tar.bz2
Size: 1492952 bytes
STORED: 
http://www.radioemiter.pl/~pedrito/public/jabber/psi-pedrito/2005-11-24/psi-pedrito-2005-11-24-data.tar.bz2
1398b12cef53fb7c9934c83bd9a1609a  psi-pedrito-2005-11-24-data.tar.bz2
Size: 2504887 bytes
ALREADY GOT: no-url://psi-snap-lang-20041209.tar.bz2
38f0894bf1b557a36788213c56797e62  psi-snap-lang-20041209.tar.bz2
ALREADY GOT: http://michalj.alternatywa.info/psi/patches/emergency.png
5fa629c5177a7b1c5090428e22b7ec30  emergency.png


-- 
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


rc-scripts/trunk/rc.d: init.d/functions rc.sysinit

2005-11-24 Thread baggins
Author: baggins
Date: Thu Nov 24 16:25:41 2005
New Revision: 6563

Modified:
   rc-scripts/trunk/rc.d/init.d/functions
   rc-scripts/trunk/rc.d/rc.sysinit
Log:
- remove duplicate entries in vserver guest /etc/mtab


Modified: rc-scripts/trunk/rc.d/init.d/functions
==
--- rc-scripts/trunk/rc.d/init.d/functions  (original)
+++ rc-scripts/trunk/rc.d/init.d/functions  Thu Nov 24 16:25:41 2005
@@ -884,6 +884,16 @@
echo $SELINUX > $selinuxfs/enforce
 }
 
+# Remove duplicate entries from mtab (for vserver guest use only)
+clean_vserver_mtab() {
+   :>/etc/mtab.clean
+   cat /etc/mtab | while read device mountpoint line ; do
+   grep -qs "$mountpoint" /etc/mtab.clean || \
+   echo "$device $mountpoint $line" >> /etc/mtab.clean
+   done
+   mv -f /etc/mtab.clean /etc/mtab
+}
+
 #/*
 # * Local variables:
 # * mode: sh

Modified: rc-scripts/trunk/rc.d/rc.sysinit
==
--- rc-scripts/trunk/rc.d/rc.sysinit(original)
+++ rc-scripts/trunk/rc.d/rc.sysinitThu Nov 24 16:25:41 2005
@@ -406,6 +406,8 @@
if grep -q cpuset /proc/filesystems 2>/dev/null ; then
mount -n -t cpuset none /dev/cpuset
fi
+else
+   clean_vserver_mtab
 fi
 
 # Remove /etc/nologin when starting system
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: dcd-0.5.8.tar.bz2

2005-11-24 Thread blues

Files fetched: 1

STORED: 
ftp://pollux.ds.pg.gda.pl/pub/Linux/DConnect/sources/stable/dcd-0.5.8.tar.bz2
85cde95a78d2d3426bd7c0446784d7dd  dcd-0.5.8.tar.bz2
Size: 340129 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: dcd.spec - 0.5.8 - stable

2005-11-24 Thread blues
Author: bluesDate: Thu Nov 24 14:55:49 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- 0.5.8 - stable

 Files affected:
SPECS:
   dcd.spec (1.73 -> 1.74) 

 Diffs:


Index: SPECS/dcd.spec
diff -u SPECS/dcd.spec:1.73 SPECS/dcd.spec:1.74
--- SPECS/dcd.spec:1.73 Wed Oct 12 00:07:36 2005
+++ SPECS/dcd.spec  Thu Nov 24 15:55:44 2005
@@ -2,13 +2,13 @@
 Summary:   DConnect Daemon - Hub Dct Connect for Linux
 Summary(pl):   DConnect Daemon - Hub Dct Connecta dla Linuksa
 Name:  dcd
-Version:   0.5.6
+Version:   0.5.8
 Release:   1
 License:   GPL v2
 Group: Networking/Daemons
 Vendor:DConnect Team <[EMAIL PROTECTED]>
-Source0:   
ftp://pollux.ds.pg.gda.pl/pub/Linux/DConnect/sources/devel/%{name}-%{version}.tar.bz2
-# Source0-md5: f27bc9a67c0b20f842ce0d465a50d2ae
+Source0:   
ftp://pollux.ds.pg.gda.pl/pub/Linux/DConnect/sources/stable/%{name}-%{version}.tar.bz2
+# Source0-md5: 85cde95a78d2d3426bd7c0446784d7dd
 URL:   http://www.dc.ds.pg.gda.pl/
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
@@ -125,6 +125,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.74  2005/11/24 14:55:44  blues
+- 0.5.8 - stable
+
 Revision 1.73  2005/10/11 22:07:36  blues
 - fetch it! it is there...
 


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

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


SPECS: kdeadmin.spec - rel 1

2005-11-24 Thread arekm
Author: arekmDate: Thu Nov 24 14:54:02 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- rel 1

 Files affected:
SPECS:
   kdeadmin.spec (1.144 -> 1.145) 

 Diffs:


Index: SPECS/kdeadmin.spec
diff -u SPECS/kdeadmin.spec:1.144 SPECS/kdeadmin.spec:1.145
--- SPECS/kdeadmin.spec:1.144   Sun Oct  9 22:08:34 2005
+++ SPECS/kdeadmin.spec Thu Nov 24 15:53:57 2005
@@ -1,11 +1,11 @@
 # $Revision$, $Date$
 
 %define_state  stable
-%define_kdever 3.4.3
-%define_ver3.4.3
+%define_kdever 3.5
+%define_ver3.5.0
 
-%define_minlibsevr 9:3.4.3
-%define_minbaseevr 9:3.4.3
+%define_minlibsevr 9:3.5.0
+%define_minbaseevr 9:3.5.0
 
 Summary:   K Desktop Environment - administrative tools
 Summary(es):   K Desktop Environment - herramientas administrativas
@@ -21,7 +21,7 @@
 Vendor:The KDE Team
 Group: X11/Applications
 Source0:   
ftp://ftp.kde.org/pub/kde/%{_state}/%{_kdever}/src/%{name}-%{_ver}.tar.bz2  
-# Source0-md5: ded1ff7ea33f6634ee342b671bbe6677
+# Source0-md5: 9d0f914d2d0d3fbef8ed51cfdab36d40
 Icon:  kde-admin.xpm
 URL:   http://www.kde.org/
 BuildRequires: autoconf
@@ -187,22 +187,13 @@
 %description kuser -l pt_BR
 Ferramenta para administraçăo de usuários do sistema.
 
-%package kwuftpd
-Summary:   KDE WU-FTP daemon configurator
-Summary(pl):   Konfigurator demona WU-FTP dla KDE
-Summary(pt_BR):Ferramenta de administraçăo gráfica do WU-FTPD
+%package knetworkconf
+Summary:   KDE Network Configurator
 Group: X11/Applications
 Requires:  kdelibs >= %{_minlibsevr}
-Requires:  wu-ftpd
 
-%description kwuftpd
-WU-FTP daemon configurator for KDE.
-
-%description kwuftpd -l pl
-Narzędzie do konfiguracji demona WU-FTP dla KDE.
-
-%description kwuftpd -l pt_BR
-Ferramenta de administraçăo gráfica do WU-FTPD (servidor FTP).
+%description knetworkconf
+KDE Network Configurator.
 
 %prep
 %setup -q
@@ -263,6 +254,7 @@
 %find_lang kpackage--with-kde
 %find_lang ksysv   --with-kde
 %find_lang kuser   --with-kde
+%find_lang knetworkconf--with-kde
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -318,12 +310,22 @@
 %{_desktopdir}/kde/kuser.desktop
 %{_iconsdir}/*/*/*/kuser.png
 
+%files knetworkconf -f knetworkconf.lang
+%{_libdir}/kde3/kcm_knetworkconf*.la
+%attr(755,root,root) %{_libdir}/kde3/kcm_knetworkconf*.so
+%{_datadir}/apps/knetworkconf
+%{_desktopdir}/kde/kcm_knetworkconfmodule.desktop
+%{_iconsdir}/*/*/*/knetworkconf.png
+
 %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 @pld-linux.org
 
 $Log$
+Revision 1.145  2005/11/24 14:53:57  arekm
+- rel 1
+
 Revision 1.144  2005/10/09 20:08:34  arekm
 - rel 1
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/kdeadmin.spec?r1=1.144&r2=1.145&f=u

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


SOURCES: gcc-pr22533.patch - ppc bootstrap works.

2005-11-24 Thread pluto
Author: plutoDate: Thu Nov 24 14:43:23 2005 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- ppc bootstrap works.

 Files affected:
SOURCES:
   gcc-pr22533.patch (1.4 -> 1.5) 

 Diffs:


Index: SOURCES/gcc-pr22533.patch
diff -u SOURCES/gcc-pr22533.patch:1.4 SOURCES/gcc-pr22533.patch:1.5
--- SOURCES/gcc-pr22533.patch:1.4   Thu Nov 24 14:04:48 2005
+++ SOURCES/gcc-pr22533.patch   Thu Nov 24 15:43:18 2005
@@ -133,3 +133,18 @@
case VAR_DECL:
case PARM_DECL:
case RESULT_DECL:
+--- gcc/gcc/ada/Makefile.in.orig   2005-11-23 16:48:27.0 +
 gcc/gcc/ada/Makefile.in2005-11-24 10:14:25.987115520 +
+@@ -1899,6 +1899,12 @@
+   $(CC) -c $(ALL_ADAFLAGS) $(FORCE_DEBUG_ADAFLAGS) -O2 $(ADA_INCLUDES) \
+ $< $(OUTPUT_OPTION)
+ 
++# [Bug ada/22533] [4.1/4.2 regression] Ada ICE during bootstrap on many 
platforms
++
++make.o  : make.adb make.ads
++  $(CC) -c $(ALL_ADAFLAGS) $(FORCE_DEBUG_ADAFLAGS) -O1 $(ADA_INCLUDES) \
++$< $(OUTPUT_OPTION)
++
+ adadecode.o : adadecode.c adadecode.h
+ aux-io.o  : aux-io.c
+ argv.o: argv.c


 CVS-web:
http://cvs.pld-linux.org/SOURCES/gcc-pr22533.patch?r1=1.4&r2=1.5&f=u

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


SOURCES (DEVEL): metacity-swap-resize-button.patch - reversed last...

2005-11-24 Thread freetz
Author: freetz   Date: Thu Nov 24 14:22:13 2005 GMT
Module: SOURCES   Tag: DEVEL
 Log message:
- reversed last commit

 Files affected:
SOURCES:
   metacity-swap-resize-button.patch (1.1.2.1 -> 1.1.2.1.2.1) 

 Diffs:


Index: SOURCES/metacity-swap-resize-button.patch
diff -u SOURCES/metacity-swap-resize-button.patch:1.1.2.1 
SOURCES/metacity-swap-resize-button.patch:1.1.2.1.2.1
--- SOURCES/metacity-swap-resize-button.patch:1.1.2.1   Thu Nov 24 14:59:31 2005
+++ SOURCES/metacity-swap-resize-button.patch   Thu Nov 24 15:22:07 2005
@@ -1,51 +1,21 @@
-diff -urN metacity-2.4.8.orig/src/Makefile.am metacity-2.4.8/src/Makefile.am
 metacity-2.4.8.orig/src/Makefile.amMon Dec  9 21:58:58 2002
-+++ metacity-2.4.8/src/Makefile.am Mon Dec  9 22:03:04 2002
-@@ -31,8 +31,6 @@
-   frame.h \
-   frames.c\
-   frames.h\
--  gradient.c  \
--  gradient.h  \
-   group.c \
-   group.h \
-   group-private.h \
-@@ -64,16 +62,10 @@
-   stack.h \
-   tabpopup.c  \
-   tabpopup.h  \
--  theme.c \
--  theme.h \
--  theme-parser.c  \
--  theme-parser.h  \
-   themewidget.c   \
-   themewidget.h   \
-   ui.c\
-   ui.h\
--  util.c  \
--  util.h  \
-   window.c\
-   window.h\
-   window-props.c  \
-@@ -117,17 +109,17 @@
- libexec_PROGRAMS=metacity-dialog
- 
- EFENCE=
[EMAIL PROTECTED]@ $(EFENCE)
[EMAIL PROTECTED]@ $(EFENCE) libmetacity-private.la
- metacity_theme_viewer_LDADD= @METACITY_LIBS@ libmetacity-private.la
- [EMAIL PROTECTED]@
- 
--testgradient_SOURCES=gradient.h gradient.c testgradient.c
-+testgradient_SOURCES=testgradient.c
- testasyncgetprop_SOURCES=async-getprop.h async-getprop.c testasyncgetprop.c
- 
- noinst_PROGRAMS=testgradient testasyncgetprop
- 
--testgradient_LDADD= @METACITY_LIBS@
--testasyncgetprop_LDADD= @METACITY_LIBS@
-+testgradient_LDADD= @METACITY_LIBS@ libmetacity-private.la
-+testasyncgetprop_LDADD= @METACITY_LIBS@ 
- 
- desktopfilesdir=$(datadir)/gnome/wm-properties
- desktopfiles_in_files=metacity.desktop.in
+diff -urN metacity-2.8.1.orig/src/display.c metacity-2.8.1/src/display.c
+--- metacity-2.8.1.orig/src/display.c  2001-09-15 00:09:16.0 +0200
 metacity-2.8.1/src/display.c   2004-06-07 00:20:22.199546400 +0200
+@@ -1404,7 +1404,7 @@
+   if (!unmodified)
+ begin_move = TRUE;
+ }
+-  else if (!unmodified && event->xbutton.button == 2)
++  else if (!unmodified && event->xbutton.button == 3)
+ {
+   if (window->has_resize_func)
+ {
+@@ -1440,7 +1440,7 @@
+   event->xbutton.y_root);
+ }
+ }
+-  else if (event->xbutton.button == 3)
++  else if (event->xbutton.button == 2)
+ {
+   meta_window_show_menu (window,
+  event->xbutton.x_root,


 CVS-web:

http://cvs.pld-linux.org/SOURCES/metacity-swap-resize-button.patch?r1=1.1.2.1&r2=1.1.2.1.2.1&f=u

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


SOURCES (DEVEL): metacity-libtool.patch - updated for 2.13.3

2005-11-24 Thread freetz
Author: freetz   Date: Thu Nov 24 14:13:49 2005 GMT
Module: SOURCES   Tag: DEVEL
 Log message:
- updated for 2.13.3

 Files affected:
SOURCES:
   metacity-libtool.patch (1.2 -> 1.2.4.1) 

 Diffs:


Index: SOURCES/metacity-libtool.patch
diff -u SOURCES/metacity-libtool.patch:1.2 
SOURCES/metacity-libtool.patch:1.2.4.1
--- SOURCES/metacity-libtool.patch:1.2  Mon Dec  9 22:28:15 2002
+++ SOURCES/metacity-libtool.patch  Thu Nov 24 15:13:43 2005
@@ -1,7 +1,7 @@
-diff -urN metacity-2.4.8.orig/src/Makefile.am metacity-2.4.8/src/Makefile.am
 metacity-2.4.8.orig/src/Makefile.amMon Dec  9 21:58:58 2002
-+++ metacity-2.4.8/src/Makefile.am Mon Dec  9 22:03:04 2002
-@@ -31,8 +31,6 @@
+diff -aurN metacity-2.13.3.orig/src/Makefile.am metacity-2.13.3/src/Makefile.am
+--- metacity-2.13.3.orig/src/Makefile.am   2005-11-21 17:04:57.0 
+0100
 metacity-2.13.3/src/Makefile.am2005-11-24 15:11:29.0 +0100
+@@ -41,8 +41,6 @@
frame.h \
frames.c\
frames.h\
@@ -10,7 +10,7 @@
group.c \
group.h \
group-private.h \
-@@ -64,16 +62,10 @@
+@@ -74,16 +72,10 @@
stack.h \
tabpopup.c  \
tabpopup.h  \
@@ -27,7 +27,7 @@
window.c\
window.h\
window-props.c  \
-@@ -117,17 +109,17 @@
+@@ -133,18 +125,18 @@
  libexec_PROGRAMS=metacity-dialog
  
  EFENCE=
@@ -36,16 +36,17 @@
  metacity_theme_viewer_LDADD= @METACITY_LIBS@ libmetacity-private.la
  [EMAIL PROTECTED]@
  
+ testboxes_SOURCES=util.h util.c boxes.h boxes.c testboxes.c
 -testgradient_SOURCES=gradient.h gradient.c testgradient.c
 +testgradient_SOURCES=testgradient.c
  testasyncgetprop_SOURCES=async-getprop.h async-getprop.c testasyncgetprop.c
  
- noinst_PROGRAMS=testgradient testasyncgetprop
+ noinst_PROGRAMS=testboxes testgradient testasyncgetprop
  
+-testboxes_LDADD= @METACITY_LIBS@
 -testgradient_LDADD= @METACITY_LIBS@
--testasyncgetprop_LDADD= @METACITY_LIBS@
++testboxes_LDADD= @METACITY_LIBS@ 
 +testgradient_LDADD= @METACITY_LIBS@ libmetacity-private.la
-+testasyncgetprop_LDADD= @METACITY_LIBS@ 
+ testasyncgetprop_LDADD= @METACITY_LIBS@
  
  desktopfilesdir=$(datadir)/gnome/wm-properties
- desktopfiles_in_files=metacity.desktop.in


 CVS-web:

http://cvs.pld-linux.org/SOURCES/metacity-libtool.patch?r1=1.2&r2=1.2.4.1&f=u

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


pld-builder.new: PLD_Builder/request.py - more complete noauto- pr...

2005-11-24 Thread ankry
Author: ankryDate: Thu Nov 24 14:10:12 2005 GMT
Module: pld-builder.new   Tag: HEAD
 Log message:
- more complete noauto- prefix fix

 Files affected:
pld-builder.new/PLD_Builder:
   request.py (1.35 -> 1.36) 

 Diffs:


Index: pld-builder.new/PLD_Builder/request.py
diff -u pld-builder.new/PLD_Builder/request.py:1.35 
pld-builder.new/PLD_Builder/request.py:1.36
--- pld-builder.new/PLD_Builder/request.py:1.35 Wed Nov 23 19:15:31 2005
+++ pld-builder.new/PLD_Builder/request.py  Thu Nov 24 15:10:07 2005
@@ -206,14 +206,12 @@
 bl_name = "command"
 else:
 bl_name = self.spec[:len(self.spec)-5]
-path = "/%s/%s/%s.bz2" % (b.replace('-','/'), s, bl_name)
+lin_ar = b.replace('noauto-','')
+path = "/%s/%s/%s.bz2" % (lin_ar.replace('-','/'), s, bl_name)
 is_ok = 0
 if s == "OK":
 is_ok = 1
-bld = b.split('-')
-if bld[0] == "noauto":
-bld[0] = bld[1]
-bld[1] = bld[2]
+bld = lin_ar.split('-')
 link_pre = "http://buildlogs.pld-linux.org/index.php?dist=%s&arch=%s&ok=%d&id=%s\";>" 
\
  % (bld[0], bld[1], is_ok, 
binascii.b2a_hex(md5.new(path).digest()))
 link_post = ""


 CVS-web:

http://cvs.pld-linux.org/pld-builder.new/PLD_Builder/request.py?r1=1.35&r2=1.36&f=u

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


SOURCES (DEVEL): metacity-swap-resize-button.patch - updated for 2...

2005-11-24 Thread freetz
Author: freetz   Date: Thu Nov 24 13:59:37 2005 GMT
Module: SOURCES   Tag: DEVEL
 Log message:
- updated for 2.13.3

 Files affected:
SOURCES:
   metacity-swap-resize-button.patch (1.1 -> 1.1.2.1) 

 Diffs:


Index: SOURCES/metacity-swap-resize-button.patch
diff -u SOURCES/metacity-swap-resize-button.patch:1.1 
SOURCES/metacity-swap-resize-button.patch:1.1.2.1
--- SOURCES/metacity-swap-resize-button.patch:1.1   Mon Jun  7 00:23:13 2004
+++ SOURCES/metacity-swap-resize-button.patch   Thu Nov 24 14:59:31 2005
@@ -1,21 +1,51 @@
-diff -urN metacity-2.8.1.orig/src/display.c metacity-2.8.1/src/display.c
 metacity-2.8.1.orig/src/display.c  2001-09-15 00:09:16.0 +0200
-+++ metacity-2.8.1/src/display.c   2004-06-07 00:20:22.199546400 +0200
-@@ -1404,7 +1404,7 @@
-   if (!unmodified)
- begin_move = TRUE;
- }
--  else if (!unmodified && event->xbutton.button == 2)
-+  else if (!unmodified && event->xbutton.button == 3)
- {
-   if (window->has_resize_func)
- {
-@@ -1440,7 +1440,7 @@
-   event->xbutton.y_root);
- }
- }
--  else if (event->xbutton.button == 3)
-+  else if (event->xbutton.button == 2)
- {
-   meta_window_show_menu (window,
-  event->xbutton.x_root,
+diff -urN metacity-2.4.8.orig/src/Makefile.am metacity-2.4.8/src/Makefile.am
+--- metacity-2.4.8.orig/src/Makefile.amMon Dec  9 21:58:58 2002
 metacity-2.4.8/src/Makefile.am Mon Dec  9 22:03:04 2002
+@@ -31,8 +31,6 @@
+   frame.h \
+   frames.c\
+   frames.h\
+-  gradient.c  \
+-  gradient.h  \
+   group.c \
+   group.h \
+   group-private.h \
+@@ -64,16 +62,10 @@
+   stack.h \
+   tabpopup.c  \
+   tabpopup.h  \
+-  theme.c \
+-  theme.h \
+-  theme-parser.c  \
+-  theme-parser.h  \
+   themewidget.c   \
+   themewidget.h   \
+   ui.c\
+   ui.h\
+-  util.c  \
+-  util.h  \
+   window.c\
+   window.h\
+   window-props.c  \
+@@ -117,17 +109,17 @@
+ libexec_PROGRAMS=metacity-dialog
+ 
+ EFENCE=
[EMAIL PROTECTED]@ $(EFENCE)
[EMAIL PROTECTED]@ $(EFENCE) libmetacity-private.la
+ metacity_theme_viewer_LDADD= @METACITY_LIBS@ libmetacity-private.la
+ [EMAIL PROTECTED]@
+ 
+-testgradient_SOURCES=gradient.h gradient.c testgradient.c
++testgradient_SOURCES=testgradient.c
+ testasyncgetprop_SOURCES=async-getprop.h async-getprop.c testasyncgetprop.c
+ 
+ noinst_PROGRAMS=testgradient testasyncgetprop
+ 
+-testgradient_LDADD= @METACITY_LIBS@
+-testasyncgetprop_LDADD= @METACITY_LIBS@
++testgradient_LDADD= @METACITY_LIBS@ libmetacity-private.la
++testasyncgetprop_LDADD= @METACITY_LIBS@ 
+ 
+ desktopfilesdir=$(datadir)/gnome/wm-properties
+ desktopfiles_in_files=metacity.desktop.in


 CVS-web:

http://cvs.pld-linux.org/SOURCES/metacity-swap-resize-button.patch?r1=1.1&r2=1.1.2.1&f=u

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


SPECS: basesystem.spec - Obsoletes: vserver-basesystem

2005-11-24 Thread qboosh
Author: qboosh   Date: Thu Nov 24 13:21:07 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- Obsoletes: vserver-basesystem

 Files affected:
SPECS:
   basesystem.spec (1.37 -> 1.38) 

 Diffs:


Index: SPECS/basesystem.spec
diff -u SPECS/basesystem.spec:1.37 SPECS/basesystem.spec:1.38
--- SPECS/basesystem.spec:1.37  Sun May  1 17:41:14 2005
+++ SPECS/basesystem.spec   Thu Nov 24 14:21:02 2005
@@ -13,6 +13,7 @@
 Prereq:setup
 Prereq:dev
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Obsoletes: vserver-basesystem
 # obsoletes for removed packages
 Obsoletes: bdflush
 Obsoletes: gmc
@@ -75,6 +76,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.38  2005/11/24 13:21:02  qboosh
+- Obsoletes: vserver-basesystem
+
 Revision 1.37  2005/05/01 15:41:14  ankry
 - rel. 3
 


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

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


SPECS: kdegames.spec - pl for -knetwalk

2005-11-24 Thread qboosh
Author: qboosh   Date: Thu Nov 24 13:19:04 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- pl for -knetwalk

 Files affected:
SPECS:
   kdegames.spec (1.143 -> 1.144) 

 Diffs:


Index: SPECS/kdegames.spec
diff -u SPECS/kdegames.spec:1.143 SPECS/kdegames.spec:1.144
--- SPECS/kdegames.spec:1.143   Wed Nov 23 01:25:52 2005
+++ SPECS/kdegames.spec Thu Nov 24 14:18:59 2005
@@ -390,6 +390,7 @@
 
 %package knetwalk
 Summary:   KDE knetwalk
+Summary(pl):   knetwalk dla KDE
 Group: X11/Applications/Games
 Requires:  %{name} = %{epoch}:%{version}-%{release}
 Requires:  kdebase-core >= %{_minbaseevr}
@@ -398,6 +399,9 @@
 The aim of this game is to connect the network with a minimum amount
 of clicks.
 
+%description knetwalk -l pl
+Celem tej gry jest połączenie sieci minimalną liczbą kliknięć.
+
 %package kolf
 Summary:   Miniature golf for KDE
 Summary(pl):   Mini golf
@@ -1174,6 +1178,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.144  2005/11/24 13:18:59  qboosh
+- pl for -knetwalk
+
 Revision 1.143  2005/11/23 00:25:52  glen
 - final tarball md5
 - package files


 CVS-web:
http://cvs.pld-linux.org/SPECS/kdegames.spec?r1=1.143&r2=1.144&f=u

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


DISTFILES: gcc-4.1-20051123r107414.tar.bz2

2005-11-24 Thread pluto

Files fetched: 1

STORED: no-url://gcc-4.1-20051123r107414.tar.bz2
aaec4c87bd99d49138cbae8d1e15053c  gcc-4.1-20051123r107414.tar.bz2
Size: 35028001 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: gcc.spec - updated to 4.1.0-20051123r107414. working on a...

2005-11-24 Thread pluto
Author: plutoDate: Thu Nov 24 13:17:19 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 4.1.0-20051123r107414.
  working on ada on ppc/amd64. nfy, dnt.

 Files affected:
SPECS:
   gcc.spec (1.386 -> 1.387) 

 Diffs:


Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.386 SPECS/gcc.spec:1.387
--- SPECS/gcc.spec:1.386Mon Nov 21 19:07:21 2005
+++ SPECS/gcc.spec  Thu Nov 24 14:17:14 2005
@@ -1,5 +1,10 @@
 # $Revision$, $Date$
 #
+# TODO:
+#  checking for XTestQueryExtension in -lXtst... no
+#  configure: error: libXtst not found, required by java.awt.Robot
+#  make[2]: *** [configure-target-libjava] Error 1
+#
 # Conditional build:
 %bcond_without ada # build without ADA support
 %bcond_without cxx # build without C++ support
@@ -40,15 +45,15 @@
 Summary(pt_BR):Coleçăo dos compiladores GNU: o compilador C e arquivos 
compartilhados
 Name:  gcc
 Version:   4.1.0
-%define_snap   20051121r107281
-Release:   0.%{_snap}.2
+%define_snap   20051123r107414
+Release:   0.%{_snap}.0.1
 Epoch: 5
 License:   GPL v2+
 Group: Development/Languages
 #Source0:  
ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{version}/%{name}-%{version}.tar.bz2
 #Source0:  
ftp://gcc.gnu.org/pub/gcc/snapshots/4.1-%{_snap}/gcc-4.1-%{_snap}.tar.bz2
 Source0:   gcc-4.1-%{_snap}.tar.bz2
-# Source0-md5: b9505ecef44cb3598fda7ee920858602
+# Source0-md5: aaec4c87bd99d49138cbae8d1e15053c
 Source1:   %{name}-optimize-la.pl
 Patch0:%{name}-info.patch
 Patch1:%{name}-nolocalefiles.patch
@@ -64,7 +69,7 @@
 # PRs
 Patch10:   %{name}-pr7776.patch
 Patch11:   %{name}-pr20297.patch
-Patch12:   %{name}-pr24653.patch
+Patch12:   %{name}-pr22533.patch
 
 Patch14:   %{name}-x87-mmx-switch.patch
 Patch15:   %{name}-x87-mmx-eh.patch
@@ -822,6 +827,9 @@
 %endif
%{_target_platform}
 
+# horrible compile time hog with perfect tree checking
+#  --enable-checking=all \
+
 cd ..
 
 %{__make} -C obj-%{_target_platform} \
@@ -829,6 +837,7 @@
GCJFLAGS="%{rpmcflags}" \
BOOT_CFLAGS="%{rpmcflags}" \
STAGE1_CFLAGS="%{rpmcflags} -O0" \
+   GNATLIBCFLAGS="%{rpmcflags}" \
LDFLAGS_FOR_TARGET="%{rpmldflags}" \
mandir=%{_mandir} \
infodir=%{_infodir}
@@ -1320,6 +1329,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.387  2005/11/24 13:17:14  pluto
+- updated to 4.1.0-20051123r107414.
+  working on ada on ppc/amd64. nfy, dnt.
+
 Revision 1.386  2005/11/21 18:07:21  pluto
 - PR17390 patch is back.
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/gcc.spec?r1=1.386&r2=1.387&f=u

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


SPECS (DEVEL): metacity.spec - 2.13.3

2005-11-24 Thread freetz
Author: freetz   Date: Thu Nov 24 13:07:00 2005 GMT
Module: SPECS Tag: DEVEL
 Log message:
- 2.13.3

 Files affected:
SPECS:
   metacity.spec (1.99 -> 1.99.2.1) 

 Diffs:


Index: SPECS/metacity.spec
diff -u SPECS/metacity.spec:1.99 SPECS/metacity.spec:1.99.2.1
--- SPECS/metacity.spec:1.99Tue Oct  4 22:23:27 2005
+++ SPECS/metacity.spec Thu Nov 24 14:06:54 2005
@@ -9,13 +9,13 @@
 Summary:   Metacity window manager
 Summary(pl):   Zarządca okien Metacity
 Name:  metacity
-Version:   2.12.1
+Version:   2.13.3
 Release:   1
 Epoch: 2
 License:   GPL v2+
 Group: X11/Window Managers
-Source0:   
http://ftp.gnome.org/pub/gnome/sources/metacity/2.12/%{name}-%{version}.tar.bz2
-# Source0-md5: f702edb8599d7364ac58de9c0edfa798
+Source0:   
http://ftp.gnome.org/pub/gnome/sources/metacity/2.13/%{name}-%{version}.tar.bz2
+# Source0-md5: 9ca694057e9c829279a5f5efcb5f7560
 Patch0:%{name}-libtool.patch
 Patch1:%{name}-swap-resize-button.patch
 BuildRequires: GConf2-devel >= 2.12.0
@@ -175,7 +175,7 @@
 
 %prep
 %setup -q
-%patch0 -p1
+#%patch0 -p1
 %patch1 -p1
 
 %build
@@ -275,6 +275,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.99.2.1  2005/11/24 13:06:54  freetz
+- 2.13.3
+
 Revision 1.99  2005/10/04 20:23:27  freetz
 - 2.12.1
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/metacity.spec?r1=1.99&r2=1.99.2.1&f=u

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


DISTFILES: metacity-2.13.3.tar.bz2

2005-11-24 Thread freetz

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/gnome/sources/metacity/2.13/metacity-2.13.3.tar.bz2
9ca694057e9c829279a5f5efcb5f7560  metacity-2.13.3.tar.bz2
Size: 1717833 bytes


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


SOURCES: gcc-pr22533.patch (NEW) - new version of patch.

2005-11-24 Thread pluto
Author: plutoDate: Thu Nov 24 13:04:53 2005 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- new version of patch.

 Files affected:
SOURCES:
   gcc-pr22533.patch (1.3 -> 1.4)  (NEW)

 Diffs:


Index: SOURCES/gcc-pr22533.patch
diff -u /dev/null SOURCES/gcc-pr22533.patch:1.4
--- /dev/null   Thu Nov 24 14:04:53 2005
+++ SOURCES/gcc-pr22533.patch   Thu Nov 24 14:04:48 2005
@@ -0,0 +1,135 @@
+--- gcc/gcc/ada/trans.c(revision 107434)
 gcc/gcc/ada/trans.c(working copy)
+@@ -4570,7 +4570,6 @@ int
+ gnat_gimplify_expr (tree *expr_p, tree *pre_p, tree *post_p ATTRIBUTE_UNUSED)
+ {
+   tree expr = *expr_p;
+-  tree op;
+ 
+   if (IS_ADA_STMT (expr))
+ return gnat_gimplify_stmt (expr_p);
+@@ -4600,53 +4599,6 @@ gnat_gimplify_expr (tree *expr_p, tree *
+   *expr_p = TREE_OPERAND (*expr_p, 0);
+   return GS_OK;
+ 
+-case ADDR_EXPR:
+-  op = TREE_OPERAND (expr, 0);
+-
+-  /* If we're taking the address of a constant CONSTRUCTOR, force it to
+-   be put into static memory.  We know it's going to be readonly given
+-   the semantics we have and it's required to be static memory in
+-   the case when the reference is in an elaboration procedure.   */
+-  if (TREE_CODE (op) == CONSTRUCTOR && TREE_CONSTANT (op))
+-  {
+-tree new_var = create_tmp_var (TREE_TYPE (op), "C");
+-
+-TREE_READONLY (new_var) = 1;
+-TREE_STATIC (new_var) = 1;
+-TREE_ADDRESSABLE (new_var) = 1;
+-DECL_INITIAL (new_var) = op;
+-
+-TREE_OPERAND (expr, 0) = new_var;
+-recompute_tree_invarant_for_addr_expr (expr);
+-return GS_ALL_DONE;
+-  }
+-
+-  /* Otherwise, if we are taking the address of something that is neither
+-   reference, declaration, or constant, make a variable for the operand
+-   here and then take its address.  If we don't do it this way, we may
+-   confuse the gimplifier because it needs to know the variable is
+-   addressable at this point.  This duplicates code in
+-   internal_get_tmp_var, which is unfortunate.  */
+-  else if (TREE_CODE_CLASS (TREE_CODE (op)) != tcc_reference
+- && TREE_CODE_CLASS (TREE_CODE (op)) != tcc_declaration
+- && TREE_CODE_CLASS (TREE_CODE (op)) != tcc_constant)
+-  {
+-tree new_var = create_tmp_var (TREE_TYPE (op), "A");
+-tree mod = build (MODIFY_EXPR, TREE_TYPE (op), new_var, op);
+-
+-TREE_ADDRESSABLE (new_var) = 1;
+-
+-if (EXPR_HAS_LOCATION (op))
+-  SET_EXPR_LOCUS (mod, EXPR_LOCUS (op));
+-
+-gimplify_and_add (mod, pre_p);
+-TREE_OPERAND (expr, 0) = new_var;
+-recompute_tree_invarant_for_addr_expr (expr);
+-return GS_ALL_DONE;
+-  }
+-
+-  return GS_UNHANDLED;
+-
+ case COMPONENT_REF:
+   /* We have a kludge here.  If the FIELD_DECL is from a fat pointer and 
is
+from an early dummy type, replace it with the proper FIELD_DECL.  */
+@@ -5436,7 +5388,6 @@ addressable_p (tree gnu_expr)
+ 
+ case UNCONSTRAINED_ARRAY_REF:
+ case INDIRECT_REF:
+-case CONSTRUCTOR:
+ case NULL_EXPR:
+ case SAVE_EXPR:
+   return true;
+--- gcc/gcc/ada/utils2.c   (revision 107414)
 gcc/gcc/ada/utils2.c   (working copy)
+@@ -45,6 +45,8 @@
+ #include "einfo.h"
+ #include "ada-tree.h"
+ #include "gigi.h"
++#include "tree-gimple.h"
++#include "toplev.h"
+ 
+ static tree find_common_type (tree, tree);
+ static bool contains_save_expr_p (tree);
+@@ -998,6 +1000,7 @@ build_unary_op (enum tree_code op_code, 
+   tree operation_type = result_type;
+   tree result;
+   bool side_effects = false;
++  tree before = NULL;
+ 
+   if (operation_type
+   && TREE_CODE (operation_type) == RECORD_TYPE
+@@ -1116,6 +1119,22 @@ build_unary_op (enum tree_code op_code, 
+   result);
+ break;
+   }
++else
++  {
++/* Create a temporary variable to hold the CONSTRUCTON.  */
++tree new_var = create_tmp_var_raw (type, "C");
++TREE_ADDRESSABLE (new_var) = 1;
++TREE_READONLY (new_var) = 1;
++if (global_bindings_p ())
++  TREE_STATIC (new_var) = 1;
++DECL_INITIAL (new_var) = operand;
++gnat_pushdecl (new_var, Empty);
++if (global_bindings_p ())
++  rest_of_decl_compilation (new_var, 1, 0);
++else
++  before = build1 (DECL_EXPR, void_type_node, new_var);
++operand = new_var;
++  }
+ 
+ goto common;
+ 
+@@ -1170,6 +1189,9 @@ build_unary_op (enum tree_code op_code, 
+   }
+ 
+   TREE_CONSTANT (result) = staticp (operand) || TREE_CONSTANT (operand);
++  if (before)
++result = build2 (COMPOUND_EXPR, TREE_TYPE (result), before,
++result);
+   bre

SPECS: cphone.spec - removed BR: glibc-devel (required by rpm-buil...

2005-11-24 Thread darekr
Author: darekr   Date: Thu Nov 24 12:56:51 2005 GMT
Module: SPECS Tag: HEAD
 Log message:
- removed BR: glibc-devel (required by rpm-build)
- added %doc

 Files affected:
SPECS:
   cphone.spec (1.4 -> 1.5) 

 Diffs:


Index: SPECS/cphone.spec
diff -u SPECS/cphone.spec:1.4 SPECS/cphone.spec:1.5
--- SPECS/cphone.spec:1.4   Thu Jan 29 19:24:22 2004
+++ SPECS/cphone.spec   Thu Nov 24 13:56:45 2005
@@ -6,7 +6,7 @@
 Release:   0.1
 License:   MPL v1
 Group: X11/Applications/Networking
-Source0:   http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
+Source0:   http://dl.sourceforge.net/cphone/%{name}-%{version}.tar.bz2
 # Source0-md5: 7574cc0aae961561792bd0b8d17ae933
 Patch0:%{name}-Makefile.patch
 Patch1:%{name}-comp_fix.patch
@@ -16,7 +16,6 @@
 BuildRequires: openh323-devel >= 1.12.0
 BuildRequires: pwlib-devel >= 1.5.0
 BuildRequires: qt-devel >= 3.1.2
-BuildRequires: glibc-devel
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -51,6 +50,7 @@
 
 %files
 %defattr(644,root,root,755)
+%doc README
 %attr(755,root,root) %{_bindir}/*
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -59,6 +59,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.5  2005/11/24 12:56:45  darekr
+- removed BR: glibc-devel (required by rpm-build)
+- added %doc
+
 Revision 1.4  2004/01/29 18:24:22  eothane
 - fixed BR:
 


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

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


SOURCES: gcc-pr24653.patch (REMOVED) - checked in into gcc-svn.

2005-11-24 Thread pluto
Author: plutoDate: Thu Nov 24 12:48:17 2005 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- checked in into gcc-svn.

 Files affected:
SOURCES:
   gcc-pr24653.patch (1.1 -> NONE)  (REMOVED)

 Diffs:

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


PLD-doc: PLD_www_res/buildlogs/index.php - some sorting, Ac rpmqa ...

2005-11-24 Thread ankry
Author: ankryDate: Thu Nov 24 12:16:04 2005 GMT
Module: PLD-doc   Tag: HEAD
 Log message:
- some sorting, Ac rpmqa fixed, ac-sparc64 added

 Files affected:
PLD-doc/PLD_www_res/buildlogs:
   index.php (1.85 -> 1.86) 

 Diffs:


Index: PLD-doc/PLD_www_res/buildlogs/index.php
diff -u PLD-doc/PLD_www_res/buildlogs/index.php:1.85 
PLD-doc/PLD_www_res/buildlogs/index.php:1.86
--- PLD-doc/PLD_www_res/buildlogs/index.php:1.85Mon Sep  5 12:30:08 2005
+++ PLD-doc/PLD_www_res/buildlogs/index.php Thu Nov 24 13:15:59 2005
@@ -9,8 +9,8 @@
"/th/amd64",
"/th/ia64",
"/th/alpha",
-   "/th/sparc",
"/th/ppc",
+   "/th/sparc",
"/ac/SRPMS",
"/ac/i386",
"/ac/i586",
@@ -18,14 +18,15 @@
"/ac/athlon",
"/ac/amd64",
"/ac/alpha",
-   "/ac/sparc",
"/ac/ppc",
+   "/ac/sparc",
+   "/ac/sparc64",
"/ra/i386",
"/ra/i586",
"/ra/i686",
"/ra/alpha",
-   "/ra/sparc",
"/ra/ppc",
+   "/ra/sparc",
"/nest/i486",
"/nest/i686",
"/nest/alpha",
@@ -39,23 +40,24 @@
"http://ftp.pld-linux.org/dists/th/.stat/builder/th/rpmqa-amd64.txt";,
"http://ftp.pld-linux.org/dists/th/.stat/builder/th/rpmqa-ia64.txt";,
"http://ftp.pld-linux.org/dists/th/.stat/builder/th/rpmqa-alpha.txt";,   
-   "http://ftp.pld-linux.org/dists/th/.stat/builder/th/rpmqa-sparc.txt";,
"http://ftp.pld-linux.org/dists/th/.stat/builder/th/rpmqa-ppc.txt";,
-   "http://ftp.pld-linux.org/dists/ac/.stat/builder/ac/ep09/rpmqa-src.txt";,
-   
"http://ftp.pld-linux.org/dists/ac/.stat/builder/ac/StarGate/rpmqa-i386.txt";,
+   "http://ftp.pld-linux.org/dists/th/.stat/builder/th/rpmqa-sparc.txt";,
+   "http://ftp.pld-linux.org/dists/ac/.stat/builder/ac/rpmqa-SRPMS.txt";,
+   "http://ftp.pld-linux.org/dists/ac/.stat/builder/ac/rpmqa-i386.txt";,
"http://ftp.pld-linux.org/dists/ac/.stat/builder/ac/rpmqa-i586.txt";,
-   
"http://ftp.pld-linux.org/dists/ac/.stat/builder/ac/olimp/rpmqa-i686.txt";,
-   
"http://ftp.pld-linux.org/dists/ac/.stat/builder/ac/aksjomat/rpmqa-athlon.txt";,
-   
"http://ftp.pld-linux.org/dists/ac/.stat/builder/ac/serwus/rpmqa-amd64.txt";,
-   
"http://ftp.pld-linux.org/dists/ac/.stat/builder/ac/alpha/rpmqa-alpha.txt";, 
-   
"http://ftp.pld-linux.org/dists/ac/.stat/builder/ac/syriusz/rpmqa-sparc.txt";,
-   
"http://ftp.pld-linux.org/dists/ac/.stat/builder/ac/anduril/rpmqa-ppc.txt";,
+   "http://ftp.pld-linux.org/dists/ac/.stat/builder/ac/rpmqa-i686.txt";,
+   "http://ftp.pld-linux.org/dists/ac/.stat/builder/ac/rpmqa-athlon.txt";,
+   "http://ftp.pld-linux.org/dists/ac/.stat/builder/ac/rpmqa-amd64.txt";,
+   "http://ftp.pld-linux.org/dists/ac/.stat/builder/ac/rpmqa-alpha.txt";,   
+   "http://ftp.pld-linux.org/dists/ac/.stat/builder/ac/rpmqa-ppc.txt";,
+   "http://ftp.pld-linux.org/dists/ac/.stat/builder/ac/rpmqa-sparc.txt";,
+   "http://ftp.pld-linux.org/dists/ac/.stat/builder/ac/rpmqa-sparc64.txt";,

"http://ftp.pld-linux.org/dists/ra/.stat/builder/liniowiec/rpmqa-ra-i386.txt";,

"http://ftp.pld-linux.org/dists/ra/.stat/builder/liniowiec/rpmqa-ra-i586.txt";,

"http://ftp.pld-linux.org/dists/ra/.stat/builder/liniowiec/rpmqa-ra-i686.txt";,

"http://ftp.pld-linux.org/dists/ra/.stat/builder/fly/rpmqa-ra-alpha.txt";,   
-   
"http://ftp.pld-linux.org/dists/ra/.stat/builder/ares/rpmqa-ra-sparc.txt";,
"http://ftp.pld-linux.org/dists/ra/.stat/builder/an2/rpmqa-ra-ppc.txt";,
+   
"http://ftp.pld-linux.org/dists/ra/.stat/builder/ares/rpmqa-ra-sparc.txt";,
"http://ftp.nest.pld-linux.org/.stat/builder/kenny/rpmqa-nest-i486.txt";,
"http://ftp.nest.pld-linux.org/.stat/builder/kenny/rpmqa-nest-i686.txt";,

"http://ftp.nest.pld-linux.org/.stat/builder/alpha/rpmqa-nest-alpha.txt";,


 CVS-web:

http://cvs.pld-linux.org/PLD-doc/PLD_www_res/buildlogs/index.php?r1=1.85&r2=1.86&f=u

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


  1   2   >