SPECS: ksubtile.spec - updated to 1.3

2008-10-20 Thread maciek2w
Author: maciek2w Date: Mon Oct 20 18:07:55 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 1.3

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

 Diffs:


Index: SPECS/ksubtile.spec
diff -u SPECS/ksubtile.spec:1.8 SPECS/ksubtile.spec:1.9
--- SPECS/ksubtile.spec:1.8 Tue Feb 13 07:46:50 2007
+++ SPECS/ksubtile.spec Mon Oct 20 20:07:50 2008
@@ -4,12 +4,12 @@
 Summary:   KSubtile, a SRT subtitle editor
 Summary(pl.UTF-8): KSubtile - edytor napisów SRT
 Name:  ksubtile
-Version:   1.2
+Version:   1.3
 Release:   1
 License:   GPL
 Group: Applications/Editors
-Source0:   http://dl.sourceforge.net/ksubtile/%{name}-%(echo %{version} | 
tr _ -).tar.gz
-# Source0-md5: 2fa967e96090a1f95fb747912c5c5100
+Source0:   http://dl.sourceforge.net/ksubtile/%{name}-%(echo %{version} | 
tr _ -).tar.bz2
+# Source0-md5: 51a37115d22ac4d178f019fae8d53c77
 URL:   http://ksubtile.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -35,7 +35,6 @@
 %build
 cp -f /usr/share/automake/config.sub admin
 export UNSERMAKE=/usr/share/unsermake/unsermake
-#{__make} -f admin/Makefile.common cvs
 
 %configure \
 %if %{_lib} == lib64
@@ -74,6 +73,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.9  2008/10/20 18:07:50  maciek2w
+- updated to 1.3
+
 Revision 1.8  2007/02/13 06:46:50  glen
 - tabs in preamble
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ksubtile.spec?r1=1.8r2=1.9f=u

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


DISTFILES: ksubtile-1.3.tar.bz2

2008-10-20 Thread maciek2w

Files fetched: 1

STORED: http://master.dl.sourceforge.net/ksubtile/ksubtile-1.3.tar.bz2
51a37115d22ac4d178f019fae8d53c77  ksubtile-1.3.tar.bz2
Size: 583980 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: kernel-block-sdricoh_cs.spec (NEW) - initial version - it's working ...

2008-10-17 Thread maciek2w
Author: maciek2w Date: Fri Oct 17 18:38:02 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- initial version
- it's working for me

 Files affected:
SPECS:
   kernel-block-sdricoh_cs.spec (NONE - 1.1)  (NEW)

 Diffs:


Index: SPECS/kernel-block-sdricoh_cs.spec
diff -u /dev/null SPECS/kernel-block-sdricoh_cs.spec:1.1
--- /dev/null   Fri Oct 17 20:38:02 2008
+++ SPECS/kernel-block-sdricoh_cs.spec  Fri Oct 17 20:37:57 2008
@@ -0,0 +1,85 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without dist_kernel # allow non-distribution kernel
+%bcond_withverbose # verbose build (V=1)
+
+%definemodname sdricoh_cs
+%define_rel1
+Summary:   Linux kernel module for Ricoh Bay1Controller SD Cardreaders
+Summary(pl):   Moduł jądra Linuksa dla Ricoh Bay1Controller SD Cardreaders
+Name:  kernel%{_alt_kernel}-block-%{modname}
+Version:   0.1.3
+Release:   [EMAIL PROTECTED]
+License:   GPL v2
+Group: Base/Kernel
+Source0:   
http://prdownloads.sourceforge.net/sdricohcs/%{modname}-%{version}.tar.gz
+# Source0-md5: f65e891a13ea7469fe8122ad32977588
+URL:   http://sdricohcs.sourceforge.net/
+%{?with_dist_kernel:BuildRequires: kernel%{_alt_kernel}-module-build = 
3:2.6.18}
+BuildRequires: rpmbuild(macros) = 1.330
+%{?with_dist_kernel:%requires_releq_kernel}
+Requires(post,postun): /sbin/depmod
+Requires:  module-init-tools = 3.2.2-2
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Linux kernel module for the Ricoh Bay1Controller SD Cardreaders.
+
+%description -l pl
+Moduł jądra Linuksa dla Ricoh Bay1Controller SD Cardreaders.
+
+%package -n kernel%{_alt_kernel}-smp-block-%{modname}
+Summary:   Linux SMP kernel module for Ricoh Bay1Controller SD Cardreaders
+Summary(pl):   Moduł jądra Linuksa SMP dla Ricoh Bay1Controller SD Cardreaders
+Release:   [EMAIL PROTECTED]
+Group: Base/Kernel
+%{?with_dist_kernel:%requires_releq_kernel_smp}
+Requires(post,postun): /sbin/depmod
+Requires:  module-init-tools = 3.2.2-2
+
+%description -n kernel%{_alt_kernel}-smp-block-%{modname}
+Linux SMP kernel module for Ricoh Bay1Controller SD Cardreaders.
+
+%description -n kernel%{_alt_kernel}-smp-block-%{modname} -l pl
+Moduł jądra Linuksa SMP dla Ricoh Bay1Controller SD Cardreaders
+
+%prep
+%setup -q -n %{modname}-%{version}
+
+cat  Makefile  EOF
+obj-m += sdricoh_cs.o
+
+EOF
+
+%build
+%build_kernel_modules -m %{modname}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%install_kernel_modules -m %{modname} -d block
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -n kernel%{_alt_kernel}-block-%{modname}
+%depmod %{_kernel_ver}
+
+%postun-n kernel%{_alt_kernel}-block-%{modname}
+%depmod %{_kernel_ver}
+
+%files -n kernel%{_alt_kernel}-block-%{modname}
+%defattr(644,root,root,755)
+/lib/modules/%{_kernel_ver}/block/sdricoh_cs.ko.gz
+
+%define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
+%changelog
+* %{date} PLD Team [EMAIL PROTECTED]
+All persons listed below can be reached at cvs_login@pld-linux.org
+
+$Log$
+Revision 1.1  2008/10/17 18:37:57  maciek2w
+- initial version
+- it's working for me
+

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


DISTFILES: sdricoh_cs-0.1.3.tar.gz

2008-10-17 Thread maciek2w

Files fetched: 1

STORED: http://prdownloads.sourceforge.net/sdricohcs/sdricoh_cs-0.1.3.tar.gz
f65e891a13ea7469fe8122ad32977588  sdricoh_cs-0.1.3.tar.gz
Size: 14324 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: GoogleEarth.spec - packed plugins and shaders directory - now workin...

2008-09-26 Thread maciek2w
Author: maciek2w Date: Fri Sep 26 17:43:51 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- packed plugins and shaders directory
- now working for mew

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

 Diffs:


Index: SPECS/GoogleEarth.spec
diff -u SPECS/GoogleEarth.spec:1.23 SPECS/GoogleEarth.spec:1.24
--- SPECS/GoogleEarth.spec:1.23 Sun Aug  3 18:24:07 2008
+++ SPECS/GoogleEarth.spec  Fri Sep 26 19:43:46 2008
@@ -74,7 +74,7 @@
 #install lib{freeimage.so.3,{crypto,ssl}.so.0.9.8} $RPM_BUILD_ROOT%{_libdir}
 install lib* $RPM_BUILD_ROOT%{_google_data_path}
 
-cp -R kvw xml lang resources $RPM_BUILD_ROOT%{_google_data_path}
+cp -R kvw xml lang plugins resources shaders 
$RPM_BUILD_ROOT%{_google_data_path}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -87,6 +87,12 @@
 %{_google_data_path}/*.ini
 %attr(755,root,root) %{_google_data_path}/googleearth-bin
 %attr(755,root,root) %{_google_data_path}/*.so*
+%dir %{_google_data_path}/plugins
+%dir %{_google_data_path}/plugins/imageformats
+%attr(755,root,root) %{_google_data_path}/plugins/imageformats/*.so*
+%dir %{_google_data_path}/shaders
+%{_google_data_path}/shaders/*
+
 %dir %{_google_data_path}/kvw
 %{_google_data_path}/kvw/*.kvw
 %dir %{_google_data_path}/lang
@@ -128,6 +134,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.24  2008/09/26 17:43:46  maciek2w
+- packed plugins and shaders directory
+- now working for mew
+
 Revision 1.23  2008/08/03 16:24:07  charles
 - added libicu{data,uc} to _noautoprov
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/GoogleEarth.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 (AC-branch): X11-driver-firegl.spec - packed amdxmm.so module and lib...

2008-09-26 Thread maciek2w
Author: maciek2w Date: Fri Sep 26 17:58:29 2008 GMT
Module: SPECS Tag: AC-branch
 Log message:
- packed amdxmm.so module and libatiadlxx.so library
- Xv starts working for me
- STBR

 Files affected:
SPECS:
   X11-driver-firegl.spec (1.141.2.31 - 1.141.2.32) 

 Diffs:


Index: SPECS/X11-driver-firegl.spec
diff -u SPECS/X11-driver-firegl.spec:1.141.2.31 
SPECS/X11-driver-firegl.spec:1.141.2.32
--- SPECS/X11-driver-firegl.spec:1.141.2.31 Wed Jul 23 13:03:59 2008
+++ SPECS/X11-driver-firegl.specFri Sep 26 19:58:23 2008
@@ -1,15 +1,4 @@
 # $Revision$, $Date$
-# TODO
-# - unpackaged files:
-#   /usr/X11R6/lib/libatiadlxx.so
-#   /usr/X11R6/lib/libfglrx_dm.a
-#   /usr/X11R6/lib/libfglrx_gamma.a
-#   /usr/X11R6/lib/libfglrx_pp.a
-#   /usr/X11R6/lib/libfglrx_tvout.a
-#   /usr/X11R6/lib/modules/amdxmm.so
-#   /usr/X11R6/lib/modules/esut.a
-#   /usr/include/GL/glATI.h
-#   /usr/include/GL/glxATI.h
 # Conditional build:
 %bcond_without dist_kernel # without distribution kernel
 %bcond_without kernel  # don't build kernel modules
@@ -35,7 +24,7 @@
 %definearch_dirx86_64
 %endif
 
-%definerel 1
+%definerel 2
 %definever %(echo %{version}  | tr . -)
 Summary:   Linux Drivers for ATI graphics accelerators
 Summary(pl.UTF-8): Sterowniki do akceleratorów graficznych ATI
@@ -167,6 +156,13 @@
 install common/usr/bin/{fgl_glxgears,fglrxinfo,aticonfig,fglrx_xgamma} \
$RPM_BUILD_ROOT%{_bindir}
 
+#remove not needed files
+rm -f common%{_x_libraries}/libfglrx_dm.a
+rm -f common%{_x_libraries}/libfglrx_gamma.a
+rm -f common%{_x_libraries}/libfglrx_pp.a
+rm -f common%{_x_libraries}/libfglrx_tvout.a
+rm -f common%{_x_libraries}/modules/esut.a
+
 cp -r common%{_x_libraries}/lib* $RPM_BUILD_ROOT%{_x_libraries}
 cp -r common%{_x_libraries}/modules/* $RPM_BUILD_ROOT%{_x_libraries}/modules
 cp -r common/etc/ati/* $RPM_BUILD_ROOT%{_sysconfdir}/ati/
@@ -177,9 +173,6 @@
 
 cp -r common/etc/ati/control $RPM_BUILD_ROOT%{_sysconfdir}/ati/control
 echo LIBGL_DRIVERS_PATH=%{_x_libraries}/modules/dri  
$RPM_BUILD_ROOT%{_sysconfdir}/env.d/LIBGL_DRIVERS_PATH
-
-install common/usr/include/GL/*.h $RPM_BUILD_ROOT%{_includedir}/GL
-# install common/usr/include/X11/extensions/*.h 
$RPM_BUILD_ROOT%{_includedir}/X11/extensions
 %endif
 
 %clean
@@ -208,6 +201,7 @@
 %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/ati/logo_mask.xbm.example
 %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/env.d/LIBGL_DRIVERS_PATH
 %attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_x_libraries}/libatiadlxx.so
 %attr(755,root,root) %{_x_libraries}/libGL.so.*.*
 %attr(755,root,root) %{_x_libraries}/libGL.so.1
 %attr(755,root,root) %{_x_libraries}/libGL.so
@@ -215,6 +209,7 @@
 %attr(755,root,root) %{_x_libraries}/libfglrx_gamma.so.*.*
 %attr(755,root,root) %{_x_libraries}/libfglrx_pp.so.*.*
 %attr(755,root,root) %{_x_libraries}/libfglrx_tvout.so.*.*
+%attr(755,root,root) %{_x_libraries}/modules/amdxmm.so
 %attr(755,root,root) %{_x_libraries}/modules/glesx.so
 %attr(755,root,root) %{_x_libraries}/modules/dri/fglrx_dri.so
 %attr(755,root,root) %{_x_libraries}/modules/drivers/fglrx_drv.so
@@ -245,6 +240,11 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.141.2.32  2008/09/26 17:58:23  maciek2w
+- packed amdxmm.so module and libatiadlxx.so library
+- Xv starts working for me
+- STBR
+
 Revision 1.141.2.31  2008/07/23 11:03:59  matkor
 - Version 8.7.
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/X11-driver-firegl.spec?r1=1.141.2.31r2=1.141.2.32f=u

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


SPECS: python-testoob.spec (NEW) - initial release - STBR

2008-01-26 Thread maciek2w
Author: maciek2w Date: Sat Jan 26 16:48:15 2008 GMT
Module: SPECS Tag: HEAD
 Log message:
- initial release
- STBR

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

 Diffs:


Index: SPECS/python-testoob.spec
diff -u /dev/null SPECS/python-testoob.spec:1.1
--- /dev/null   Sat Jan 26 17:48:15 2008
+++ SPECS/python-testoob.spec   Sat Jan 26 17:48:10 2008
@@ -0,0 +1,65 @@
+# $Revision$, $Date$
+%definepname   testoob
+Summary:   An advanced unit testing framework for Python
+Summary(pl.UTF-8): Zaawansowany framework testów jednostkowych dla Pythona
+Name:  python-testoob
+Version:   1.13
+Release:   1
+License:   Apache v2.0
+Group: Development/Languages/Python
+Source0:   http://dl.sourceforge.net/%{pname}/%{pname}-%{version}.tar.gz
+# Source0-md5: 92cbf328647488ed21a55cfe0f74b2cf
+URL:   http://testoob.sourceforge.net/
+Patch0:%{pname}-pyo.patch
+BuildRequires:  rpm-pythonprov
+%pyrequires_eq  python-modules
+BuildArch:  noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Testoob is an advanced unit testing framework for Python. It
+integrates effortlessly with existing PyUnit (module unittest) test
+suites.
+
+%description -l pl.UTF-8
+Testoob jest zaawansowanym frameworkiem testów jednostkowych 
+dla Pythona. Integruje się bezproblemowo z istniejącym środowiskiem 
+do testów PyUnit (moduł unitest).
+
+%prep
+%setup -q -n %{pname}-%{version}
+%patch0 -p1
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__python} setup.py install \
+   --root=$RPM_BUILD_ROOT \
+   --install-purelib=%{py_sitedir}
+
+%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
+%py_comp $RPM_BUILD_ROOT%{py_sitedir}
+
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc docs/CHANGELOG README
+%attr(755,root,root) %{_bindir}/*
+%dir %{py_sitedir}/testoob
+%{py_sitedir}/testoob/*.py[co]
+%{py_sitedir}/testoob/*/*.py[co]
+
+%define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
+%changelog
+* %{date} PLD Team [EMAIL PROTECTED]
+All persons listed below can be reached at cvs_login@pld-linux.org
+
+$Log$
+Revision 1.1  2008-01-26 16:48:10  maciek2w
+- initial release
+- STBR
+

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


SOURCES: testoob-pyo.patch (NEW) - initial release - STBR

2008-01-26 Thread maciek2w
Author: maciek2w Date: Sat Jan 26 16:48:15 2008 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- initial release
- STBR

 Files affected:
SOURCES:
   testoob-pyo.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/testoob-pyo.patch
diff -u /dev/null SOURCES/testoob-pyo.patch:1.1
--- /dev/null   Sat Jan 26 17:48:15 2008
+++ SOURCES/testoob-pyo.patch   Sat Jan 26 17:48:10 2008
@@ -0,0 +1,11 @@
+--- testoob-1.13/src/testoob/commandline/__init__.py.orig  2008-01-21 
14:53:24.0 +0100
 testoob-1.13/src/testoob/commandline/__init__.py   2008-01-21 
