SPECS: apache1.spec - add request info for client stopped connect...

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 08:29:15 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- add request info for client stopped connection before rwrite completed 
errors

 Files affected:
SPECS:
   apache1.spec (1.131 - 1.132) 

 Diffs:


Index: SPECS/apache1.spec
diff -u SPECS/apache1.spec:1.131 SPECS/apache1.spec:1.132
--- SPECS/apache1.spec:1.131Tue Feb  7 21:09:57 2006
+++ SPECS/apache1.spec  Fri Feb 17 09:29:10 2006
@@ -32,7 +32,7 @@
 Summary(zh_CN):Internet ÉĎÓŚÓĂ×îšăˇşľÄ Web ˇţÎńłĚĐňĄŁ
 Name:  apache1
 Version:   1.3.34
-Release:   8
+Release:   8.2
 License:   Apache Group
 Group: Networking/Daemons
 Source0:   http://www.apache.org/dist/httpd/apache_%{version}.tar.gz
@@ -91,6 +91,7 @@
 Patch22:   %{name}-db4.patch
 Patch23:   %{name}-less-libs.patch
 Patch24:   %{name}-CVE-2005-3352.patch
+Patch25:   %{name}-rwrite-debug.patch
 URL:   http://httpd.apache.org/
 BuildRequires: db-devel = 4.1
 BuildRequires: mm-devel = 1.3.0
@@ -1268,6 +1269,7 @@
 %patch22 -p1
 %patch23 -p1
 %patch24 -p0
+%patch25 -p1
 
 %if %{with lingerd}
 mv lingerd-* _lingerd
@@ -2408,6 +2410,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.132  2006/02/17 08:29:10  glen
+- add request info for client stopped connection before rwrite completed 
errors
+
 Revision 1.131  2006/02/07 20:09:57  glen
 - use %service
 


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

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


SOURCES: apache1-rwrite-debug.patch (NEW) date: 2003/03/09 14:32:5...

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 08:28:18 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
date: 2003/03/09 14:32:58;  author: glen;  state: Exp;
- write url when rwrite error is printed:
  Feb 17 10:26:54 webserver apache[3737]: [info] [client a.b.c.d] (32)Broken 
pipe: client stopped connection before rwrite completed
  Feb 17 10:26:55 webserver apache[1810]: [info] [client a.b.c.d] (32)Broken 
pipe: client stopped connection before rwrite completed

 Files affected:
SOURCES:
   apache1-rwrite-debug.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/apache1-rwrite-debug.patch
diff -u /dev/null SOURCES/apache1-rwrite-debug.patch:1.1
--- /dev/null   Fri Feb 17 09:28:18 2006
+++ SOURCES/apache1-rwrite-debug.patch  Fri Feb 17 09:28:13 2006
@@ -0,0 +1,11 @@
+--- ./src/main/http_protocol.c~Thu Apr 25 15:56:54 2002
 ./src/main/http_protocol.c Thu Apr 25 15:56:57 2002
+@@ -2537,7 +2537,7 @@
+ if (n  0) {
+ if (!r-connection-aborted) {
+ ap_log_rerror(APLOG_MARK, APLOG_INFO, r,
+-client stopped connection before rwrite completed);
++client stopped connection before rwrite completed (url: 
%s?%s), r-uri, r-args ? r-args : );
+ ap_bsetflag(r-connection-client, B_EOUT, 1);
+ r-connection-aborted = 1;
+ }

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


SPECS: rbldnsd.spec - use %service

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 10:43:22 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- use %service

 Files affected:
SPECS:
   rbldnsd.spec (1.11 - 1.12) 

 Diffs:


Index: SPECS/rbldnsd.spec
diff -u SPECS/rbldnsd.spec:1.11 SPECS/rbldnsd.spec:1.12
--- SPECS/rbldnsd.spec:1.11 Mon Dec  5 00:17:15 2005
+++ SPECS/rbldnsd.spec  Fri Feb 17 11:43:16 2006
@@ -1,21 +1,18 @@
 # $Revision$, $Date$
-
 # TODO:
 # - uid and group for rbldns user
 # - proper init script, .default probably should be sysconfig
-
 Summary:   Small fast daemon to serve DNSBLs
 Summary(pl):   Mały, szybki demon obsługujący zapytania DNSBL
 Name:  rbldnsd
 Version:   0.995
-Release:   0.1
+Release:   0.2
 License:   GPL v2+
 Group: Networking/Daemons
-Vendor:Michael Tokarev [EMAIL PROTECTED]
 Source0:   http://www.corpit.ru/mjt/rbldnsd/%{name}_%{version}.tar.gz
 # Source0-md5: 888a61e9a296a1b76db0c94ca44c612a
 URL:   http://www.corpit.ru/mjt/rbldnsd.html
-BuildRequires: rpmbuild(macros) = 1.202
+BuildRequires: rpmbuild(macros) = 1.268
 Requires(post,preun):  /sbin/chkconfig
 Requires(postun):  /usr/sbin/userdel
 Requires(pre): /bin/id
@@ -64,17 +61,11 @@
 
 %post
 /sbin/chkconfig --add rbldnsd
-if [ -f /var/lock/subsys/rbldnsd ]; then
-   /etc/rc.d/init.d/rbldnsd restart 2
-else
-   echo Run \/etc/rc.d/init.d/rbldnsd start\ to start rbldnsd daemon. 
2
-fi
+%service rbldnsd restart
 
 %preun
 if [ $1 = 0 ]; then
-   if [ -f /var/lock/subsys/rbldnsd ]; then
-   /etc/rc.d/init.d/rbldnsd stop 2 || :
-   fi
+   %service rbldnsd stop
/sbin/chkconfig --del rbldnsd
 fi
 
@@ -98,6 +89,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.12  2006/02/17 10:43:16  glen
+- use %service
+
 Revision 1.11  2005/12/04 23:17:15  glen
 - adapterized (sorted %verify flags)
 


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

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


SPECS (LINUX_2_6): kernel.spec - separated vmlinux file.

2006-02-17 Thread cieciwa
Author: cieciwa  Date: Fri Feb 17 11:44:20 2006 GMT
Module: SPECS Tag: LINUX_2_6
 Log message:
- separated vmlinux file.

 Files affected:
SPECS:
   kernel.spec (1.441.2.1400 - 1.441.2.1401) 

 Diffs:


Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1400 SPECS/kernel.spec:1.441.2.1401
--- SPECS/kernel.spec:1.441.2.1400  Fri Feb 10 12:33:50 2006
+++ SPECS/kernel.spec   Fri Feb 17 12:44:14 2006
@@ -455,6 +455,15 @@
 Twojego komputera. Zawiera w sobie sterowniki do sprzętu znajdującego
 się w komputerze, takiego jak sterowniki dysków itp.
 
+
+%package vmlinux
+Summary:   kernel vmlinux file
+Summary(pl):   plik vmlinux
+Group: Base/Kernel
+
+%description vmlinux
+%description vmlinux -l pl
+
 %package drm
 Summary:   DRM kernel modules
 Summary(pl):   Sterowniki DRM
@@ -590,6 +599,14 @@
 wymagane przez komputery zawierające dwa lub więcej procesorów.
 Powinno również dobrze działać na maszynach z jednym procesorem.
 
+%package smp-vmlinux
+Summary:   kernel SMP vmlinux file
+Summary(pl):   plik SMP vmlinux
+Group: Base/Kernel
+
+%description smp-vmlinux
+%description smp-vmlinux -l pl
+
 %package smp-drm
 Summary:   DRM SMP kernel modules
 Summary(pl):   Sterowniki DRM dla maszyn wieloprocesorowych
@@ -1483,15 +1500,18 @@
 fi
 
 %if %{with up}
-%files
+%files vmlinux
 %defattr(644,root,root,755)
-%doc FAQ-pl
 %ifarch alpha %{ix86} %{x8664} ppc ppc64 sparc sparc64
 /boot/vmlinux-%{version}-%{release}
 %endif
 %ifarch sparc sparc64
 /boot/vmlinux.aout-%{version}-%{release}
 %endif
+
+%files
+%defattr(644,root,root,755)
+%doc FAQ-pl
 %ifarch ia64
 /boot/efi/vmlinuz-%{version}-%{release}
 %endif
@@ -1602,15 +1622,18 @@
 %endif # %%{with up}
 
 %if %{with smp}
-%files smp
+%files smp-vmlinux
 %defattr(644,root,root,755)
-%doc FAQ-pl
 %ifarch alpha %{ix86} %{x8664} ppc ppc64 sparc sparc64
 /boot/vmlinux-%{version}-%{release}smp
 %endif
 %ifarch ia64
 /boot/efi/vmlinuz-%{version}-%{release}smp
 %endif
+
+%files smp
+%defattr(644,root,root,755)
+%doc FAQ-pl
 /boot/vmlinuz-%{version}-%{release}smp
 /boot/System.map-%{version}-%{release}smp
 %ghost /boot/initrd-%{version}-%{release}smp.gz
@@ -1803,6 +1826,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.441.2.1401  2006/02/17 11:44:14  cieciwa
+- separated vmlinux file.
+
 Revision 1.441.2.1400  2006/02/10 11:33:50  cieciwa
 - updated to 2.6.15.4,
 - _rel 0.1,


 CVS-web:

http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1400r2=1.441.2.1401f=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): gnome-terminal.spec - 2.13.91

2006-02-17 Thread freetz
Author: freetz   Date: Fri Feb 17 12:26:41 2006 GMT
Module: SPECS Tag: DEVEL
 Log message:
- 2.13.91

 Files affected:
SPECS:
   gnome-terminal.spec (1.72.2.2 - 1.72.2.3) 

 Diffs:


Index: SPECS/gnome-terminal.spec
diff -u SPECS/gnome-terminal.spec:1.72.2.2 SPECS/gnome-terminal.spec:1.72.2.3
--- SPECS/gnome-terminal.spec:1.72.2.2  Tue Jan 31 15:22:50 2006
+++ SPECS/gnome-terminal.spec   Fri Feb 17 13:26:35 2006
@@ -11,12 +11,12 @@
 Summary:   GNOME Terminal
 Summary(pl):   Terminal dla GNOME
 Name:  gnome-terminal
-Version:   2.13.90
+Version:   2.13.91
 Release:   1
 License:   GPL
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/gnome/sources/gnome-terminal/2.13/%{name}-%{version}.tar.bz2
-# Source0-md5: bd6dd166ca197cf9561f122f191aa49d
+# Source0-md5: 817d89adda4f2be80240582c65873a27
 Patch0:%{name}-TERM.patch
 Patch1:%{name}-disable-prev_next-tab-sensitivity-changes.patch
 Patch2:%{name}-desktop.patch
@@ -36,7 +36,6 @@
 BuildRequires: scrollkeeper
 BuildRequires: startup-notification-devel = 0.8
 BuildRequires: vte-devel = 0.11.12
-BuildRequires: xft-devel = 2.1-2
 Requires(post,preun):  GConf2
 Requires(post,postun): scrollkeeper
 Requires:  libgnomeui = 2.10.0