14:54:05.0 +0100
+@@ -7,7 +7,7 @@
+ return os.path.dirname(__file__)
+ 
+ def option_file_glob_pattern():
+-return os.path.join(current_path(), *_option.py)
++return os.path.join(current_path(), *_option.pyo)
+ 
+ def module_list():
+ return [

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


DISTFILES: testoob-1.13.tar.gz

2008-01-26 Thread maciek2w

Files fetched: 1

STORED: http://dl.sourceforge.net/testoob/testoob-1.13.tar.gz
92cbf328647488ed21a55cfe0f74b2cf  testoob-1.13.tar.gz
Size: 113291 bytes


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


SPECS (AC-branch): kdesvn.spec - file /usr/lib/libsvnqt.la is not ...

2007-12-25 Thread maciek2w
Author: maciek2w Date: Tue Dec 25 22:45:48 2007 GMT
Module: SPECS Tag: AC-branch
 Log message:
- file /usr/lib/libsvnqt.la is not created during compilation;
  If it is needed please apply reverse patch from
  http://kdesvn.alwins-world.de/changeset/1255/trunk.
- rel 3; STBR

 Files affected:
SPECS:
   kdesvn.spec (1.49.2.1 - 1.49.2.2) 

 Diffs:


Index: SPECS/kdesvn.spec
diff -u SPECS/kdesvn.spec:1.49.2.1 SPECS/kdesvn.spec:1.49.2.2
--- SPECS/kdesvn.spec:1.49.2.1  Fri Dec 21 22:19:59 2007
+++ SPECS/kdesvn.spec   Tue Dec 25 23:45:43 2007
@@ -4,7 +4,7 @@
 Summary(pl.UTF-8): Frontend KDE do subversion
 Name:  kdesvn
 Version:   0.14.1
-Release:   2
+Release:   3
 License:   GPL v2
 Group: X11/Development/Tools
 Source0:   
http://www.alwins-world.de/programs/download/kdesvn/0.14.x/%{name}-%{version}.tar.bz2
@@ -137,7 +137,6 @@
 %files svnqt-devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libsvnqt*.so
-%{_libdir}/libsvnqt.la
 %{_includedir}/svnqt
 
 %definedate%(echo `LC_ALL=C date +%a %b %d %Y`)
@@ -146,6 +145,12 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.49.2.2  2007-12-25 22:45:43  maciek2w
+- file /usr/lib/libsvnqt.la is not created during compilation;
+  If it is needed please apply reverse patch from
+  http://kdesvn.alwins-world.de/changeset/1255/trunk.
+- rel 3; STBR
+
 Revision 1.49.2.1  2007-12-21 21:19:59  glen
 - *.la for AC-branch
 


 CVS-web:

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


SOURCES: lftp-pl.po-update.patch (REMOVED) - updated to 3.6.1 - re...

2007-11-10 Thread maciek2w
Author: maciek2w Date: Sat Nov 10 16:23:12 2007 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- updated to 3.6.1
- removed patch lftp-pl.po-update.patch (it has been merged with sources).

 Files affected:
SOURCES:
   lftp-pl.po-update.patch (1.37 - NONE)  (REMOVED)

 Diffs:

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


SPECS: lftp.spec - updated to 3.6.1 - removed patch lftp-pl.po-upd...

2007-11-10 Thread maciek2w
Author: maciek2w Date: Sat Nov 10 16:23:11 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 3.6.1
- removed patch lftp-pl.po-update.patch (it has been merged with sources).

 Files affected:
SPECS:
   lftp.spec (1.247 - 1.248) 

 Diffs:


Index: SPECS/lftp.spec
diff -u SPECS/lftp.spec:1.247 SPECS/lftp.spec:1.248
--- SPECS/lftp.spec:1.247   Wed Nov  7 01:24:19 2007
+++ SPECS/lftp.spec Sat Nov 10 17:23:06 2007
@@ -20,19 +20,18 @@
 Summary(pt_BR.UTF-8):  Sofisticado programa de transferência de arquivos 
(cliente FTP/HTTP)
 Summary(zh_CN.UTF-8):  lftp 客户端程序
 Name:  lftp
-Version:   3.6.0
-Release:   3
+Version:   3.6.1
+Release:   1
 License:   GPL v2+
 Group: Applications/Networking
 Source0:   
ftp://ftp.yars.free.net/pub/source/lftp/%{name}-%{version}.tar.bz2
-# Source0-md5: bb19dac3cd3f1b43b3074bfd2ca9785b
+# Source0-md5: 29e9e44474aa381029d6ae0fb79b2f2b
 Source1:   
http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-man-pages.tar.bz2
 # Source1-md5: cdad8fb5342eebd9916eccefc98a855b
 Source2:   %{name}.desktop
 Patch0:%{name}-home_etc.patch
 Patch1:%{name}-makefile.patch
 Patch2:%{name}-as_needed-fix.patch
-Patch3:%{name}-pl.po-update.patch
 URL:   http://lftp.yar.ru/
 BuildRequires: autoconf = 2.60
 BuildRequires: automake
@@ -81,7 +80,6 @@
 #%%patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 rm -f po/stamp-po
 
@@ -145,6 +143,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.248  2007/11/10 16:23:06  maciek2w
+- updated to 3.6.1
+- removed patch lftp-pl.po-update.patch (it has been merged with sources).
+
 Revision 1.247  2007/11/07 00:24:19  glen
 - rel 3
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/lftp.spec?r1=1.247r2=1.248f=u

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


DISTFILES: lftp-3.6.1.tar.bz2 lftp-man-pages.tar.bz2

2007-11-10 Thread maciek2w

Files fetched: 1

STORED: ftp://ftp.yars.free.net/pub/source/lftp/lftp-3.6.1.tar.bz2
29e9e44474aa381029d6ae0fb79b2f2b  lftp-3.6.1.tar.bz2
Size: 1332560 bytes
ALREADY GOT: 
http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/lftp-man-pages.tar.bz2
cdad8fb5342eebd9916eccefc98a855b  lftp-man-pages.tar.bz2


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


SOURCES: gkrellm-pl.po-update.patch - update to 2.3.0 - license ch...

2007-09-15 Thread maciek2w
Author: maciek2w Date: Sat Sep 15 19:24:29 2007 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- update to 2.3.0
- license changed to GPLv3

 Files affected:
SOURCES:
   gkrellm-pl.po-update.patch (1.1 - 1.2) 

 Diffs:


Index: SOURCES/gkrellm-pl.po-update.patch
diff -u SOURCES/gkrellm-pl.po-update.patch:1.1 
SOURCES/gkrellm-pl.po-update.patch:1.2
--- SOURCES/gkrellm-pl.po-update.patch:1.1  Wed Nov  1 13:33:28 2006
+++ SOURCES/gkrellm-pl.po-update.patch  Sat Sep 15 21:24:23 2007
@@ -12,7 +12,7 @@
 -Project-Id-Version: GKrellM 2.1.18\n
 +Project-Id-Version: GKrellM 2.2.10\n
  Report-Msgid-Bugs-To: \n
- POT-Creation-Date: 2006-10-24 20:52-0500\n
+ POT-Creation-Date: 2007-07-12 15:37-0500\n
 -PO-Revision-Date: 2003-09-12 14:44+0200\n
 -Last-Translator: Przemys�aw Su�ek [EMAIL PROTECTED]\n
 -Language-Team: polish [EMAIL PROTECTED]\n
@@ -24,173 +24,173 @@
  Content-Transfer-Encoding: 8bit\n
 @@ -249,7 +250,7 @@
  
- #: src/battery.c:1224
+ #: ../src/battery.c:1224
  msgid Alerts check for percent capacity remaining.
 -msgstr 
 +msgstr Sprawdzanie alarmu dla pozosta�ej procentowej pojemno�ci.
  
- #: src/battery.c:1227 src/clock.c:729 src/cpu.c:1374 src/disk.c:1421
- #: src/inet.c:2011 src/mem.c:1380 src/net.c:3033 src/proc.c:966
+ #: ../src/battery.c:1227 ../src/clock.c:729 ../src/cpu.c:1374 
../src/disk.c:1421
+ #: ../src/inet.c:2011 ../src/mem.c:1380 ../src/net.c:3033 ../src/proc.c:966
 @@ -265,7 +266,7 @@
  
- #: src/chart.c:1021
+ #: ../src/chart.c:1021
  msgid Ag8
 -msgstr 
 +msgstr Ag8
  
- #: src/chart.c:2292 src/chart.c:2449
+ #: ../src/chart.c:2292 ../src/chart.c:2449
  msgid /Control/Auto mode sticks at peak value
 @@ -1370,9 +1371,8 @@
  msgstr \t$aaktywne w tej chwili po��czenia dla Data0\n
  
- #: src/inet.c:1786
+ #: ../src/inet.c:1786
 -#, fuzzy
  msgid \t$cN   total connections in last N minutes (or hours) for Data0\n
 -msgstr \t$cN   razem po��czenia w ci�gu ostatnich N minut dla Data0\n
 +msgstr \t$cN   razem po��czenia w ci�gu ostatnich N minut (lub godzin) dla 
Data0\n
  
- #: src/inet.c:1787
+ #: ../src/inet.c:1787
  msgid \t$llabel for Data0\n
 @@ -1383,9 +1383,8 @@
  msgstr \t$Aaktywne w tej chwili po��czenia dla Data1\n
  
- #: src/inet.c:1789
+ #: ../src/inet.c:1789
 -#, fuzzy
  msgid \t$CN   total connections in last N minutes (or hours) for Data1\n
 -msgstr \t$CN   razem po��czenia w ci�gu ostatnich N minut dla Data1\n
 +msgstr \t$CN   razem po��czenia w ci�gu ostatnich N minut (lub godzin) dla 
Data1\n
  
- #: src/inet.c:1790
+ #: ../src/inet.c:1790
  msgid \t$Llabel for Data1\n
 @@ -1473,15 +1472,15 @@
  
- #: src/mail.c:734
+ #: ../src/mail.c:729
  msgid Cannot initialize SSL method.
 -msgstr 
 +msgstr Nie mo�na zainicjowa� metody SSL.
  
- #: src/mail.c:738
+ #: ../src/mail.c:733
  msgid Cannot initialize SSL server certificate handler.
 -msgstr 
 +msgstr Nie mo�na zainicjowa� procedury obs�ugi certyfikatu serwera SSL.
  
- #: src/mail.c:744
+ #: ../src/mail.c:739
  msgid Cannot initialize SSL handler.
 -msgstr 
 +msgstr Nie mo�na zainicjowa� procedury obs�ugi SSL.
  
- #: src/mail.c:871 src/mail.c:944
+ #: ../src/mail.c:866 ../src/mail.c:939
  msgid could not decode BASE64 challenge\n
 @@ -1514,9 +1513,10 @@
  msgid mute
  msgstr wycisz
  
 +# XXX: problematic (fetchmail uses ngettext: widziany/widziane/widzianych)
- #: src/mail.c:1938
+ #: ../src/mail.c:1964
  msgid seen
 -msgstr 
 +msgstr widziane
  
- #: src/mail.c:3381
+ #: ../src/mail.c:3407
  msgid GKrellM Config Error
 @@ -1687,7 +1687,7 @@
  
- #: src/mail.c:3808
+ #: ../src/mail.c:3808
  msgid Run fetch/check program at local interval
 -msgstr 
 +msgstr Uruchamiaj okresowo program fetch/check
  
- #: src/mail.c:3818
+ #: ../src/mail.c:3818
  msgid Check local mailboxes every
 @@ -1735,7 +1735,7 @@
  
- #: src/mail.c:3914
+ #: ../src/mail.c:3914
  msgid Use SSL
 -msgstr 
 +msgstr U�yj SSL
  
- #: src/mail.c:3922
+ #: ../src/mail.c:3922
  msgid No
 @@ -1949,19 +1949,19 @@
  
- #: src/main.c:1985
+ #: ../src/main.c:1997
  msgid segmentation fault
 -msgstr 
 +msgstr naruszenie ochrony pami�ci
  
- #: src/main.c:1987
+ #: ../src/main.c:1999
  msgid floating point exception
 -msgstr 
 +msgstr b��d w obliczeniach zmiennoprzecinkowych
  
- #: src/main.c:1989
+ #: ../src/main.c:2001
  msgid aborted
 -msgstr 
 +msgstr przerwano
  
- #: src/main.c:1992
+ #: ../src/main.c:2004
  msgid initializing
 -msgstr 
 +msgstr inicjalizacja
  
- #: src/main.c:2143
+ #: ../src/main.c:2164
  #, c-format
 @@ -2101,11 +2101,11 @@
  
- #: src/net.c:664
+ #: ../src/net.c:668
  msgid Received
 -msgstr 
 +msgstr Odebrano
  
- #: src/net.c:668
+ #: ../src/net.c:672
  msgid Transmitted
 -msgstr 
 +msgstr Wys�ano
  
- #: src/net.c:672
+ #: ../src/net.c:676
  msgid Total
 @@ -2118,27 +2118,27 @@
- #: src/net.c:697
+ #: ../src/net.c:701
  #, c-format
  msgid %s Statistics
 -msgstr 
 +msgstr Statystyki %s
  
- #: src/net.c

SPECS: gkrellm.spec - update to 2.3.0 - license changed to GPLv3

2007-09-15 Thread maciek2w
Author: maciek2w Date: Sat Sep 15 19:24:28 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- update to 2.3.0
- license changed to GPLv3

 Files affected:
SPECS:
   gkrellm.spec (1.113 - 1.114) 

 Diffs:


Index: SPECS/gkrellm.spec
diff -u SPECS/gkrellm.spec:1.113 SPECS/gkrellm.spec:1.114
--- SPECS/gkrellm.spec:1.113Tue Feb 13 08:16:45 2007
+++ SPECS/gkrellm.spec  Sat Sep 15 21:24:23 2007
@@ -5,12 +5,12 @@
 Summary(ru.UTF-8): GKrellM - это стек системных мониторов в рамках одного 
процесса
 Summary(uk.UTF-8): GKrellM - це стек системних моніторів у рамках одного 
процесу
 Name:  gkrellm
-Version:   2.2.10
+Version:   2.3.0
 Release:   1
-License:   GPL
+License:   GPLv3
 Group: X11/Applications
 Source0:   
http://members.dslextreme.com/users/billw/gkrellm/%{name}-%{version}.tar.gz
-# Source0-md5: 518666ce4c2ef5a7db637683778fe18b
+# Source0-md5: 30d4bd45f95dfccd0782b1c600e6c9ca
 Source1:   %{name}.desktop
 Source2:   %{name}.png
 Source3:   %{name}d.init
@@ -196,6 +196,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.114  2007/09/15 19:24:23  maciek2w
+- update to 2.3.0
+- license changed to GPLv3
+
 Revision 1.113  2007/02/13 07:16:45  glen
 - tabs in preamble
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gkrellm.spec?r1=1.113r2=1.114f=u

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


DISTFILES: gkrellm-2.3.0.tar.gz

2007-09-15 Thread maciek2w

Files fetched: 1

STORED: http://members.dslextreme.com/users/billw/gkrellm/gkrellm-2.3.0.tar.gz
30d4bd45f95dfccd0782b1c600e6c9ca  gkrellm-2.3.0.tar.gz
Size: 1034046 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: gkrellm-cpufreq.spec - updated to 0.6.1

2007-09-15 Thread maciek2w
Author: maciek2w Date: Sat Sep 15 19:27:17 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 0.6.1

 Files affected:
SPECS:
   gkrellm-cpufreq.spec (1.10 - 1.11) 

 Diffs:


Index: SPECS/gkrellm-cpufreq.spec
diff -u SPECS/gkrellm-cpufreq.spec:1.10 SPECS/gkrellm-cpufreq.spec:1.11
--- SPECS/gkrellm-cpufreq.spec:1.10 Sat Apr 21 14:51:05 2007
+++ SPECS/gkrellm-cpufreq.spec  Sat Sep 15 21:27:12 2007
@@ -2,12 +2,12 @@
 Summary:   CPU Frequency plugin for Gkrellm 2.x
 Summary(pl.UTF-8): Wtyczka częstotliwości CPU dla Gkrellma 2.x
 Name:  gkrellm-cpufreq
-Version:   0.6
+Version:   0.6.1
 Release:   1
 License:   GPL
 Group: X11/Applications
 Source0:   
http://iacs.epfl.ch/~winkelma/gkrellm2-cpufreq/gkrellm2-cpufreq-%{version}.tar.gz
-# Source0-md5: f35f23ed934e3e1f6d449aceee7a18c7
+# Source0-md5: ddbe4e9574ae818697271c39191f737d
 URL:   http://iacs.epfl.ch/~winkelma/gkrellm2-cpufreq/
 BuildRequires: gkrellm-devel = 2.0
 BuildRequires: gtk+2-devel = 1:2.0
@@ -64,6 +64,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.11  2007/09/15 19:27:12  maciek2w
+- updated to 0.6.1
+
 Revision 1.10  2007/04/21 12:51:05  sardzent
 - added missing BR
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gkrellm-cpufreq.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: gkrellm2-cpufreq-0.6.1.tar.gz

2007-09-15 Thread maciek2w

Files fetched: 1

STORED: 
http://iacs.epfl.ch/~winkelma/gkrellm2-cpufreq/gkrellm2-cpufreq-0.6.1.tar.gz
ddbe4e9574ae818697271c39191f737d  gkrellm2-cpufreq-0.6.1.tar.gz
Size: 13238 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: VirtualBox.spec - updated to 1.4.0 - needs to check if buil...

2007-08-24 Thread maciek2w
Author: maciek2w Date: Fri Aug 24 21:33:23 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 1.4.0
- needs to check if builds on x8664

 Files affected:
SPECS:
   VirtualBox.spec (1.18 - 1.19) 

 Diffs:


Index: SPECS/VirtualBox.spec
diff -u SPECS/VirtualBox.spec:1.18 SPECS/VirtualBox.spec:1.19
--- SPECS/VirtualBox.spec:1.18  Tue Mar 13 20:05:51 2007
+++ SPECS/VirtualBox.spec   Fri Aug 24 23:33:18 2007
@@ -17,17 +17,17 @@
 %bcond_without up  # without up packages
 %bcond_without smp # without SMP kernel modules
 
-%define_rel0.2
+%define_rel0.1
 
 Summary:   VirtualBox
 Summary(pl.UTF-8): VirtualBox
 Name:  VirtualBox
-Version:   1.3.6
+Version:   1.4.0
 Release:   %{_rel}
 License:   GPL v2
 Group: Applications/Emulators
 Source0:   
http://www.virtualbox.org/download/%{version}/VirtualBox-OSE-%{version}.tar.bz2
-# Source0-md5: 70c24ccee8b5778efd8d22f9996fbec9
+# Source0-md5: 8e89d32a67a3a39271f44039d0583a16
 Source1:   virtualbox.init
 Source2:   http://www.virtualbox.org/download/UserManual.pdf
 # Source2-md5: 2e5458bd5b4b9acd18cc86866e8a7284
@@ -231,7 +231,7 @@
install VBox.sh $RPM_BUILD_ROOT%{_bindir}/$f
 done
 
-install 
out/linux.%{_outdir}/release/bin/VBox{C,DD,DD2,REM,REMImp,RT,VMM,XML,XPCOM,XPCOMIPCC}.so
 \
+install 
out/linux.%{_outdir}/release/bin/VBox{C,DD,DD2,DDU,REM,REMImp,RT,SVCM,VMM,XML,XPCOM,XPCOMIPCC}.so
 \
$RPM_BUILD_ROOT%{_libdir}/VirtualBox
 install 
out/linux.%{_outdir}/release/bin/{VBox{DD,DD2}{GC.gc,R0.r0},VMM{GC.gc,R0.r0},*.xpt}
 \
$RPM_BUILD_ROOT%{_libdir}/VirtualBox
@@ -310,6 +310,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.19  2007/08/24 21:33:18  maciek2w
+- updated to 1.4.0
+- needs to check if builds on x8664
+
 Revision 1.18  2007/03/13 19:05:51  shadzik
 - install vs. cp, we already know what won
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/VirtualBox.spec?r1=1.18r2=1.19f=u

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


SOURCES: VirtualBox-configure.patch, VirtualBox-qt-paths.patch - u...

2007-08-24 Thread maciek2w
Author: maciek2w Date: Fri Aug 24 21:33:23 2007 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- updated to 1.4.0
- needs to check if builds on x8664

 Files affected:
SOURCES:
   VirtualBox-configure.patch (1.2 - 1.3) , VirtualBox-qt-paths.patch (1.2 - 
1.3) 

 Diffs:


Index: SOURCES/VirtualBox-configure.patch
diff -u SOURCES/VirtualBox-configure.patch:1.2 
SOURCES/VirtualBox-configure.patch:1.3
--- SOURCES/VirtualBox-configure.patch:1.2  Tue Feb 27 01:14:00 2007
+++ SOURCES/VirtualBox-configure.patch  Fri Aug 24 23:33:18 2007
@@ -1,14 +1,14 @@
 configure.orig 2007-01-16 11:39:32.0 +0100
-+++ configure  2007-01-18 11:20:42.0 +0100
-@@ -51,7 +51,6 @@
- LIBZ=-lz
- INCPNG=
- LIBPNG=-lpng
--QTDIR=/usr/qt/3 /usr/lib/qt3 /usr/share/qt3
+--- configure.orig 2007-08-23 21:34:25.0 +0200
 configure  2007-08-23 21:39:54.0 +0200
+@@ -57,7 +57,6 @@
+ CFLAGSHAL=-I/usr/include/hal -I/usr/include/dbus-1.0 
-I/usr/lib/dbus-1.0/include
+ LIBPATHHAL=
+ LIBHAL=-lhal -ldbus-1
+-QTDIR=/usr/qt/3 /usr/lib/qt3 /usr/lib/qt-3.3 /usr/share/qt3 
/usr/lib64/qt-3.3
  KBUILDDIR=`cd $(dirname $0); pwd`/kBuild
  DEVDIR=`cd $(dirname $0); pwd`/tools
  if [ -d /lib/modules/`uname -r`/build ]; then
-@@ -148,8 +147,8 @@
+@@ -167,8 +166,8 @@
echo compiling the following source file:  $LOG
cat .tmp_src.cc  $LOG
echo using the following command line:  $LOG
@@ -19,26 +19,34 @@
if (($?!=0)); then
  if [ -z $4 ]; then
echo -e \n  $2 not found at $1 or $3 headers not found
-@@ -873,29 +873,25 @@
+@@ -873,37 +872,26 @@
  }
  '  .tmp_src.cc
found_qt=0
+-  libs=lib
+-  [ $LIB = lib64 ]  libs=$libs lib64
 -  for q in $QTDIR; do
--echo compiling the following source file:  $LOG
--cat .tmp_src.cc  $LOG
--echo using the following command line:  $LOG
--echo $CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include -L$q/lib 
-lqt-mt  $LOG
--$CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include -L$q/lib -lqt-mt  
$LOG 21
--if (($?==0)); then
--  if test_execute; then
--cnf_append QTDIR `cd $q ; pwd`
--found_qt=1
--break
--  fi
+-for l in $libs; do
+-  echo compiling the following source file:  $LOG
+-  cat .tmp_src.cc  $LOG
+-  echo using the following command line:  $LOG
+-  echo $CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include -L$q/$l 
-lqt-mt  $LOG
 +  echo compiling the following source file:  $LOG
 +  cat .tmp_src.cc  $LOG
 +  echo using the following command line:  $LOG
 +  echo $CXX -O -Wall -o .tmp_out .tmp_src.cc -I/usr/include/qt -L/usr/lib 
-lqt-mt  $LOG
+ 
+-  $CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include -L$q/$l -lqt-mt  
$LOG 21
+-  if (($?==0)); then
+-if test_execute; then
+-  cnf_append QTDIR `cd $q ; pwd`
+-  found_qt=1
+-  break
+-fi
+-  fi
+-done
+-if (($found_qt==1)); then
+-  break
 +  $CXX -O -Wall -o .tmp_out .tmp_src.cc -I/usr/include/qt -L/usr/lib -lqt-mt 
 $LOG 21
 +  if (($?==0)); then
 +if test_execute; then
@@ -61,21 +69,21 @@
  if (($?!=0)); then
log_failure not found
fail
-@@ -937,7 +932,6 @@
-   --with-iasl=PATHthe position of the iasl compiler [$IASL]
+@@ -1081,7 +1069,6 @@
+   --with-hal=LIB  location of the libhal libraries [$LIBHAL]
--with-linux=DIRLinux kernel source directory [$LINUX]
-   --with-mkisofs=PATH position of mkisofs [$MKISOFS]
+   --with-mkisofs=PATH location of mkisofs [$MKISOFS]
 -  --with-qt-dir=DIR   directory for QT headers/libraries [$QTDIR]
-   --with-xalan=LIBposition of the xalan library [$LIBXALAN]
-   --with-xerces=LIB   position of the xerces library [$LIBXERCES]
+   --with-xalan=LIBlocation of the xalan library [$LIBXALAN]
+   --with-xerces=LIB   location of the xerces library [$LIBXERCES]
  
-@@ -970,9 +964,6 @@
- --with-kbuild=*)
-   KBUILDDIR=`echo $option | cut -d'=' -f2`
+@@ -1118,9 +1105,6 @@
+ exit 1
+   fi
;;
 ---with-qt-dir=*)
 -  QTDIR=`echo $option | cut -d'=' -f2`
 -  ;;
- --with-iasl=*)
-   IASL=`echo $option | cut -d'=' -f2`
+ --with-hal-dir=*)
+   INCHAL=`echo $option | cut -d'=' -f2`
;;


Index: SOURCES/VirtualBox-qt-paths.patch
diff -u SOURCES/VirtualBox-qt-paths.patch:1.2 
SOURCES/VirtualBox-qt-paths.patch:1.3
--- SOURCES/VirtualBox-qt-paths.patch:1.2   Tue Feb 27 01:14:00 2007
+++ SOURCES/VirtualBox-qt-paths.patch   Fri Aug 24 23:33:18 2007
@@ -18,18 +18,23 @@
 @@ -1441,7 +1441,7 @@
  TEMPLATE_VBOXQTGUIEXE_DEFS = IN_RING3 QT_NO_DEBUG QT_THREAD_SUPPORT 
$(ARCH_BITS_DEFS)
  TEMPLATE_VBOXQTGUIEXE_INCS = \
-   $(PATH_BIN)/sdk/include \
+   $(VBOX_PATH_SDK)/include \
 -  $(VBOX_PATH_QT)/include
 +  /usr/include/qt

DISTFILES: VirtualBox-OSE-1.4.0.tar.bz2 UserManual.pdf

2007-08-24 Thread maciek2w

Files fetched: 1

STORED: http://www.virtualbox.org/download/1.4.0/VirtualBox-OSE-1.4.0.tar.bz2
8e89d32a67a3a39271f44039d0583a16  VirtualBox-OSE-1.4.0.tar.bz2
Size: 21720127 bytes
ALREADY GOT: http://www.virtualbox.org/download/UserManual.pdf
2e5458bd5b4b9acd18cc86866e8a7284  UserManual.pdf


-- 
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: postgresql_autodoc.spec - updated to 1.30

2007-08-16 Thread maciek2w
Author: maciek2w Date: Thu Aug 16 19:48:09 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 1.30

 Files affected:
SPECS:
   postgresql_autodoc.spec (1.7 - 1.8) 

 Diffs:


Index: SPECS/postgresql_autodoc.spec
diff -u SPECS/postgresql_autodoc.spec:1.7 SPECS/postgresql_autodoc.spec:1.8
--- SPECS/postgresql_autodoc.spec:1.7   Tue Feb 13 09:06:41 2007
+++ SPECS/postgresql_autodoc.spec   Thu Aug 16 21:48:04 2007
@@ -5,16 +5,17 @@
 Summary:   postgresql_autodoc - Perl script for creating documentaion for 
PostgreSQL databases
 Summary(pl.UTF-8): postgresql_autodoc - skrypt Perla umożliwiający 
tworzenie dokumentacji baz PostgreSQL
 Name:  postgresql_autodoc
-Version:   1.25
+Version:   1.30
 Release:   1
 License:   BSD-like
 Group: Applications/Databases
 Source0:   http://www.rbt.ca/autodoc/binaries/%{name}-%{version}.tar.gz
-# Source0-md5: f61071a23f6b34f948bbf799de91e8e4
+# Source0-md5: 3c0f5f0af54f0afb4d63575e96206c48
 URL:   http://www.rbt.ca/autodoc/
 BuildRequires: perl-DBI
 BuildRequires: perl-DBD-Pg
 BuildRequires: perl-HTML-Template
+BuildRequires: perl-Term-ReadKey
 BuildRequires: perl-devel = 1:5.8.0
 BuildRequires: rpm-perlprov = 4.1-13
 BuildArch: noarch
@@ -41,8 +42,8 @@
 %setup -q -n %{name}
 
 %build
-%configure \
-   --datadir=%{_datadir}/postgresql_autodoc
+%configure
+
 %{__make}
 
 %install
@@ -67,6 +68,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.8  2007/08/16 19:48:04  maciek2w
+- updated to 1.30
+
 Revision 1.7  2007/02/13 08:06:41  glen
 - tabs in preamble
 


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


DISTFILES: postgresql_autodoc-1.30.tar.gz

2007-08-16 Thread maciek2w

Files fetched: 1

STORED: http://www.rbt.ca/autodoc/binaries/postgresql_autodoc-1.30.tar.gz
3c0f5f0af54f0afb4d63575e96206c48  postgresql_autodoc-1.30.tar.gz
Size: 46216 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: ncc-2.6.tar.gz

2007-08-16 Thread maciek2w

Files fetched: 1

STORED: http://students.ceid.upatras.gr/~sxanth/ncc/ncc-2.6.tar.gz
0d506b66c68708252733cf99605d8016  ncc-2.6.tar.gz
Size: 102847 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: ncc.spec - updated to 2.6

2007-08-16 Thread maciek2w
Author: maciek2w Date: Thu Aug 16 20:27:06 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 2.6

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

 Diffs:


Index: SPECS/ncc.spec
diff -u SPECS/ncc.spec:1.6 SPECS/ncc.spec:1.7
--- SPECS/ncc.spec:1.6  Tue Mar 20 11:04:09 2007
+++ SPECS/ncc.spec  Thu Aug 16 22:27:01 2007
@@ -2,12 +2,12 @@
 Summary:   C source code analyzer
 Summary(pl.UTF-8): Analizator kodu źródłowego w C
 Name:  ncc
-Version:   2.3
+Version:   2.6
 Release:   1
 License:   Artistic
 Group: Development/Languages
 Source0:   
http://students.ceid.upatras.gr/~sxanth/ncc/%{name}-%{version}.tar.gz
-# Source0-md5: 295d59078009f31f454b4cc4f4838624
+# Source0-md5: 0d506b66c68708252733cf99605d8016
 URL:   http://students.ceid.upatras.gr/~sxanth/ncc/index.html
 BuildRequires: libstdc++-devel
 BuildRequires: ncurses-devel
@@ -42,12 +42,14 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_includedir},%{_mandir}/man1}
 install objdir/ncc $RPM_BUILD_ROOT%{_bindir}
+install doc/nognu $RPM_BUILD_ROOT%{_includedir}
 for nccs in ar c++ g++ ld; do
ln -sf /usr/bin/ncc $RPM_BUILD_ROOT%{_bindir}/ncc$nccs
 done
 install nccnav/nccnav $RPM_BUILD_ROOT%{_bindir}
+install scripts/gengraph.py $RPM_BUILD_ROOT%{_bindir}
 ln -sf %{_bindir}/nccnav $RPM_BUILD_ROOT%{_bindir}/nccnavi
 install ncc.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