@@ -113,6 +112,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.72.2.3  2006/02/17 12:26:35  freetz
+- 2.13.91
+
 Revision 1.72.2.2  2006/01/31 14:22:50  patrys
 - disable TERM voodoo magic by default (PLD-specific and breaks
   compatibility with other hosts, did not make it upstream for


 CVS-web:

http://cvs.pld-linux.org/SPECS/gnome-terminal.spec?r1=1.72.2.2r2=1.72.2.3f=u

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


DISTFILES: gnome-terminal-2.13.91.tar.bz2

2006-02-17 Thread freetz

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/gnome/sources/gnome-terminal/2.13/gnome-terminal-2.13.91.tar.bz2
817d89adda4f2be80240582c65873a27  gnome-terminal-2.13.91.tar.bz2
Size: 1678534 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: gdm-logdir.patch - updated for 2.13.0.8

2006-02-17 Thread freetz
Author: freetz   Date: Fri Feb 17 12:27:42 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- updated for 2.13.0.8

 Files affected:
SOURCES:
   gdm-logdir.patch (1.2 - 1.3) 

 Diffs:


Index: SOURCES/gdm-logdir.patch
diff -u SOURCES/gdm-logdir.patch:1.2 SOURCES/gdm-logdir.patch:1.3
--- SOURCES/gdm-logdir.patch:1.2Sat Sep 27 12:04:13 2003
+++ SOURCES/gdm-logdir.patchFri Feb 17 13:27:36 2006
@@ -1,6 +1,6 @@
-diff -Nuard gdm-2.4.4.3.orig/config/Makefile.am gdm-2.4.4.3/config/Makefile.am
 gdm-2.4.4.3.orig/config/Makefile.am2003-09-23 00:13:12.0 
+0200
-+++ gdm-2.4.4.3/config/Makefile.am 2003-09-27 12:00:18.0 +0200
+diff -aurN gdm-2.13.0.8.orig/config/Makefile.am gdm-2.13.0.8/config/Makefile.am
+--- gdm-2.13.0.8.orig/config/Makefile.am   2006-02-13 22:09:09.0 
+0100
 gdm-2.13.0.8/config/Makefile.am2006-02-14 13:25:25.015381840 +0100
 @@ -6,7 +6,7 @@
  instsessdir = $(datadir)/xsessions
  initdir = $(sysconfdir)/gdm/Init
@@ -10,10 +10,10 @@
  gnomercdir = $(sysconfdir)/gdm
  postdir = $(sysconfdir)/gdm/PostSession
  predir = $(sysconfdir)/gdm/PreSession
-diff -Nuard gdm-2.4.4.3.orig/configure.in gdm-2.4.4.3/configure.in
 gdm-2.4.4.3.orig/configure.in  2003-09-25 20:31:12.0 +0200
-+++ gdm-2.4.4.3/configure.in   2003-09-27 11:59:52.0 +0200
-@@ -524,7 +524,7 @@
+diff -aurN gdm-2.13.0.8.orig/configure.ac gdm-2.13.0.8/configure.ac
+--- gdm-2.13.0.8.orig/configure.ac 2006-02-13 22:09:09.0 +0100
 gdm-2.13.0.8/configure.ac  2006-02-14 13:23:51.662573624 +0100
+@@ -818,7 +818,7 @@
  AC_SUBST(EXPANDED_AUTHDIR)
  AC_DEFINE_UNQUOTED(EXPANDED_AUTHDIR,$EXPANDED_AUTHDIR)
  


 CVS-web:
http://cvs.pld-linux.org/SOURCES/gdm-logdir.patch?r1=1.2r2=1.3f=u

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


SPECS: cal3d.spec - Version: 0.10.0 - user guide and modelling doc...

2006-02-17 Thread jajcus
Author: jajcus   Date: Fri Feb 17 12:43:20 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- Version: 0.10.0
- user guide and modelling docs moved to -devel package (useless for 
non-developer)

 Files affected:
SPECS:
   cal3d.spec (1.10 - 1.11) 

 Diffs:


Index: SPECS/cal3d.spec
diff -u SPECS/cal3d.spec:1.10 SPECS/cal3d.spec:1.11
--- SPECS/cal3d.spec:1.10   Sat May 28 03:04:34 2005
+++ SPECS/cal3d.specFri Feb 17 13:43:15 2006
@@ -1,16 +1,13 @@
 # $Revision$, $Date$
-%definesnap 20040720
 Summary:   3d character animation library
 Summary(pl):   Biblioteka do trójwymiarowej animacji postaci
 Name:  cal3d
-Version:   0.9.1
-Release:   2.%{snap}.1
+Version:   0.10.0
+Release:   1
 License:   LGPL
 Group: Libraries
-#Source0:  http://dl.sourceforge.net/cal3d/%{name}-%{version}.tar.bz2
-# from cvs.gna.org/cvs/underware
-Source0:   %{name}-%{snap}.tar.bz2
-# Source0-md5: cd3caf76a68ef67333c920f7915ef2ef
+Source0:   http://dl.sourceforge.net/cal3d/%{name}-full-%{version}.tar.bz2
+# Source0-md5: 47b3b72c6adcf5351f0884639d606d05
 Patch0:%{name}-fixtag.patch
 URL:   http://cal3d.sourceforge.net/
 BuildRequires: autoconf
@@ -44,7 +41,7 @@
 Pliki nagłówkowe biblioteki cal3d.
 
 %prep
-%setup -q -n %{name}
+%setup -q
 %patch0 -p1
 
 %build
@@ -60,6 +57,8 @@
 cd docs
 %{__make} doc-api
 %{__make} doc-guide
+cd ..
+cp -r docs/api/html api
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -72,12 +71,12 @@
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README TODO docs/guide
+%doc AUTHORS ChangeLog README TODO
 %attr(755,root,root) %{_libdir}/libcal3d.so.*
 
 %files devel
 %defattr(644,root,root,755)
-%doc docs/api/html/*
+%doc api docs/guide docs/modeling
 %attr(755,root,root) %{_libdir}/libcal3d.so
 %{_libdir}/lib*.la
 %{_includedir}/%{name}
@@ -89,6 +88,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.11  2006/02/17 12:43:15  jajcus
+- Version: 0.10.0
+- user guide and modelling docs moved to -devel package (useless for 
non-developer)
+
 Revision 1.10  2005/05/28 01:04:34  zbyniu
 - added BR: scrollkeeper, removed BR: docbook-dtd42-xml
 


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

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


DISTFILES: cal3d-full-0.10.0.tar.bz2

2006-02-17 Thread jajcus

Files fetched: 1

STORED: http://dl.sourceforge.net/cal3d/cal3d-full-0.10.0.tar.bz2
47b3b72c6adcf5351f0884639d606d05  cal3d-full-0.10.0.tar.bz2
Size: 2995348 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: mythtv.spec - fix arts build

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 13:19:55 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- fix arts build

 Files affected:
SPECS:
   mythtv.spec (1.44 - 1.45) 

 Diffs:


Index: SPECS/mythtv.spec
diff -u SPECS/mythtv.spec:1.44 SPECS/mythtv.spec:1.45
--- SPECS/mythtv.spec:1.44  Mon Feb 13 02:21:55 2006
+++ SPECS/mythtv.spec   Fri Feb 17 14:19:50 2006
@@ -53,6 +53,7 @@
 Patch3:%{name}-ldconfig.patch
 Patch4:%{name}-pl.patch
 Patch5:%{name}-sbinpath.patch
+Patch6:%{name}-ticket-1310.patch
 URL:   http://www.mythtv.org/
 #BuildRequires:DirectFB-devel
 BuildRequires: XFree86-devel
@@ -273,6 +274,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p0
 
 rm -rf database/old # not supported in PLD
 
@@ -392,7 +394,7 @@
 ' *.lang
 
 rm -rf mythtvosd mythwelcome mythlcdserver
-mkdir -p mythtvosd mythwelcome
+install -d mythtvosd mythwelcome
 cp -a programs/mythtvosd/{README,*.xml} mythtvosd
 cp -a programs/mythwelcome/README mythwelcome
 cp -a programs/mythlcdserver/README mythlcdserver
@@ -500,6 +502,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.45  2006/02/17 13:19:50  glen
+- fix arts build
+
 Revision 1.44  2006/02/13 01:21:55  glen
 - restore lost changelog, rel 1
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/mythtv.spec?r1=1.44r2=1.45f=u

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


SOURCES: mythtv-ticket-1310.patch (NEW) - fix arts build

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 13:20:12 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- fix arts build

 Files affected:
SOURCES:
   mythtv-ticket-1310.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/mythtv-ticket-1310.patch
diff -u /dev/null SOURCES/mythtv-ticket-1310.patch:1.1
--- /dev/null   Fri Feb 17 14:20:12 2006
+++ SOURCES/mythtv-ticket-1310.patchFri Feb 17 14:20:07 2006
@@ -0,0 +1,14 @@
+Index: configure
+===
+--- configure  (revision 9014)
 configure  (working copy)
+@@ -1859,8 +1859,7 @@
+ audio_arts=no
+ if (artsc-config --version)  /dev/null 21; then
+ audio_arts_libs=`artsc-config --libs`
+-audio_arts_tmp=`artsc-config --cflags`
+-audio_arts_cflags=`echo $audio_arts_tmp | sed s/include\/artsc/include/g`
++audio_arts_cflags=`artsc-config --cflags`
+ if $cc -o $TMPE $TMPC $audio_arts_cflags $audio_arts_libs  /dev/null 21; 
then
+ audio_arts=yes
+ fi

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


SPECS: kopete-emoticons-msn.spec (NEW) - new

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 13:20:52 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- new

 Files affected:
SPECS:
   kopete-emoticons-msn.spec (NONE - 1.1)  (NEW)

 Diffs:


Index: SPECS/kopete-emoticons-msn.spec
diff -u /dev/null SPECS/kopete-emoticons-msn.spec:1.1
--- /dev/null   Fri Feb 17 14:20:52 2006
+++ SPECS/kopete-emoticons-msn.spec Fri Feb 17 14:20:45 2006
@@ -0,0 +1,45 @@
+# $Revision$, $Date$
+Summary:   Kopete MSN 6.0 emoticons
+Name:  kopete-emoticons-msn
+Version:   2.01
+Release:   0.1
+License:   GPL
+Group: Themes
+Source0:   http://www.kde-look.org/content/files/6721-crystal_v2.tar.gz
+# Source0-md5: a5584a5f300b7efd647904da023e286b
+URL:   http://www.kde-look.org/content/show.php?content=6721
+Requires:  kdenetwork-kopete
+Requires:  kdenetwork-kopete-protocol-msn
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define_kopetedir  %{_datadir}/apps/kopete/pics/emoticons
+%define_themedir   %{_kopetedir}/MSN
+
+%description
+MSN 6.0 emoticons for Kopete.
+
+%prep
+%setup -q -n crystal_v2
+
+%install
+rm -rf $RPM_BUILD_ROOT%{_themedir}
+install -d $RPM_BUILD_ROOT%{_themedir}
+cp -a * $RPM_BUILD_ROOT%{_themedir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_themedir}
+
+%define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
+%changelog
+* %{date} PLD Team [EMAIL PROTECTED]
+All persons listed below can be reached at cvs_login@pld-linux.org
+
+$Log$
+Revision 1.1  2006/02/17 13:20:45  glen
+- new
+

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


DISTFILES: 6721-crystal_v2.tar.gz

2006-02-17 Thread glen

Files fetched: 1

STORED: http://www.kde-look.org/content/files/6721-crystal_v2.tar.gz
a5584a5f300b7efd647904da023e286b  6721-crystal_v2.tar.gz
Size: 92375 bytes


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


DISTFILES: spandsp-0.0.2pre25.tar.gz

2006-02-17 Thread hunter

Files fetched: 1

STORED: 
http://soft-switch.org/downloads/spandsp/spandsp-0.0.2pre25/spandsp-0.0.2pre25.tar.gz
2bbd518eec1ac0214d1d0f8abb6772a3  spandsp-0.0.2pre25.tar.gz
Size: 1467846 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: asterisk.spec - include rxtxfax app

2006-02-17 Thread hunter
Author: hunter   Date: Fri Feb 17 13:52:18 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- include rxtxfax app

 Files affected:
SPECS:
   asterisk.spec (1.67 - 1.68) 

 Diffs:


Index: SPECS/asterisk.spec
diff -u SPECS/asterisk.spec:1.67 SPECS/asterisk.spec:1.68
--- SPECS/asterisk.spec:1.67Sat Feb  4 22:40:07 2006
+++ SPECS/asterisk.spec Fri Feb 17 14:52:13 2006
@@ -9,6 +9,9 @@
 #
 # Conditional build:
 %bcond_without openh323# without OpenH323 support
+%bcond_withrxfax   # with rx (also tx :-D) fax
+
+%define _spandsp_version 0.0.2-pre25
 #
 Summary:   Asterisk PBX
 Summary(pl):   Centralka (PBX) Asterisk
@@ -35,6 +38,9 @@
 # will fit on clean cvs source
 #Patch1:   %{name}-DESTDIR.patch
 #Patch2:   %{name}-Makefile2.patch
+Source10:  
http://soft-switch.org/downloads/spandsp/spandsp-%{_spandsp_version}/asterisk-1.2.x/app_txfax.c
+Source11:  
http://soft-switch.org/downloads/spandsp/spandsp-%{_spandsp_version}/asterisk-1.2.x/app_rxfax.c
+Patch10:   
http://soft-switch.org/downloads/spandsp/spandsp-%{_spandsp_version}/asterisk-1.2.x/apps_Makefile.patch
 URL:   http://www.asterisk.org/
 BuildRequires: bison
 BuildRequires: freetds = 0.63
@@ -52,6 +58,7 @@
 BuildRequires: unixODBC-devel
 BuildRequires: zaptel-devel
 BuildRequires: zlib-devel
+%{?with_rxfax:BuildRequires:   spandsp-devel-%{_spandsp_version}}
 #BuildRequires:mpg123
 # These libraries are crazy...
 # With openh323 1.11.7 and pwlib 1.4.11 i had sig11
@@ -127,6 +134,13 @@
 %patch8 -p1
 #%patch9 -p1
 
+%if %{with rxfax}
+cd apps
+%patch10 -p1 
+cp %SOURCE10 .
+cp %SOURCE11 .
+%endif
+
 sed -i -e s#/usr/lib/#/usr/%{_lib}/#g# Makefile
 
 %build
@@ -254,6 +268,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.68  2006/02/17 13:52:13  hunter
+- include rxtxfax app
+
 Revision 1.67  2006/02/04 21:40:07  averne
 - updated to 1.2.4
 


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

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


SPECS: spandsp.spec - up to -pre25

2006-02-17 Thread hunter
Author: hunter   Date: Fri Feb 17 13:51:53 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to -pre25

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

 Diffs:


Index: SPECS/spandsp.spec
diff -u SPECS/spandsp.spec:1.9 SPECS/spandsp.spec:1.10
--- SPECS/spandsp.spec:1.9  Mon Oct 10 10:03:15 2005
+++ SPECS/spandsp.spec  Fri Feb 17 14:51:48 2006
@@ -3,14 +3,14 @@
 Summary(pl):   Funkcje DSP dla telefonii
 Name:  spandsp
 # do not upgrade to 0.0.3 series until it's stable
-%define_prepre20
+%define_prepre25
 Version:   0.0.2
-Release:   0.%{_pre}.3
+Release:   0.%{_pre}.1
 Epoch: 1
 License:   LGPL
 Group: Libraries
 Source0:   
http://soft-switch.org/downloads/spandsp/%{name}-%{version}%{_pre}/%{name}-%{version}%{_pre}.tar.gz
-# Source0-md5: 8d6e94a30fb4698b5f25eb93e26444e1
+# Source0-md5: 2bbd518eec1ac0214d1d0f8abb6772a3
 Patch0:%{name}-nommx.patch
 URL:   http://www.soft-switch.org/
 BuildRequires: audiofile-devel
@@ -97,6 +97,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.10  2006/02/17 13:51:48  hunter
+- up to -pre25
+
 Revision 1.9  2005/10/10 08:03:15  qboosh
 - unified
 


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

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


SPECS: kopete-emoticons-msn.spec - fix dir

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 13:58:15 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- fix dir

 Files affected:
SPECS:
   kopete-emoticons-msn.spec (1.1 - 1.2) 

 Diffs:


Index: SPECS/kopete-emoticons-msn.spec
diff -u SPECS/kopete-emoticons-msn.spec:1.1 SPECS/kopete-emoticons-msn.spec:1.2
--- SPECS/kopete-emoticons-msn.spec:1.1 Fri Feb 17 14:20:45 2006
+++ SPECS/kopete-emoticons-msn.spec Fri Feb 17 14:58:09 2006
@@ -2,7 +2,7 @@
 Summary:   Kopete MSN 6.0 emoticons
 Name:  kopete-emoticons-msn
 Version:   2.01
-Release:   0.1
+Release:   0.2
 License:   GPL
 Group: Themes
 Source0:   http://www.kde-look.org/content/files/6721-crystal_v2.tar.gz
@@ -13,7 +13,7 @@
 BuildArch: noarch
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define_kopetedir  %{_datadir}/apps/kopete/pics/emoticons
+%define_kopetedir  %{_datadir}/emoticons
 %define_themedir   %{_kopetedir}/MSN
 
 %description
@@ -40,6 +40,8 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.2  2006/02/17 13:58:09  glen
+- fix dir
+
 Revision 1.1  2006/02/17 13:20:45  glen
 - new
-


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

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


SPECS: pwlib.spec - up to version 1.9.3, added v4l2 subpackage

2006-02-17 Thread aflinta
Author: aflinta  Date: Fri Feb 17 13:59:21 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to version 1.9.3, added v4l2 subpackage

 Files affected:
SPECS:
   pwlib.spec (1.118 - 1.119) 

 Diffs:


Index: SPECS/pwlib.spec
diff -u SPECS/pwlib.spec:1.118 SPECS/pwlib.spec:1.119
--- SPECS/pwlib.spec:1.118  Sun Jan 22 20:45:40 2006
+++ SPECS/pwlib.specFri Feb 17 14:59:14 2006
@@ -3,14 +3,14 @@
 Summary(pl):   Biblioteka zapewniająca przenośność między Windows i Uniksami
 Summary(pt_BR):Biblioteca Windows Portavel
 Name:  pwlib
-Version:   1.9.2
+Version:   1.9.3
 %definefver%(echo %{version} | tr . _)
 Release:   1
 License:   MPL 1.0
 Group: Libraries
 #Source0:  http://dl.sourceforge.net/openh323/%{name}-v%{fver}-src-tar.gz
-Source0:   http://www.ekiga.org/downloads/sources/%{name}-%{version}.tar.gz
-# Source0-md5: 64f7ee4062f507e871863680df5278b9
+Source0:   
http://www.ekiga.org/downloads/beta2/sources/%{name}-%{version}.tar.gz
+# Source0-md5: 42d5e9d274bdb02b40f5e1db06307475
 Patch0:%{name}-mak_files.patch
 Patch1:%{name}-libname.patch
 Patch2:%{name}-bison-pure.patch
@@ -152,6 +152,18 @@
 %description video-v4l -l pl
 Wtyczka wejścia obrazu v4l.
 
+%package video-v4l2
+Summary:   v4l2 video input plugin
+Summary(pl):   Wtyczka wejścia obrazu v4l2
+Group: Libraries
+Requires:  %{name} = %{version}-%{release}
+
+%description video-v4l2
+v4l2 video input plugin.
+
+%description video-v4l -l pl2
+Wtyczka wejścia obrazu v4l2.
+
 %prep
 %setup -q 
 %patch0 -p1
@@ -168,7 +180,8 @@
 cp -f /usr/share/automake/config.* .
 %{__autoconf}
 %configure \
-   --enable-plugins
+   --enable-plugins \
+   --enable-v4l2
 
 %{__make} %{?debug:debugshared}%{!?debug:optshared} \
PWLIBDIR=`pwd` \
@@ -242,12 +255,19 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/pwlib/devices/videoinput/v4l_pwplugin.so
 
+%files video-v4l2
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/pwlib/devices/videoinput/v4l2_pwplugin.so
+
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
 %changelog
 * %{date} PLD Team [EMAIL PROTECTED]
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.119  2006/02/17 13:59:14  aflinta
+- up to version 1.9.3, added v4l2 subpackage
+
 Revision 1.118  2006/01/22 19:45:40  qboosh
 - updated mak_files patch is back
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/pwlib.spec?r1=1.118r2=1.119f=u

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


DISTFILES: pwlib-1.9.3.tar.gz

2006-02-17 Thread aflinta

Files fetched: 1

STORED: http://www.ekiga.org/downloads/beta2/sources/pwlib-1.9.3.tar.gz
42d5e9d274bdb02b40f5e1db06307475  pwlib-1.9.3.tar.gz
Size: 1477547 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: kopete-emoticons-msn.spec - fix typos

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 14:01:33 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- fix typos

 Files affected:
SPECS:
   kopete-emoticons-msn.spec (1.2 - 1.3) 

 Diffs:


Index: SPECS/kopete-emoticons-msn.spec
diff -u SPECS/kopete-emoticons-msn.spec:1.2 SPECS/kopete-emoticons-msn.spec:1.3
--- SPECS/kopete-emoticons-msn.spec:1.2 Fri Feb 17 14:58:09 2006
+++ SPECS/kopete-emoticons-msn.spec Fri Feb 17 15:01:28 2006
@@ -2,11 +2,12 @@
 Summary:   Kopete MSN 6.0 emoticons
 Name:  kopete-emoticons-msn
 Version:   2.01
-Release:   0.2
+Release:   0.3
 License:   GPL
 Group: Themes
 Source0:   http://www.kde-look.org/content/files/6721-crystal_v2.tar.gz
 # Source0-md5: a5584a5f300b7efd647904da023e286b
+Patch0:%{name}.patch
 URL:   http://www.kde-look.org/content/show.php?content=6721
 Requires:  kdenetwork-kopete
 Requires:  kdenetwork-kopete-protocol-msn
@@ -21,6 +22,7 @@
 
 %prep
 %setup -q -n crystal_v2
+%patch0 -p0
 
 %install
 rm -rf $RPM_BUILD_ROOT%{_themedir}
@@ -40,6 +42,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.3  2006/02/17 14:01:28  glen
+- fix typos
+
 Revision 1.2  2006/02/17 13:58:09  glen
 - fix dir
 


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

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


SOURCES: kopete-emoticons-msn.patch (NEW) - fix typos

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 14:01:41 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- fix typos

 Files affected:
SOURCES:
   kopete-emoticons-msn.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/kopete-emoticons-msn.patch
diff -u /dev/null SOURCES/kopete-emoticons-msn.patch:1.1
--- /dev/null   Fri Feb 17 15:01:41 2006
+++ SOURCES/kopete-emoticons-msn.patch  Fri Feb 17 15:01:36 2006
@@ -0,0 +1,20 @@
+--- emoticons.xml~ 2003-08-26 07:52:49.0 +0300
 emoticons.xml  2006-02-17 15:59:56.0 +0200
+@@ -70,7 +70,7 @@
+   string*-)/string
+   string*)/string
+ /emoticon
+-/emoticon file=dunno
++emoticon file=dunno
+   string:^)/string
+ /emoticon
+ emoticon file=sshh
+@@ -131,7 +131,7 @@
+   string(amp;)/string
+   /emoticon
+ emoticon file=dog
+-  string()/string
++  string(amp;)/string
+ /emoticon
+ emoticon file=bat
+   string:-[/string

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


SPECS: opal.spec - up to 2.1.3

2006-02-17 Thread aflinta
Author: aflinta  Date: Fri Feb 17 14:12:31 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 2.1.3

 Files affected:
SPECS:
   opal.spec (1.3 - 1.4) 

 Diffs:


Index: SPECS/opal.spec
diff -u SPECS/opal.spec:1.3 SPECS/opal.spec:1.4
--- SPECS/opal.spec:1.3 Sun Feb  5 14:36:43 2006
+++ SPECS/opal.spec Fri Feb 17 15:12:24 2006
@@ -2,15 +2,15 @@
 Summary:   Open Phone Abstraction Library (aka OpenH323 v2)
 Summary(pl):   Biblioteka Open Phone Abstraction Library (aka OpenH323 v2)
 Name:  opal
-Version:   2.1.2
+Version:   2.1.3
 Release:   0.1
 License:   MPL
 Group: Libraries
-Source0:   http://www.ekiga.org/downloads/sources/%{name}-%{version}.tar.gz
-# Source0-md5: 535df3c71292d567f5cb7523768cc258
+Source0:   
http://www.ekiga.org/downloads/beta2/sources/%{name}-%{version}.tar.gz
+# Source0-md5: 10cbc244058b8f4928a9e337a9025fb7
 #Patch0:   %{name}-opaldir.patch
 URL:   http://www.openh323.org/
-BuildRequires: pwlib-devel = 1.9.2
+BuildRequires: pwlib-devel = 1.9.3-1
 BuildRequires: speex-devel = 1:1.1.5
 BuildRequires: libstdc++-devel
 %requires_eq   pwlib
@@ -69,8 +69,8 @@
 #OPENH323_BUILD=yes; export OPENH323_BUILD
 #cp -f /usr/share/automake/config.sub .
 %{__autoconf}
-%configure \
-   --disable-iax
+%configure 
+#  --disable-iax
 #touch .asnparser.version
 
 %{__make}
@@ -98,8 +98,8 @@
 #install version.h $RPM_BUILD_ROOT%{_includedir}/openh323
 #install samples/simple/obj_*/simph323 $RPM_BUILD_ROOT%{_bindir}
 
-sed -e'[EMAIL PROTECTED](OPALDIR)/include@/opal@'  opal_inc.mak \
-$RPM_BUILD_ROOT%{_datadir}/opal/opal_inc1.mak
+#sed -e'[EMAIL PROTECTED](OPALDIR)/include@/opal@'  opal_inc.mak \
+#   $RPM_BUILD_ROOT%{_datadir}/opal/opal_inc1.mak
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -129,6 +129,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.4  2006/02/17 14:12:24  aflinta
+- up to 2.1.3
+
 Revision 1.3  2006/02/05 13:36:43  aflinta
 - first try to build new version, opal_inc.mak needs fixes
 


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

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


SPECS: perl-Cache.spec - 2.04

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 14:12:40 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 2.04

 Files affected:
SPECS:
   perl-Cache.spec (1.4 - 1.5) 

 Diffs:


Index: SPECS/perl-Cache.spec
diff -u SPECS/perl-Cache.spec:1.4 SPECS/perl-Cache.spec:1.5
--- SPECS/perl-Cache.spec:1.4   Sun Jan 22 12:46:53 2006
+++ SPECS/perl-Cache.spec   Fri Feb 17 15:12:34 2006
@@ -8,13 +8,13 @@
 Summary:   Cache - the cache interface
 Summary(pl):   Cache - interfejs buforujący
 Name:  perl-Cache
-Version:   2.03
-Release:   0.1
+Version:   2.04
+Release:   1
 # same as perl
 License:   GPL v1+ or Artistic
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{version}.tar.gz
-# Source0-md5: f7aff536e032edbdae27a503438ae11e
+# Source0-md5: c64b8dd8f04e101bd20cde0c7c2e3d17
 BuildRequires: perl-devel = 1:5.8.0
 BuildRequires: rpm-perlprov = 4.1-13
 %if %{with tests}
@@ -83,6 +83,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.5  2006/02/17 14:12:34  glen
+- 2.04
+
 Revision 1.4  2006/01/22 11:46:53  agaran
 - up to 2.03 rel: 0.1
 


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

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


DISTFILES: opal-2.1.3.tar.gz

2006-02-17 Thread aflinta

Files fetched: 1

STORED: http://www.ekiga.org/downloads/beta2/sources/opal-2.1.3.tar.gz
10cbc244058b8f4928a9e337a9025fb7  opal-2.1.3.tar.gz
Size: 4104500 bytes


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


DISTFILES: Cache-2.04.tar.gz

2006-02-17 Thread glen

Files fetched: 1

STORED: http://www.cpan.org/modules/by-module/Cache/Cache-2.04.tar.gz
c64b8dd8f04e101bd20cde0c7c2e3d17  Cache-2.04.tar.gz
Size: 34501 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: ekiga.spec - up to 1.99.1

2006-02-17 Thread aflinta
Author: aflinta  Date: Fri Feb 17 14:13:55 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 1.99.1

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

 Diffs:


Index: SPECS/ekiga.spec
diff -u SPECS/ekiga.spec:1.4 SPECS/ekiga.spec:1.5
--- SPECS/ekiga.spec:1.4Sun Feb 12 21:32:54 2006
+++ SPECS/ekiga.specFri Feb 17 15:13:50 2006
@@ -2,12 +2,12 @@
 Summary:   SIP and H.323 Videoconferencing
 Summary(pl):   Program do telekonferencji w standardzie SIP oraz H.323
 Name:  ekiga
-Version:   1.99.0
-Release:   0.2
+Version:   1.99.1
+Release:   0.1
 License:   GPL
 Group: Applications/Communications
-Source0:   http://www.ekiga.org/downloads/sources/%{name}-%{version}.tar.gz
-# Source0-md5: 178844551b65ff33ef44a5d481539af7
+Source0:   
http://www.ekiga.org/downloads/beta2/sources/%{name}-%{version}.tar.gz
+# Source0-md5: 1468f6be7d577ccd48c91cfa13341772
 Patch0:%{name}-desktop.patch
 URL:   http://www.ekiga.org/
 BuildRequires: GConf2-devel = 2.12.0
@@ -21,9 +21,9 @@
 BuildRequires: libgnome-devel = 2.12.0
 BuildRequires: libgnomeui-devel = 2.12.0
 BuildRequires: libtool
-BuildRequires: opal-devel = 2.1.2
+BuildRequires: opal-devel = 2.1.3
 BuildRequires: openldap-devel = 2.3.0
-BuildRequires: pwlib-devel = 1.9.2
+BuildRequires: pwlib-devel = 1.9.3
 BuildRequires: rpmbuild(macros) = 1.197
 BuildRequires: scrollkeeper
 Requires(post,postun): scrollkeeper
@@ -99,6 +99,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.5  2006/02/17 14:13:50  aflinta
+- up to 1.99.1
+
 Revision 1.4  2006/02/12 20:32:54  freetz
 - desktop patch added
 


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

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


DISTFILES: ekiga-1.99.1.tar.gz

2006-02-17 Thread aflinta

Files fetched: 1

STORED: http://www.ekiga.org/downloads/beta2/sources/ekiga-1.99.1.tar.gz
1468f6be7d577ccd48c91cfa13341772  ekiga-1.99.1.tar.gz
Size: 4801987 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: perl-YAML.spec - 0.58

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 14:15:08 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 0.58

 Files affected:
SPECS:
   perl-YAML.spec (1.21 - 1.22) 

 Diffs:


Index: SPECS/perl-YAML.spec
diff -u SPECS/perl-YAML.spec:1.21 SPECS/perl-YAML.spec:1.22
--- SPECS/perl-YAML.spec:1.21   Thu Feb  2 22:39:17 2006
+++ SPECS/perl-YAML.specFri Feb 17 15:15:02 2006
@@ -8,13 +8,13 @@
 Summary:   YAML - YAML Ain't Markup Language (tm)
 Summary(pl):   YAML - YAML nie jest językiem znaczników
 Name:  perl-YAML
-Version:   0.55
+Version:   0.58
 Release:   1
 # same as perl
 License:   GPL v1+ or Artistic
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-authors/id/I/IN/INGY/%{pdir}-%{version}.tar.gz
-# Source0-md5: 2a01bcd5d980569577b580aef0c98ed4
+# Source0-md5: aa5ac653057914ca995dd74de8212ebc
 URL:   http://www.yaml.org/spec/
 BuildRequires: perl-devel = 1:5.8.0
 %if %{with tests}
@@ -72,6 +72,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.22  2006/02/17 14:15:02  glen
+- 0.58
+
 Revision 1.21  2006/02/02 21:39:17  migo
 - up to 0.55
 


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

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


DISTFILES: YAML-0.58.tar.gz

2006-02-17 Thread glen

Files fetched: 1

STORED: http://www.cpan.org/modules/by-authors/id/I/IN/INGY/YAML-0.58.tar.gz
aa5ac653057914ca995dd74de8212ebc  YAML-0.58.tar.gz
Size: 89913 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: perl-Apache-ConfigParser.spec - 1.01

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 14:19:03 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 1.01

 Files affected:
SPECS:
   perl-Apache-ConfigParser.spec (1.19 - 1.20) 

 Diffs:


Index: SPECS/perl-Apache-ConfigParser.spec
diff -u SPECS/perl-Apache-ConfigParser.spec:1.19 
SPECS/perl-Apache-ConfigParser.spec:1.20
--- SPECS/perl-Apache-ConfigParser.spec:1.19Wed Nov  3 20:36:55 2004
+++ SPECS/perl-Apache-ConfigParser.spec Fri Feb 17 15:18:57 2006
@@ -9,15 +9,15 @@
 Summary:   Apache::ConfigParser - load Apache configuration files
 Summary(pl):   Apache::ConfigParser - wczytywanie plików konfiguracyjnych 
Apache'a
 Name:  perl-Apache-ConfigParser
-Version:   0.06
-Release:   4
+Version:   1.01
+Release:   1
 # same as perl
 License:   GPL v1+ or Artistic
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 3726cb960475e9153deef2ad6e203c3f
+# Source0-md5: 2c1a863a2fc9d32313f277066bd9ea81
 BuildRequires: perl-devel = 1:5.8.0
-%if %{with tests} 
+%if %{with tests}
 BuildRequires: perl-Test-Simple
 BuildRequires: perl-Tree-DAG_Node
 %endif
@@ -62,7 +62,7 @@
DESTDIR=$RPM_BUILD_ROOT
 
 # get rid of pod docuementation
-rm -f $RPM_BUILD_ROOT%{perl_vendorlib}/Apache/ConfigParser/*.pod
+rm -f $RPM_BUILD_ROOT%{perl_vendorlib}/Apache/ConfigParser{,/}*.pod
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -79,6 +79,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.20  2006/02/17 14:18:57  glen
+- 1.01
+
 Revision 1.19  2004/11/03 19:36:55  paladine
 - formatting
 


 CVS-web:

http://cvs.pld-linux.org/SPECS/perl-Apache-ConfigParser.spec?r1=1.19r2=1.20f=u

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


DISTFILES: Apache-ConfigParser-1.01.tar.gz

2006-02-17 Thread glen

Files fetched: 1

STORED: 
http://www.cpan.org/modules/by-module/Apache/Apache-ConfigParser-1.01.tar.gz
2c1a863a2fc9d32313f277066bd9ea81  Apache-ConfigParser-1.01.tar.gz
Size: 201739 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: digikam.spec - updated to 0.8.1

2006-02-17 Thread rotom
Author: rotomDate: Fri Feb 17 14:19:59 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 0.8.1

 Files affected:
SPECS:
   digikam.spec (1.46 - 1.47) 

 Diffs:


Index: SPECS/digikam.spec
diff -u SPECS/digikam.spec:1.46 SPECS/digikam.spec:1.47
--- SPECS/digikam.spec:1.46 Fri Jan 13 21:08:48 2006
+++ SPECS/digikam.spec  Fri Feb 17 15:19:51 2006
@@ -2,12 +2,12 @@
 Summary:   A KDE frontend for gphoto2
 Summary(pl):   Interfejs KDE do gphoto2
 Name:  digikam
-Version:   0.8.0
-Release:   2
+Version:   0.8.1
+Release:   1
 License:   GPL
 Group: X11/Applications
 Source0:   http://dl.sourceforge.net/digikam/%{name}-%{version}.tar.bz2
-# Source0-md5: 9a0eaf4cb8e10d082b54b920a6244890
+# Source0-md5: 2672c510a78256a034a666f0e237eb3f
 URL:   http://digikam.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -58,6 +58,7 @@
 echo # vi: encoding=utf-8  ./digikam/showfoto/showfoto.desktop
 echo # vi: encoding=utf-8  
./digikam/imageplugins/digikamimageplugin_core.desktop
 echo # vi: encoding=utf-8  
./digikam/utilities/imageeditor/digikamimageplugin.desktop
+echo # vi: encoding=utf-8  ./digikam/showfoto/mimetypes/x-raw.desktop
 
 cp -f /usr/share/automake/config.sub admin
 %{__make} -f admin/Makefile.common cvs
@@ -98,6 +99,7 @@
 %{_datadir}/servicetypes/*
 %{_datadir}/apps/digikam
 %{_datadir}/apps/showfoto
+%{_datadir}/mimelnk/image/*.desktop
 %{_desktopdir}/kde/*.desktop
 %{_iconsdir}/[!l]*/*/*/*
 
@@ -114,6 +116,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.47  2006/02/17 14:19:51  rotom
+- updated to 0.8.1
+
 Revision 1.46  2006/01/13 20:08:48  arekm
 - rel 2
 


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

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


SPECS: perl-Apache-DBILogin.spec - 2.06

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 14:20:31 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 2.06

 Files affected:
SPECS:
   perl-Apache-DBILogin.spec (1.21 - 1.22) 

 Diffs:


Index: SPECS/perl-Apache-DBILogin.spec
diff -u SPECS/perl-Apache-DBILogin.spec:1.21 
SPECS/perl-Apache-DBILogin.spec:1.22
--- SPECS/perl-Apache-DBILogin.spec:1.21Sun Dec 12 11:14:47 2004
+++ SPECS/perl-Apache-DBILogin.spec Fri Feb 17 15:20:24 2006
@@ -5,13 +5,13 @@
 Summary:   Apache::DBILogin - authenticates and authorizes via a DBI 
connection
 Summary(pl):   Apache::DBILogin - uwierzytelnianie i autoryzacja poprzez 
połączenie z DBI
 Name:  perl-Apache-DBILogin
-Version:   2.03
+Version:   2.06
 Release:   1
 # same as perl
 License:   GPL v1+ or Artistic
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 4a1340eedfebbb09c35c4477eefbca93
+# Source0-md5: 45844b1aba2318535070b5e9bf2bcb6f
 BuildRequires: perl-devel = 1:5.8.0
 BuildRequires: rpm-perlprov = 4.1-13
 BuildArch: noarch
@@ -23,7 +23,8 @@
 
 It is intended to facilitate web-based transactions against a database
 server as a particular database user. If you wish authenticate against
-a passwd table instead, please see Edmund Mergl's Apache::AuthDBI module.
+a passwd table instead, please see Edmund Mergl's Apache::AuthDBI
+module.
 
 %description -l pl
 Apache::DBILogin udostępnia mechanizmy uwierzytelniania i autoryzacji
@@ -62,6 +63,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.22  2006/02/17 14:20:24  glen
+- 2.06
+
 Revision 1.21  2004/12/12 10:14:47  adamg
 - updated to 2.03
 


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

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


DISTFILES: Apache-DBILogin-2.06.tar.gz

2006-02-17 Thread glen

Files fetched: 1

STORED: http://www.cpan.org/modules/by-module/Apache/Apache-DBILogin-2.06.tar.gz
45844b1aba2318535070b5e9bf2bcb6f  Apache-DBILogin-2.06.tar.gz
Size: 4293 bytes


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


DISTFILES: Apache-Filter-1.024.tar.gz

2006-02-17 Thread glen

Files fetched: 1

STORED: http://www.cpan.org/modules/by-module/Apache/Apache-Filter-1.024.tar.gz
22fdc595d61fbfac8c25c9529fcf6551  Apache-Filter-1.024.tar.gz
Size: 26566 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: perl-Apache-Filter.spec - 1.024

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 14:20:58 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 1.024

 Files affected:
SPECS:
   perl-Apache-Filter.spec (1.18 - 1.19) 

 Diffs:


Index: SPECS/perl-Apache-Filter.spec
diff -u SPECS/perl-Apache-Filter.spec:1.18 SPECS/perl-Apache-Filter.spec:1.19
--- SPECS/perl-Apache-Filter.spec:1.18  Wed Nov  3 20:36:55 2004
+++ SPECS/perl-Apache-Filter.spec   Fri Feb 17 15:20:53 2006
@@ -9,13 +9,13 @@
 Summary:   Apache::Filter - alter the output of previous handlers
 Summary(pl):   Apache::Filter - obrabianie danych na wyjściu poprzedniego 
modułu
 Name:  perl-Apache-Filter
-Version:   1.022
-Release:   3
+Version:   1.024
+Release:   1
 # same as perl
 License:   GPL v1+ or Artistic
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: f2aa0a85081c28d6d86a14773149ebc5
+# Source0-md5: 22fdc595d61fbfac8c25c9529fcf6551
 BuildRequires: perl-devel = 1:5.8.0
 BuildRequires: rpm-perlprov = 4.1-13
 BuildArch: noarch
@@ -24,8 +24,8 @@
 #%%define  _noautoreq  'perl(Apache)'
 
 %description
-Apache::Filter Perl module alters the output of previous handlers in
-a chain of filter-aware Apache modules.
+Apache::Filter Perl module alters the output of previous handlers in a
+chain of filter-aware Apache modules.
 
 %description -l pl
 Moduł Perla Apache::Filter obrabia dane na wyjściu poprzedniego modułu
@@ -62,6 +62,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.19  2006/02/17 14:20:53  glen
+- 1.024
+
 Revision 1.18  2004/11/03 19:36:55  paladine
 - formatting
 


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

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


DISTFILES: digikam-0.8.1.tar.bz2

2006-02-17 Thread rotom

Files fetched: 1

STORED: http://dl.sourceforge.net/digikam/digikam-0.8.1.tar.bz2
2672c510a78256a034a666f0e237eb3f  digikam-0.8.1.tar.bz2
Size: 3783559 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: perl-Apache-Htpasswd.spec - 1.7

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 14:21:33 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 1.7

 Files affected:
SPECS:
   perl-Apache-Htpasswd.spec (1.18 - 1.19) 

 Diffs:


Index: SPECS/perl-Apache-Htpasswd.spec
diff -u SPECS/perl-Apache-Htpasswd.spec:1.18 
SPECS/perl-Apache-Htpasswd.spec:1.19
--- SPECS/perl-Apache-Htpasswd.spec:1.18Wed Nov  3 20:36:55 2004
+++ SPECS/perl-Apache-Htpasswd.spec Fri Feb 17 15:21:27 2006
@@ -9,13 +9,13 @@
 Summary:   Manage Unix crypt-style password file
 Summary(pl):   Obsługa pliku haseł w stylu uniksowego crypt
 Name:  perl-Apache-Htpasswd
-Version:   1.5.8
+Version:   1.7
 Release:   1
 # same as perl
 License:   GPL v1+ or Artistic
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 56fc8e0716da3136dbac79a20b1c255a
+# Source0-md5: a89844807168cf61ccd2e889033e4bf2
 BuildRequires: perl-devel = 1:5.8.0
 BuildRequires: rpm-perlprov = 4.1-13
 BuildArch: noarch
@@ -61,6 +61,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.19  2006/02/17 14:21:27  glen
+- 1.7
+
 Revision 1.18  2004/11/03 19:36:55  paladine
 - formatting
 


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

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


DISTFILES: Apache-Htpasswd-1.7.tar.gz

2006-02-17 Thread glen

Files fetched: 1

STORED: http://www.cpan.org/modules/by-module/Apache/Apache-Htpasswd-1.7.tar.gz
a89844807168cf61ccd2e889033e4bf2  Apache-Htpasswd-1.7.tar.gz
Size: 8335 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: perl-Apache-Session-Wrapper.spec - 0.26

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 14:23:19 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 0.26

 Files affected:
SPECS:
   perl-Apache-Session-Wrapper.spec (1.5 - 1.6) 

 Diffs:


Index: SPECS/perl-Apache-Session-Wrapper.spec
diff -u SPECS/perl-Apache-Session-Wrapper.spec:1.5 
SPECS/perl-Apache-Session-Wrapper.spec:1.6
--- SPECS/perl-Apache-Session-Wrapper.spec:1.5  Wed Nov  3 14:21:17 2004
+++ SPECS/perl-Apache-Session-Wrapper.spec  Fri Feb 17 15:23:14 2006
@@ -9,13 +9,13 @@
 Summary:   Apache::Session::Wrapper - A simple wrapper around 
Apache::Session
 Summary(pl):   Apache::Session::Wrapper - prosty wrapper na Apache::Session
 Name:  perl-Apache-Session-Wrapper
-Version:   0.17
-Release:   2
+Version:   0.26
+Release:   1
 # same as perl
 License:   GPL v1+ or Artistic
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: c7876bad731c2e407816e2ee434ecb14
+# Source0-md5: 3da1330b76d1305bde3bbfee7e82ae17
 BuildRequires: perl-devel = 1:5.8.0
 BuildRequires: rpm-perlprov = 4.1-13
 %if %{with tests}
@@ -66,6 +66,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.6  2006/02/17 14:23:14  glen
+- 0.26
+
 Revision 1.5  2004/11/03 13:21:17  paladine
 - spaces-tabs
 - formatting


 CVS-web:

http://cvs.pld-linux.org/SPECS/perl-Apache-Session-Wrapper.spec?r1=1.5r2=1.6f=u

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


DISTFILES: Apache-Session-Wrapper-0.26.tar.gz

2006-02-17 Thread glen

Files fetched: 1

STORED: 
http://www.cpan.org/modules/by-module/Apache/Apache-Session-Wrapper-0.26.tar.gz
3da1330b76d1305bde3bbfee7e82ae17  Apache-Session-Wrapper-0.26.tar.gz
Size: 19643 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): gdm.spec - 2.13.0.8, configraution moved to /etc/gd...

2006-02-17 Thread freetz
Author: freetz   Date: Fri Feb 17 14:23:57 2006 GMT
Module: SPECS Tag: DEVEL
 Log message:
- 2.13.0.8, configraution moved to /etc/gdm, added trigger

 Files affected:
SPECS:
   gdm.spec (1.172.2.1 - 1.172.2.2) 

 Diffs:


Index: SPECS/gdm.spec
diff -u SPECS/gdm.spec:1.172.2.1 SPECS/gdm.spec:1.172.2.2
--- SPECS/gdm.spec:1.172.2.1Fri Feb 10 09:39:31 2006
+++ SPECS/gdm.spec  Fri Feb 17 15:23:52 2006
@@ -15,13 +15,13 @@
 Summary(ru):   äÉÓĐĚĹĘÎŮĘ ÍĹÎĹÄÖĹŇ GNOME
 Summary(uk):   äÉÓĐĚĹĘÎÉĘ ÍĹÎĹÄÖĹŇ GNOME
 Name:  gdm
-Version:   2.13.0.7
+Version:   2.13.0.8
 Release:   1
 Epoch: 1
 License:   GPL/LGPL
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gdm/2.13/%{name}-%{version}.tar.bz2
-# Source0-md5: 70e469f85686ad861c1a8208ca231e9f
+# Source0-md5: 085bbbe90579f00d0ab5dc19d9c8765a
 Source1:   %{name}.pamd
 Source2:   %{name}.init
 Source3:   %{name}-pld-logo.png
@@ -73,7 +73,6 @@
 Conflicts: gdkxft
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define_sysconfdir /etc/X11
 %define_localstatedir  /var/lib
 
 %description
@@ -143,7 +142,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-#%patch3 -p1
+%patch3 -p1
 %patch4 -p1
 
 %build
@@ -175,7 +174,8 @@
DESTDIR=$RPM_BUILD_ROOT \
PAM_PREFIX=/etc
 
-mv $RPM_BUILD_ROOT%{_datadir}/gdm/BuiltInSessions/default.desktop 
$RPM_BUILD_ROOT%{_datadir}/xsessions
+mv $RPM_BUILD_ROOT%{_datadir}/gdm/BuiltInSessions/default.desktop \
+   $RPM_BUILD_ROOT%{_datadir}/xsessions
 
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/pam.d/gdm
 install %{SOURCE5} $RPM_BUILD_ROOT/etc/pam.d/gdm-autologin
@@ -214,6 +214,11 @@
%groupremove xdm
 fi
 
+%triggerpostun -- %{name}  1:2.13.0.8-1
+if [ -f /etc/X11/gdm/gdm.conf-custom.rpmsave ]; then
+mv /etc/X11/gdm/gdm.conf-custom.rpmsave /etc/gdm/custom.conf
+fi
+
 %post init
 /sbin/chkconfig --add gdm
 if [ -f /var/lock/subsys/gdm ]; then
@@ -253,13 +258,12 @@
 %attr(755,root,root) %config %{_sysconfdir}/gdm/PostSession
 %attr(755,root,root) %config %{_sysconfdir}/gdm/XKeepsCrashing
 %attr(755,root,root) %config %{_sysconfdir}/gdm/Xsession
-%config %{_sysconfdir}/gdm/factory-gdm.conf
 %config %{_sysconfdir}/gdm/PostLogin/Default.sample
+%config %{_sysconfdir}/gdm/locale.alias
 %config %{_sysconfdir}/gdm/modules/*
 
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/gdm/gdm.conf
-%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/gdm/gdm.conf-custom
-%config %{_sysconfdir}/gdm/locale.alias
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/gdm/
+
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
/etc/pam.d/gdm*
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
/etc/security/blacklist.gdm
 %attr(750,xdm,xdm) /var/lib/gdm
@@ -293,6 +297,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.172.2.2  2006/02/17 14:23:52  freetz
+- 2.13.0.8, configraution moved to /etc/gdm, added trigger
+
 Revision 1.172.2.1  2006/02/10 08:39:31  freetz
 - 2.13.0.7, vt_9, logdir, default_theme patches incorporated into conf
   patch, switched to modular xorg


 CVS-web:
http://cvs.pld-linux.org/SPECS/gdm.spec?r1=1.172.2.1r2=1.172.2.2f=u

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


DISTFILES: gdm-2.13.0.8.tar.bz2 gdm-storky.tar.gz

2006-02-17 Thread freetz

Files fetched: 1

STORED: http://ftp.gnome.org/pub/GNOME/sources/gdm/2.13/gdm-2.13.0.8.tar.bz2
085bbbe90579f00d0ab5dc19d9c8765a  gdm-2.13.0.8.tar.bz2
Size: 2988919 bytes
ALREADY GOT: no-url://gdm-storky.tar.gz
e293fbe4a60004056f6894463b874ae8  gdm-storky.tar.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: perl-Apache-Session.spec - 1.80

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 14:24:39 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 1.80

 Files affected:
SPECS:
   perl-Apache-Session.spec (1.31 - 1.32) 

 Diffs:


Index: SPECS/perl-Apache-Session.spec
diff -u SPECS/perl-Apache-Session.spec:1.31 SPECS/perl-Apache-Session.spec:1.32
--- SPECS/perl-Apache-Session.spec:1.31 Wed Nov  3 20:42:57 2004
+++ SPECS/perl-Apache-Session.spec  Fri Feb 17 15:24:34 2006
@@ -5,14 +5,14 @@
 Summary:   Apache::Session - a persistence framework for session data
 Summary(pl):   Apache::Session - szkielet trwałości dla danych w sesji
 Name:  perl-Apache-Session
-Version:   1.6
+Version:   1.80
 Release:   1
 Epoch: 1
 # same as perl
 License:   GPL v1+ or Artistic
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 3a373102e3ba49f93a76994c6599e1ff
+# Source0-md5: fbb26cc28250127efc24b9e745b934f3
 BuildRequires: perl-Digest-MD5
 BuildRequires: perl-devel = 1:5.8.0
 BuildRequires: rpm-perlprov = 4.1-13
@@ -30,10 +30,9 @@
 
 %description -l pl
 Apache::Session jest szkieletem trwałości szczególnie przydatnym przy
-przekazywaniu danych pomiędzy zapytaniami HTTP. Apache::Session
-został zaprojektowany do pracy z Apache i mod_perl, ale działa
-również z CGI, z innymi serwerami HTTP, a także zupełnie poza
-serwerem HTTP.
+przekazywaniu danych pomiędzy zapytaniami HTTP. Apache::Session został
+zaprojektowany do pracy z Apache i mod_perl, ale działa również z CGI,
+z innymi serwerami HTTP, a także zupełnie poza serwerem HTTP.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -69,6 +68,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.32  2006/02/17 14:24:34  glen
+- 1.80
+
 Revision 1.31  2004/11/03 19:42:57  paladine
 - formatting
 
@@ -116,7 +118,7 @@
 
 Revision 1.16  2002/07/22 21:30:31  ankry
 - fixed pl description
-- added TODO to %%doc
+- added TODO to %doc
 - release 6
 
 Revision 1.15  2002/07/21 14:07:49  radek
@@ -125,7 +127,7 @@
 Revision 1.14  2002/07/18 23:52:16  ankry
 - translations, cleaning
 - added _noautoreq perl(Apache)
-- new %%doc
+- new %doc
 - release 5
 
 Revision 1.13  2002/07/11 08:16:22  depesz
@@ -138,23 +140,23 @@
 - s/ftp.perl.org/ftp.cpan.org/ in Source url.
 
 Revision 1.10  2002/02/25 10:29:40  depesz
-cleanup; revision++
+- cleanup; revision++
 
 Revision 1.9  2002/02/22 23:29:25  kloczek
 - removed all Group fields translations (our rpm now can handle translating
   Group field using gettext).
 
 Revision 1.8  2002/02/13 14:04:54  depesz
-automatic: Source location unified, Relase Up
+- automatic: Source location unified, Relase Up
 
 Revision 1.7  2002/02/10 15:24:04  depesz
-adapterized
+- adapterized
 
 Revision 1.6  2002/02/09 12:59:37  depesz
 - unified source path
 
 Revision 1.5  2002/01/18 02:14:10  kloczek
-perl -pi -e s/[EMAIL PROTECTED]/[EMAIL PROTECTED]/
+- perl -pi -e s/[EMAIL PROTECTED]/[EMAIL PROTECTED]/
 
 Revision 1.4  2001/11/28 15:20:13  mis
 - buildarch noarch; release++
@@ -163,7 +165,7 @@
 - autoupdated to 1.54
 
 Revision 1.2  2001/06/22 14:47:10  zagrodzki
-- fixed %%files
+- fixed %files
 
 Revision 1.1  2001/06/22 12:48:41  zagrodzki
 - initial release


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

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


DISTFILES: Apache-Session-1.80.tar.gz

2006-02-17 Thread glen

Files fetched: 1

STORED: http://www.cpan.org/modules/by-module/Apache/Apache-Session-1.80.tar.gz
fbb26cc28250127efc24b9e745b934f3  Apache-Session-1.80.tar.gz
Size: 31227 bytes


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


DISTFILES: ERRORS: Apache-VMonitor-2.05.tar.gz

2006-02-17 Thread glen
FATAL: http://www.cpan.org/modules/by-module/Apache/Apache-VMonitor-2.05.tar.gz 
md5 mismatch, needed 431e474afc1b212ad1fdc34bed0a22dd, got 
52f5644efaa6019f6eca155c91afc605

Files fetched: 0



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


DISTFILES: Audio-Wav-0.05.tar.gz

2006-02-17 Thread glen

Files fetched: 1

STORED: http://www.cpan.org/modules/by-module/Audio/Audio-Wav-0.05.tar.gz
d67557a5c605057aedb0cff3685ed597  Audio-Wav-0.05.tar.gz
Size: 17149 bytes


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


DISTFILES: CDDB-1.16.tar.gz

2006-02-17 Thread glen

Files fetched: 1

STORED: http://www.cpan.org/modules/by-module/CDDB/CDDB-1.16.tar.gz
4753c73ac7162ab18d1508ae02d40014  CDDB-1.16.tar.gz
Size: 22657 bytes


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


DISTFILES: CDDB_get-2.27.tar.gz

2006-02-17 Thread glen

Files fetched: 1

STORED: 
http://www.cpan.org/modules/by-authors/id/F/FO/FONKIE/CDDB_get-2.27.tar.gz
405a3704ad5db45f117cc7cc5bd1ce7c  CDDB_get-2.27.tar.gz
Size: 21820 bytes


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


DISTFILES: CGI-Compress-Gzip-0.21.tgz

2006-02-17 Thread glen

Files fetched: 1

STORED: http://www.cpan.org/modules/by-module/CGI/CGI-Compress-Gzip-0.21.tgz
b24f4421b0d681c6078132f0cd7e524e  CGI-Compress-Gzip-0.21.tgz
Size: 23775 bytes


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


DISTFILES: digikamimageplugins-0.8.1.tar.bz2

2006-02-17 Thread rotom

Files fetched: 1

STORED: http://dl.sourceforge.net/digikam/digikamimageplugins-0.8.1.tar.bz2
825f08d0a9f4b28b4b18c639be23152f  digikamimageplugins-0.8.1.tar.bz2
Size: 3422876 bytes


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


DISTFILES: CGI-Minimal-1.24.tar.gz

2006-02-17 Thread glen

Files fetched: 1

STORED: http://www.cpan.org/modules/by-module/CGI/CGI-Minimal-1.24.tar.gz
38d498c34c89c0ed0fda86345ff20616  CGI-Minimal-1.24.tar.gz
Size: 28055 bytes


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


DISTFILES: CGI-Safe-1.25.tar.gz

2006-02-17 Thread glen

Files fetched: 1

STORED: http://www.cpan.org/modules/by-module/CGI/CGI-Safe-1.25.tar.gz
67e055249e96845adc8858bee0bba785  CGI-Safe-1.25.tar.gz
Size: 6582 bytes


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


DISTFILES: CGI-Untaint-1.26.tar.gz

2006-02-17 Thread glen

Files fetched: 1

STORED: http://www.cpan.org/modules/by-module/CGI/CGI-Untaint-1.26.tar.gz
1ed11830476470d4895b632bf606  CGI-Untaint-1.26.tar.gz
Size: 8875 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: perl-Apache-VMonitor.spec - 2.05

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 14:47:39 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 2.05

 Files affected:
SPECS:
   perl-Apache-VMonitor.spec (1.26 - 1.27) 

 Diffs:


Index: SPECS/perl-Apache-VMonitor.spec
diff -u SPECS/perl-Apache-VMonitor.spec:1.26 
SPECS/perl-Apache-VMonitor.spec:1.27
--- SPECS/perl-Apache-VMonitor.spec:1.26Thu Aug 11 11:46:18 2005
+++ SPECS/perl-Apache-VMonitor.spec Fri Feb 17 15:47:33 2006
@@ -9,7 +9,7 @@
 Summary:   Apache::VMonitor - visual system and Apache server monitor
 Summary(pl):   Apache::VMonitor - wizualny monitor serwera Apache i systemu
 Name:  perl-Apache-VMonitor
-Version:   2.01
+Version:   2.05
 Release:   1
 # same as perl
 License:   GPL v1+ or Artistic
@@ -17,13 +17,14 @@
 Source0:   
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: 431e474afc1b212ad1fdc34bed0a22dd
 Source1:   %{name}.conf
-BuildRequires: apache-mod_perl = 1.15
+BuildRequires: apache-mod_perl-devel = 1.15
 %if %{with tests}
 BuildRequires: perl-Apache-Scoreboard
 BuildRequires: perl-Template-Toolkit
 %endif
 BuildRequires: perl-devel = 1:5.8.0
 BuildRequires: rpm-perlprov = 4.1-13
+BuildConflicts:apache1-mod_perl
 Requires:  apache-mod_perl = 1.15
 Requires:  perl-Apache-Scoreboard = 0.08
 Requires:  perl-GTop = 0.09
@@ -39,8 +40,8 @@
 
 %description -l pl
 Ten moduł emuluje funkcjolaność raportowania oferowaną przez top(1),
-rozszerzoną dla procesów mod_perla, oraz narzędzi mount(1) i df(1).
-Ma opcje wizualnego ostrzegania i konfigurowalny tryb automatycznego
+rozszerzoną dla procesów mod_perla, oraz narzędzi mount(1) i df(1). Ma
+opcje wizualnego ostrzegania i konfigurowalny tryb automatycznego
 odświeżania. Wszystkie sekcje mogą być ukrywane/pokazywane dynamicznie
 przez interfejs WWW.
 
@@ -78,6 +79,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.27  2006/02/17 14:47:33  glen
+- 2.05
+
 Revision 1.26  2005/08/11 09:46:18  radek
 - bcond_with(out) is followed by one \t, then bcond's name.
 


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

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


SPECS: perl-Attribute-Persistent.spec - 1.1

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 14:48:17 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 1.1

 Files affected:
SPECS:
   perl-Attribute-Persistent.spec (1.18 - 1.19) 

 Diffs:


Index: SPECS/perl-Attribute-Persistent.spec
diff -u SPECS/perl-Attribute-Persistent.spec:1.18 
SPECS/perl-Attribute-Persistent.spec:1.19
--- SPECS/perl-Attribute-Persistent.spec:1.18   Wed Nov  3 21:27:38 2004
+++ SPECS/perl-Attribute-Persistent.specFri Feb 17 15:48:12 2006
@@ -9,12 +9,12 @@
 Summary:   Attribute::Persistent - really lazy persistence
 Summary(pl):   Attribute::Persistent - bardzo leniwe zachowywanie atrybutów
 Name:  perl-Attribute-Persistent
-Version:   1.0
-Release:   4
+Version:   1.1
+Release:   1
 License:   GPL or Artistic
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 04253a2788a686d26cb2b428a92071b1
+# Source0-md5: 3d93ef5e3566c1bd54d4cb22ad76106a
 BuildRequires: perl-devel = 1:5.8.0
 %if %{with tests}
 BuildRequires: perl-Attribute-Handlers-Prospective
@@ -71,6 +71,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.19  2006/02/17 14:48:12  glen
+- 1.1
+
 Revision 1.18  2004/11/03 20:27:38  paladine
 - formatting
 


 CVS-web:

http://cvs.pld-linux.org/SPECS/perl-Attribute-Persistent.spec?r1=1.18r2=1.19f=u

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


SPECS: perl-Audio-Wav.spec - 0.05

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 14:48:47 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 0.05

 Files affected:
SPECS:
   perl-Audio-Wav.spec (1.14 - 1.15) 

 Diffs:


Index: SPECS/perl-Audio-Wav.spec
diff -u SPECS/perl-Audio-Wav.spec:1.14 SPECS/perl-Audio-Wav.spec:1.15
--- SPECS/perl-Audio-Wav.spec:1.14  Mon Jan  3 19:32:39 2005
+++ SPECS/perl-Audio-Wav.spec   Fri Feb 17 15:48:42 2006
@@ -9,12 +9,12 @@
 Summary:   Audio::Wav - Perl modules for reading and writing WAV files
 Summary(pl):   Audio::Wav - moduły Perla do odczytu i zapisu plików WAV
 Name:  perl-Audio-Wav
-Version:   0.04
+Version:   0.05
 Release:   1
 License:   unknown
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 8b3d3b17b0e971666e985e213046a3d4
+# Source0-md5: d67557a5c605057aedb0cff3685ed597
 BuildRequires: perl-devel = 1:5.8.0
 BuildRequires: rpm-perlprov = 4.1-13
 BuildArch: noarch
@@ -60,6 +60,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.15  2006/02/17 14:48:42  glen
+- 0.05
+
 Revision 1.14  2005/01/03 18:32:39  adamg
 - updated to 0.04
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/perl-Audio-Wav.spec?r1=1.14r2=1.15f=u

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


SPECS: perl-CDDB.spec - 1.16

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 14:50:04 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 1.16

 Files affected:
SPECS:
   perl-CDDB.spec (1.26 - 1.27) 

 Diffs:


Index: SPECS/perl-CDDB.spec
diff -u SPECS/perl-CDDB.spec:1.26 SPECS/perl-CDDB.spec:1.27
--- SPECS/perl-CDDB.spec:1.26   Mon Nov  1 22:20:29 2004
+++ SPECS/perl-CDDB.specFri Feb 17 15:49:58 2006
@@ -4,16 +4,17 @@
 %bcond_without tests   # do not perform make test
 #
 %include   /usr/lib/rpm/macros.perl
+%definepdirCDDB
 Summary:   CDDB - high-level interface to databases based on the Compact 
Disc DataBase protocol
 Summary(pl):   CDDB - wysokopoziomowy interfejs do baz danych opartych o 
protokół CDDB
 Name:  perl-CDDB
-Version:   1.15
+Version:   1.16
 Release:   1
 # same as perl
 License:   GPL v1+ or Artistic
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/CDDB/CDDB-%{version}.tar.gz
-# Source0-md5: 978aaecd665af4988d33d8f3df392fb7
+# Source0-md5: 4753c73ac7162ab18d1508ae02d40014
 BuildRequires: perl-devel = 1:5.8.0
 BuildRequires: rpm-perlprov = 4.1-13
 BuildArch: noarch
@@ -21,8 +22,8 @@
 
 %description
 CDDB is a high-level interface to cddb protocol servers (freedb and
-CDDB).  CDDB protocol (cddbp) servers provide compact disc information
-for programs that need it.  This allows such programs to display disc
+CDDB). CDDB protocol (cddbp) servers provide compact disc information
+for programs that need it. This allows such programs to display disc
 and track titles automatically, and it provides extended information
 like liner notes and lyrics.
 
@@ -64,6 +65,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.27  2006/02/17 14:49:58  glen
+- 1.16
+
 Revision 1.26  2004/11/01 21:20:29  adamg
 - updated to 1.15
 


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

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


SPECS: perl-CDDB_get.spec - up to 2.27

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 14:51:33 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 2.27

 Files affected:
SPECS:
   perl-CDDB_get.spec (1.32 - 1.33) 

 Diffs:


Index: SPECS/perl-CDDB_get.spec
diff -u SPECS/perl-CDDB_get.spec:1.32 SPECS/perl-CDDB_get.spec:1.33
--- SPECS/perl-CDDB_get.spec:1.32   Wed Dec  1 12:02:32 2004
+++ SPECS/perl-CDDB_get.specFri Feb 17 15:51:26 2006
@@ -8,12 +8,12 @@
 Summary:   CDDB - read the CDDB entry for an audio CD in your drive
 Summary(pl):   CDDB - odczyt informacji CDDB dla płyty audio CD w napędzie
 Name:  perl-CDDB_get
-Version:   2.23
+Version:   2.27
 Release:   1
 License:   GPL v2 or Artistic
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-authors/id/F/FO/FONKIE/%{pdir}-%{version}.tar.gz
-# Source0-md5: 6230c08a91ac819fceada544730623be
+# Source0-md5: 405a3704ad5db45f117cc7cc5bd1ce7c
 BuildRequires: perl-devel = 1:5.8.0
 BuildRequires: rpm-perlprov = 4.1-13
 BuildArch: noarch
@@ -47,8 +47,11 @@
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/cddb.pl
+%{perl_vendorlib}/CDDB_cache.pm
 %{perl_vendorlib}/CDDB_get.pm
 %{perl_vendorlib}/cddb.pl
+%dir %{perl_vendorlib}/auto/CDDB_cache
+%{perl_vendorlib}/auto/CDDB_cache/autosplit.ix
 %dir %{perl_vendorlib}/auto/CDDB_get
 %{perl_vendorlib}/auto/CDDB_get/autosplit.ix
 %{_mandir}/man3/*
@@ -59,6 +62,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.33  2006/02/17 14:51:26  glen
+- up to 2.27
+
 Revision 1.32  2004/12/01 11:02:32  radek
 - standarized
 
@@ -109,7 +115,7 @@
 - updated to 2.11
 
 Revision 1.16  2002/07/11 10:51:19  qboosh
-- new %%doc and cosmetics
+- new %doc and cosmetics
 
 Revision 1.15  2002/07/11 07:57:14  depesz
 - new version; should work; STBR
@@ -125,13 +131,13 @@
   Group field using gettext).
 
 Revision 1.11  2002/02/10 15:39:12  depesz
-adapterized
+- adapterized
 
 Revision 1.10  2002/02/09 12:59:37  depesz
 - unfied source path
 
 Revision 1.9  2002/01/18 02:14:11  kloczek
-perl -pi -e s/[EMAIL PROTECTED]/[EMAIL PROTECTED]/
+- perl -pi -e s/[EMAIL PROTECTED]/[EMAIL PROTECTED]/
 
 Revision 1.8  2001/06/06 16:12:42  mis
 - autoupdated to 1.66
@@ -145,14 +151,14 @@
 - rebuild with perl 5.6.1
 
 Revision 1.5  2001/04/14 18:00:04  baggins
-- removed explicit requirements for perl = %%{version} and %%{perl_sitearch}
+- removed explicit requirements for perl = %{version} and %{perl_sitearch}
   they will be added by rpm if needed
 
 Revision 1.4  2001/03/29 07:42:32  mis
 - autoupdated to 1.61
 
 Revision 1.3  2001/01/29 10:20:58  zagrodzki
-- 755 on %%{_bindir}/*
+- 755 on %{_bindir}/*
 - removed README (unnecessary)
 - release 2
 


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

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


SPECS: digikamimageplugins.spec - up to 0.8.1

2006-02-17 Thread rotom
Author: rotomDate: Fri Feb 17 14:52:09 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 0.8.1

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

 Diffs:


Index: SPECS/digikamimageplugins.spec
diff -u SPECS/digikamimageplugins.spec:1.9 SPECS/digikamimageplugins.spec:1.10
--- SPECS/digikamimageplugins.spec:1.9  Fri Jan 13 21:09:20 2006
+++ SPECS/digikamimageplugins.spec  Fri Feb 17 15:52:04 2006
@@ -2,12 +2,12 @@
 Summary:   Digikam plugins
 Summary(pl):   Wtyczki dla Digikama
 Name:  digikamimageplugins
-Version:   0.8.0
-Release:   4
+Version:   0.8.1
+Release:   1
 License:   GPL
 Group: X11/Applications
 Source0:   http://dl.sourceforge.net/digikam/%{name}-%{version}.tar.bz2
-# Source0-md5: 6670e0411dbf71ec9faeee087fc4f79a
+# Source0-md5: 825f08d0a9f4b28b4b18c639be23152f
 URL:   http://digikam.sourceforge.net/
 BuildRequires: digikam-devel = %{version}
 BuildRequires: rpmbuild(macros) = 1.129
@@ -32,7 +32,7 @@
 - unsharp
 - freerotation
 - adjustcurves
-
+ 
 %description -l pl
 Wtyczki dla Digikama zwiększające jego funkcjonalność:
 - adjustlevels
@@ -83,6 +83,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.10  2006/02/17 14:52:04  rotom
+- up to 0.8.1
+
 Revision 1.9  2006/01/13 20:09:20  arekm
 - rel 4
 


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

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


SPECS: perl-CGI-Compress-Gzip.spec - updated to 0.21

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 14:52:34 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 0.21

 Files affected:
SPECS:
   perl-CGI-Compress-Gzip.spec (1.11 - 1.12) 

 Diffs:


Index: SPECS/perl-CGI-Compress-Gzip.spec
diff -u SPECS/perl-CGI-Compress-Gzip.spec:1.11 
SPECS/perl-CGI-Compress-Gzip.spec:1.12
--- SPECS/perl-CGI-Compress-Gzip.spec:1.11  Mon May 30 00:25:25 2005
+++ SPECS/perl-CGI-Compress-Gzip.spec   Fri Feb 17 15:52:29 2006
@@ -9,12 +9,12 @@
 Summary:   CGI::Compress::Gzip - CGI with automatically compressed output
 Summary(pl):   CGI::Compress::Gzip - CGI z automatycznie kompresowanym wyjściem
 Name:  perl-CGI-Compress-Gzip
-Version:   0.20
+Version:   0.21
 Release:   1
 License:   GPL v2
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tgz
-# Source0-md5: ed0a56c3e4b5883a4f49e9768412e845
+# Source0-md5: b24f4421b0d681c6078132f0cd7e524e
 BuildRequires: perl-IO-Zlib
 BuildRequires: perl-devel = 1:5.8.0
 BuildRequires: rpm-perlprov = 4.1-13
@@ -60,6 +60,8 @@
 %doc ChangeLog README index.html
 %dir %{perl_vendorlib}/CGI/Compress
 %{perl_vendorlib}/CGI/Compress/Gzip.pm
+%dir %{perl_vendorlib}/CGI/Compress/Gzip
+%{perl_vendorlib}/CGI/Compress/Gzip/FileHandle.pm
 %{_mandir}/man3/*
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
@@ -68,6 +70,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.12  2006/02/17 14:52:29  glen
+- updated to 0.21
+
 Revision 1.11  2005/05/29 22:25:25  petec
 - up to 0.20
 


 CVS-web:

http://cvs.pld-linux.org/SPECS/perl-CGI-Compress-Gzip.spec?r1=1.11r2=1.12f=u

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


SPECS: perl-CGI-Minimal.spec - 1.24

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 14:53:33 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 1.24

 Files affected:
SPECS:
   perl-CGI-Minimal.spec (1.6 - 1.7) 

 Diffs:


Index: SPECS/perl-CGI-Minimal.spec
diff -u SPECS/perl-CGI-Minimal.spec:1.6 SPECS/perl-CGI-Minimal.spec:1.7
--- SPECS/perl-CGI-Minimal.spec:1.6 Mon Nov 15 20:02:42 2004
+++ SPECS/perl-CGI-Minimal.spec Fri Feb 17 15:53:28 2006
@@ -9,13 +9,13 @@
 Summary:   CGI::Minimal - a lightweight CGI form processing package
 Summary(pl):   CGI::Minimal - lekki pakiet do przetwarzania formularzy CGI
 Name:  perl-CGI-Minimal
-Version:   1.16
+Version:   1.24
 Release:   1
 # same as perl
 License:   GPL v1+ or Artistic
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 6e9e5079db22e7dd1cbfdb79162d333b
+# Source0-md5: 38d498c34c89c0ed0fda86345ff20616
 BuildRequires: perl-devel = 1:5.8.0
 BuildRequires: rpm-perlprov = 4.1-13
 BuildArch: noarch
@@ -24,8 +24,8 @@
 %description
 This package provides a micro-weight alternative to the CPAN CGI.pm
 module. Rather than attempt to address every possible need of a CGI
-programmer, it provides the _minimum_ functions needed for CGI such
-as form decoding (including file upload forms), URL encoding and
+programmer, it provides the _minimum_ functions needed for CGI such as
+form decoding (including file upload forms), URL encoding and
 decoding, HTTP usable date generation (RFC1123 compliant dates) and
 _basic_ escaping and unescaping of HTMLized text.
 
@@ -65,6 +65,8 @@
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
+rm -f $RPM_BUILD_ROOT%{perl_vendorlib}/CGI/Minimal.pod
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -81,6 +83,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.7  2006/02/17 14:53:28  glen
+- 1.24
+
 Revision 1.6  2004/11/15 19:02:42  paladine
 - updated to 1.16
 
@@ -98,4 +103,3 @@
 
 Revision 1.1  2004/01/07 10:58:57  qboosh
 - new
-


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

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


SPECS: perl-CGI-Safe.spec - 1.25

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 14:54:01 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 1.25

 Files affected:
SPECS:
   perl-CGI-Safe.spec (1.3 - 1.4) 

 Diffs:


Index: SPECS/perl-CGI-Safe.spec
diff -u SPECS/perl-CGI-Safe.spec:1.3 SPECS/perl-CGI-Safe.spec:1.4
--- SPECS/perl-CGI-Safe.spec:1.3Wed Nov  3 23:30:08 2004
+++ SPECS/perl-CGI-Safe.specFri Feb 17 15:53:56 2006
@@ -9,13 +9,13 @@
 Summary:   CGI::Safe - safe method of using CGI.pm
 Summary(pl):   CGI::Safe - bezpieczny sposób używania CGI.pm
 Name:  perl-CGI-Safe
-Version:   1.24
+Version:   1.25
 Release:   1
 # same as perl
 License:   GPL v1+ or Artistic
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 6281f75824ee5c3dcab08ec11b150925
+# Source0-md5: 67e055249e96845adc8858bee0bba785
 %{?with_tests:BuildRequires:   perl-CGI = 2.20}
 BuildRequires: perl-devel = 1:5.8.0
 BuildRequires: rpm-perlprov = 4.1-13
@@ -66,6 +66,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.4  2006/02/17 14:53:56  glen
+- 1.25
+
 Revision 1.3  2004/11/03 22:30:08  paladine
 - formatting
 
@@ -74,4 +77,3 @@
 
 Revision 1.1  2004/01/07 10:58:57  qboosh
 - new
-


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

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


SPECS: perl-CGI-Untaint.spec - 1.26

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 14:54:31 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 1.26

 Files affected:
SPECS:
   perl-CGI-Untaint.spec (1.7 - 1.8) 

 Diffs:


Index: SPECS/perl-CGI-Untaint.spec
diff -u SPECS/perl-CGI-Untaint.spec:1.7 SPECS/perl-CGI-Untaint.spec:1.8
--- SPECS/perl-CGI-Untaint.spec:1.7 Mon Nov  7 15:17:37 2005
+++ SPECS/perl-CGI-Untaint.spec Fri Feb 17 15:54:26 2006
@@ -9,13 +9,13 @@
 Summary:   CGI::Untaint - process CGI input parameters
 Summary(pl):   CGI::Untaint - przetwarzanie parametrów wejściowych CGI
 Name:  perl-CGI-Untaint
-Version:   1.25
-Release:   2
+Version:   1.26
+Release:   1
 # same as perl
 License:   GPL v1+ or Artistic
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: f75b2641202e441a16db5040c37170c0
+# Source0-md5: 1ed11830476470d4895b632bf606
 BuildRequires: perl-UNIVERSAL-require
 BuildRequires: perl-devel = 1:5.8.0
 BuildRequires: rpm-perlprov = 4.1-13
@@ -63,6 +63,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.8  2006/02/17 14:54:26  glen
+- 1.26
+
 Revision 1.7  2005/11/07 14:17:37  migo
 - require UNIVERSAL-require instead of UNIVERSAL-exports
 - release 2


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

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


SPECS: perl-CGI.spec - 3.16

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 15:00:23 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 3.16

 Files affected:
SPECS:
   perl-CGI.spec (1.58 - 1.59) 

 Diffs:


Index: SPECS/perl-CGI.spec
diff -u SPECS/perl-CGI.spec:1.58 SPECS/perl-CGI.spec:1.59
--- SPECS/perl-CGI.spec:1.58Sun Jan 22 12:44:02 2006
+++ SPECS/perl-CGI.spec Fri Feb 17 16:00:16 2006
@@ -5,20 +5,20 @@
 #
 %include   /usr/lib/rpm/macros.perl
 %definepdirCGI
-%definepnamCGI
 Summary:   CGI Perl module - simple CGI interface class
 Summary(pl):   Moduł Perla CGI - prosta klasa interfejsu do CGI
 Name:  perl-CGI
-Version:   3.15
-Release:   0.1
+Version:   3.16
+Release:   1
 Epoch: 1
 # same as perl
 License:   GPL or Artistic
 Group: Development/Languages/Perl
-Source0:   
http://www.cpan.org/modules/by-module/%{pdir}/%{pnam}.pm-%{version}.tar.gz
-# Source0-md5: 37db43e55cf2992f7e89e9ec9541ffec
-BuildRequires: rpm-perlprov = 4.3-0.20030610.20.2
+Source0:   
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}.pm-%{version}.tar.gz
+# Source0-md5: afd5d046662a4338b02ab5d10549304a
 BuildRequires: perl-devel = 1:5.8.0
+BuildRequires: rpm-perlprov = 4.3-0.20030610.20.2
+BuildRequires: sed = 4.0
 BuildArch: noarch
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -47,9 +47,9 @@
 Przykłady użycia modułu CGI.
 
 %prep
-%setup -q -n %{pnam}.pm-%{version}
+%setup -q -n %{pdir}.pm-%{version}
 
-%{__perl} -pi -e 's|/usr/local/bin/perl|/usr/bin/perl|g' examples/*.cgi
+%{__sed} -i -e 's|/usr/local/bin/perl|/usr/bin/perl|g' examples/*.cgi
 
 %build
 %{__perl} Makefile.PL \
@@ -90,6 +90,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.59  2006/02/17 15:00:16  glen
+- 3.16
+
 Revision 1.58  2006/01/22 11:44:02  agaran
 - up to 3.15 rel: 0.1
 


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

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


DISTFILES: CGI.pm-3.16.tar.gz

2006-02-17 Thread glen

Files fetched: 1

STORED: http://www.cpan.org/modules/by-module/CGI/CGI.pm-3.16.tar.gz
afd5d046662a4338b02ab5d10549304a  CGI.pm-3.16.tar.gz
Size: 228667 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: perl-Cache-Simple-TimedExpiry.spec - 0.23

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 15:01:07 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 0.23

 Files affected:
SPECS:
   perl-Cache-Simple-TimedExpiry.spec (1.3 - 1.4) 

 Diffs:


Index: SPECS/perl-Cache-Simple-TimedExpiry.spec
diff -u SPECS/perl-Cache-Simple-TimedExpiry.spec:1.3 
SPECS/perl-Cache-Simple-TimedExpiry.spec:1.4
--- SPECS/perl-Cache-Simple-TimedExpiry.spec:1.3Wed Dec  1 22:04:16 2004
+++ SPECS/perl-Cache-Simple-TimedExpiry.specFri Feb 17 16:01:02 2006
@@ -9,13 +9,13 @@
 Summary:   Cache::Simple::TimedExpiry - cache for a period of time
 Summary(pl):   Cache::Simple::TimedExpiry - buforowanie na określony czas
 Name:  perl-Cache-Simple-TimedExpiry
-Version:   0.22
+Version:   0.23
 Release:   1
 # same as perl
 License:   GPL v1+ or Artistic
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 466b39d555af0ad1c0a1068b29be9447
+# Source0-md5: 35cb46fc96272591db75491c9250a48d
 BuildRequires: perl-devel = 1:5.8.0
 BuildRequires: rpm-perlprov = 4.1-13
 BuildArch: noarch
@@ -58,6 +58,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.4  2006/02/17 15:01:02  glen
+- 0.23
+
 Revision 1.3  2004/12/01 21:04:16  qboosh
 - pl
 


 CVS-web:

http://cvs.pld-linux.org/SPECS/perl-Cache-Simple-TimedExpiry.spec?r1=1.3r2=1.4f=u

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


DISTFILES: Cache-Simple-TimedExpiry-0.23.tar.gz

2006-02-17 Thread glen

Files fetched: 1

STORED: 
http://www.cpan.org/modules/by-module/Cache/Cache-Simple-TimedExpiry-0.23.tar.gz
35cb46fc96272591db75491c9250a48d  Cache-Simple-TimedExpiry-0.23.tar.gz
Size: 8492 bytes


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



DISTFILES: Callback-1.06.tar.gz

2006-02-17 Thread glen

Files fetched: 1

STORED: http://www.cpan.org/modules/by-module/Callback/Callback-1.06.tar.gz
cc2d976980ccd1ac8c75d46aa0ea977f  Callback-1.06.tar.gz
Size: 4326 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: perl-Callback.spec - 1.06

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 15:02:26 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 1.06

 Files affected:
SPECS:
   perl-Callback.spec (1.34 - 1.35) 

 Diffs:


Index: SPECS/perl-Callback.spec
diff -u SPECS/perl-Callback.spec:1.34 SPECS/perl-Callback.spec:1.35
--- SPECS/perl-Callback.spec:1.34   Tue Jun  1 14:20:39 2004
+++ SPECS/perl-Callback.specFri Feb 17 16:02:21 2006
@@ -4,23 +4,24 @@
 %bcond_without tests   # do not perform make test
 #
 %include   /usr/lib/rpm/macros.perl
+%definepdirCallback
 Summary:   Callback Perl module - object interface for function callbacks
 Summary(pl):   Moduł Perla Callback - interfejs obiektowy odwołań do funkcji
 Name:  perl-Callback
-Version:   1.05
+Version:   1.06
 Release:   1
 License:   free to use
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/Callback/Callback-%{version}.tar.gz
-# Source0-md5: 5de3d924dcd1133a1f3dcb8f81452e92
-BuildRequires: rpm-perlprov = 4.1-13
+# Source0-md5: cc2d976980ccd1ac8c75d46aa0ea977f
 BuildRequires: perl-devel = 1:5.8.0
+BuildRequires: rpm-perlprov = 4.1-13
 BuildArch: noarch
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Callback Perl module provides a standard interface to register
-callbacks.  Those callbacks can be either purely functional (i.e. a
+callbacks. Those callbacks can be either purely functional (i.e. a
 function call with arguments) or object-oriented (a method call on an
 object).
 
@@ -45,6 +46,8 @@
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
+rm -f $RPM_BUILD_ROOT%{perl_vendorlib}/Callback.pod
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -60,6 +63,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.35  2006/02/17 15:02:21  glen
+- 1.06
+
 Revision 1.34  2004/06/01 12:20:39  adamg
 - updated to 1.05
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/perl-Callback.spec?r1=1.34r2=1.35f=u

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


SPECS: libtorrent.spec - updated to 0.8.5 - build without ac/am/lt...

2006-02-17 Thread charles
Author: charles  Date: Fri Feb 17 15:05:08 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 0.8.5
- build without ac/am/lt, updated BRs

 Files affected:
SPECS:
   libtorrent.spec (1.21 - 1.22) 

 Diffs:


Index: SPECS/libtorrent.spec
diff -u SPECS/libtorrent.spec:1.21 SPECS/libtorrent.spec:1.22
--- SPECS/libtorrent.spec:1.21  Tue Feb  7 14:01:26 2006
+++ SPECS/libtorrent.spec   Fri Feb 17 16:05:03 2006
@@ -6,20 +6,18 @@
 Summary:   LibTorrent - a BitTorrent library written in C++ for Unix
 Summary(pl):   LibTorrent - biblioteka BitTorrenta napisana w C++ dla Uniksa
 Name:  libtorrent
-Version:   0.8.4
+Version:   0.8.5
 Release:   1
 License:   GPL v2
 Group: Libraries
 Source0:   
http://libtorrent.rakshasa.no/downloads/%{name}-%{version}.tar.gz
-# Source0-md5: c45f0f2ecbeb7ef2421c2f9e61b3f0de
+# Source0-md5: a54777817072b221e65956caed09c8fb
 Patch0:%{name}-inttypes.patch
 URL:   http://libtorrent.rakshasa.no/
-BuildRequires: autoconf
-BuildRequires: automake
 BuildRequires: libsigc++-devel = 2.0
-BuildRequires: libtool
 BuildRequires: openssl-devel = 0.9.7d
 BuildRequires: pkgconfig
+BuildRequires: xfsprogs-devel
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -66,10 +64,6 @@
 %patch0 -p1
 
 %build
-%{__libtoolize}
-%{__aclocal}
-%{__autoconf}
-%{__automake}
 %configure \
--%{?debug:en}%{!?debug:dis}able-debug \
%{?with_static_libs:--enable-static}
@@ -111,6 +105,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.22  2006/02/17 15:05:03  charles
+- updated to 0.8.5
+- build without ac/am/lt, updated BRs
+
 Revision 1.21  2006/02/07 13:01:26  charles
 - updated to 0.8.4
 


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

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


DISTFILES: libtorrent-0.8.5.tar.gz

2006-02-17 Thread charles

Files fetched: 1

STORED: http://libtorrent.rakshasa.no/downloads/libtorrent-0.8.5.tar.gz
a54777817072b221e65956caed09c8fb  libtorrent-0.8.5.tar.gz
Size: 448000 bytes


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


DISTFILES: rtorrent-0.4.5.tar.gz

2006-02-17 Thread charles

Files fetched: 1

STORED: http://libtorrent.rakshasa.no/downloads/rtorrent-0.4.5.tar.gz
5344b71334bacdbc80066b2a468aa05c  rtorrent-0.4.5.tar.gz
Size: 391183 bytes


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


DISTFILES: Cflow-1.053.tar.gz

2006-02-17 Thread glen

Files fetched: 1

STORED: http://net.doit.wisc.edu/~plonka/Cflow/Cflow-1.053.tar.gz
4d868045636cbda9b775e8d9e27b44e7  Cflow-1.053.tar.gz
Size: 42007 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: rtorrent.spec - updated to 0.4.5

2006-02-17 Thread charles
Author: charles  Date: Fri Feb 17 15:07:07 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 0.4.5

 Files affected:
SPECS:
   rtorrent.spec (1.23 - 1.24) 

 Diffs:


Index: SPECS/rtorrent.spec
diff -u SPECS/rtorrent.spec:1.23 SPECS/rtorrent.spec:1.24
--- SPECS/rtorrent.spec:1.23Tue Feb  7 14:03:07 2006
+++ SPECS/rtorrent.spec Fri Feb 17 16:07:00 2006
@@ -3,26 +3,24 @@
 # Conditional build:
 %bcond_withcolors  # with color version
 #
-%define_libver 0.8.0
 Summary:   rTorrent - a console-based BitTorrent client
 Summary(pl):   rTorrent - konsolowy klient BitTorrenta
 Name:  rtorrent
-Version:   0.4.4
+Version:   0.4.5
 Release:   1
 License:   GPL v2
 Group: Applications/Networking
 Source0:   
http://libtorrent.rakshasa.no/downloads/%{name}-%{version}.tar.gz
-# Source0-md5: e385c4dfc15aff7786d519c771cca9a2
+# Source0-md5: 5344b71334bacdbc80066b2a468aa05c
 Patch0:%{name}-colors.patch
 Patch1:%{name}-inttypes.patch
 URL:   http://libtorrent.rakshasa.no/
 BuildRequires: curl-devel = 7.12
 BuildRequires: libstdc++-devel
-BuildRequires: libtorrent-devel = %{_libver}
+BuildRequires: libtorrent-devel = 0.8.0
 BuildRequires: ncurses-devel
 BuildRequires: pkgconfig
 BuildRequires: zlib-devel
-Requires:  libtorrent = %{_libver}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -70,6 +68,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.24  2006/02/17 15:07:00  charles
+- updated to 0.4.5
+
 Revision 1.23  2006/02/07 13:03:07  charles
 - updated to 0.4.4
 - added -inttypes.patch; temporarily commented out -colors.patch


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

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


SPECS: perl-Cflow.spec - 1.053

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 15:13:24 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 1.053

 Files affected:
SPECS:
   perl-Cflow.spec (1.24 - 1.25) 

 Diffs:


Index: SPECS/perl-Cflow.spec
diff -u SPECS/perl-Cflow.spec:1.24 SPECS/perl-Cflow.spec:1.25
--- SPECS/perl-Cflow.spec:1.24  Sat Oct 30 01:36:31 2004
+++ SPECS/perl-Cflow.spec   Fri Feb 17 16:13:18 2006
@@ -4,15 +4,16 @@
 %bcond_without tests   # do not perform make test
 #
 %include   /usr/lib/rpm/macros.perl
+%definepdirCflow
 Summary:   Cflow - find interesting flows in raw IP flow files
 Summary(pl):   Cflow - znajdywanie interesujących przepływów w surowych 
plikach przepływów IP
 Name:  perl-Cflow
-Version:   1.051
-Release:   4
+Version:   1.053
+Release:   1
 License:   GPL v2+
 Group: Development/Languages/Perl
 Source0:   http://net.doit.wisc.edu/~plonka/Cflow/Cflow-%{version}.tar.gz
-# Source0-md5: 1c4d7034ccc361bf3fe1a8ac58de638b
+# Source0-md5: 4d868045636cbda9b775e8d9e27b44e7
 Patch0:%{name}-link.patch
 URL:   http://net.doit.wisc.edu/~plonka/Cflow/
 BuildRequires: flow-tools-devel = 0.67-2
@@ -72,6 +73,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.25  2006/02/17 15:13:18  glen
+- 1.053
+
 Revision 1.24  2004/10/29 23:36:31  qboosh
 - pl summary
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/perl-Cflow.spec?r1=1.24r2=1.25f=u

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


SPECS: libtorrent.spec - oops, rm BR xfsprogs-devel - not yet

2006-02-17 Thread charles
Author: charles  Date: Fri Feb 17 15:14:57 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- oops, rm BR xfsprogs-devel - not yet

 Files affected:
SPECS:
   libtorrent.spec (1.22 - 1.23) 

 Diffs:


Index: SPECS/libtorrent.spec
diff -u SPECS/libtorrent.spec:1.22 SPECS/libtorrent.spec:1.23
--- SPECS/libtorrent.spec:1.22  Fri Feb 17 16:05:03 2006
+++ SPECS/libtorrent.spec   Fri Feb 17 16:14:52 2006
@@ -17,7 +17,6 @@
 BuildRequires: libsigc++-devel = 2.0
 BuildRequires: openssl-devel = 0.9.7d
 BuildRequires: pkgconfig
-BuildRequires: xfsprogs-devel
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -105,6 +104,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.23  2006/02/17 15:14:52  charles
+- oops, rm BR xfsprogs-devel - not yet
+
 Revision 1.22  2006/02/17 15:05:03  charles
 - updated to 0.8.5
 - build without ac/am/lt, updated BRs


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

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


SOURCES: rpm.macros - remove .packlist and perllocal.pod for perl ...

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 15:15:14 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- remove .packlist and perllocal.pod for perl packages

 Files affected:
SOURCES:
   rpm.macros (1.283 - 1.284) 

 Diffs:


Index: SOURCES/rpm.macros
diff -u SOURCES/rpm.macros:1.283 SOURCES/rpm.macros:1.284
--- SOURCES/rpm.macros:1.283Sun Feb  5 17:56:18 2006
+++ SOURCES/rpm.macros  Fri Feb 17 16:15:08 2006
@@ -326,6 +326,12 @@
fi; \
 } }
 
+# Remove common Perl files we don't package
+%__spec_install_post_perl_clean {\
+%{!?no_install_post_perl_clean: \
+%{?pdir:rm -f 
$RPM_BUILD_ROOT{%{perl_archlib}/perllocal.pod,%{perl_vendorarch}/auto/%{pdir}%{?pnam:/%(echo
 %{pnam} | tr - /)}/.packlist}} \
+} }
+
 #-
 # Update GConf2 schemas
 #


 CVS-web:
http://cvs.pld-linux.org/SOURCES/rpm.macros?r1=1.283r2=1.284f=u

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


SOURCES: rpm.platform - remove .packlist and perllocal.pod for per...

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 15:20:13 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- remove .packlist and perllocal.pod for perl packages

 Files affected:
SOURCES:
   rpm.platform (1.6 - 1.7) 

 Diffs:


Index: SOURCES/rpm.platform
diff -u SOURCES/rpm.platform:1.6 SOURCES/rpm.platform:1.7
--- SOURCES/rpm.platform:1.6Fri Oct 28 22:41:47 2005
+++ SOURCES/rpm.platformFri Feb 17 16:20:03 2006
@@ -31,6 +31,7 @@
 %{__spec_install_post_compress_docs}\
 %{__spec_install_post_compress_modules}\
 %{__spec_install_post_py_hardlink}\
+%{__spec_install_post_perl_clean}\
 %{__arch_install_post}\
 %{nil}
 


 CVS-web:
http://cvs.pld-linux.org/SOURCES/rpm.platform?r1=1.6r2=1.7f=u

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


SPECS: rpm-build-macros.spec - 1.284: remove .packlist and perlloc...

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 15:22:21 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 1.284: remove .packlist and perllocal.pod for perl packages

 Files affected:
SPECS:
   rpm-build-macros.spec (1.55 - 1.56) 

 Diffs:


Index: SPECS/rpm-build-macros.spec
diff -u SPECS/rpm-build-macros.spec:1.55 SPECS/rpm-build-macros.spec:1.56
--- SPECS/rpm-build-macros.spec:1.55Sun Feb  5 18:13:37 2006
+++ SPECS/rpm-build-macros.spec Fri Feb 17 16:22:14 2006
@@ -1,5 +1,5 @@
 # $Revision$, $Date$
-%definerpm_macros_rev  1.283
+%definerpm_macros_rev  1.284
 Summary:   PLD Linux RPM build macros
 Summary(pl):   Makra do budowania pakietów RPM dla Linuksa PLD
 Name:  rpm-build-macros
@@ -52,6 +52,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.56  2006/02/17 15:22:14  glen
+- 1.284: remove .packlist and perllocal.pod for perl packages
+
 Revision 1.55  2006/02/05 17:13:37  glen
 - 1.283 (Ac compatible revision)
 


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

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


SPECS (AC-branch): rpm.spec - remove .packlist and perllocal.pod f...

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 15:23:03 2006 GMT
Module: SPECS Tag: AC-branch
 Log message:
- remove .packlist and perllocal.pod for perl packages, rel 29

 Files affected:
SPECS:
   rpm.spec (1.555.2.163 - 1.555.2.164) 

 Diffs:


Index: SPECS/rpm.spec
diff -u SPECS/rpm.spec:1.555.2.163 SPECS/rpm.spec:1.555.2.164
--- SPECS/rpm.spec:1.555.2.163  Sun Feb  5 17:55:27 2006
+++ SPECS/rpm.spec  Fri Feb 17 16:22:58 2006
@@ -31,7 +31,7 @@
 Name:  rpm
 %definesover   4.4
 Version:   4.4.2
-Release:   28
+Release:   29
 License:   GPL
 Group: Base
 Source0:   ftp://jbj.org/pub/rpm-4.4.x/%{name}-%{version}.tar.gz
@@ -424,7 +424,7 @@
 Summary(uk):   óËŇÉĐÔÉ ÔÁ ŐÔÉĚŚÔÉ, ÎĹĎÂČŚÄÎŚ ÄĚŃ ĐĎÂŐÄĎ×É ĐÁËĹÔŚ×
 Group: Applications/File
 Requires(pre): findutils
-Requires:  %{name}-build-macros
+Requires:  %{name}-build-macros = 1.284
 Requires:  %{name}-utils = %{version}-%{release}
 Requires:  /bin/id
 Requires:  awk
@@ -1154,6 +1154,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.555.2.164  2006/02/17 15:22:58  glen
+- remove .packlist and perllocal.pod for perl packages, rel 29
+
 Revision 1.555.2.163  2006/02/05 16:55:27  glen
 - rel 28, STBR
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/rpm.spec?r1=1.555.2.163r2=1.555.2.164f=u

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


SPECS: rpm.spec - remove .packlist and perllocal.pod for perl pack...

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 15:24:22 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- remove .packlist and perllocal.pod for perl packages, rel 0.6

 Files affected:
SPECS:
   rpm.spec (1.729 - 1.730) 

 Diffs:


Index: SPECS/rpm.spec
diff -u SPECS/rpm.spec:1.729 SPECS/rpm.spec:1.730
--- SPECS/rpm.spec:1.729Sun Feb 12 01:29:27 2006
+++ SPECS/rpm.spec  Fri Feb 17 16:24:15 2006
@@ -30,7 +30,7 @@
 Name:  rpm
 %definesover   4.4
 Version:   4.4.4
-Release:   0.5
+Release:   0.6
 License:   GPL
 Group: Base
 Source0:   ftp://jbj.org/pub/rpm-4.4.x/%{name}-%{version}.tar.gz
@@ -427,7 +427,7 @@
 Summary(uk):   óËŇÉĐÔÉ ÔÁ ŐÔÉĚŚÔÉ, ÎĹĎÂČŚÄÎŚ ÄĚŃ ĐĎÂŐÄĎ×É ĐÁËĹÔŚ×
 Group: Applications/File
 Requires(pre): findutils
-Requires:  %{name}-build-macros
+Requires:  %{name}-build-macros = 1.284
 Requires:  %{name}-utils = %{version}-%{release}
 Requires:  /bin/id
 Requires:  awk
@@ -1156,6 +1156,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.730  2006/02/17 15:24:15  glen
+- remove .packlist and perllocal.pod for perl packages, rel 0.6
+
 Revision 1.729  2006/02/12 00:29:27  sparky
 - first hack is unneeded
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/rpm.spec?r1=1.729r2=1.730f=u

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


SPECS: perl-Apache-VMonitor.spec - fix md5

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 15:50:05 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- fix md5

 Files affected:
SPECS:
   perl-Apache-VMonitor.spec (1.27 - 1.28) 

 Diffs:


Index: SPECS/perl-Apache-VMonitor.spec
diff -u SPECS/perl-Apache-VMonitor.spec:1.27 
SPECS/perl-Apache-VMonitor.spec:1.28
--- SPECS/perl-Apache-VMonitor.spec:1.27Fri Feb 17 15:47:33 2006
+++ SPECS/perl-Apache-VMonitor.spec Fri Feb 17 16:49:59 2006
@@ -15,7 +15,7 @@
 License:   GPL v1+ or Artistic
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 431e474afc1b212ad1fdc34bed0a22dd
+# Source0-md5: 52f5644efaa6019f6eca155c91afc605
 Source1:   %{name}.conf
 BuildRequires: apache-mod_perl-devel = 1.15
 %if %{with tests}
@@ -79,6 +79,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.28  2006/02/17 15:49:59  glen
+- fix md5
+
 Revision 1.27  2006/02/17 14:47:33  glen
 - 2.05
 


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

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


DISTFILES: Apache-VMonitor-2.05.tar.gz

2006-02-17 Thread glen

Files fetched: 1

STORED: http://www.cpan.org/modules/by-module/Apache/Apache-VMonitor-2.05.tar.gz
52f5644efaa6019f6eca155c91afc605  Apache-VMonitor-2.05.tar.gz
Size: 22413 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: pcmanfm.spec - up to 0.1.9.9 - no need for external desktop...

2006-02-17 Thread zboczuch
Author: zboczuch Date: Fri Feb 17 16:04:24 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 0.1.9.9
- no need for external desktop file (already present in tarball)

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

 Diffs:


Index: SPECS/pcmanfm.spec
diff -u SPECS/pcmanfm.spec:1.6 SPECS/pcmanfm.spec:1.7
--- SPECS/pcmanfm.spec:1.6  Fri Feb 10 23:29:37 2006
+++ SPECS/pcmanfm.spec  Fri Feb 17 17:04:17 2006
@@ -2,13 +2,12 @@
 Summary:   File manager for GTK
 Summary(pl):   Zarządca plików dla GTK
 Name:  pcmanfm
-Version:   0.1.9.8
-Release:   2
+Version:   0.1.9.9
+Release:   1
 License:   GPL v2
 Group: X11/Applications
 Source0:   http://dl.sourceforge.net/pcmanfm/%{name}-%{version}.tar.gz
-# Source0-md5: 98f24c296697ddf178ef8edf9134191f
-Source1:   %{name}.desktop
+# Source0-md5: fa990c32b4537aeb9283f53ca61edcb5
 URL:   http://pcmanfm.sourceforge.net/
 BuildRequires: autoconf = 2.53
 BuildRequires: automake
@@ -44,7 +43,7 @@
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
-install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+install %{name}.desktop $RPM_BUILD_ROOT%{_desktopdir}
 
 %find_lang %{name} --all-name
 
@@ -63,6 +62,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.7  2006/02/17 16:04:17  zboczuch
+- up to 0.1.9.9
+- no need for external desktop file (already present in tarball)
+
 Revision 1.6  2006/02/10 22:29:37  zboczuch
 - R: gnome-icon-theme, shared-mime-info (according to info provided
   on home website)


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

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


DISTFILES: pcmanfm-0.1.9.9.tar.gz

2006-02-17 Thread zboczuch

Files fetched: 1

STORED: http://dl.sourceforge.net/pcmanfm/pcmanfm-0.1.9.9.tar.gz
fa990c32b4537aeb9283f53ca61edcb5  pcmanfm-0.1.9.9.tar.gz
Size: 302526 bytes


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


DISTFILES: Class-DBI-AsForm-2.42.tar.gz

2006-02-17 Thread glen

Files fetched: 1

STORED: http://www.cpan.org/modules/by-module/Class/Class-DBI-AsForm-2.42.tar.gz
5799ef3305aff13b911b2f13f36951f5  Class-DBI-AsForm-2.42.tar.gz
Size: 4302 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: perl-Class-DBI-AsForm.spec - 2.42

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 16:14:17 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 2.42

 Files affected:
SPECS:
   perl-Class-DBI-AsForm.spec (1.12 - 1.13) 

 Diffs:


Index: SPECS/perl-Class-DBI-AsForm.spec
diff -u SPECS/perl-Class-DBI-AsForm.spec:1.12 
SPECS/perl-Class-DBI-AsForm.spec:1.13
--- SPECS/perl-Class-DBI-AsForm.spec:1.12   Sun Mar 13 20:19:11 2005
+++ SPECS/perl-Class-DBI-AsForm.specFri Feb 17 17:14:10 2006
@@ -9,20 +9,20 @@
 Summary:   Produce HTML form elements for database columns
 Summary(pl):   Tworzenie pól formularzy HTML z kolumn baz danych
 Name:  perl-Class-DBI-AsForm
-Version:   2.41
+Version:   2.42
 Release:   1
 License:   unknown
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 123ef74dd79a632b881189334cfa6827
+# Source0-md5: 5799ef3305aff13b911b2f13f36951f5
 URL:   http://search.cpan.org/dist/Class-DBI-AsForm/
 BuildRequires: perl-devel = 1:5.8.0
 BuildRequires: rpm-perlprov = 4.1-13
 %if %{with tests}
 BuildRequires: perl-Class-DBI = 0.94
-BuildRequires: perl-HTML-Tree
 BuildRequires: perl-Class-DBI-Plugin-Type
 BuildRequires: perl-DBD-SQLite2
+BuildRequires: perl-HTML-Tree
 %endif
 Requires:  perl-Class-DBI = 0.94
 BuildArch: noarch
@@ -38,12 +38,11 @@
 
 %description -l pl
 Moduł ten ułatwia generowanie formularzy HTML tworzących nowe wiersze
-bazy danych lub edytujących istniejące wiersze. Odwzorowuje
-w określony sposób nazwy kolumn bazy danych na elementy formularza
-HTML.  Duże pola tekstowe są przekształcane na wielowierszowe pola
-tekstowe (textarea), a pola posiadające związki z innymi tabelami
-Class::DBI są przekształcane w pola wyboru wypełnione obiektami
-powiązanej klasy.
+bazy danych lub edytujących istniejące wiersze. Odwzorowuje w
+określony sposób nazwy kolumn bazy danych na elementy formularza HTML.
+Duże pola tekstowe są przekształcane na wielowierszowe pola tekstowe
+(textarea), a pola posiadające związki z innymi tabelami Class::DBI są
+przekształcane w pola wyboru wypełnione obiektami powiązanej klasy.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -77,6 +76,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.13  2006/02/17 16:14:10  glen
+- 2.42
+
 Revision 1.12  2005/03/13 19:19:11  migo
 - up to 2.41
 - enable tests by default


 CVS-web:

http://cvs.pld-linux.org/SPECS/perl-Class-DBI-AsForm.spec?r1=1.12r2=1.13f=u

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


SPECS: perl-Class-DBI-DATA-Schema.spec - 1.00

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 16:14:45 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 1.00

 Files affected:
SPECS:
   perl-Class-DBI-DATA-Schema.spec (1.3 - 1.4) 

 Diffs:


Index: SPECS/perl-Class-DBI-DATA-Schema.spec
diff -u SPECS/perl-Class-DBI-DATA-Schema.spec:1.3 
SPECS/perl-Class-DBI-DATA-Schema.spec:1.4
--- SPECS/perl-Class-DBI-DATA-Schema.spec:1.3   Thu Dec  9 22:04:24 2004
+++ SPECS/perl-Class-DBI-DATA-Schema.spec   Fri Feb 17 17:14:40 2006
@@ -7,15 +7,15 @@
 %definepdirClass
 %definepnamDBI-DATA-Schema
 Summary:   Class::DBI::DATA::Schema - execute Class::DBI SQL from DATA 
sections
-Summary(pl):   Class::DBI::DATA::Schema - wykonanie SQL-a w oparciu o 
Class::DBI z sekcji DATA 
+Summary(pl):   Class::DBI::DATA::Schema - wykonanie SQL-a w oparciu o 
Class::DBI z sekcji DATA
 Name:  perl-Class-DBI-DATA-Schema
-Version:   0.04
+Version:   1.00
 Release:   1
 # same as perl
 License:   GPL v1+ or Artistic
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 61717b2145d85e99115ccbae26a90d5d
+# Source0-md5: fb5b44fefc7095dde22c752f43691f54
 BuildRequires: perl-devel = 1:5.8.0
 BuildRequires: rpm-perlprov = 4.1-13
 %if %{with tests}
@@ -66,6 +66,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.4  2006/02/17 16:14:40  glen
+- 1.00
+
 Revision 1.3  2004/12/09 21:04:24  qboosh
 - pl desc
 


 CVS-web:

http://cvs.pld-linux.org/SPECS/perl-Class-DBI-DATA-Schema.spec?r1=1.3r2=1.4f=u

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


DISTFILES: Class-DBI-DATA-Schema-1.00.tar.gz

2006-02-17 Thread glen

Files fetched: 1

STORED: 
http://www.cpan.org/modules/by-module/Class/Class-DBI-DATA-Schema-1.00.tar.gz
fb5b44fefc7095dde22c752f43691f54  Class-DBI-DATA-Schema-1.00.tar.gz
Size: 4258 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: perl-Class-DBI-Pager.spec - 0.07

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 16:15:18 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 0.07

 Files affected:
SPECS:
   perl-Class-DBI-Pager.spec (1.6 - 1.7) 

 Diffs:


Index: SPECS/perl-Class-DBI-Pager.spec
diff -u SPECS/perl-Class-DBI-Pager.spec:1.6 SPECS/perl-Class-DBI-Pager.spec:1.7
--- SPECS/perl-Class-DBI-Pager.spec:1.6 Wed Nov  3 23:30:09 2004
+++ SPECS/perl-Class-DBI-Pager.spec Fri Feb 17 17:15:13 2006
@@ -9,13 +9,13 @@
 Summary:   Class::DBI::Pager - pager utility for Class::DBI
 Summary(pl):   Class::DBI::Pager - narzędzie stronicujące dla Class::DBI
 Name:  perl-Class-DBI-Pager
-Version:   0.06
+Version:   0.07
 Release:   1
 # same as perl
 License:   GPL v1+ or Artistic
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 358429211e6264779d37834ecf728ac1
+# Source0-md5: 611f9bc30b03b8101de4b1e45bb6cc0f
 BuildRequires: perl-devel = 1:5.8.0
 BuildRequires: rpm-perlprov = 4.1-13
 %if %{with tests}
@@ -31,18 +31,18 @@
 with Class::DBI. This module reduces your work a lot, for example when
 you have to do something like:
  - retrieve objects from a database
- - display objects with 20 items per page
-In addition, your work will be reduced more, when you use
-Template-Toolkit as your templating engine.
+ - display objects with 20 items per page In addition, your work will
+   be reduced more, when you use Template-Toolkit as your templating
+   engine.
 
 %description -l pl
 Class::DBI::Pager to wtyczka dla Class::DBI, która skleja Data::Page z
 Class::DBI. Ten moduł oszczędza wiele pracy, na przykład kiedy robimy
 coś w rodzaju:
  - odczytanie obiektów z bazy danych
- - wyświetlenie obiektów po 20 elementów na stronie.
-Ponadto jeszcze więcej pracy można oszczędzić przy użyciu
-Template-Toolkitu jako silnika szablonów.
+ - wyświetlenie obiektów po 20 elementów na stronie. Ponadto jeszcze
+   więcej pracy można oszczędzić przy użyciu Template-Toolkitu jako
+   silnika szablonów.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -76,6 +76,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.7  2006/02/17 16:15:13  glen
+- 0.07
+
 Revision 1.6  2004/11/03 22:30:09  paladine
 - formatting
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/perl-Class-DBI-Pager.spec?r1=1.6r2=1.7f=u

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


DISTFILES: Class-DBI-Pager-0.07.tar.gz

2006-02-17 Thread glen

Files fetched: 1

STORED: http://www.cpan.org/modules/by-module/Class/Class-DBI-Pager-0.07.tar.gz
611f9bc30b03b8101de4b1e45bb6cc0f  Class-DBI-Pager-0.07.tar.gz
Size: 3944 bytes


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


DISTFILES: Class-DBI-Plugin-RetrieveAll-1.04.tar.gz

2006-02-17 Thread glen

Files fetched: 1

STORED: 
http://www.cpan.org/modules/by-module/Class/Class-DBI-Plugin-RetrieveAll-1.04.tar.gz
859fe774e6d74636b6406b821d4d66d1  
Class-DBI-Plugin-RetrieveAll-1.04.tar.gz
Size: 3259 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: perl-Class-DBI-Plugin-RetrieveAll.spec - 1.04

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 16:15:49 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 1.04

 Files affected:
SPECS:
   perl-Class-DBI-Plugin-RetrieveAll.spec (1.4 - 1.5) 

 Diffs:


Index: SPECS/perl-Class-DBI-Plugin-RetrieveAll.spec
diff -u SPECS/perl-Class-DBI-Plugin-RetrieveAll.spec:1.4 
SPECS/perl-Class-DBI-Plugin-RetrieveAll.spec:1.5
--- SPECS/perl-Class-DBI-Plugin-RetrieveAll.spec:1.4Wed Nov  3 23:30:09 2004
+++ SPECS/perl-Class-DBI-Plugin-RetrieveAll.specFri Feb 17 17:15:43 2006
@@ -9,13 +9,13 @@
 Summary:   Determine type information for columns
 Summary(pl):   Określanie informacji o typie dla kolumn
 Name:  perl-Class-DBI-Plugin-RetrieveAll
-Version:   1.01
+Version:   1.04
 Release:   1
 # same as perl
 License:   GPL v1+ or Artistic
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 27dd0db083dd0127a2704bf55c29b8a8
+# Source0-md5: 859fe774e6d74636b6406b821d4d66d1
 BuildRequires: perl-devel = 1:5.8.0
 BuildRequires: rpm-perlprov = 4.1-13
 %if %{with tests}
@@ -30,8 +30,8 @@
 data type information in a database-independent manner.
 
 %description -l pl
-Ten moduł pozwala klasom opartym na Class::DBI na odpytywanie kolumn
-o informacje o typie w sposób niezależny od bazy danych.
+Ten moduł pozwala klasom opartym na Class::DBI na odpytywanie kolumn o
+informacje o typie w sposób niezależny od bazy danych.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -64,6 +64,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.5  2006/02/17 16:15:43  glen
+- 1.04
+
 Revision 1.4  2004/11/03 22:30:09  paladine
 - formatting
 


 CVS-web:

http://cvs.pld-linux.org/SPECS/perl-Class-DBI-Plugin-RetrieveAll.spec?r1=1.4r2=1.5f=u

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


DISTFILES: Class-DBI-SQLite-0.11.tar.gz

2006-02-17 Thread glen

Files fetched: 1

STORED: http://www.cpan.org/modules/by-module/Class/Class-DBI-SQLite-0.11.tar.gz
25e80b9d2f2d66e6fc51d487f0894802  Class-DBI-SQLite-0.11.tar.gz
Size: 3806 bytes


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


DISTFILES: Class-DBI-mysql-1.00.tar.gz

2006-02-17 Thread glen

Files fetched: 1

STORED: http://www.cpan.org/modules/by-module/Class/Class-DBI-mysql-1.00.tar.gz
3bee2423ba61348a54201f4aca25e79b  Class-DBI-mysql-1.00.tar.gz
Size: 6411 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: perl-Class-DBI-mysql.spec - 1.00

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 16:16:33 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 1.00

 Files affected:
SPECS:
   perl-Class-DBI-mysql.spec (1.11 - 1.12) 

 Diffs:


Index: SPECS/perl-Class-DBI-mysql.spec
diff -u SPECS/perl-Class-DBI-mysql.spec:1.11 
SPECS/perl-Class-DBI-mysql.spec:1.12
--- SPECS/perl-Class-DBI-mysql.spec:1.11Sun Oct 30 20:28:56 2005
+++ SPECS/perl-Class-DBI-mysql.spec Fri Feb 17 17:16:28 2006
@@ -9,13 +9,13 @@
 Summary:   Extensions to Class::DBI for MySQL
 Summary(pl):   Rozszerzenie Class::DBI dla MySQL-a
 Name:  perl-Class-DBI-mysql
-Version:   0.23
-Release:   2
+Version:   1.00
+Release:   1
 # same as perl
 License:   GPL v1+ or Artistic
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 6e7c969b87643af08e46053bd538308c
+# Source0-md5: 3bee2423ba61348a54201f4aca25e79b
 BuildRequires: perl-devel = 1:5.8.0
 BuildRequires: rpm-perlprov = 4.1-13
 # not autodetected
@@ -65,6 +65,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.12  2006/02/17 16:16:28  glen
+- 1.00
+
 Revision 1.11  2005/10/30 19:28:56  glen
 - beeds perl-Class-DBI; rel 2
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/perl-Class-DBI-mysql.spec?r1=1.11r2=1.12f=u

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


SPECS: adapter.awk - leave sed -i -e lines alone

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 16:16:57 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- leave sed -i -e lines alone

 Files affected:
SPECS:
   adapter.awk (1.278 - 1.279) 

 Diffs:


Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.278 SPECS/adapter.awk:1.279
--- SPECS/adapter.awk:1.278 Thu Feb 16 21:26:14 2006
+++ SPECS/adapter.awk   Fri Feb 17 17:16:52 2006
@@ -888,6 +888,11 @@
return
}
 
+   # leave inline sed lines alone
+   if (/(%{__sed}|sed) -i -e/) {
+   return;
+   }
+
gsub(perl_sitearch, %{perl_sitearch})
gsub(perl_archlib, %{perl_archlib})
gsub(perl_privlib, %{perl_privlib})
@@ -900,7 +905,7 @@
 
gsub(bindir, %{_bindir})
gsub(%{prefix}/bin, %{_bindir})
-   if(prefix/bin == bindir)
+   if (prefix/bin == bindir)
gsub(%{_prefix}/bin, %{_bindir})
 
for (c = 1; c = NF; c++) {


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

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


SPECS: perl-Class-DBI-SQLite.spec - 0.11

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 16:16:09 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- 0.11

 Files affected:
SPECS:
   perl-Class-DBI-SQLite.spec (1.7 - 1.8) 

 Diffs:


Index: SPECS/perl-Class-DBI-SQLite.spec
diff -u SPECS/perl-Class-DBI-SQLite.spec:1.7 
SPECS/perl-Class-DBI-SQLite.spec:1.8
--- SPECS/perl-Class-DBI-SQLite.spec:1.7Wed Jun 22 16:55:47 2005
+++ SPECS/perl-Class-DBI-SQLite.specFri Feb 17 17:16:04 2006
@@ -9,13 +9,13 @@
 Summary:   Extension to Class::DBI for SQLite
 Summary(pl):   Rozszerzenie Class::DBI dla SQLite
 Name:  perl-Class-DBI-SQLite
-Version:   0.09
+Version:   0.11
 Release:   1
 # same as perl
 License:   GPL v1+ or Artistic
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 2c5d39332df11c8cc72aa9de6020ae61
+# Source0-md5: 25e80b9d2f2d66e6fc51d487f0894802
 %if %{with tests}
 BuildRequires: perl-Class-DBI = 0.85
 BuildRequires: perl-DBD-SQLite = 0.07
@@ -72,6 +72,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.8  2006/02/17 16:16:04  glen
+- 0.11
+
 Revision 1.7  2005/06/22 14:55:47  czucz
 - updated to 0.09
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/perl-Class-DBI-SQLite.spec?r1=1.7r2=1.8f=u

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


PLD-doc: specs-auto-todo.txt - updated

2006-02-17 Thread glen
Author: glen Date: Fri Feb 17 16:19:21 2006 GMT
Module: PLD-doc   Tag: HEAD
 Log message:
- updated

 Files affected:
PLD-doc:
   specs-auto-todo.txt (1.9 - 1.10) 

 Diffs:


Index: PLD-doc/specs-auto-todo.txt
diff -u PLD-doc/specs-auto-todo.txt:1.9 PLD-doc/specs-auto-todo.txt:1.10
--- PLD-doc/specs-auto-todo.txt:1.9 Thu Feb  9 23:13:57 2006
+++ PLD-doc/specs-auto-todo.txt Fri Feb 17 17:19:16 2006
@@ -498,6 +498,10 @@
 TODO:
 - make separate package linked with sqlite
 
+boinc.spec:
+TODO:
+   - check for BR-s
+
 bootsplash.spec:
 TODO:
 - place somewhere info that distkernel support only 16bit splashes (thnx 
Tomasz Grobelny)
@@ -790,7 +794,7 @@
 
 djbdns.spec:
 TODO
-- bcond patches
+- warning: Installed (but unpackaged) file(s) found:
 
 djvulibre.spec:
 TODO
@@ -1532,6 +1536,12 @@
 TODO:
 - enable gstreamer after making it selectable runtime
 
+kdenetwork.spec:
+TODO
+- find  fix missing BR:
+TODO: add inclusion of winpopup.conf in post script?
+cat  $RPM_BUILD_ROOT/etc/samba/winpopup.conf 'EOF'
+
 kdepim-kroupware.spec:
 TODO: - Work on kaplan
- Backport .desktop and icon files for Kaplan from recent CVS
@@ -1628,6 +1638,10 @@
 TODO:
 - fails on sizeof(size_t) != sizeof(unsigned int)
 
+kpowersave.spec:
+TODO:
+- finish the descriptive part
+
 krb5.spec:
 TODO:
 - split kdc/kadmind/krb524d/kpropd to separate subpackages
@@ -1846,6 +1860,10 @@
 TODO
 - use IANA as source http://www.iana.org/assignments/media-types/ ?
 
+mailgraph.spec:
+TODO:
+- switch to webapps framework...
+
 mailman.spec:
 TODO:
 - are *.po files (beside *.mo) needed in binary package?
@@ -2043,6 +2061,10 @@
 TODO:
 - use external lrmi and few other libs:
 
+mrplot.spec:
+TODO:
+- small binary to run ;)
+
 mrtg.spec:
 TODO:
 - accept multiple config definition in /etc/sysconfig/mrtg by cron-started
@@ -2070,7 +2092,7 @@
 
 mysql-query-browser.spec:
 TODO
-- %{_datadir}/mysql-gui directory owned also my mysql-administrator.
+- segfaults on amd64:
 
 mysql-udf-memcached.spec:
 TODO
@@ -2348,6 +2370,21 @@
 TODO:
 - perl-Gtk2 shouldn't depend on perl-devel (ExtUtils::MakeMaker). create 
-devel package?
 
+perl-Lingua-31337.spec:
+TODO
+
+%prep
+
+perl-Locale-Maketext-Gettext.spec:
+TODO
+
+%prep
+
+perl-MKDoc-XML.spec:
+TODO
+
+%prep
+
 perl-Module-Pluggable-Fast.spec:
 TODO: add Pluggable dir to perl-base
 %{_mandir}/man3/*
@@ -2640,10 +2677,6 @@
 TODO:
 - external expat
 
-python-PyQt.spec:
-TODO
-- python-devel-2.4.2-3 marks sip-4.2.1-1 (req python-devel = 2.2)
-
 python-Scientific.spec:
 TODO:
 1. tkwidgets to separate package
@@ -2703,7 +2736,7 @@
 
 qt4.spec:
 TODO:
-   - kill -L/inside/builddir from *.la and *.pc
+   - QtUiTools to subpackage
 
 quake2.spec:
 TODO:
@@ -2879,10 +2912,6 @@
 TODO:
 - missing userdel
 
-sip.spec:
-TODO
-- python-devel-2.4.2-3 marks sip-4.2.1-1 (req python-devel = 2.2)
-
 sisctrl.spec:
 TODO: Xrandr is broken in XFree86, needs extra -lXrender -lX11 (or check fails)
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -3244,6 +3273,10 @@
 xharbour.spec:
 TODO:
 nf
+
+xine-kde.spec:
+TODO:  Add pl to desktop file.
+Summary:   KDE xine DVD integration
 
 xlockmore.spec:
 TODO: kill /usr/X11R6 prefix (only _appdefsdir should stay now)


 CVS-web:
http://cvs.pld-linux.org/PLD-doc/specs-auto-todo.txt?r1=1.9r2=1.10f=u

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


  1   2   >