@@ -58,6 +60,8 @@
 %defattr(644,root,root,755)
 %doc doc/*
 %attr(755,root,root) %{_bindir}/ncc*
+%attr(755,root,root) %{_bindir}/gengraph.py
+%{_includedir}/nognu
 %{_mandir}/man1/ncc.1*
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
@@ -66,6 +70,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.7  2007/08/16 20:27:01  maciek2w
+- updated to 2.6
+
 Revision 1.6  2007/03/20 10:04:09  undefine
 - release 1
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/ncc.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: avfs-0.9.8.tar.gz

2007-08-12 Thread maciek2w

Files fetched: 1

STORED: http://dl.sourceforge.net/avf/avfs-0.9.8.tar.gz
cd1d5c3616124bc8397936718cc0d651  avfs-0.9.8.tar.gz
Size: 835305 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: avfs.spec - updated to 0.9.8

2007-08-12 Thread maciek2w
Author: maciek2w Date: Sun Aug 12 11:03:02 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 0.9.8

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

 Diffs:


Index: SPECS/avfs.spec
diff -u SPECS/avfs.spec:1.13 SPECS/avfs.spec:1.14
--- SPECS/avfs.spec:1.13Mon Feb 12 22:23:48 2007
+++ SPECS/avfs.spec Sun Aug 12 13:02:57 2007
@@ -5,17 +5,18 @@
 Summary:   AFS - A Virtual Filesystem
 Summary(pl.UTF-8): AFS - wirtualny system plików
 Name:  avfs
-Version:   0.9.7
+Version:   0.9.8
 Release:   0.1
 License:   GPL
 Group: Libraries
 Source0:   http://dl.sourceforge.net/avf/%{name}-%{version}.tar.gz
-# Source0-md5: 88da3489b1c1d80d080ce780333cedef
+# Source0-md5: cd1d5c3616124bc8397936718cc0d651
 URL:   http://sourceforge.net/projects/avf/
 BuildRequires: automake
 BuildRequires: expat-devel
 BuildRequires: neon-devel
 BuildRequires: openssl-devel = 0.9.7d
+BuildRequires: libfuse-devel = 0:2.4
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -76,6 +77,7 @@
--with-neon \
--with-ssl \
--disable-fast-install \
+   --enable-fuse \
--with-kernel=%{_kernelsrcdir}
 #--enable-dav
 # Comment:
@@ -96,10 +98,13 @@
 
 %files
 %defattr(644,root,root,755)
-%doc README
+%doc README doc/README.avfs-fuse
 %attr(755,root,root) %{_libdir}/*.so.*.*
+%attr(755,root,root) %{_bindir}/avfsd
 %attr(755,root,root) %{_bindir}/davpass
 %attr(755,root,root) %{_bindir}/ftppass
+%attr(755,root,root) %{_bindir}/mountavfs
+%attr(755,root,root) %{_bindir}/umountavfs
 %{_libdir}/%{name}
 
 %files devel
@@ -118,6 +123,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.14  2007/08/12 11:02:57  maciek2w
+- updated to 0.9.8
+
 Revision 1.13  2007/02/12 21:23:48  glen
 - tabs in preamble
 


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

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


SOURCES: basket-am.patch (NEW) - updated to 1.0.2

2007-04-21 Thread maciek2w
Author: maciek2w Date: Sat Apr 21 20:07:51 2007 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- updated to 1.0.2

 Files affected:
SOURCES:
   basket-am.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/basket-am.patch
diff -u /dev/null SOURCES/basket-am.patch:1.1
--- /dev/null   Sat Apr 21 22:07:51 2007
+++ SOURCES/basket-am.patch Sat Apr 21 22:07:46 2007
@@ -0,0 +1,11 @@
+--- basket-1.0.2/admin/cvs.sh.orig 2007-04-21 10:10:51.0 +0200
 basket-1.0.2/admin/cvs.sh  2007-04-21 10:11:12.0 +0200
+@@ -68,7 +68,7 @@
+ echo *** KDE requires automake $required_automake_version
+ exit 1
+ ;;
+-  automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9*)
++  automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | 
automake*1.10* )
+ echo *** $AUTOMAKE_STRING found.
+ UNSERMAKE=no
+ ;;

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


SPECS: basket.spec - updated to 1.0.2

2007-04-21 Thread maciek2w
Author: maciek2w Date: Sat Apr 21 20:07:51 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 1.0.2

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

 Diffs:


Index: SPECS/basket.spec
diff -u SPECS/basket.spec:1.10 SPECS/basket.spec:1.11
--- SPECS/basket.spec:1.10  Mon Feb 12 22:23:48 2007
+++ SPECS/basket.spec   Sat Apr 21 22:07:45 2007
@@ -1,22 +1,22 @@
 # $Revision$, $Date$
-%define_alpha  Beta2
-%define_alpha_m%{nil}
-%define_alpha_f%{_alpha}%{_alpha_m}
 Summary:   A container for various types of data
 Summary(pl.UTF-8): Pojemnik na różne rodzaje danych
 Name:  basket
-Version:   0.6.0
-Release:   0.%{_alpha_f}.1
+Version:   1.0.2
+Release:   1
 License:   GPL
 Group: Applications
 # from http://basket.kde.org/downloads/?file=%{name}-%{version}.tar.gz
-Source0:   
http://basket.kde.org/downloads/%{name}-%{version}%{_alpha_f}.tar.gz
-# Source0-md5: 424a0ca635ca831baeb73a81352356bf
+Source0:   http://basket.kde.org/downloads/%{name}-%{version}.tar.gz
+# Source0-md5: d71c62a56de9cc32ba2633e63e99071f
+Patch0:%{name}-am.patch
+Patch1:kde-ac260-lt.patch
 URL:   http://basket.kde.org/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gpgme-devel
 BuildRequires: kdelibs-devel = 9:3.2.0
+BuildRequires: kdepim-devel
 BuildRequires: rpmbuild(macros) = 1.129
 BuildRequires: sed = 4.0
 #BuildRequires:unsermake = 040805
@@ -40,12 +40,13 @@
 uwalniania pulpitu ze śmieci.
 
 %prep
-%setup -q -n %{name}-%{version}%{_alpha}
+%setup -q
+%patch0 -p1
+%patch1 -p1
 %{__sed} -i -e 's,\$(TOPSUBDIRS),doc po src,'  Makefile.am
 
 %build
-cp -f /usr/share/automake/config.sub admin
-#export UNSERMAKE=/usr/share/unsermake/unsermake
+cp -f /usr/share/automake/config.* admin
 %{__make} -f admin/Makefile.common cvs
 
 %configure \
@@ -84,9 +85,12 @@
 %{_libdir}/libbasketcommon.la
 %{_datadir}/apps/basket
 %{_datadir}/services/basket_config_apps.desktop
+%{_datadir}/services/basket_config_baskets.desktop
 %{_datadir}/services/basket_config_features.desktop
 %{_datadir}/services/basket_config_general.desktop
 %{_datadir}/services/basket_config_notes.desktop
+%{_datadir}/services/basket_config_new_notes.desktop
+%{_datadir}/services/basket_config_notes_appearance.desktop
 %{_datadir}/services/basket_part.desktop
 %{_iconsdir}/crystalsvg/*x*/*/*.png
 %{_iconsdir}/crystalsvg/scalable/apps/*.svg
@@ -98,6 +102,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.11  2007/04/21 20:07:45  maciek2w
+- updated to 1.0.2
+
 Revision 1.10  2007/02/12 21:23:48  glen
 - tabs in preamble
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/basket.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: basket-1.0.2.tar.gz

2007-04-21 Thread maciek2w

Files fetched: 1

STORED: http://basket.kde.org/downloads/basket-1.0.2.tar.gz
d71c62a56de9cc32ba2633e63e99071f  basket-1.0.2.tar.gz
Size: 6046068 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: gkrellm-cpufreq.spec - updated desc

2006-12-03 Thread maciek2w
Author: maciek2w Date: Sun Dec  3 19:32:33 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated desc

 Files affected:
SPECS:
   gkrellm-cpufreq.spec (1.6 - 1.7) 

 Diffs:


Index: SPECS/gkrellm-cpufreq.spec
diff -u SPECS/gkrellm-cpufreq.spec:1.6 SPECS/gkrellm-cpufreq.spec:1.7
--- SPECS/gkrellm-cpufreq.spec:1.6  Tue Oct 31 19:05:59 2006
+++ SPECS/gkrellm-cpufreq.spec  Sun Dec  3 20:32:28 2006
@@ -20,8 +20,8 @@
 A plugin for displaying and manipulating CPU frequency.
 
 You might want to add the following to /etc/sudoers:
-user ALL = (root) NOPASSWD: /usr/sbin/cpufreqset [0-9]*
-user ALL = (root) NOPASSWD: /usr/sbin/cpufreqsetgovernor [a-z]
+
+user ALL = (root) NOPASSWD: /usr/sbin/cpufreq-set [0-9]*
 user ALL = (root) NOPASSWD: /usr/sbin/cpufreqnextgovernor
 
 %description -l pl
@@ -30,8 +30,7 @@
 Aby zezwolić użytkownikowi user na zmianę częstotliwości CPU,
 należy dodać poniższe linie do pliku /etc/sudoers:
 
-user ALL = (root) NOPASSWD: /usr/sbin/cpufreqset [0-9]*
-user ALL = (root) NOPASSWD: /usr/sbin/cpufreqsetgovernor [a-z]
+user ALL = (root) NOPASSWD: /usr/sbin/cpufreq-set [0-9]*
 user ALL = (root) NOPASSWD: /usr/sbin/cpufreqnextgovernor
 
 %prep
@@ -64,6 +63,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.7  2006/12/03 19:32:28  maciek2w
+- updated desc
+
 Revision 1.6  2006/10/31 18:05:59  maciek2w
 - updated to 0.6
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/gkrellm-cpufreq.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: gkrellmbgchg2-0.1.7.tar.gz

2006-12-03 Thread maciek2w

Files fetched: 1

STORED: http://www.bender-suhl.de/stefan/comp/sources/gkrellmbgchg2-0.1.7.tar.gz
edeeb8960fd0005a472e3bc6ec1c9852  gkrellmbgchg2-0.1.7.tar.gz
Size: 16743 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: gkrellm-bgchg.spec - updated to 0.1.7

2006-12-03 Thread maciek2w
Author: maciek2w Date: Sun Dec  3 19:41:11 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 0.1.7

 Files affected:
SPECS:
   gkrellm-bgchg.spec (1.7 - 1.8) 

 Diffs:


Index: SPECS/gkrellm-bgchg.spec
diff -u SPECS/gkrellm-bgchg.spec:1.7 SPECS/gkrellm-bgchg.spec:1.8
--- SPECS/gkrellm-bgchg.spec:1.7Thu Feb  2 14:05:49 2006
+++ SPECS/gkrellm-bgchg.specSun Dec  3 20:41:03 2006
@@ -2,12 +2,12 @@
 Summary:   Backgroud Changer plugin for gkrellm
 Summary(pl):   Wtyczka gkrellm umożliwiająca automatyczną zmianę tła pulpitu
 Name:  gkrellm-bgchg
-Version:   0.1.6
+Version:   0.1.7
 Release:   1
 License:   GPL
 Group: X11/Applications
 Source0:   
http://www.bender-suhl.de/stefan/comp/sources/gkrellmbgchg2-%{version}.tar.gz
-# Source0-md5: 73dd9b20d75dfb9a46243e80b534b573
+# Source0-md5: edeeb8960fd0005a472e3bc6ec1c9852
 URL:   http://www.bender-suhl.de/stefan/english/comp/gkrellmbgchg.html
 BuildRequires: gkrellm-devel = 2.0
 BuildRequires: gtk+2-devel = 1:2.0.0
@@ -53,6 +53,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.8  2006/12/03 19:41:03  maciek2w
+- updated to 0.1.7
+
 Revision 1.7  2006/02/02 13:05:49  maciek2w
 - updated to 0.1.6
 


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


DISTFILES: Net-Traceroute-1.09.tar.gz

2006-11-17 Thread maciek2w

Files fetched: 1

STORED: http://www.cpan.org/modules/by-module/Net/Net-Traceroute-1.09.tar.gz
2f9b4d17c352984a507665798f0d5d7a  Net-Traceroute-1.09.tar.gz
Size: 12560 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: Net-Netmask-1.9014.tar.gz

2006-11-17 Thread maciek2w

Files fetched: 1

STORED: http://www.cpan.org/modules/by-module/Net/Net-Netmask-1.9014.tar.gz
196fb9aa71f80c7557431a4352c173f5  Net-Netmask-1.9014.tar.gz
Size: 19925 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: Net-NBsocket-0.13.tar.gz

2006-11-17 Thread maciek2w

Files fetched: 1

STORED: http://www.cpan.org/modules/by-module/Net/Net-NBsocket-0.13.tar.gz
cd3d2f2d7aa58cb315779e499ba12c8e  Net-NBsocket-0.13.tar.gz
Size: 14725 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: Net-Patricia-1.014.tar.gz

2006-11-17 Thread maciek2w

Files fetched: 1

STORED: http://www.cpan.org/modules/by-module/Net/Net-Patricia-1.014.tar.gz
16ec73b5b514dbe4275e349fca236c49  Net-Patricia-1.014.tar.gz
Size: 24539 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: IO-Interface-1.02.tar.gz

2006-11-17 Thread maciek2w

Files fetched: 1

STORED: http://www.cpan.org/modules/by-module/IO/IO-Interface-1.02.tar.gz
ff96f98f52b68ece88a8e40e292071d2  IO-Interface-1.02.tar.gz
Size: 9507 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-Net-Traceroute.spec - updated to 1.09

2006-11-17 Thread maciek2w
Author: maciek2w Date: Fri Nov 17 22:00:26 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 1.09

 Files affected:
SPECS:
   perl-Net-Traceroute.spec (1.40 - 1.41) 

 Diffs:


Index: SPECS/perl-Net-Traceroute.spec
diff -u SPECS/perl-Net-Traceroute.spec:1.40 SPECS/perl-Net-Traceroute.spec:1.41
--- SPECS/perl-Net-Traceroute.spec:1.40 Wed Nov  3 23:30:37 2004
+++ SPECS/perl-Net-Traceroute.spec  Fri Nov 17 23:00:19 2006
@@ -10,12 +10,12 @@
 Summary:   Net::Traceroute perl module
 Summary(pl):   Moduł Perla Net::Traceroute
 Name:  perl-Net-Traceroute
-Version:   1.08
+Version:   1.09
 Release:   1
 License:   MIT
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 1960636afce15a1c73d9640287cf9b1d
+# Source0-md5: 2f9b4d17c352984a507665798f0d5d7a
 BuildRequires: rpm-perlprov = 4.1-13
 BuildRequires: perl-devel = 1:5.8.0
 BuildRequires: perl-Net-ext
@@ -63,6 +63,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.41  2006/11/17 22:00:19  maciek2w
+- updated to 1.09
+
 Revision 1.40  2004/11/03 22:30:37  paladine
 - formatting
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/perl-Net-Traceroute.spec?r1=1.40r2=1.41f=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-Net-Netmask.spec - updated to 1.9014

2006-11-17 Thread maciek2w
Author: maciek2w Date: Fri Nov 17 22:03:55 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 1.9014

 Files affected:
SPECS:
   perl-Net-Netmask.spec (1.42 - 1.43) 

 Diffs:


Index: SPECS/perl-Net-Netmask.spec
diff -u SPECS/perl-Net-Netmask.spec:1.42 SPECS/perl-Net-Netmask.spec:1.43
--- SPECS/perl-Net-Netmask.spec:1.42Mon Oct 17 11:08:29 2005
+++ SPECS/perl-Net-Netmask.spec Fri Nov 17 23:03:50 2006
@@ -9,12 +9,12 @@
 Summary:   Net::Netmask - parse, manipulate and lookup IP network blocks
 Summary(pl):   Net::Netmask - analiza, obróbka i wyszukiwanie bloków sieci IP
 Name:  perl-Net-Netmask
-Version:   1.9012
-Release:   2
+Version:   1.9014
+Release:   1
 License:   GPL
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 3d81d214e0203863dbc170029f2d3502
+# Source0-md5: 196fb9aa71f80c7557431a4352c173f5
 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.43  2006/11/17 22:03:50  maciek2w
+- updated to 1.9014
+
 Revision 1.42  2005/10/17 09:08:29  hawk
 - release 2 (1 went to Ra)
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/perl-Net-Netmask.spec?r1=1.42r2=1.43f=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-Net-NBsocket.spec - updated to 0.13; rel 1

2006-11-17 Thread maciek2w
Author: maciek2w Date: Fri Nov 17 22:09:50 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 0.13; rel 1

 Files affected:
SPECS:
   perl-Net-NBsocket.spec (1.2 - 1.3) 

 Diffs:


Index: SPECS/perl-Net-NBsocket.spec
diff -u SPECS/perl-Net-NBsocket.spec:1.2 SPECS/perl-Net-NBsocket.spec:1.3
--- SPECS/perl-Net-NBsocket.spec:1.2Wed Feb  8 20:00:47 2006
+++ SPECS/perl-Net-NBsocket.specFri Nov 17 23:09:45 2006
@@ -9,12 +9,12 @@
 Summary:   Net::NBsocket - Non-Blocking Sockets
 Summary(pl):   Net::NBsocket - nieblokujące gniazda
 Name:  perl-Net-NBsocket
-Version:   0.12
-Release:   0.1
+Version:   0.13
+Release:   1
 License:   GPL v2+
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 0021addaae07925d10ad4df25d21c0cf
+# Source0-md5: cd3d2f2d7aa58cb315779e499ba12c8e
 BuildRequires: perl-devel = 1:5.8.0
 BuildRequires: rpm-perlprov = 4.1-13
 BuildArch: noarch
@@ -76,6 +76,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.3  2006/11/17 22:09:45  maciek2w
+- updated to 0.13; rel 1
+
 Revision 1.2  2006/02/08 19:00:47  qboosh
 - pl
 


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


SPECS: perl-Net-Patricia.spec - updated to 1.014

2006-11-17 Thread maciek2w
Author: maciek2w Date: Fri Nov 17 22:12:51 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 1.014

 Files affected:
SPECS:
   perl-Net-Patricia.spec (1.29 - 1.30) 

 Diffs:


Index: SPECS/perl-Net-Patricia.spec
diff -u SPECS/perl-Net-Patricia.spec:1.29 SPECS/perl-Net-Patricia.spec:1.30
--- SPECS/perl-Net-Patricia.spec:1.29   Wed Nov  3 23:30:36 2004
+++ SPECS/perl-Net-Patricia.specFri Nov 17 23:12:46 2006
@@ -9,12 +9,12 @@
 Summary:   Net::Patricia - Patricia Trie Perl module for fast IP address 
lookups
 Summary(pl):   Net::Patricia - moduł Perla Patricia Trie do szybkiego 
wyszukiwania adresów IP
 Name:  perl-Net-Patricia
-Version:   1.010
-Release:   8
+Version:   1.014
+Release:   1
 License:   GPL v2+
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 19f0c6944769daba64694ee3c72cf286
+# Source0-md5: 16ec73b5b514dbe4275e349fca236c49
 BuildRequires: perl-devel = 1:5.8.0
 BuildRequires: rpm-perlprov = 4.1-13
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -84,6 +84,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.30  2006/11/17 22:12:46  maciek2w
+- updated to 1.014
+
 Revision 1.29  2004/11/03 22:30:36  paladine
 - formatting
 


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

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


SPECS: perl-IO-Interface.spec - updated to 1.02; rel 1

2006-11-17 Thread maciek2w
Author: maciek2w Date: Fri Nov 17 22:26:49 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 1.02; rel 1

 Files affected:
SPECS:
   perl-IO-Interface.spec (1.2 - 1.3) 

 Diffs:


Index: SPECS/perl-IO-Interface.spec
diff -u SPECS/perl-IO-Interface.spec:1.2 SPECS/perl-IO-Interface.spec:1.3
--- SPECS/perl-IO-Interface.spec:1.2Sat Apr 15 17:27:08 2006
+++ SPECS/perl-IO-Interface.specFri Nov 17 23:26:44 2006
@@ -9,12 +9,12 @@
 Summary:   IO::Interface - Perl extension to access interface information
 Summary(pl):   IO::Interface - rozszerzenie Perla do dostępu do informacji o 
interfejsach
 Name:  perl-IO-Interface
-Version:   0.98
-Release:   0.1
+Version:   1.02
+Release:   1
 License:   GPL v2/Artistic (same as perl)
 Group: Development/Languages/Perl
 Source0:   
http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 91d5029a32302aa02414c9c8e3353cec
+# Source0-md5: ff96f98f52b68ece88a8e40e292071d2
 URL:   http://search.cpan.org/dist/IO-Interface/
 BuildRequires: perl-devel = 1:5.8.0
 BuildRequires: rpm-perlprov = 4.1-13
@@ -57,9 +57,12 @@
 %defattr(644,root,root,755)
 %doc Changes README
 %{perl_vendorarch}/IO/Interface.pm
+%dir %{perl_vendorarch}/IO/Interface
+%{perl_vendorarch}/IO/Interface/Simple.pm
 %dir %{perl_vendorarch}/auto/IO/Interface
 %attr(755,root,root) %{perl_vendorarch}/auto/IO/Interface/*.so
 %{perl_vendorarch}/auto/IO/Interface/*.bs
+%{perl_vendorarch}/auto/IO/Interface/autosplit.ix
 %{_mandir}/man3/*
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
@@ -68,6 +71,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.3  2006/11/17 22:26:44  maciek2w
+- updated to 1.02; rel 1
+
 Revision 1.2  2006/04/15 15:27:08  qboosh
 - pl
 


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


DISTFILES: superkaramba-0.39.tar.gz scripts.tar.gz tuxbar-pzoom-0.17g.tar.gz OSXDocker.tar.bz2 6186-PNM4.tar.gz TubeClock.tar.bz2

2006-11-15 Thread maciek2w

Files fetched: 1

STORED: http://dl.sourceforge.net/netdragon/superkaramba-0.39.tar.gz
85789f3f6a4fb46fac71f1fba98fb17e  superkaramba-0.39.tar.gz
Size: 1060170 bytes
ALREADY GOT: http://www.efd.lth.se/~d98hk/karamba/scripts/scripts.tar.gz
94f0620854df678c4e7908679f139a78  scripts.tar.gz
ALREADY GOT: no-url://tuxbar-pzoom-0.17g.tar.gz
04089c070215693833f2c5da7d8af8d2  tuxbar-pzoom-0.17g.tar.gz
ALREADY GOT: no-url://OSXDocker.tar.bz2
fb3a5175f55b582a7c123390ed3b5c66  OSXDocker.tar.bz2
ALREADY GOT: http://www.kde-look.org/content/files/6186-PNM4.tar.gz
ba311930d90daf6b4c591d25d837a9b8  6186-PNM4.tar.gz
ALREADY GOT: no-url://TubeClock.tar.bz2
ced8e1f6772bc0ed224971d3bbd9ec4e  TubeClock.tar.bz2


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


SOURCES: superkaramba-karamba.cpp.patch - updated to 0.39

2006-11-15 Thread maciek2w
Author: maciek2w Date: Wed Nov 15 19:02:13 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- updated to 0.39

 Files affected:
SOURCES:
   superkaramba-karamba.cpp.patch (1.2 - 1.3) 

 Diffs:


Index: SOURCES/superkaramba-karamba.cpp.patch
diff -u SOURCES/superkaramba-karamba.cpp.patch:1.2 
SOURCES/superkaramba-karamba.cpp.patch:1.3
--- SOURCES/superkaramba-karamba.cpp.patch:1.2  Wed Dec  7 18:49:22 2005
+++ SOURCES/superkaramba-karamba.cpp.patch  Wed Nov 15 20:02:08 2006
@@ -6,6 +6,6 @@
// (plays better with taskbar themes this way)
 -  KWin::setType(winId(), NET::Dock);
 +  KWin::setType(winId(), NET::Normal);
- 
#if defined(KDE_MAKE_VERSION)
  #if KDE_VERSION = KDE_MAKE_VERSION(3,1,9)
+  //KDE 3.2 addition for the always on top issues


 CVS-web:

http://cvs.pld-linux.org/SOURCES/superkaramba-karamba.cpp.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: superkaramba.spec - updated to 0.39

2006-11-15 Thread maciek2w
Author: maciek2w Date: Wed Nov 15 19:02:13 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 0.39

 Files affected:
SPECS:
   superkaramba.spec (1.66 - 1.67) 

 Diffs:


Index: SPECS/superkaramba.spec
diff -u SPECS/superkaramba.spec:1.66 SPECS/superkaramba.spec:1.67
--- SPECS/superkaramba.spec:1.66Wed Dec  7 22:52:09 2005
+++ SPECS/superkaramba.spec Wed Nov 15 20:02:08 2006
@@ -2,12 +2,12 @@
 Summary:   Little interactive widgets on KDE desktop
 Summary(pl):   Małe interaktywne widżety na pulpicie KDE
 Name:  superkaramba
-Version:   0.37
+Version:   0.39
 Release:   1
 License:   GPL
 Group: X11/Applications
 Source0:   http://dl.sourceforge.net/netdragon/%{name}-%{version}.tar.gz
-# Source0-md5: 9ec6df580651d40b5681a91ee1582ad1
+# Source0-md5: 85789f3f6a4fb46fac71f1fba98fb17e
 # Scripts widely used by superkaramba theme creators
 Source1:   http://www.efd.lth.se/~d98hk/karamba/scripts/scripts.tar.gz
 # Source1-md5: 94f0620854df678c4e7908679f139a78
@@ -121,7 +121,7 @@
 Motyw zegara lampowego dla widżetu %{name}.
 
 %prep
-%setup -q -a1 -a2 -a3 -a4 -a6 -n %{name}
+%setup -q -a1 -a2 -a3 -a4 -a6
 %patch0 -p0
 #%patch1 -p0
 %patch2 -p0
@@ -348,6 +348,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.67  2006/11/15 19:02:08  maciek2w
+- updated to 0.39
+
 Revision 1.66  2005/12/07 21:52:09  qboosh
 - no macros in obsoletes for old or external packages
 


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

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


SOURCES: mc-bash-3.2.patch (NEW) - fix bug #18136 overview: MC won...

2006-11-07 Thread maciek2w
Author: maciek2w Date: Tue Nov  7 19:39:29 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- fix bug #18136 overview: MC wont work with new bash-3.2 propeply with all
  directories
- patch from https://savannah.gnu.org/bugs/?18136 created by 
  Andrey Skvortsov
- rel 2

 Files affected:
SOURCES:
   mc-bash-3.2.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/mc-bash-3.2.patch
diff -u /dev/null SOURCES/mc-bash-3.2.patch:1.1
--- /dev/null   Tue Nov  7 20:39:29 2006
+++ SOURCES/mc-bash-3.2.patch   Tue Nov  7 20:39:24 2006
@@ -0,0 +1,30 @@
+diff -Naur mc-4.6.1-orig/src/subshell.c mc-4.6.1/src/subshell.c
+--- mc-4.6.1-orig/src/subshell.c   2005-06-07 02:19:19.0 -0700
 mc-4.6.1/src/subshell.c2006-11-03 12:54:30.0 -0800
+@@ -722,17 +722,7 @@
+  * Print every character in octal format with the leading backslash.
+  * tcsh and zsh may require 4-digit octals, bash  2.05b doesn't like 
them.
+  */
+-if (subshell_type == BASH) {
+-  for (; *s; s++) {
+-  /* Must quote numbers, so that they are not glued to octals */
+-  if (isalpha ((unsigned char) *s)) {
+-  *d++ = (unsigned char) *s;
+-  } else {
+-  sprintf (d, \\%03o, (unsigned char) *s);
+-  d += 4;
+-  }
+-  }
+-} else {
++
+   for (; *s; s++) {
+   if (isalnum ((unsigned char) *s)) {
+   *d++ = (unsigned char) *s;
+@@ -741,7 +731,6 @@
+   d += 5;
+   }
+   }
+-}
+ 
+ memcpy (d, common_end, sizeof (common_end));
+ 

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


SPECS: mc.spec - fix bug #18136 overview: MC wont work with new ba...

2006-11-07 Thread maciek2w
Author: maciek2w Date: Tue Nov  7 19:39:29 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- fix bug #18136 overview: MC wont work with new bash-3.2 propeply with all
  directories
- patch from https://savannah.gnu.org/bugs/?18136 created by 
  Andrey Skvortsov
- rel 2

 Files affected:
SPECS:
   mc.spec (1.243 - 1.244) 

 Diffs:


Index: SPECS/mc.spec
diff -u SPECS/mc.spec:1.243 SPECS/mc.spec:1.244
--- SPECS/mc.spec:1.243 Thu Nov  2 13:00:18 2006
+++ SPECS/mc.spec   Tue Nov  7 20:39:24 2006
@@ -23,7 +23,7 @@
 Summary(zh_CN):Ňť¸öˇ˝ąăĘľÓĂľÄÎÄźţšÜŔíĆ÷şÍĐéÄâShell
 Name:  mc
 Version:   4.6.2
-Release:   0.%{ssnap}.1
+Release:   0.%{ssnap}.2
 License:   GPL
 Group: Applications/Shells
 Source0:   
http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/snapshots/%{name}-%{snap}.tar.gz
@@ -56,6 +56,7 @@
 Patch21:   %{name}-userhost.patch
 Patch22:   %{name}-utf8-look-and-feel.patch
 Patch23:   %{name}-utf8-8bit-hex.patch
+Patch24:   %{name}-bash-3.2.patch
 URL:   http://www.ibiblio.org/mc/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -252,6 +253,7 @@
 %patch22 -p1
 %patch23 -p1
 %endif
+%patch24 -p1
 
 mv -f po/{no,nb}.po
 
@@ -501,6 +503,13 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.244  2006/11/07 19:39:24  maciek2w
+- fix bug #18136 overview: MC wont work with new bash-3.2 propeply with all
+  directories
+- patch from https://savannah.gnu.org/bugs/?18136 created by
+  Andrey Skvortsov
+- rel 2
+
 Revision 1.243  2006/11/02 12:00:18  qboosh
 - pl fixes
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/mc.spec?r1=1.243r2=1.244f=u

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


SOURCES: etherape-Makefile.patch, etherape-desktop.patch - updated...

2006-10-31 Thread maciek2w
Author: maciek2w Date: Tue Oct 31 17:23:28 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- updated to 0.9.7

 Files affected:
SOURCES:
   etherape-Makefile.patch (1.1 - 1.2) , etherape-desktop.patch (1.3 - 1.4) 

 Diffs:


Index: SOURCES/etherape-Makefile.patch
diff -u SOURCES/etherape-Makefile.patch:1.1 SOURCES/etherape-Makefile.patch:1.2
--- SOURCES/etherape-Makefile.patch:1.1 Wed Feb  1 13:16:39 2006
+++ SOURCES/etherape-Makefile.patch Tue Oct 31 18:23:23 2006
@@ -9,3 +9,15 @@
  
  GMSGFMT = @GMSGFMT@
  MSGFMT = @MSGFMT@
+--- etherape-0.9.7/Makefile.am.orig2006-10-31 17:48:36.0 +0100
 etherape-0.9.7/Makefile.am 2006-10-31 17:48:47.0 +0100
+@@ -32,8 +32,7 @@
+   cd ../www  make
+ 
+ confdir = $(sysconfdir)/etherape
+-conf_DATA =   \
+-  services
++conf_DATA =
+ 
+ Developmentdir = $(datadir)/applications
+ Development_DATA =\


Index: SOURCES/etherape-desktop.patch
diff -u SOURCES/etherape-desktop.patch:1.3 SOURCES/etherape-desktop.patch:1.4
--- SOURCES/etherape-desktop.patch:1.3  Wed Jul 14 21:27:22 2004
+++ SOURCES/etherape-desktop.patch  Tue Oct 31 18:23:23 2006
@@ -1,17 +1,14 @@
 --- etherape-0.9.0/etherape.desktop~   Wed Jul 14 10:10:53 2004
 +++ etherape-0.9.0/etherape.desktopWed Jul 14 10:11:53 2004
-@@ -2,8 +2,12 @@
+@@ -2,8 +2,11 @@
  Name=EtherApe
  Name[es]=EtherApe
  Comment=Graphical Network Monitor
--Comment[es]=Monitor Gráfico de Red
-+Comment[es]=Monitor GrĂĄfico de Red
 +Comment[pl]=Graficzny monitor sieci
  Exec=etherape
--Terminal=0
-+Terminal=false
+ Terminal=false
  Type=Application
  Icon=etherape.png
-+Categories=GTK;GNOME;Network;
+ Categories=GNOME;System;Network;
 +Encoding=UTF-8
 +# vi: encoding=utf-8


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

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


DISTFILES: cvsgraph-1.6.1.tar.gz

2006-10-31 Thread maciek2w

Files fetched: 1

STORED: http://www.akhphd.au.dk/~bertho/cvsgraph/release/cvsgraph-1.6.1.tar.gz
2f3da8e85de67d0690b120b33304f966  cvsgraph-1.6.1.tar.gz
Size: 114337 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: debiandoc-sgml.spec - updated to 1.1.96 - changed source fr...

2006-10-31 Thread maciek2w
Author: maciek2w Date: Tue Oct 31 16:28:34 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 1.1.96
- changed source from ftp to http

 Files affected:
SPECS:
   debiandoc-sgml.spec (1.7 - 1.8) 

 Diffs:


Index: SPECS/debiandoc-sgml.spec
diff -u SPECS/debiandoc-sgml.spec:1.7 SPECS/debiandoc-sgml.spec:1.8
--- SPECS/debiandoc-sgml.spec:1.7   Sun Mar 19 14:21:21 2006
+++ SPECS/debiandoc-sgml.spec   Tue Oct 31 17:28:29 2006
@@ -3,12 +3,12 @@
 Summary:   SGML-based documentation formatting package
 Summary(pl):   Bazujący na SGML pakiet do formatowania dokumentacji
 Name:  debiandoc-sgml
-Version:   1.1.95
+Version:   1.1.96
 Release:   1
 License:   GPL v2
 Group: Applications/Publishing/SGML
-Source0:   
ftp://ftp.debian.org/debian/pool/main/d/debiandoc-sgml/%{name}_%{version}.tar.gz
-# Source0-md5: ed5db313ea50cd567aeb284549977c69
+Source0:   
http://ftp.debian.org/debian/pool/main/d/debiandoc-sgml/%{name}_%{version}.tar.gz
+# Source0-md5: 259b36321e1bf65da021544bad99b9e7
 BuildRequires: rpm-perlprov = 4.1-13
 Requires:  sgml-common
 BuildArch: noarch
@@ -21,7 +21,7 @@
 Bazujący na SGML pakiet do formatowania dokumentacji.
 
 %prep
-%setup -q -n %{name}
+%setup -q
 
 %build
 %{__make} \
@@ -53,6 +53,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.8  2006/10/31 16:28:29  maciek2w
+- updated to 1.1.96
+- changed source from ftp to http
+
 Revision 1.7  2006/03/19 13:21:21  maciek2w
 - updated to 1.1.95
 


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


DISTFILES: dejavu-ttf-2.11.tar.gz

2006-10-31 Thread maciek2w

Files fetched: 1

STORED: http://dl.sourceforge.net/dejavu/dejavu-ttf-2.11.tar.gz
9c48b8515e8aee76ac662341b4ce2c70  dejavu-ttf-2.11.tar.gz
Size: 3273099 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: gkrellm2-cpufreq-0.6.tar.gz

2006-10-31 Thread maciek2w

Files fetched: 1

STORED: 
http://iacs.epfl.ch/~winkelma/gkrellm2-cpufreq/gkrellm2-cpufreq-0.6.tar.gz
f35f23ed934e3e1f6d449aceee7a18c7  gkrellm2-cpufreq-0.6.tar.gz
Size: 13142 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: gkrellm-cpufreq.spec - updated to 0.6

2006-10-31 Thread maciek2w
Author: maciek2w Date: Tue Oct 31 18:06:05 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 0.6

 Files affected:
SPECS:
   gkrellm-cpufreq.spec (1.5 - 1.6) 

 Diffs:


Index: SPECS/gkrellm-cpufreq.spec
diff -u SPECS/gkrellm-cpufreq.spec:1.5 SPECS/gkrellm-cpufreq.spec:1.6
--- SPECS/gkrellm-cpufreq.spec:1.5  Thu Feb  2 13:51:44 2006
+++ SPECS/gkrellm-cpufreq.spec  Tue Oct 31 19:05:59 2006
@@ -2,17 +2,18 @@
 Summary:   CPU Frequency plugin for Gkrellm 2.x
 Summary(pl):   Wtyczka częstotliwości CPU dla Gkrellma 2.x
 Name:  gkrellm-cpufreq
-Version:   0.5.5
+Version:   0.6
 Release:   1
 License:   GPL
 Group: X11/Applications
 Source0:   
http://iacs.epfl.ch/~winkelma/gkrellm2-cpufreq/gkrellm2-cpufreq-%{version}.tar.gz
-# Source0-md5: c7fd073c1fd4d32cb76ab131cf29e1fe
+# Source0-md5: f35f23ed934e3e1f6d449aceee7a18c7
 URL:   http://iacs.epfl.ch/~winkelma/gkrellm2-cpufreq/
 BuildRequires: gkrellm-devel = 2.0
 BuildRequires: gtk+2-devel = 1:2.0
 BuildRequires: pkgconfig
 Requires:  gkrellm = 2.0
+Requires:  cpufrequtils
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -46,9 +47,7 @@
 install -d $RPM_BUILD_ROOT%{_sbindir}
 
 install cpufreq.so $RPM_BUILD_ROOT%{_libdir}/gkrellm2/plugins
-install cpufreqset $RPM_BUILD_ROOT%{_sbindir}
 install cpufreqnextgovernor $RPM_BUILD_ROOT%{_sbindir}
-install cpufreqsetgovernor $RPM_BUILD_ROOT%{_sbindir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -65,6 +64,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.6  2006/10/31 18:05:59  maciek2w
+- updated to 0.6
+
 Revision 1.5  2006/02/02 12:51:44  maciek2w
 - updated to 0.5.5
 - package scripts to change CPU frequency


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

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


SPECS: cvsgraph.spec - updated to 1.6.1

2006-10-31 Thread maciek2w
Author: maciek2w Date: Tue Oct 31 16:18:21 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 1.6.1

 Files affected:
SPECS:
   cvsgraph.spec (1.15 - 1.16) 

 Diffs:


Index: SPECS/cvsgraph.spec
diff -u SPECS/cvsgraph.spec:1.15 SPECS/cvsgraph.spec:1.16
--- SPECS/cvsgraph.spec:1.15Wed Mar  1 00:37:25 2006
+++ SPECS/cvsgraph.spec Tue Oct 31 17:18:15 2006
@@ -2,12 +2,12 @@
 Summary:   Create graphs of branches and revisions for files in a CVS 
repository
 Summary(pl):   Tworzenie grafów rozgałęzień i rewizji dla plików w 
repozytorium CVS
 Name:  cvsgraph
-Version:   1.6.0
+Version:   1.6.1
 Release:   1
 License:   GPL
 Group: Applications/Publishing
 Source0:   
http://www.akhphd.au.dk/~bertho/cvsgraph/release/%{name}-%{version}.tar.gz
-# Source0-md5: d8919dc9617ab4cf8bf658b7fbd1df0e
+# Source0-md5: 2f3da8e85de67d0690b120b33304f966
 Patch0:%{name}-config.patch
 URL:   http://www.akhphd.au.dk/~bertho/cvsgraph/
 BuildRequires: autoconf
@@ -67,6 +67,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.16  2006/10/31 16:18:15  maciek2w
+- updated to 1.6.1
+
 Revision 1.15  2006/02/28 23:37:25  glen
 - adapterized (killed trailing spaces/tabs)
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/cvsgraph.spec?r1=1.15r2=1.16f=u

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


DISTFILES: debiandoc-sgml_1.1.96.tar.gz

2006-10-31 Thread maciek2w

Files fetched: 1

STORED: 
http://ftp.debian.org/debian/pool/main/d/debiandoc-sgml/debiandoc-sgml_1.1.96.tar.gz
259b36321e1bf65da021544bad99b9e7  debiandoc-sgml_1.1.96.tar.gz
Size: 93052 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: etherape-0.9.7.tar.gz

2006-10-31 Thread maciek2w

Files fetched: 1

STORED: http://dl.sourceforge.net/etherape/etherape-0.9.7.tar.gz
7b5783090d92abe79634da4b582c6b48  etherape-0.9.7.tar.gz
Size: 860868 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: etherape.spec - updated to 0.9.7

2006-10-31 Thread maciek2w
Author: maciek2w Date: Tue Oct 31 17:23:28 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 0.9.7

 Files affected:
SPECS:
   etherape.spec (1.61 - 1.62) 

 Diffs:


Index: SPECS/etherape.spec
diff -u SPECS/etherape.spec:1.61 SPECS/etherape.spec:1.62
--- SPECS/etherape.spec:1.61Wed Feb  1 13:16:39 2006
+++ SPECS/etherape.spec Tue Oct 31 18:23:23 2006
@@ -3,12 +3,12 @@
 Summary(pl):   Graficzny monitor sieci
 Summary(pt_BR):Visualizador gráfico de redes modelado como o etherman
 Name:  etherape
-Version:   0.9.4
+Version:   0.9.7
 Release:   4
 License:   GPL
 Group: Applications/Networking
 Source0:   http://dl.sourceforge.net/etherape/%{name}-%{version}.tar.gz
-# Source0-md5: 22f25464deca3f4a09f0247513ec5d2a
+# Source0-md5: 7b5783090d92abe79634da4b582c6b48
 Patch1:%{name}-desktop.patch
 Patch2:%{name}-resolv.patch
 Patch3:%{name}-Makefile.patch
@@ -21,6 +21,8 @@
 BuildRequires: libgnomeui-devel = 2.0
 BuildRequires: libpcap-devel
 BuildRequires: pkgconfig
+Requires(post,postun):  desktop-file-utils
+Requires(post,postun):  scrollkeeper
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -73,6 +75,14 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+%scrollkeeper_update_post
+%update_desktop_database_post
+
+%postun
+%scrollkeeper_update_postun
+%update_desktop_database_postun
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog FAQ NEWS README* TODO
@@ -81,6 +91,7 @@
 %{_mandir}/man1/etherape.1*
 %{_desktopdir}/etherape.desktop
 %{_pixmapsdir}/etherape.png
+%{_omf_dest_dir}/%{name}
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
 %changelog
@@ -88,6 +99,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.62  2006/10/31 17:23:23  maciek2w
+- updated to 0.9.7
+
 Revision 1.61  2006/02/01 12:16:39  maciek2w
 - updated to 0.9.4; some patchs fixed
 - STBR


 CVS-web:
http://cvs.pld-linux.org/SPECS/etherape.spec?r1=1.61r2=1.62f=u

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


SPECS: fonts-TTF-DejaVu.spec - updated to 2.11

2006-10-31 Thread maciek2w
Author: maciek2w Date: Tue Oct 31 17:56:37 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 2.11

 Files affected:
SPECS:
   fonts-TTF-DejaVu.spec (1.23 - 1.24) 

 Diffs:


Index: SPECS/fonts-TTF-DejaVu.spec
diff -u SPECS/fonts-TTF-DejaVu.spec:1.23 SPECS/fonts-TTF-DejaVu.spec:1.24
--- SPECS/fonts-TTF-DejaVu.spec:1.23Mon Aug 14 13:25:15 2006
+++ SPECS/fonts-TTF-DejaVu.spec Tue Oct 31 18:56:32 2006
@@ -4,12 +4,12 @@
 Summary:   Bitstream Vera True Type fonts fork with latin-ext-A characters
 Summary(pl):   Odłam fontów True Type Bitstream Vera ze znakami latin-ext-A
 Name:  fonts-TTF-DejaVu
-Version:   2.9
+Version:   2.11
 Release:   1
 License:   distributable
 Group: Fonts
 Source0:   http://dl.sourceforge.net/dejavu/%{_name}-ttf-%{version}.tar.gz
-# Source0-md5: 21fc0170070fb401b8657c22d23dbfe9
+# Source0-md5: 9c48b8515e8aee76ac662341b4ce2c70
 URL:   http://dejavu.sourceforge.net/wiki/index.php/Main_Page
 Requires(post,postun): fontpostinst
 Requires:  %{_fontsdir}/TTF
@@ -55,6 +55,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.24  2006/10/31 17:56:32  maciek2w
+- updated to 2.11
+
 Revision 1.23  2006/08/14 11:25:15  vip
 - updated to 2.9
 


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

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


DISTFILES: gqview-2.1.2.tar.gz

2006-10-31 Thread maciek2w

Files fetched: 1

STORED: http://dl.sourceforge.net/gqview/gqview-2.1.2.tar.gz
f3ab3a356b73b70ebeb69b90c5c774ad  gqview-2.1.2.tar.gz
Size: 1554688 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: gqview-localenames.patch - updated to 2.1.2

2006-10-31 Thread maciek2w
Author: maciek2w Date: Tue Oct 31 18:21:07 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- updated to 2.1.2

 Files affected:
SOURCES:
   gqview-localenames.patch (1.4 - 1.5) 

 Diffs:


Index: SOURCES/gqview-localenames.patch
diff -u SOURCES/gqview-localenames.patch:1.4 
SOURCES/gqview-localenames.patch:1.5
--- SOURCES/gqview-localenames.patch:1.4Sun Feb  6 23:00:33 2005
+++ SOURCES/gqview-localenames.patchTue Oct 31 19:21:02 2006
@@ -5,8 +5,8 @@
  localedir='${datadir}/locale'
  AC_SUBST(localedir)
  
--ALL_LINGUAS=ar bg cs da de es et fi fr hu id it ja nl no pl pt_BR ro ru sk 
sl sv th tr uk vi zh_CN.GB2312 zh_TW
-+ALL_LINGUAS=ar bg cs da de es et fi fr hu id it ja nl nb pl pt_BR ro ru sk 
sl sv th tr uk vi zh_CN zh_TW
+-ALL_LINGUAS=ar be bg ca cs da de es et fi fr hu id it ja ko nl no pl pt_BR 
ro ru sk sl sv th tr uk vi zh_CN.GB2312 zh_TW
++ALL_LINGUAS=ar be bg ca cs da de es et fi fr hu id it ja ko nl nb pl pt_BR 
ro ru sk sl sv th tr uk vi zh_CN zh_TW
  GETTEXT_PACKAGE=$PACKAGE
  AC_SUBST(GETTEXT_PACKAGE)
  AM_GLIB_GNU_GETTEXT


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

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


SOURCES (AC-branch): perl-XML-SAX-noalter.patch - merged update to...

2006-10-28 Thread maciek2w
Author: maciek2w Date: Sat Oct 28 10:36:15 2006 GMT
Module: SOURCES   Tag: AC-branch
 Log message:
- merged update to 0.14 from HEAD (rev. 1.33)

 Files affected:
SOURCES:
   perl-XML-SAX-noalter.patch (1.1 - 1.1.4.1) 

 Diffs:


Index: SOURCES/perl-XML-SAX-noalter.patch
diff -u SOURCES/perl-XML-SAX-noalter.patch:1.1 
SOURCES/perl-XML-SAX-noalter.patch:1.1.4.1
--- SOURCES/perl-XML-SAX-noalter.patch:1.1  Sat Sep 14 14:51:42 2002
+++ SOURCES/perl-XML-SAX-noalter.patch  Sat Oct 28 12:36:10 2006
@@ -1,13 +1,35 @@
 XML-SAX-0.11/Makefile.PL.orig  Mon Jan 21 22:32:59 2002
-+++ XML-SAX-0.11/Makefile.PL   Sat Sep 14 12:18:55 2002
-@@ -9,20 +9,4 @@
+--- XML-SAX-0.14/Makefile.PL.orig  2006-06-19 09:41:04.0 +0200
 XML-SAX-0.14/Makefile.PL   2006-06-19 09:42:49.0 +0200
+@@ -12,42 +12,4 @@
  },
  );
  
 -sub MY::install {
 -package MY;
 -my $script = shift-SUPER::install(@_);
--if (ExtUtils::MakeMaker::prompt(Do you want XML::SAX to alter 
ParserDetails.ini?, Y) =~ /^y/i) {
+-
+-# Only modify existing ParserDetails.ini if user agrees
+-
+-my $write_ini_ok = 0;
+-
+-eval { require XML::SAX };
+-if ($@) {
+-$write_ini_ok = 1;
+-}
+-else {
+-my $dir = File::Basename::dirname($INC{'XML/SAX.pm'});
+-if (-e File::Spec-catfile($dir, 'SAX', 'ParserDetails.ini')) {
+-$write_ini_ok =
+-ExtUtils::MakeMaker::prompt(
+-Do you want XML::SAX to alter ParserDetails.ini?, Y
+-) =~ /^y/i;
+-}
+-else {
+-$write_ini_ok = 1;
+-}
+-}
+-
+-if ($write_ini_ok) {
 -$script =~ s/install :: (.*)$/install :: $1 install_sax_pureperl/m;
 -$script .= INSTALL;
 -


 CVS-web:

http://cvs.pld-linux.org/SOURCES/perl-XML-SAX-noalter.patch?r1=1.1r2=1.1.4.1f=u

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


SPECS (AC-branch): perl-XML-SAX.spec - merged update to 0.14 from ...

2006-10-28 Thread maciek2w
Author: maciek2w Date: Sat Oct 28 10:36:15 2006 GMT
Module: SPECS Tag: AC-branch
 Log message:
- merged update to 0.14 from HEAD (rev. 1.33)

 Files affected:
SPECS:
   perl-XML-SAX.spec (1.28 - 1.28.2.1) 

 Diffs:


Index: SPECS/perl-XML-SAX.spec
diff -u SPECS/perl-XML-SAX.spec:1.28 SPECS/perl-XML-SAX.spec:1.28.2.1
--- SPECS/perl-XML-SAX.spec:1.28Fri May  7 02:38:54 2004
+++ SPECS/perl-XML-SAX.spec Sat Oct 28 12:36:10 2006
@@ -4,19 +4,20 @@
 %bcond_without tests   # do not perform make test
 #
 %include   /usr/lib/rpm/macros.perl
-%definepdirXML
-%definepnamSAX
+%definepdirXML
+%definepnamSAX
 Summary:   XML::SAX - simple API for XML
 Summary(pl):   XML::SAX - proste API dla XML-a
 Name:  perl-XML-SAX
-Version:   0.12
-Release:   5
+Version:   0.14
+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: bff58bd077a9693fc8cf32e2b95f571f
+# Source0-md5: ab13c04a3cf63a0ae63fa73c863cf23e
 Patch0:%{name}-noalter.patch
+URL:   http://search.cpan.org/dist/XML-SAX/
 BuildRequires: perl-XML-NamespaceSupport = 0.03
 BuildRequires: perl-devel = 1:5.8.0
 BuildRequires: rpm-perlprov = 4.1-13
@@ -42,7 +43,7 @@
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
-%patch -p1
+%patch0 -p1
 
 %build
 %{__perl} Makefile.PL \
@@ -81,6 +82,25 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.28.2.1  2006/10/28 10:36:10  maciek2w
+- merged update to 0.14 from HEAD (rev. 1.33)
+
+Revision 1.33  2006/10/09 12:24:52  qboosh
+- added URL
+
+Revision 1.32  2006/08/08 14:38:10  sparky
+- mass attack: s/%patch /%patch0 / -- usefull for overloaded %patch macro
+
+Revision 1.31  2006/06/19 07:50:06  maciek2w
+- updated to 0.14
+- STBR
+
+Revision 1.30  2006/02/03 19:54:46  migo
+- up to 0.13
+
+Revision 1.29  2004/11/03 22:30:56  paladine
+- formatting
+
 Revision 1.28  2004/05/07 00:38:54  ankry
 - rel. 5
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/perl-XML-SAX.spec?r1=1.28r2=1.28.2.1f=u

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


SPECS: kdesvn.spec - added BC:kdesvn-svnqt-devel %{version}; Bui...

2006-10-27 Thread maciek2w
Author: maciek2w Date: Fri Oct 27 14:33:57 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- added BC:kdesvn-svnqt-devel  %{version}; Build fails if older version is 
  installed because of linking to already installed svnqt library not to 
  newly compiled one.

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

 Diffs:


Index: SPECS/kdesvn.spec
diff -u SPECS/kdesvn.spec:1.36 SPECS/kdesvn.spec:1.37
--- SPECS/kdesvn.spec:1.36  Fri Oct 27 14:41:53 2006
+++ SPECS/kdesvn.spec   Fri Oct 27 16:33:52 2006
@@ -15,6 +15,7 @@
 BuildRequires: kdelibs-devel = 9:3.2.0
 BuildRequires: rpmbuild(macros) = 1.293
 BuildRequires: subversion-devel = 1.2.0
+BuildConflicts:kdesvn-svnqt-devel  %{version}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -134,6 +135,11 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.37  2006/10/27 14:33:52  maciek2w
+- added BC:kdesvn-svnqt-devel  %{version}; Build fails if older version is
+  installed because of linking to already installed svnqt library not to
+  newly compiled one.
+
 Revision 1.36  2006/10/27 12:41:53  glen
 - cosmetic
 


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

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


DISTFILES: 34926-kde_media_video_dvd-2.0.tar.bz2

2006-10-21 Thread maciek2w

Files fetched: 1

STORED: http://kde-apps.org/content/files/34926-kde_media_video_dvd-2.0.tar.bz2
a7b634c09f5c4a8d11e3bdc0655795c0  34926-kde_media_video_dvd-2.0.tar.bz2
Size: 715 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: xine-kde-desktop.patch (NEW) - updated to 2.0 - added pl ...

2006-10-21 Thread maciek2w
Author: maciek2w Date: Sat Oct 21 14:44:36 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- updated to 2.0
- added pl comment in desktop file

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

 Diffs:


Index: SOURCES/xine-kde-desktop.patch
diff -u /dev/null SOURCES/xine-kde-desktop.patch:1.1
--- /dev/null   Sat Oct 21 16:44:36 2006
+++ SOURCES/xine-kde-desktop.patch  Sat Oct 21 16:44:31 2006
@@ -0,0 +1,16 @@
+--- Play_Video_DVD_in_Xine.desktop.orig2006-10-21 16:29:16.0 
+0200
 Play_Video_DVD_in_Xine.desktop 2006-10-21 16:35:57.0 +0200
+@@ -1,8 +1,13 @@
+ [Desktop Action Play Video DVD in Xine]
++Encoding=UTF-8
+ Exec=xine dvd://`kde_media_url_to_device.sh %u`
+ Icon=video
+ Name=Play Video DVD in Xine
++Comment=Play Video DVD in Xine
++Comment[pl]=Odtwarza płytę DVD w programie Xine
+ 
+ [Desktop Entry]
+ Actions=Play Video DVD in Xine
+ ServiceTypes=media/dvdvideo
++X-KDE-Submenu=Play Video DVD in Xine
++X-KDE-Submenu[pl]=Odtwarzaj płytę DVD w programie Xine

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


SPECS: xine-kde.spec - updated to 2.0 - added pl comment in deskto...

2006-10-21 Thread maciek2w
Author: maciek2w Date: Sat Oct 21 14:44:36 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 2.0
- added pl comment in desktop file

 Files affected:
SPECS:
   xine-kde.spec (1.3 - 1.4) 

 Diffs:


Index: SPECS/xine-kde.spec
diff -u SPECS/xine-kde.spec:1.3 SPECS/xine-kde.spec:1.4
--- SPECS/xine-kde.spec:1.3 Sat Feb 18 12:10:30 2006
+++ SPECS/xine-kde.spec Sat Oct 21 16:44:30 2006
@@ -1,16 +1,16 @@
 # $Revision$, $Date$
-# TODO:Add pl to desktop file.
 Summary:   KDE xine DVD integration
 Summary(pl):   Integracja xine DVD z KDE
 Name:  xine-kde
-Version:   1.0
+Version:   2.0
 Release:   1
 License:   GPL
 Group: X11/Applications
 # Source0: http://kde-apps.org/content/download.php?content=34926id=1
 Source0:   
http://kde-apps.org/content/files/34926-kde_media_video_dvd-%{version}.tar.bz2
-# Source0-md5: b1ede2013bc0a161d698ed27cf8fbc4c
+# Source0-md5: a7b634c09f5c4a8d11e3bdc0655795c0
 URL:   http://kde-apps.org/content/show.php?content=34926
+Patch0:%{name}-desktop.patch
 Requires:  kdebase-desktop
 Requires:  xine-input-dvd
 BuildArch: noarch
@@ -27,6 +27,7 @@
 
 %prep
 %setup -q -n kde_media_video_dvd-%{version}
+%patch0 -p0
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -50,6 +51,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.4  2006/10/21 14:44:30  maciek2w
+- updated to 2.0
+- added pl comment in desktop file
+
 Revision 1.3  2006/02/18 11:10:30  qboosh
 - cosmetics
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/xine-kde.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: tskal.spec - use optflags

2006-10-21 Thread maciek2w
Author: maciek2w Date: Sat Oct 21 15:09:25 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- use optflags

 Files affected:
SPECS:
   tskal.spec (1.18 - 1.19) 

 Diffs:


Index: SPECS/tskal.spec
diff -u SPECS/tskal.spec:1.18 SPECS/tskal.spec:1.19
--- SPECS/tskal.spec:1.18   Fri Oct  6 16:21:39 2006
+++ SPECS/tskal.specSat Oct 21 17:09:19 2006
@@ -1,6 +1,4 @@
 # $Revision$, $Date$
-# TODO:
-# - optflags
 Summary:   Simple calendar which helps you to remember about important days
 Summary(pl):   Prosty kalendarz pomagający pamiętać o ważnych datach
 Name:  tskal
@@ -35,7 +33,12 @@
 %setup -q
 
 %build
-qmake
+qmake \
+   QMAKE_CXX=%{__cxx} \
+   QMAKE_LINK=%{__cxx} \
+   QMAKE_CXXFLAGS_RELEASE=%{rpmcflags} \
+   QMAKE_RPATH=
+
 %{__make} \
QTDIR=%{_prefix}
 
@@ -61,6 +64,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.19  2006/10/21 15:09:19  maciek2w
+- use optflags
+
 Revision 1.18  2006/10/06 14:21:39  wolvverine
 - up to 0.5-2
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/tskal.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: tskal.spec - fixed optflags

2006-10-21 Thread maciek2w
Author: maciek2w Date: Sat Oct 21 16:00:37 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- fixed optflags

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

 Diffs:


Index: SPECS/tskal.spec
diff -u SPECS/tskal.spec:1.19 SPECS/tskal.spec:1.20
--- SPECS/tskal.spec:1.19   Sat Oct 21 17:09:19 2006
+++ SPECS/tskal.specSat Oct 21 18:00:31 2006
@@ -36,7 +36,8 @@
 qmake \
QMAKE_CXX=%{__cxx} \
QMAKE_LINK=%{__cxx} \
-   QMAKE_CXXFLAGS_RELEASE=%{rpmcflags} \
+   QMAKE_CXXFLAGS_RELEASE=%{rpmcxxflags} \
+   QMAKE_LFLAGS=%{rpmldflags} \
QMAKE_RPATH=
 
 %{__make} \
@@ -64,6 +65,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.20  2006/10/21 16:00:31  maciek2w
+- fixed optflags
+
 Revision 1.19  2006/10/21 15:09:19  maciek2w
 - use optflags
 


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

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


SPECS: serpentine.spec - fixed plugins system to use compiled pyth...

2006-10-21 Thread maciek2w
Author: maciek2w Date: Sat Oct 21 16:39:24 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- fixed plugins system to use compiled python script

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

 Diffs:


Index: SPECS/serpentine.spec
diff -u SPECS/serpentine.spec:1.8 SPECS/serpentine.spec:1.9
--- SPECS/serpentine.spec:1.8   Thu Jul 27 00:39:06 2006
+++ SPECS/serpentine.spec   Sat Oct 21 18:39:15 2006
@@ -1,8 +1,4 @@
 # $Revision$, $Date$
-#
-# TODO:
-# - fix plugins system to don't require *.py files
-#
 # Conditional build:
 %bcond_withmuine   # build muine plugin
 #
@@ -16,6 +12,7 @@
 Source0:   http://download.berlios.de/serpentine/%{name}-%{version}.tar.bz2
 # Source0-md5: 2d41b5ebef49c03951031c29fccd08e6
 Patch0:%{name}-desktop.patch
+Patch1:%{name}-python.patch
 URL:   http://s1x.homelinux.net/projects/serpentine/
 BuildRequires: GConf2-devel
 BuildRequires: autoconf = 2.53
@@ -34,6 +31,7 @@
 Requires:  python-PyXML
 Requires:  python-dbus
 Requires:  python-gnome-desktop-nautilus-cd-burner = 2.12.0
+Requires:  python-gnome-desktop-totem = 2.12.0
 Requires:  python-gnome-gconf = 2.12.0
 Requires:  python-gnome-ui = 2.12.0
 Requires:  python-gnome-vfs = 2.12.0
@@ -66,6 +64,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p0
 
 %build
 %{__aclocal}
@@ -76,6 +75,8 @@
%{!?with_muine: --enable-muine=no}
 %{__make}
 
+%{py_comp} serpentine
+%{py_ocomp} serpentine
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -83,6 +84,10 @@
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
+#removed not needed *.py files
+rm -rf $RPM_BUILD_ROOT%{py_sitescriptdir}/%{name}/*.py
+rm -rf $RPM_BUILD_ROOT%{py_sitescriptdir}/%{name}/plugins/*.py
+
 %find_lang %{name}
 
 %clean
@@ -114,6 +119,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.9  2006/10/21 16:39:15  maciek2w
+- fixed plugins system to use compiled python script
+
 Revision 1.8  2006/07/26 22:39:06  koorek
 - Added R: python-PyXML
 


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

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


SOURCES: serpentine-python.patch (NEW) - fixed plugins system to u...

2006-10-21 Thread maciek2w
Author: maciek2w Date: Sat Oct 21 16:39:24 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- fixed plugins system to use compiled python script

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

 Diffs:


Index: SOURCES/serpentine-python.patch
diff -u /dev/null SOURCES/serpentine-python.patch:1.1
--- /dev/null   Sat Oct 21 18:39:25 2006
+++ SOURCES/serpentine-python.patch Sat Oct 21 18:39:19 2006
@@ -0,0 +1,26 @@
+--- serpentine/plugins/__init__.py.orig2006-10-21 18:23:11.0 
+0200
 serpentine/plugins/__init__.py 2006-10-21 18:24:02.0 +0200
+@@ -22,20 +22,20 @@
+ import imp, sys, traceback
+ 
+ plugins_dir = path.abspath (path.dirname (__file__))
+-plugins = glob (path.join (plugins_dir, plug*.py))
++plugins = glob (path.join (plugins_dir, plug*.pyo))
+ plugins_filename = plugins
+ 
+ plugins = {}
+ for filename in plugins_filename:
+   # Get file basename and remove the .py extension
+-  plugins[path.basename (filename)[:-3]] = filename
++  plugins[path.basename (filename)[:-4]] = filename
+ 
+ # Now load the modules
+ tmp_plugins = {}
+ for plug in plugins:
+   
+   try:
+-  module = imp.load_source (plug, plugins[plug])
++  module = imp.load_compiled (plug, plugins[plug])
+   
+   # Make sure it has a create_plugin method
+   if hasattr (module, create_plugin) and callable 
(module.create_plugin):

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


SPECS: pstotext.spec - removed todo; it was done in last commit

2006-10-21 Thread maciek2w
Author: maciek2w Date: Sat Oct 21 16:50:13 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- removed todo; it was done in last commit

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

 Diffs:


Index: SPECS/pstotext.spec
diff -u SPECS/pstotext.spec:1.9 SPECS/pstotext.spec:1.10
--- SPECS/pstotext.spec:1.9 Thu Aug  4 15:38:37 2005
+++ SPECS/pstotext.spec Sat Oct 21 18:50:08 2006
@@ -1,6 +1,4 @@
 # $Revision$, $Date$
-# TODO
-# - security http://security.gentoo.org/glsa/glsa-200507-29.xml
 Summary:   PostScript to text converter
 Summary(pl):   Konwerter PostScriptu do czystego tekstu
 Name:  pstotext
@@ -54,6 +52,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.10  2006/10/21 16:50:08  maciek2w
+- removed todo; it was done in last commit
+
 Revision 1.9  2005/08/04 13:38:37  adamg
 - fixed remote execution of arbitrary code vulnerability (Secunia Advisory
   SA16183)


 CVS-web:
http://cvs.pld-linux.org/SPECS/pstotext.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: ImageMagick.spec - added R:ghostscript, pointed by Lukasz M...

2006-10-17 Thread maciek2w
Author: maciek2w Date: Tue Oct 17 17:54:06 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- added R:ghostscript, pointed by Lukasz Michalski (lm at zork.pl),thx
- rel 3

 Files affected:
SPECS:
   ImageMagick.spec (1.240 - 1.241) 

 Diffs:


Index: SPECS/ImageMagick.spec
diff -u SPECS/ImageMagick.spec:1.240 SPECS/ImageMagick.spec:1.241
--- SPECS/ImageMagick.spec:1.240Sat Sep  2 22:51:33 2006
+++ SPECS/ImageMagick.spec  Tue Oct 17 19:54:01 2006
@@ -23,7 +23,7 @@
 Summary(uk):   đĹŇĹÇĚŃÄ, ËĎÎ×ĹŇÔŐ×ÁÎÎŃ ÔÁ ĎÂŇĎÂËÁ ÚĎÂŇÁÖĹÎŘ ĐŚÄ X Window
 Name:  ImageMagick
 Version:   %{ver}%{?pver:.%{pver}}
-Release:   2
+Release:   3
 Epoch: 1
 License:   Apache-like
 Group: X11/Applications/Graphics
@@ -470,6 +470,7 @@
 Summary(pl):   Moduł kodera dla plików PDF
 Group: X11/Applications/Graphics
 Requires:  %{name} = %{epoch}:%{version}-%{release}
+Requires:  ghostscript
 
 %description coder-pdf
 Coder module for PDF files.
@@ -961,6 +962,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.241  2006/10/17 17:54:01  maciek2w
+- added R:ghostscript, pointed by Lukasz Michalski (lm at zork.pl),thx
+- rel 3
+
 Revision 1.240  2006/09/02 20:51:33  glen
 - _defaultdocdir - _docdir
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/ImageMagick.spec?r1=1.240r2=1.241f=u

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


SPECS: mp3gain.spec - fixed Makefile patch

2006-10-17 Thread maciek2w
Author: maciek2w Date: Tue Oct 17 18:44:48 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- fixed Makefile patch

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

 Diffs:


Index: SPECS/mp3gain.spec
diff -u SPECS/mp3gain.spec:1.3 SPECS/mp3gain.spec:1.4
--- SPECS/mp3gain.spec:1.3  Sun Oct  8 18:26:47 2006
+++ SPECS/mp3gain.spec  Tue Oct 17 20:44:43 2006
@@ -27,7 +27,7 @@
 
 %prep
 %setup -q -c
-%patch0 -p1
+%patch0 -p0
 
 %build
 %{__make} \
@@ -54,6 +54,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.4  2006/10/17 18:44:43  maciek2w
+- fixed Makefile patch
+
 Revision 1.3  2006/10/08 16:26:47  qboosh
 - summary cosmetic
 


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

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


SOURCES: mp3gain-Makefile.patch - fixed Makefile patch

2006-10-17 Thread maciek2w
Author: maciek2w Date: Tue Oct 17 18:44:48 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- fixed Makefile patch

 Files affected:
SOURCES:
   mp3gain-Makefile.patch (1.1 - 1.2) 

 Diffs:


Index: SOURCES/mp3gain-Makefile.patch
diff -u SOURCES/mp3gain-Makefile.patch:1.1 SOURCES/mp3gain-Makefile.patch:1.2
--- SOURCES/mp3gain-Makefile.patch:1.1  Sun Oct  8 16:40:48 2006
+++ SOURCES/mp3gain-Makefile.patch  Tue Oct 17 20:44:43 2006
@@ -1,22 +1,20 @@
 mp3gain-1.4.6/Makefile.orig2006-10-08 16:34:48.0 +0200
-+++ mp3gain-1.4.6/Makefile 2006-10-08 16:35:40.0 +0200
-@@ -4,9 +4,7 @@
- # Mike Oliphant ([EMAIL PROTECTED])
- #
+--- Makefile.orig  2006-10-17 20:29:32.0 +0200
 Makefile   2006-10-17 20:34:01.0 +0200
+@@ -6,7 +6,7 @@
+ 
+ CC= gcc
  
--CC= gcc
--
 -CFLAGS= -Wall -O3 -DHAVE_MEMCPY
-+override CFLAGS+= -Wall -O3 -DHAVE_MEMCPY
++override CFLAGS+= -Wall -O3 -DHAVE_MEMCPY
  
  ifneq ($(OSTYPE),beos)
  INSTALL_PATH= /usr/local/bin
-@@ -16,7 +14,7 @@
+@@ -30,7 +30,7 @@
+ all: mp3gain
  
- # BeOS doesn't have libm (it's all in libroot)
- ifneq ($(OSTYPE),beos)
--LIBS= -lm
-+LIBS= -lm $(LDFLAGS)
- else
- # BeOS: without this it wants to use bcopy() :^)
- CFLAGS+= -DHAVE_MEMCPY
+ mp3gain: $(OBJS)
+-  $(CC) -o mp3gain $(OBJS) $(LIBS)
++  $(CC) $(LDFLAGS) -o mp3gain $(OBJS) $(LIBS)
+ ifeq ($(OSTYPE),beos)
+   mimeset -f mp3gain
+ endif


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

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


SOURCES: bsc.desktop (NEW) - added passing flags - added desktop file

2006-10-17 Thread maciek2w
Author: maciek2w Date: Tue Oct 17 20:07:43 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- added passing flags
- added desktop file 

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

 Diffs:


Index: SOURCES/bsc.desktop
diff -u /dev/null SOURCES/bsc.desktop:1.1
--- /dev/null   Tue Oct 17 22:07:43 2006
+++ SOURCES/bsc.desktop Tue Oct 17 22:07:38 2006
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=bsc
+Type=Application
+Comment=File manager
+Comment[pl]=MenedĹźer plikĂłw
+Exec=bsc
+Categories=Utility;FileManager;
+Encoding=UTF-8

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


SPECS: bsc.spec - added passing flags - added desktop file

2006-10-17 Thread maciek2w
Author: maciek2w Date: Tue Oct 17 20:07:43 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- added passing flags
- added desktop file 

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

 Diffs:


Index: SPECS/bsc.spec
diff -u SPECS/bsc.spec:1.4 SPECS/bsc.spec:1.5
--- SPECS/bsc.spec:1.4  Sun May 14 01:29:00 2006
+++ SPECS/bsc.spec  Tue Oct 17 22:07:38 2006
@@ -6,13 +6,14 @@
 Summary:   Beesoft Commander - NC clone
 Summary(pl):   Beesoft Commander - klon NC
 Name:  bsc
-Version:   2.18
+Version:   2.27
 Release:   0.1
 License:   GPL
 Group: Applications
 Source0:   http://www.beesoft.org/download/%{name}_%{version}_src.tar.gz
-# Source0-md5: 19f9bd6d3026bc9a2efa3c99efdcddf2
-#Source1:  %{name}.desktop
+# Source0-md5: 9b67bc673bccae149ff8350a876b7720
+Source1:   %{name}.desktop
+Patch0:%{name}-optflags.patch
 URL:   http://www.beesoft.org/bsc.html
 BuildRequires: qmake
 BuildRequires: qt-devel
@@ -31,7 +32,12 @@
 
 %build
 export QTDIR=%{_prefix}
-qmake bsc.pro
+qmake bsc.pro \
+QMAKE_CXX=%{__cxx} \
+QMAKE_LINK=%{__cxx} \
+QMAKE_CXXFLAGS_RELEASE=%{rpmcflags} \
+QMAKE_RPATH=
+
 %{__make}
 
 %install
@@ -40,19 +46,23 @@
 install bsc $RPM_BUILD_ROOT%{_bindir}
 install bsc_*.qm $RPM_BUILD_ROOT%{_datadir}/%{name}/lang
 
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-#%doc readme.txt
+%doc ChangeLog.txt
 %attr(755,root,root) %{_bindir}/bsc
 %dir %{_datadir}/%{name}
 %dir %{_datadir}/%{name}/lang
+%lang(cs) %{_datadir}/%{name}/lang/bsc_cs.qm
 %lang(de) %{_datadir}/%{name}/lang/bsc_de.qm
+%lang(es) %{_datadir}/%{name}/lang/bsc_es.qm
 %lang(pl) %{_datadir}/%{name}/lang/bsc_pl.qm
 %lang(ru) %{_datadir}/%{name}/lang/bsc_ru.qm
-#%{_desktopdir}/*.desktop
+%{_desktopdir}/bsc.desktop
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
 %changelog
@@ -60,6 +70,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.5  2006/10/17 20:07:38  maciek2w
+- added passing flags
+- added desktop file
+
 Revision 1.4  2006/05/13 23:29:00  zbyniu
 - translations
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/bsc.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: bsc_2.27_src.tar.gz

2006-10-17 Thread maciek2w

Files fetched: 1

STORED: http://www.beesoft.org/download/bsc_2.27_src.tar.gz
9b67bc673bccae149ff8350a876b7720  bsc_2.27_src.tar.gz
Size: 265073 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: bsc.spec - updated to 2.27 - removed TODO

2006-10-17 Thread maciek2w
Author: maciek2w Date: Tue Oct 17 20:10:46 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 2.27
- removed TODO

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

 Diffs:


Index: SPECS/bsc.spec
diff -u SPECS/bsc.spec:1.5 SPECS/bsc.spec:1.6
--- SPECS/bsc.spec:1.5  Tue Oct 17 22:07:38 2006
+++ SPECS/bsc.spec  Tue Oct 17 22:10:41 2006
@@ -1,8 +1,4 @@
 # $Revision$, $Date$
-#
-# TODO: optflags
-# look this: http://dag.wieers.com/packages/bsc/bsc.spec
-#
 Summary:   Beesoft Commander - NC clone
 Summary(pl):   Beesoft Commander - klon NC
 Name:  bsc
@@ -70,6 +66,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.6  2006/10/17 20:10:41  maciek2w
+- updated to 2.27
+- removed TODO
+
 Revision 1.5  2006/10/17 20:07:38  maciek2w
 - added passing flags
 - added desktop file


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

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


SOURCES: mp3gain-Makefile.patch (NEW) new from Patryk Szczyg�owski...

2006-10-08 Thread maciek2w
Author: maciek2w Date: Sun Oct  8 14:40:53 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
new from Patryk Szczygłowski patryk at patryk.one.pl

 Files affected:
SOURCES:
   mp3gain-Makefile.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/mp3gain-Makefile.patch
diff -u /dev/null SOURCES/mp3gain-Makefile.patch:1.1
--- /dev/null   Sun Oct  8 16:40:53 2006
+++ SOURCES/mp3gain-Makefile.patch  Sun Oct  8 16:40:48 2006
@@ -0,0 +1,22 @@
+--- mp3gain-1.4.6/Makefile.orig2006-10-08 16:34:48.0 +0200
 mp3gain-1.4.6/Makefile 2006-10-08 16:35:40.0 +0200
+@@ -4,9 +4,7 @@
+ # Mike Oliphant ([EMAIL PROTECTED])
+ #
+ 
+-CC= gcc
+-
+-CFLAGS= -Wall -O3 -DHAVE_MEMCPY
++override CFLAGS+= -Wall -O3 -DHAVE_MEMCPY
+ 
+ ifneq ($(OSTYPE),beos)
+ INSTALL_PATH= /usr/local/bin
+@@ -16,7 +14,7 @@
+ 
+ # BeOS doesn't have libm (it's all in libroot)
+ ifneq ($(OSTYPE),beos)
+-LIBS= -lm
++LIBS= -lm $(LDFLAGS)
+ else
+ # BeOS: without this it wants to use bcopy() :^)
+ CFLAGS+= -DHAVE_MEMCPY

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


SPECS: mp3gain.spec (NEW) new from Patryk Szczyg�owski patryk at...

2006-10-08 Thread maciek2w
Author: maciek2w Date: Sun Oct  8 14:40:52 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
new from Patryk Szczygłowski patryk at patryk.one.pl

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

 Diffs:


Index: SPECS/mp3gain.spec
diff -u /dev/null SPECS/mp3gain.spec:1.1
--- /dev/null   Sun Oct  8 16:40:52 2006
+++ SPECS/mp3gain.spec  Sun Oct  8 16:40:47 2006
@@ -0,0 +1,61 @@
+# $Revision$, $Date$
+#
+Summary:   Analyzes and losslessly adjusts mp3 files to a specified target 
volume
+Summary(pl):   Analizuje i bezstratnie dostraja pliki mp3 do zadanej głośności
+Name:  mp3gain
+Version:   1.4.6
+Release:   1
+License:   LGPL
+Group: Applications/Sound
+Source0:   http://dl.sourceforge.net/mp3gain/%{name}-%(echo %{version} | 
tr . _)-src.zip
+# Source0-md5: 4327167375dce5bce97625729a95fdb9
+Patch0:%{name}-Makefile.patch
+URL:   http://mp3gain.sourceforge.net/
+BuildRequires: unzip
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+MP3Gain analyzes and losslessly adjusts mp3 files to a specified
+target volume. It does not simply do peak amplitude normalization.
+Instead, it performs statistical analysis to determine how loud the
+file actually sounds to the human ear.
+
+%description -l pl
+MP3Gain analizuje i bezstratnie dostraja pliki mp3 do zadanej
+głośności. Nie przeprowadza zwykłej normalizacji poziomu szczytowego.
+Przeprowadza za to analizę statystyczną w celu określenia jak głośno
+tak naprawdę plik brzmi dla ludzkiego ucha.
+
+%prep
+%setup -q -c
+%patch0 -p1
+
+%build
+%{__make} \
+   CC=%{__cc} \
+   CFLAGS=%{rpmcflags} \
+   LDFLAGS=%{rpmldflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_bindir}
+install mp3gain $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+
+%define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
+%changelog
+* %{date} PLD Team feedback at pld-linux.org
+All persons listed below can be reached at cvs_login at pld-linux.org
+
+$Log$
+Revision 1.1  2006/10/08 14:40:47  maciek2w
+new from Patryk Szczygłowski patryk at patryk.one.pl
+
+

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


DISTFILES: mp3gain-1_4_6-src.zip

2006-10-08 Thread maciek2w

Files fetched: 1

STORED: http://dl.sourceforge.net/mp3gain/mp3gain-1_4_6-src.zip
4327167375dce5bce97625729a95fdb9  mp3gain-1_4_6-src.zip
Size: 111408 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: mp3gain.spec - fixed changelog

2006-10-08 Thread maciek2w
Author: maciek2w Date: Sun Oct  8 15:02:51 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- fixed changelog

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

 Diffs:


Index: SPECS/mp3gain.spec
diff -u SPECS/mp3gain.spec:1.1 SPECS/mp3gain.spec:1.2
--- SPECS/mp3gain.spec:1.1  Sun Oct  8 16:40:47 2006
+++ SPECS/mp3gain.spec  Sun Oct  8 17:02:46 2006
@@ -51,11 +51,12 @@
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
 %changelog
-* %{date} PLD Team feedback at pld-linux.org
-All persons listed below can be reached at cvs_login at pld-linux.org
+* %{date} PLD Team [EMAIL PROTECTED]
+All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
-Revision 1.1  2006/10/08 14:40:47  maciek2w
-new from Patryk Szczygłowski patryk at patryk.one.pl
-
+Revision 1.2  2006/10/08 15:02:46  maciek2w
+- fixed changelog
 
+Revision 1.1  2006/10/08 14:40:47  maciek2w
+- new from Patryk Szczygłowski patryk at patryk.one.pl


 CVS-web:
http://cvs.pld-linux.org/SPECS/mp3gain.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: eclipse.spec - disabled build of junit4 and apt by patch fr...

2006-09-22 Thread maciek2w
Author: maciek2w Date: Fri Sep 22 16:11:11 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- disabled build of junit4 and apt by patch from
  
http://cvs.fedora.redhat.com/viewcvs/rpms/eclipse/devel/eclipse-disable-junit4-apt.patch?rev=1.4view=auto

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

 Diffs:


Index: SPECS/eclipse.spec
diff -u SPECS/eclipse.spec:1.74 SPECS/eclipse.spec:1.75
--- SPECS/eclipse.spec:1.74 Thu Jul 20 01:10:13 2006
+++ SPECS/eclipse.spec  Fri Sep 22 18:11:06 2006
@@ -21,6 +21,7 @@
 Source1:   %{name}.desktop
 Patch0:%{name}-core_resources-makefile.patch
 Patch1:%{name}-build.patch
+Patch2:%{name}-disable-junit4-apt.patch
 URL:   http://www.eclipse.org/
 BuildRequires: ant = 1.6.1
 BuildRequires: jdk = 1.4
@@ -51,6 +52,7 @@
 %setup -q -c
 %patch0 -p0
 %patch1 -p0
+%patch2 -p0
 
 %build
 unset CLASSPATH || :
@@ -168,8 +170,8 @@
 %{_libdir}/%{name}/plugins/org.eclipse.help.ui_*.*.*
 %{_libdir}/%{name}/plugins/org.eclipse.help.webapp_*.*.*
 %{_libdir}/%{name}/plugins/org.eclipse.jdt_*.*.*
-%{_libdir}/%{name}/plugins/org.eclipse.jdt.apt.core_*.*.*
-%{_libdir}/%{name}/plugins/org.eclipse.jdt.apt.ui_*.*.*
+#%{_libdir}/%{name}/plugins/org.eclipse.jdt.apt.core_*.*.*
+#%{_libdir}/%{name}/plugins/org.eclipse.jdt.apt.ui_*.*.*
 %{_libdir}/%{name}/plugins/org.eclipse.jdt.core_*.*.*
 %{_libdir}/%{name}/plugins/org.eclipse.jdt.core.manipulation*.*.*
 %{_libdir}/%{name}/plugins/org.eclipse.jdt.debug_*.*.*
@@ -178,7 +180,7 @@
 %{_libdir}/%{name}/plugins/org.eclipse.jdt.doc.user_*.*.*
 %{_libdir}/%{name}/plugins/org.eclipse.jdt.junit_*.*.*
 %{_libdir}/%{name}/plugins/org.eclipse.jdt.junit.runtime_*.*.*
-%{_libdir}/%{name}/plugins/org.eclipse.jdt.junit4.runtime_*.*.*
+#%{_libdir}/%{name}/plugins/org.eclipse.jdt.junit4.runtime_*.*.*
 %{_libdir}/%{name}/plugins/org.eclipse.jdt.launching_*.*.*
 %{_libdir}/%{name}/plugins/org.eclipse.jdt.source_*.*.*
 %{_libdir}/%{name}/plugins/org.eclipse.jdt.ui_*.*.*
@@ -242,7 +244,7 @@
 %{_libdir}/%{name}/plugins/org.eclipse.update.scheduler_*.*.*
 %{_libdir}/%{name}/plugins/org.eclipse.update.ui_*.*.*
 %{_libdir}/%{name}/plugins/org.junit_*.*.*
-%{_libdir}/%{name}/plugins/org.junit4_*.*.*
+#%{_libdir}/%{name}/plugins/org.junit4_*.*.*
 
 %dir %{_datadir}/%{name}
 %dir %{_datadir}/%{name}/features
@@ -255,6 +257,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.75  2006/09/22 16:11:06  maciek2w
+- disabled build of junit4 and apt by patch from
+  
http://cvs.fedora.redhat.com/viewcvs/rpms/eclipse/devel/eclipse-disable-junit4-apt.patch?rev=1.4view=auto
+
 Revision 1.74  2006/07/19 23:10:13  glen
 - there's nothing further after exec
 


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

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


SOURCES: eclipse-disable-junit4-apt.patch (NEW) - disabled build o...

2006-09-22 Thread maciek2w
Author: maciek2w Date: Fri Sep 22 16:11:11 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- disabled build of junit4 and apt by patch from
  
http://cvs.fedora.redhat.com/viewcvs/rpms/eclipse/devel/eclipse-disable-junit4-apt.patch?rev=1.4view=auto

 Files affected:
SOURCES:
   eclipse-disable-junit4-apt.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/eclipse-disable-junit4-apt.patch
diff -u /dev/null SOURCES/eclipse-disable-junit4-apt.patch:1.1
--- /dev/null   Fri Sep 22 18:11:11 2006
+++ SOURCES/eclipse-disable-junit4-apt.patchFri Sep 22 18:11:06 2006
@@ -0,0 +1,513 @@
+diff -uNr assemble.org.eclipse.sdk.linux.gtk.ia64.xml 
assemble.org.eclipse.sdk.linux.gtk.ia64.xml
+--- assemble.org.eclipse.sdk.linux.gtk.ia64.xml2006-07-04 
13:40:47.0 -0400
 assemble.org.eclipse.sdk.linux.gtk.ia64.xml2006-07-04 
13:33:17.0 -0400
+@@ -106,9 +106,6 @@
+   ant antfile=build.xml dir=plugins/org.eclipse.jdt.ui 
target=gather.bin.parts
+   property name=destination.temp.folder 
value=${eclipse.plugins}/
+   /ant
+-  ant antfile=build.xml 
dir=plugins/org.eclipse.jdt.junit4.runtime target=gather.bin.parts
+-  property name=destination.temp.folder 
value=${eclipse.plugins}/
+-  /ant
+   ant antfile=build.xml dir=plugins/org.eclipse.osgi 
target=gather.bin.parts
+   property name=destination.temp.folder 
value=${eclipse.plugins}/
+   /ant
+@@ -130,9 +127,6 @@
+   ant antfile=build.xml dir=plugins/org.eclipse.jdt.source 
target=gather.bin.parts
+   property name=destination.temp.folder 
value=${eclipse.plugins}/
+   /ant
+-  ant antfile=build.xml dir=plugins/org.eclipse.jdt.apt.ui 
target=gather.bin.parts
+-  property name=destination.temp.folder 
value=${eclipse.plugins}/
+-  /ant
+   ant antfile=build.xml 
dir=plugins/org.eclipse.platform.doc.user target=gather.bin.parts
+   property name=destination.temp.folder 
value=${eclipse.plugins}/
+   /ant
+@@ -295,9 +289,6 @@
+   ant antfile=build.xml 
dir=plugins/org.eclipse.jdt.junit.runtime target=gather.bin.parts
+   property name=destination.temp.folder 
value=${eclipse.plugins}/
+   /ant
+-  ant antfile=build.xml dir=plugins/org.eclipse.jdt.apt.core 
target=gather.bin.parts
+-  property name=destination.temp.folder 
value=${eclipse.plugins}/
+-  /ant
+   ant antfile=build.xml dir=plugins/org.eclipse.jface.text 
target=gather.bin.parts
+   property name=destination.temp.folder 
value=${eclipse.plugins}/
+   /ant
+@@ -325,9 +316,6 @@
+   ant antfile=build.xml dir=plugins/org.apache.lucene 
target=gather.bin.parts
+   property name=destination.temp.folder 
value=${eclipse.plugins}/
+   /ant
+-  ant antfile=build.xml dir=plugins/org.junit4 
target=gather.bin.parts
+-  property name=destination.temp.folder 
value=${eclipse.plugins}/
+-  /ant
+   ant antfile=build.xml dir=plugins/org.eclipse.pde.source 
target=gather.bin.parts
+   property name=destination.temp.folder 
value=${eclipse.plugins}/
+   /ant
+@@ -471,10 +459,6 @@
+   /antcall
+   antcall target=jarUp
+   param name=source value=${eclipse.plugins}/
+-  param name=elementName 
value=org.eclipse.jdt.junit4.runtime_1.0.0.v20060605-1400/
+-  /antcall
+-  antcall target=jarUp
+-  param name=source value=${eclipse.plugins}/
+   param name=elementName 
value=org.eclipse.osgi_3.2.0.v20060601/
+   /antcall
+   antcall target=jarUp
+@@ -495,10 +479,6 @@
+   /antcall
+   antcall target=jarUp
+   param name=source value=${eclipse.plugins}/
+-  param name=elementName 
value=org.eclipse.jdt.apt.ui_3.2.0.v20060602-1740/
+-  /antcall
+-  antcall target=jarUp
+-  param name=source value=${eclipse.plugins}/
+   param name=elementName 
value=org.eclipse.platform.doc.user_3.2.0.v20060605/
+   /antcall
+   antcall target=jarUp
+@@ -675,10 +655,6 @@
+   /antcall
+   antcall target=jarUp
+   param name=source value=${eclipse.plugins}/
+-  param name=elementName 
value=org.eclipse.jdt.apt.core_3.2.0.v20060602-1740/
+-  /antcall
+-  antcall target=jarUp
+-  param

DISTFILES: org.epic.updatesite_0.4.0_20060804.zip

2006-09-22 Thread maciek2w

Files fetched: 1

STORED: http://dl.sourceforge.net/e-p-i-c/org.epic.updatesite_0.4.0_20060804.zip
4ea958644dc6a2c8ba6f34b158e9c34d  org.epic.updatesite_0.4.0_20060804.zip
Size: 3115836 bytes


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


SPECS: eclipse-plugin-epic.spec - updated to 0.4.0 - rel 1

2006-09-22 Thread maciek2w
Author: maciek2w Date: Fri Sep 22 18:50:19 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 0.4.0
- rel 1

 Files affected:
SPECS:
   eclipse-plugin-epic.spec (1.3 - 1.4) 

 Diffs:


Index: SPECS/eclipse-plugin-epic.spec
diff -u SPECS/eclipse-plugin-epic.spec:1.3 SPECS/eclipse-plugin-epic.spec:1.4
--- SPECS/eclipse-plugin-epic.spec:1.3  Sun Jun 26 16:32:38 2005
+++ SPECS/eclipse-plugin-epic.spec  Fri Sep 22 20:50:13 2006
@@ -1,21 +1,21 @@
 # $Revision$, $Date$
 
 %define_plug_name  epic
-%define_rel_ver0.3.0
-%define_rel_date   20040711
+%define_rel_ver0.4.0
+%define_rel_date   20060804
 
 Summary:   EPIC - Eclipse Perl Integration
 Summary(pl):   EPIC - wtyczka do środowiska Eclipse ułatwiająca programowanie 
w Perlu
 Name:  eclipse-plugin-%{_plug_name}
 Version:   %{_rel_ver}
-Release:   0.1
+Release:   1
 License:   CPL v1.0
 Group: Development/Languages
 Source0:   
http://dl.sourceforge.net/e-p-i-c/org.%{_plug_name}.updatesite_%{version}_%{_rel_date}.zip
-# Source0-md5: 5ab8b866c599bd41f8dcb57564d5bc2d
+# Source0-md5: 4ea958644dc6a2c8ba6f34b158e9c34d
 URL:   http://e-p-i-c.sourceforge.net/
 BuildRequires: unzip
-Requires:  eclipse = 3.0
+Requires:  eclipse = 3.1
 ExclusiveArch: %{ix86} ppc ia64
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -62,6 +62,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.4  2006/09/22 18:50:13  maciek2w
+- updated to 0.4.0
+- rel 1
+
 Revision 1.3  2005/06/26 14:32:38  qboosh
 - cosmetics
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/eclipse-plugin-epic.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: eclipse-pydev.spec - updated to 1.2.3

2006-09-22 Thread maciek2w
Author: maciek2w Date: Fri Sep 22 19:01:00 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 1.2.3

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

 Diffs:


Index: SPECS/eclipse-pydev.spec
diff -u SPECS/eclipse-pydev.spec:1.17 SPECS/eclipse-pydev.spec:1.18
--- SPECS/eclipse-pydev.spec:1.17   Sat Jun  3 06:23:55 2006
+++ SPECS/eclipse-pydev.specFri Sep 22 21:00:54 2006
@@ -1,6 +1,6 @@
 # $Revision$, $Date$
 %definemodule  pydev
-%define_ver1.0.8
+%define_ver1.2.3
 %define_src_name   org.python.pydev.feature
 %define_src_ver%(echo %{_ver}|tr . _)
 Summary:   Python development environment for Eclipse
@@ -11,11 +11,11 @@
 License:   CPL
 Group: Development/Tools
 Source0:   http://dl.sourceforge.net/pydev/%{_src_name}-%{_src_ver}.zip
-# Source0-md5: 91c1436b3933611bf97a9fb2be67f037
+# Source0-md5: 49c92a1d508e6237bf8b6d5df2be1745
 URL:   http://pydev.sourceforge.net/
 BuildRequires: rpm-pythonprov
 BuildRequires: unzip
-Requires:  eclipse = 3.1
+Requires:  eclipse = 3.2
 Requires:  python
 BuildArch: noarch
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -69,6 +69,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.18  2006/09/22 19:00:54  maciek2w
+- updated to 1.2.3
+
 Revision 1.17  2006/06/03 04:23:55  charles
 - updated to 1.0.8
 


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

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


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

2006-09-22 Thread maciek2w

Files fetched: 1

STORED: http://dl.sourceforge.net/pydev/org.python.pydev.feature-1_2_3.zip
49c92a1d508e6237bf8b6d5df2be1745  org.python.pydev.feature-1_2_3.zip
Size: 3274422 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: nero.spec - updated to 2.1.0.2

2006-09-22 Thread maciek2w
Author: maciek2w Date: Fri Sep 22 20:00:43 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 2.1.0.2

 Files affected:
SPECS:
   nero.spec (1.12 - 1.13) 

 Diffs:


Index: SPECS/nero.spec
diff -u SPECS/nero.spec:1.12 SPECS/nero.spec:1.13
--- SPECS/nero.spec:1.12Mon Jun 26 16:53:58 2006
+++ SPECS/nero.spec Fri Sep 22 22:00:37 2006
@@ -6,12 +6,12 @@
 Summary:   NeroLINUX CD/DVD burning
 Summary(pl):   NeroLINUX - program do wypalania płyt CD/DVD
 Name:  nero
-Version:   2.1.0.1
+Version:   2.1.0.2
 Release:   1
 License:   Commercial (see EULA)
 Group: X11/Applications
 Source0:   ftp://ftp2.usw.nero.com/nerolinux-%{version}-x86.rpm
-# NoSource0-md5:   2de45710b343c3e0a44556d840ea086a
+# NoSource0-md5:   6e10f72115b97305e310f0347fbc848a
 NoSource:  0
 URL:   http://www.nero.com/
 BuildRequires: cpio
@@ -81,6 +81,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.13  2006/09/22 20:00:37  maciek2w
+- updated to 2.1.0.2
+
 Revision 1.12  2006/06/26 14:53:58  charles
 - up to 2.1.0.1
 


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


DISTFILES: bless-0.4.1.tar.gz

2006-09-21 Thread maciek2w

Files fetched: 1

STORED: http://download.gna.org/bless/bless-0.4.1.tar.gz
a3551ebecda11b115e98608894f5c0ec  bless-0.4.1.tar.gz
Size: 523222 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: kmplayer.spec - reverted last changes

2006-09-21 Thread maciek2w
Author: maciek2w Date: Thu Sep 21 15:04:52 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- reverted last changes

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

 Diffs:


Index: SPECS/kmplayer.spec
diff -u SPECS/kmplayer.spec:1.67 SPECS/kmplayer.spec:1.68
--- SPECS/kmplayer.spec:1.67Wed Sep 20 19:24:14 2006
+++ SPECS/kmplayer.spec Thu Sep 21 17:04:47 2006
@@ -112,7 +112,7 @@
kde_htmldir=%{_kdedocdir}
 
 # remove bogus translation
-rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/{is,mt}
+rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/xx
 
 # already in kdelibs
 rm $RPM_BUILD_ROOT%{_datadir}/mimelnk/application/x-mplayer2.desktop
@@ -169,8 +169,8 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
-Revision 1.67  2006/09/20 17:24:14  maciek2w
-- removed empty translation
+Revision 1.68  2006/09/21 15:04:47  maciek2w
+- reverted last changes
 
 Revision 1.66  2006/09/20 08:21:15  shadzik
 - 0.9.3 stable


 CVS-web:
http://cvs.pld-linux.org/SPECS/kmplayer.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: bless.spec - updated to 0.4.1 - fixed glyphs overlapping (p...

2006-09-21 Thread maciek2w
Author: maciek2w Date: Thu Sep 21 15:43:41 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 0.4.1
- fixed glyphs overlapping (patch based on https://gna.org/bugs/?6158)
- removed already applied bless-buildfixes.patch

 Files affected:
SPECS:
   bless.spec (1.7 - 1.8) 

 Diffs:


Index: SPECS/bless.spec
diff -u SPECS/bless.spec:1.7 SPECS/bless.spec:1.8
--- SPECS/bless.spec:1.7Sun Sep 10 00:34:26 2006
+++ SPECS/bless.specThu Sep 21 17:43:36 2006
@@ -2,16 +2,16 @@
 Summary:   Hex Editor written in GTK#
 Summary(pl):   Edytor szesnastkowy napisany w GTK#
 Name:  bless
-Version:   0.4.0
+Version:   0.4.1
 Release:   1
 License:   GPL
 Group: Applications/Editors
 Source0:   http://download.gna.org/bless/%{name}-%{version}.tar.gz
-# Source0-md5: e161996a67155303d9e6a04fa28662ca
+# Source0-md5: a3551ebecda11b115e98608894f5c0ec
 Source1:   %{name}.desktop
 Patch0:%{name}-DESTDIR.patch
 Patch1:%{name}-help.patch
-Patch2:%{name}-buildfixes.patch
+Patch2:%{name}-glyphs_overlap.patch
 URL:   http://home.gna.org/bless/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -87,6 +87,11 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.8  2006/09/21 15:43:36  maciek2w
+- updated to 0.4.1
+- fixed glyphs overlapping (patch based on https://gna.org/bugs/?6158)
+- removed already applied bless-buildfixes.patch
+
 Revision 1.7  2006/09/09 22:34:26  darekr
 - Requires(post,postun): desktop-file-utils
 


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


SOURCES: bless-glyphs_overlap.patch (NEW), bless-buildfixes.patch ...

2006-09-21 Thread maciek2w
Author: maciek2w Date: Thu Sep 21 15:43:41 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- updated to 0.4.1
- fixed glyphs overlapping (patch based on https://gna.org/bugs/?6158)
- removed already applied bless-buildfixes.patch

 Files affected:
SOURCES:
   bless-glyphs_overlap.patch (NONE - 1.1)  (NEW), bless-buildfixes.patch (1.1 
- NONE)  (REMOVED)

 Diffs:


Index: SOURCES/bless-glyphs_overlap.patch
diff -u /dev/null SOURCES/bless-glyphs_overlap.patch:1.1
--- /dev/null   Thu Sep 21 17:43:41 2006
+++ SOURCES/bless-glyphs_overlap.patch  Thu Sep 21 17:43:36 2006
@@ -0,0 +1,30 @@
+--- bless-0.4.1/src/gui/drawers/Drawer.cs.orig 2006-09-21 17:31:58.0 
+0200
 bless-0.4.1/src/gui/drawers/Drawer.cs  2006-09-21 17:33:33.0 
+0200
+@@ -179,20 +179,13 @@
+   Pango.Context pangoCtx=widget.PangoContext;
+   Pango.FontMetrics fm=pangoCtx.GetMetrics(fontDescription, lang);
+   
+-  // set the font height and width
+-  height =(int)( (fm.Ascent+fm.Descent)/Pango.Scale.PangoScale);
+-  width =(int) ((fm.ApproximateCharWidth)/Pango.Scale.PangoScale);
+-  
+-  // temporary workaround for font width problem
+-  int fontWidthFix;
+-  try {
+-   fontWidthFix = 
Convert.ToInt32(Preferences.Instance[FontWidthFix]);
+-  }
+-  catch (Exception e) {
+-  fontWidthFix = 0;
+-  }
+-  
+-  width += fontWidthFix;
++  // set the font height and width
++  // BUGFIX:
++  Pango.Layout layout = new Pango.Layout(pangoCtx);
++  layout.FontDescription = fontDescription;
++  layout.SetText(A); // check for a single character
++  layout.GetPixelSize(out width, out height);
++  // END OF FIX
+   
+   // create the font pixmaps
+   InitializePixmaps();

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


DISTFILES: amaroc-0.3.tar.bz2

2006-09-21 Thread maciek2w

Files fetched: 1

STORED: http://dl.sourceforge.net/amaroc/amaroc-0.3.tar.bz2
38308e04b2bd0f7df94d19f2455b70df  amaroc-0.3.tar.bz2
Size: 9295 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: amaroc.spec - updated to 0.3 - added patch to catch excepti...

2006-09-21 Thread maciek2w
Author: maciek2w Date: Thu Sep 21 16:07:59 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 0.3
- added patch to catch exception from curs_set()
- rel 1

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

 Diffs:


Index: SPECS/amaroc.spec
diff -u SPECS/amaroc.spec:1.5 SPECS/amaroc.spec:1.6
--- SPECS/amaroc.spec:1.5   Tue Jul  4 20:01:18 2006
+++ SPECS/amaroc.spec   Thu Sep 21 18:07:54 2006
@@ -3,12 +3,13 @@
 Summary(de):   amaroc - ncurses Frontend für Amarok
 Summary(pl):   amaroc - frontend ncurses dla Amaroka
 Name:  amaroc
-Version:   0.2
-Release:   0.1
+Version:   0.3
+Release:   1
 License:   GPL v2
 Group: Applications
 Source0:   http://dl.sourceforge.net/amaroc/%{name}-%{version}.tar.bz2
-# Source0-md5: 7191b83e2b66d161a7cd8f463f5181d7
+# Source0-md5: 38308e04b2bd0f7df94d19f2455b70df
+Patch0:%{name}-curses.patch
 Requires:  amarok
 Requires:  python
 Requires:  python-modules
@@ -28,6 +29,7 @@
 
 %prep
 %setup -q
+%patch0 -p0
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -47,6 +49,11 @@
 * %{date} PLD Team [EMAIL PROTECTED]
 All persons listed below can be reached at cvs_login@pld-linux.org
 $Log$
+Revision 1.6  2006/09/21 16:07:54  maciek2w
+- updated to 0.3
+- added patch to catch exception from curs_set()
+- rel 1
+
 Revision 1.5  2006/07/04 18:01:18  qboosh
 - R: python-modules, ncurses is implied
 


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

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


SOURCES: amaroc-curses.patch (NEW) - updated to 0.3 - added patch ...

2006-09-21 Thread maciek2w
Author: maciek2w Date: Thu Sep 21 16:07:59 2006 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- updated to 0.3
- added patch to catch exception from curs_set()
- rel 1

 Files affected:
SOURCES:
   amaroc-curses.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: SOURCES/amaroc-curses.patch
diff -u /dev/null SOURCES/amaroc-curses.patch:1.1
--- /dev/null   Thu Sep 21 18:07:59 2006
+++ SOURCES/amaroc-curses.patch Thu Sep 21 18:07:54 2006
@@ -0,0 +1,31 @@
+--- amaroc.py.orig 2006-08-02 08:41:39.0 +0200
 amaroc.py  2006-09-21 17:58:20.0 +0200
+@@ -235,7 +235,11 @@
+ curses.noecho()
+ curses.cbreak()
+ stdscr.keypad(1)
+-curses.curs_set(0)
++try:
++curses.curs_set(0)
++except:
++pass
++
+ whoami = commands.getoutput('whoami')
+ 
+ y, x = stdscr.getmaxyx()
+--- amaroc.py.orig 2006-09-21 18:02:50.0 +0200
 amaroc.py  2006-09-21 18:03:06.0 +0200
+@@ -26,7 +26,12 @@
+ # Functions
+ 
+ def endit():
+-  curses.curs_set(1); curses.nocbreak(); stdscr.keypad(0); curses.echo()
++  try:
++  curses.curs_set(1); 
++  except:
++  pass
++  
++  curses.nocbreak(); stdscr.keypad(0); curses.echo()
+   curses.endwin()
+ 
+ def ak_basic(doit, return_status=0):

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


DISTFILES: net.sourceforge.texlipse_1.1.0_src.zip

2006-09-21 Thread maciek2w

Files fetched: 1

STORED: 
http://dl.sourceforge.net/texlipse/net.sourceforge.texlipse_1.1.0_src.zip
afac4f053457569f346f93ed8e0757c9  net.sourceforge.texlipse_1.1.0_src.zip
Size: 1443528 bytes


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


SPECS: eclipse-plugin-TeXlipse.spec - updated to 1.1.0

2006-09-21 Thread maciek2w
Author: maciek2w Date: Thu Sep 21 17:00:55 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 1.1.0

 Files affected:
SPECS:
   eclipse-plugin-TeXlipse.spec (1.4 - 1.5) 

 Diffs:


Index: SPECS/eclipse-plugin-TeXlipse.spec
diff -u SPECS/eclipse-plugin-TeXlipse.spec:1.4 
SPECS/eclipse-plugin-TeXlipse.spec:1.5
--- SPECS/eclipse-plugin-TeXlipse.spec:1.4  Fri Jun 10 23:24:16 2005
+++ SPECS/eclipse-plugin-TeXlipse.spec  Thu Sep 21 19:00:48 2006
@@ -2,12 +2,12 @@
 Summary:   TeXlipse - plugin for Eclipse
 Summary(pl):   TeXlipse - wtyczka do środowiska Eclipse
 Name:  eclipse-plugin-TeXlipse
-Version:   1.0.2
+Version:   1.1.0
 Release:   1
 License:   Eclipse Public License
 Group: Development/Languages
 Source0:   
http://dl.sourceforge.net/texlipse/net.sourceforge.texlipse_%{version}_src.zip
-# Source0-md5: a0d0b5954e65d5bd4287af6a3dde3b81
+# Source0-md5: afac4f053457569f346f93ed8e0757c9
 URL:   http://texlipse.sourceforge.net/
 BuildRequires: unzip
 Requires:  eclipse = 3.0
@@ -66,6 +66,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.5  2006/09/21 17:00:48  maciek2w
+- updated to 1.1.0
+
 Revision 1.4  2005/06/10 21:24:16  qboosh
 - pl fixes/cosmetics
 


 CVS-web:

http://cvs.pld-linux.org/SPECS/eclipse-plugin-TeXlipse.spec?r1=1.4r2=1.5f=u

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


SPECS: kmplayer.spec - removed empty translation

2006-09-20 Thread maciek2w
Author: maciek2w Date: Wed Sep 20 17:24:19 2006 GMT
Module: SPECS Tag: HEAD
 Log message:
- removed empty translation

 Files affected:
SPECS:
   kmplayer.spec (1.66 - 1.67) 

 Diffs:


Index: SPECS/kmplayer.spec
diff -u SPECS/kmplayer.spec:1.66 SPECS/kmplayer.spec:1.67
--- SPECS/kmplayer.spec:1.66Wed Sep 20 10:21:15 2006
+++ SPECS/kmplayer.spec Wed Sep 20 19:24:14 2006
@@ -112,7 +112,7 @@
kde_htmldir=%{_kdedocdir}
 
 # remove bogus translation
-rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/xx
+rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/{is,mt}
 
 # already in kdelibs
 rm $RPM_BUILD_ROOT%{_datadir}/mimelnk/application/x-mplayer2.desktop
@@ -169,6 +169,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.67  2006/09/20 17:24:14  maciek2w
+- removed empty translation
+
 Revision 1.66  2006/09/20 08:21:15  shadzik
 - 0.9.3 stable
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/kmplayer.spec?r1=1.66r2=1.67f=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   3   4   5   >