SPECS: SysVinit.spec - rel 9; package /var/run/initrunlvl as ghost

2007-02-03 Thread arekm
Author: arekmDate: Sat Feb  3 23:57:01 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- rel 9; package /var/run/initrunlvl as ghost

 Files affected:
SPECS:
   SysVinit.spec (1.130 -> 1.131) 

 Diffs:


Index: SPECS/SysVinit.spec
diff -u SPECS/SysVinit.spec:1.130 SPECS/SysVinit.spec:1.131
--- SPECS/SysVinit.spec:1.130   Fri Sep  8 20:04:14 2006
+++ SPECS/SysVinit.spec Sun Feb  4 00:56:56 2007
@@ -15,7 +15,7 @@
 Summary(uk):   đŇĎÇŇÁÍÉ, ÝĎ ËĹŇŐŔÔŘ ÂÁÚĎ×ÉÍÉ ÓÉÓÔĹÍÎÉÍÉ ĐŇĎĂĹÓÁÍÉ
 Name:  SysVinit
 Version:   2.86
-Release:   8
+Release:   9
 License:   GPL
 Group: Base
 Source0:   
ftp://ftp.cistron.nl/pub/people/miquels/software/sysvinit-%{version}.tar.gz
@@ -133,7 +133,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{/bin,%{_bindir},%{_sbindir},%{_mandir}/man{1,5,8}} \
-   $RPM_BUILD_ROOT{%{_includedir},%{_sysconfdir},/etc/logrotate.d,/var/log}
+   
$RPM_BUILD_ROOT{%{_includedir},%{_sysconfdir},/etc/logrotate.d,/var/{log,run}}
 
 %{__make} install -C src \
ROOT=$RPM_BUILD_ROOT \
@@ -145,6 +145,7 @@
 ln -sf ../var/run/initrunlvl $RPM_BUILD_ROOT%{_sysconfdir}
 ln -sf killall5 $RPM_BUILD_ROOT%{_sbindir}/pidof
 
+> $RPM_BUILD_ROOT/var/run/initrunlvl
 > $RPM_BUILD_ROOT%{_sysconfdir}/ioctl.save
 > $RPM_BUILD_ROOT/var/log/faillog
 > $RPM_BUILD_ROOT/var/log/lastlog
@@ -194,6 +195,7 @@
 
 %attr(640,root,root) /etc/logrotate.d/sysvinit
 %ghost %{_sysconfdir}/initrunlvl
+%ghost /var/run/initrunlvl
 %attr(600,root,root) %ghost %{_sysconfdir}/ioctl.save
 %attr(640,root,root) %ghost /var/log/faillog
 %attr(660,root,utmp) %ghost /var/log/lastlog
@@ -221,6 +223,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.131  2007/02/03 23:56:56  arekm
+- rel 9; package /var/run/initrunlvl as ghost
+
 Revision 1.130  2006/09/08 18:04:14  glen
 - rel 8 (rebuild with fixed %useradd/%groupadd macros)
 


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

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


SPECS: giflib.spec - bcond_without x

2007-02-03 Thread areq
Author: areq Date: Sat Feb  3 23:52:31 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- bcond_without  x

 Files affected:
SPECS:
   giflib.spec (1.18 -> 1.19) 

 Diffs:


Index: SPECS/giflib.spec
diff -u SPECS/giflib.spec:1.18 SPECS/giflib.spec:1.19
--- SPECS/giflib.spec:1.18  Tue Jan  9 14:46:45 2007
+++ SPECS/giflib.spec   Sun Feb  4 00:52:26 2007
@@ -1,4 +1,8 @@
 # $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without  x   # without X11
+#
 Summary:   GIF-manipulation library
 Summary(es):   Biblioteca de manipulación de archivos GIF
 Summary(pl):   Biblioteka do obróbki plików GIF
@@ -23,7 +27,7 @@
 BuildRequires: netpbm-devel
 BuildRequires: rpmbuild(macros) >= 1.213
 BuildRequires: urt-devel
-BuildRequires: xorg-lib-libX11-devel
+%{?with_x:BuildRequires:   xorg-lib-libX11-devel}
 %ifarch %{x8664} ia64 ppc64 s390x sparc64
 Provides:  libungif.so.4()(64bit)
 %else
@@ -160,7 +164,7 @@
 %{__autoheader}
 %{__autoconf}
 %{__automake}
-%configure
+%configure %{!?with_x:--without-x}
 %{__make}
 
 %install
@@ -216,6 +220,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.19  2007/02/03 23:52:26  areq
+- bcond_without  x
+
 Revision 1.18  2007/01/09 13:46:45  glen
 - add segfault patch; rel 4
 


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

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


SPECS: rc-scripts.spec - rel 2; package /etc/localtime

2007-02-03 Thread arekm
Author: arekmDate: Sat Feb  3 23:51:07 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- rel 2; package /etc/localtime

 Files affected:
SPECS:
   rc-scripts.spec (1.247 -> 1.248) 

 Diffs:


Index: SPECS/rc-scripts.spec
diff -u SPECS/rc-scripts.spec:1.247 SPECS/rc-scripts.spec:1.248
--- SPECS/rc-scripts.spec:1.247 Thu Jan 11 15:39:05 2007
+++ SPECS/rc-scripts.spec   Sun Feb  4 00:51:02 2007
@@ -11,7 +11,7 @@
 Summary(tr):   inittab ve /etc/rc.d dosyalarý
 Name:  rc-scripts
 Version:   0.4.1.3
-Release:   1
+Release:   2
 License:   GPL
 Group: Base
 #Source0:  
ftp://ftp1.pld-linux.org/people/arekm/software/%{name}-%{version}.tar.gz
@@ -157,6 +157,7 @@
 done
 
 > $RPM_BUILD_ROOT/var/log/dmesg
+> $RPM_BUILD_ROOT/etc/localtime
 
 # make /etc/init.d symlink relative
 ln -nfs rc.d/init.d $RPM_BUILD_ROOT/etc/init.d
@@ -282,6 +283,7 @@
 %config(noreplace) %verify(not md5 mtime size) 
/etc/sysconfig/isapnp/isapnp-kernel.conf
 %attr(640,root,root) %ghost /var/log/dmesg
 %attr(750,root,root) %dir /var/run/netreport
+%ghost /etc/localtime
 
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/adjtime
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/initlog.conf
@@ -320,6 +322,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.248  2007/02/03 23:51:02  arekm
+- rel 2; package /etc/localtime
+
 Revision 1.247  2007/01/11 14:39:05  glen
 - update to 0.4.1.3
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/rc-scripts.spec?r1=1.247&r2=1.248&f=u

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


DISTFILES: otp_src_R11B-3.tar.gz otp_doc_man_R11B-3.tar.gz

2007-02-03 Thread arekm

Files fetched: 2

STORED: http://www.erlang.org/download/otp_src_R11B-3.tar.gz
2806e5a2f26cb1b20f3ea1a6f3ec0276  otp_src_R11B-3.tar.gz
Size: 11420612 bytes
STORED: http://www.erlang.org/download/otp_doc_man_R11B-3.tar.gz
645ef1ded84b470e9c05a4757dce88cf  otp_doc_man_R11B-3.tar.gz
Size: 694238 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: erlang.spec - up to R11B_3; fix symlinks pointing to nowhere

2007-02-03 Thread arekm
Author: arekmDate: Sat Feb  3 23:48:38 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to R11B_3; fix symlinks pointing to nowhere

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

 Diffs:


Index: SPECS/erlang.spec
diff -u SPECS/erlang.spec:1.37 SPECS/erlang.spec:1.38
--- SPECS/erlang.spec:1.37  Thu Dec 14 10:45:06 2006
+++ SPECS/erlang.spec   Sun Feb  4 00:48:33 2007
@@ -15,16 +15,16 @@
 Summary:   OpenSource Erlang/OTP
 Summary(pl):   Erlang/OTP z otwartymi źródłami
 Name:  erlang
-Version:   R11B_2
+Version:   R11B_3
 Release:   1
 Epoch: 1
 %define_version%(echo %{version} | tr _ -)
 License:   distributable
 Group: Development/Languages
 Source0:   http://www.erlang.org/download/otp_src_%{_version}.tar.gz
-# Source0-md5: 7d7cca1d2f392a8a317cb4c0bd904726
-Source1:   http://www.erlang.org/download/otp_doc_man_R11B-2.tar.gz
-# Source1-md5: c81023f591c1bace836de3aa874f3c2a
+# Source0-md5: 2806e5a2f26cb1b20f3ea1a6f3ec0276
+Source1:   http://www.erlang.org/download/otp_doc_man_R11B-3.tar.gz
+# Source1-md5: 645ef1ded84b470e9c05a4757dce88cf
 Patch0:%{name}-fPIC.patch
 Patch1:%{name}-optional_java.patch
 Patch2:%{name}-hipe_optimistic_regalloc_once_only.patch
@@ -108,7 +108,7 @@
ln -sf %{_libdir}/%{name}/bin/$l $RPM_BUILD_ROOT%{_bindir}
 done
 ERTSDIR=`echo $RPM_BUILD_ROOT%{_libdir}/%{name}/erts-* | sed 
-e"s#^$RPM_BUILD_ROOT##"`
-for l in ear ecc elink escript ; do
+for l in epmd ; do
ln -sf $ERTSDIR/bin/$l $RPM_BUILD_ROOT%{_bindir}
 done
 ln -sf $ERTSDIR/bin/epmd $RPM_BUILD_ROOT%{_libdir}/%{name}/bin
@@ -162,6 +162,7 @@
 %attr(755,root,root) %{_libdir}/%{name}/erts-*/bin/run_erl
 %attr(755,root,root) %{_libdir}/%{name}/erts-*/bin/start
 %attr(755,root,root) %{_libdir}/%{name}/erts-*/bin/to_erl
+%attr(755,root,root) %{_libdir}/%{name}/erts-*/bin/typer
 %{_libdir}/%{name}/erts-*/bin/start*.*
 # (file list dynamically generated) %{_libdir}/%{name}/lib
 %dir %{_libdir}/%{name}/misc
@@ -177,6 +178,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.38  2007/02/03 23:48:33  arekm
+- up to R11B_3; fix symlinks pointing to nowhere
+
 Revision 1.37  2006/12/14 09:45:06  deejay1
 - up to R11B_2
 


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

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


SPECS (AC-branch): gnome-utils.spec - BR: gnome-doc-utils, ALL_LIN...

2007-02-03 Thread ankry
Author: ankryDate: Sat Feb  3 22:52:05 2007 GMT
Module: SPECS Tag: AC-branch
 Log message:
- BR: gnome-doc-utils, ALL_LINGUAS fix

 Files affected:
SPECS:
   gnome-utils.spec (1.132.2.4 -> 1.132.2.5) 

 Diffs:


Index: SPECS/gnome-utils.spec
diff -u SPECS/gnome-utils.spec:1.132.2.4 SPECS/gnome-utils.spec:1.132.2.5
--- SPECS/gnome-utils.spec:1.132.2.4Fri Feb  2 09:57:58 2007
+++ SPECS/gnome-utils.spec  Sat Feb  3 23:51:59 2007
@@ -14,6 +14,7 @@
 Source0:   
http://ftp.gnome.org/pub/gnome/sources/gnome-utils/2.14/%{name}-%{version}.tar.bz2
 # Source0-md5: d1d16ff6bfc1f6ddc110d18ec4dfdbfa
 Patch0:%{name}-desktop.patch
+Patch1:%{name}-ALL_LINGUAS.patch
 URL:   http://www.gnome.org/
 BuildRequires: GConf2-devel >= 2.14.0
 BuildRequires: autoconf
@@ -22,6 +23,7 @@
 BuildRequires: e2fsprogs-devel
 BuildRequires: gnome-common >= 2.12.0
 BuildRequires: gnome-desktop-devel >= 2.14.0
+BuildRequires: gnome-doc-utils >= 0.3.2
 BuildRequires: gnome-panel-devel >= 2.14.0
 BuildRequires: gnome-vfs2-devel >= 2.14.0
 BuildRequires: hal-devel >= 0.4.7
@@ -190,6 +192,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__intltoolize}
@@ -360,6 +363,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.132.2.5  2007/02/03 22:51:59  ankry
+- BR: gnome-doc-utils, ALL_LINGUAS fix
+
 Revision 1.132.2.4  2007/02/02 08:57:58  ankry
 - kill no locale, rel. 4
 


 CVS-web:

http://cvs.pld-linux.org/SPECS/gnome-utils.spec?r1=1.132.2.4&r2=1.132.2.5&f=u

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


SOURCES: gnome-utils-ALL_LINGUAS.patch (NEW) - ALL_LINGUAS fix

2007-02-03 Thread ankry
Author: ankryDate: Sat Feb  3 22:50:46 2007 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- ALL_LINGUAS fix

 Files affected:
SOURCES:
   gnome-utils-ALL_LINGUAS.patch (NONE -> 1.1)  (NEW)

 Diffs:


Index: SOURCES/gnome-utils-ALL_LINGUAS.patch
diff -u /dev/null SOURCES/gnome-utils-ALL_LINGUAS.patch:1.1
--- /dev/null   Sat Feb  3 23:50:46 2007
+++ SOURCES/gnome-utils-ALL_LINGUAS.patch   Sat Feb  3 23:50:41 2007
@@ -0,0 +1,14 @@
+--- gnome-utils-2.14.0/configure.in~   2007-02-03 23:46:22.0 +0100
 gnome-utils-2.14.0/configure.in2007-02-03 23:46:22.0 +0100
+@@ -412,10 +412,7 @@
+ dnl Internationalization
+ dnl *** 
+ 
+-ALL_LINGUAS="am ar az be bg bn bs ca cs cy da de el en_CA en_GB es et eu
+-fa fi fr ga gl gu he hi hr hu id it ja ko ku lt lv mk ml mn ms nb ne nl
+-nn no pa pl pt pt_BR ro ru rw sk sl sq sr [EMAIL PROTECTED] sv ta th tr uk vi 
wa
+-xh zh_CN zh_HK zh_TW"
++ALL_LINGUAS="am ar az be bg bn bs ca cs cy da de el en_CA en_GB es et eu fa 
fi fr ga gl gu he hi hr hu id it ja ko ku lt lv mk ml mn ms nb ne nl nn no pa 
pl pt pt_BR ro ru rw sk sl sq sr [EMAIL PROTECTED] sv ta th tr uk vi wa xh 
zh_CN zh_HK zh_TW"
+ 
+ GETTEXT_PACKAGE=gnome-utils-2.0
+ AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], "$GETTEXT_PACKAGE", [Define the gettext

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


SPECS: rpm.spec - rel 9; rebuild

2007-02-03 Thread arekm
Author: arekmDate: Sat Feb  3 22:38:17 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- rel 9; rebuild

 Files affected:
SPECS:
   rpm.spec (1.785 -> 1.786) 

 Diffs:


Index: SPECS/rpm.spec
diff -u SPECS/rpm.spec:1.785 SPECS/rpm.spec:1.786
--- SPECS/rpm.spec:1.785Wed Jan 24 11:22:46 2007
+++ SPECS/rpm.spec  Sat Feb  3 23:38:12 2007
@@ -35,7 +35,7 @@
 Summary(uk):   íĹÎĹÄÖĹŇ ĐÁËĹÔŚ× ×ŚÄ RPM
 Name:  rpm
 Version:   4.4.7
-Release:   8
+Release:   9
 License:   GPL
 Group: Base
 Source0:   ftp://jbj.org/pub/rpm-4.4.x/%{name}-%{version}.tar.gz
@@ -1184,6 +1184,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.786  2007/02/03 22:38:12  arekm
+- rel 9; rebuild
+
 Revision 1.785  2007/01/24 10:22:46  arekm
 - rel 8
 


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

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


DISTFILES: gnome-themes-2.16.3.tar.bz2

2007-02-03 Thread megabajt

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/gnome/sources/gnome-themes/2.16/gnome-themes-2.16.3.tar.bz2
ecb4d4b9b90507ba4f3d6e9e63d872d5  gnome-themes-2.16.3.tar.bz2
Size: 2352795 bytes


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


SPECS: gnome-themes.spec - updated to 2.16.3

2007-02-03 Thread megabajt
Author: megabajt Date: Sat Feb  3 22:23:09 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 2.16.3

 Files affected:
SPECS:
   gnome-themes.spec (1.66 -> 1.67) 

 Diffs:


Index: SPECS/gnome-themes.spec
diff -u SPECS/gnome-themes.spec:1.66 SPECS/gnome-themes.spec:1.67
--- SPECS/gnome-themes.spec:1.66Mon Dec 25 23:59:28 2006
+++ SPECS/gnome-themes.spec Sat Feb  3 23:23:04 2007
@@ -1,22 +1,22 @@
 # $Revision$, $Date$
 #
-%definegit_version 2.16.0.1
+%definegit_version 2.16.1
 #
 Summary:   Default themes for GNOME enviroment
 Summary(pl.UTF-8):   Domyślne motywy dla środowiska GNOME
 Name:  gnome-themes
-Version:   2.16.2
+Version:   2.16.3
 Release:   1
 License:   LGPL
 Group: Themes
 Source0:   
http://ftp.gnome.org/pub/gnome/sources/gnome-themes/2.16/%{name}-%{version}.tar.bz2
-# Source0-md5: 671948584cac5fd7458a1c85d5eea9ab
+# Source0-md5: ecb4d4b9b90507ba4f3d6e9e63d872d5
 URL:   http://www.gnome.org/
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
 BuildRequires: gtk2-engines >= 1:2.8.2
 BuildRequires: icon-naming-utils >= 0.8.1
-BuildRequires: intltool >= 0.35.0
+BuildRequires: intltool >= 0.35.4
 BuildRequires: libtool
 BuildRequires: rpmbuild(macros) >= 1.197
 Requires:  gtk2-engines >= 1:2.8.2
@@ -306,6 +306,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.67  2007/02/03 22:23:04  megabajt
+- updated to 2.16.3
+
 Revision 1.66  2006/12/25 22:59:28  megabajt
 - up to 2.16.2
 


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

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


SPECS (AC-branch): kdebluetooth.spec - tabs

2007-02-03 Thread ankry
Author: ankryDate: Sat Feb  3 22:21:11 2007 GMT
Module: SPECS Tag: AC-branch
 Log message:
- tabs

 Files affected:
SPECS:
   kdebluetooth.spec (1.37.2.6 -> 1.37.2.7) 

 Diffs:


Index: SPECS/kdebluetooth.spec
diff -u SPECS/kdebluetooth.spec:1.37.2.6 SPECS/kdebluetooth.spec:1.37.2.7
--- SPECS/kdebluetooth.spec:1.37.2.6Fri Feb  2 13:17:24 2007
+++ SPECS/kdebluetooth.spec Sat Feb  3 23:21:06 2007
@@ -22,8 +22,8 @@
 Patch1:%{name}-dun_and_fax_handler-desktopfiles.patch
 Patch2:%{name}-nolibsdp.patch
 Patch3:kde-ac260-lt.patch
-Patch4: kde-am.patch
-# Patch5: %{name}-dbuspasskeyagent.diff
+Patch4:kde-am.patch
+# Patch5:  %{name}-dbuspasskeyagent.diff
 URL:   http://kde-bluetooth.sourceforge.net/
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake >= 1.6.1
@@ -194,12 +194,15 @@
 %exclude %{_libdir}/libirmcsynckonnector.la
 %exclude %{_libdir}/libirmcsynckonnector.so
 
-%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%definedate%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <[EMAIL PROTECTED]>
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.37.2.7  2007/02/03 22:21:06  ankry
+- tabs
+
 Revision 1.37.2.6  2007/02/02 12:17:24  matkor
 - Default automake version patch used.
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/kdebluetooth.spec?r1=1.37.2.6&r2=1.37.2.7&f=u

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


DISTFILES: glew-1.3.5-src.tgz

2007-02-03 Thread qboosh

Files fetched: 1

STORED: http://dl.sourceforge.net/glew/glew-1.3.5-src.tgz
154b2e570a3409424d837e37678a0016  glew-1.3.5-src.tgz
Size: 391062 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: glew.spec - updated to 1.3.5 - unified sf URL

2007-02-03 Thread qboosh
Author: qboosh   Date: Sat Feb  3 21:33:30 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 1.3.5
- unified sf URL

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

 Diffs:


Index: SPECS/glew.spec
diff -u SPECS/glew.spec:1.2 SPECS/glew.spec:1.3
--- SPECS/glew.spec:1.2 Fri Mar 24 21:06:01 2006
+++ SPECS/glew.spec Sat Feb  3 22:33:24 2007
@@ -2,12 +2,12 @@
 Summary:   The OpenGL Extension Wrangler Library
 Summary(pl):   Bibliteka OpenGL Extension Wrangler
 Name:  glew
-Version:   1.3.4
+Version:   1.3.5
 Release:   1
 License:   GPL
 Group: Libraries
-Source0:   http://download.sourceforge.net/glew/%{name}-%{version}-src.tgz
-# Source0-md5: 9c3911bf30b0ae48fd97d508b21811ca
+Source0:   http://dl.sourceforge.net/glew/%{name}-%{version}-src.tgz
+# Source0-md5: 154b2e570a3409424d837e37678a0016
 Patch0:%{name}-dynamic-progs.patch
 URL:   http://glew.sourceforge.net/
 BuildRequires: OpenGL-GLU-devel
@@ -84,12 +84,12 @@
 %defattr(644,root,root,755)
 %doc ChangeLog doc/*
 %attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/libGLEW.so.*.*
+%attr(755,root,root) %{_libdir}/libGLEW.so.*.*.*
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libGLEW.so
-%{_includedir}/GL/*
+%{_includedir}/GL/*.h
 
 %files static
 %defattr(644,root,root,755)
@@ -101,6 +101,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.3  2007/02/03 21:33:24  qboosh
+- updated to 1.3.5
+- unified sf URL
+
 Revision 1.2  2006/03/24 20:06:01  qboosh
 - sorted deps
 


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

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


SPECS: ipw3945.spec - fix up only build

2007-02-03 Thread areq
Author: areq Date: Sat Feb  3 20:47:57 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- fix up only build

 Files affected:
SPECS:
   ipw3945.spec (1.26 -> 1.27) 

 Diffs:


Index: SPECS/ipw3945.spec
diff -u SPECS/ipw3945.spec:1.26 SPECS/ipw3945.spec:1.27
--- SPECS/ipw3945.spec:1.26 Mon Jan 15 12:22:57 2007
+++ SPECS/ipw3945.spec  Sat Feb  3 21:47:50 2007
@@ -3,6 +3,7 @@
 # Conditional build:
 %bcond_without dist_kernel # allow non-distribution kernel
 %bcond_without smp # don't build SMP module
+%bcond_without up  # don't build UP module
 %bcond_withverbose # verbose build (V=1)
 #
 %define_rel1
@@ -139,6 +140,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.27  2007/02/03 20:47:50  areq
+- fix up only build
+
 Revision 1.26  2007/01/15 11:22:57  qboosh
 - unified macro format
 


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

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


DISTFILES: linux-fusion-3.2.1.tar.gz

2007-02-03 Thread qboosh

Files fetched: 1

STORED: http://www.directfb.org/downloads/Core/linux-fusion-3.2.1.tar.gz
046e404acde5fc0baa92c0de1da0f3f5  linux-fusion-3.2.1.tar.gz
Size: 122206 bytes


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


SPECS: linux-fusion.spec - updated to 3.2.1

2007-02-03 Thread qboosh
Author: qboosh   Date: Sat Feb  3 20:46:52 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 3.2.1

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

 Diffs:


Index: SPECS/linux-fusion.spec
diff -u SPECS/linux-fusion.spec:1.7 SPECS/linux-fusion.spec:1.8
--- SPECS/linux-fusion.spec:1.7 Mon Nov 13 16:00:11 2006
+++ SPECS/linux-fusion.spec Sat Feb  3 21:46:47 2007
@@ -15,12 +15,12 @@
 Summary:   Fusion Linux kernel module
 Summary(pl):   Moduł Fusion dla jądra Linuksa
 Name:  linux-fusion
-Version:   3.2
+Version:   3.2.1
 Release:   %{_rel}
 License:   GPL v2+
 Group: Base/Kernel
 Source0:   http://www.directfb.org/downloads/Core/%{name}-%{version}.tar.gz
-# Source0-md5: d1e154a8c1b1e7ec93635521be5d250b
+# Source0-md5: 046e404acde5fc0baa92c0de1da0f3f5
 URL:   http://www.directfb.org/
 %if %{with kernel}
 %{?with_dist_kernel:BuildRequires: kernel-module-build >= 3:2.6.14}
@@ -177,6 +177,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.8  2007/02/03 20:46:47  qboosh
+- updated to 3.2.1
+
 Revision 1.7  2006/11/13 15:00:11  sparky
 - don't use %{without ...}, it may not work after inverting bcond
 


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

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


SPECS: ipw2200.spec - fix up only build

2007-02-03 Thread areq
Author: areq Date: Sat Feb  3 20:45:16 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- fix up only build

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

 Diffs:


Index: SPECS/ipw2200.spec
diff -u SPECS/ipw2200.spec:1.75 SPECS/ipw2200.spec:1.76
--- SPECS/ipw2200.spec:1.75 Tue Jan 16 13:09:24 2007
+++ SPECS/ipw2200.spec  Sat Feb  3 21:45:11 2007
@@ -10,6 +10,7 @@
 # Conditional build:
 %bcond_without dist_kernel # allow non-distribution kernel
 %bcond_without smp # don't build SMP module
+%bcond_without up  # don't build UP module
 %bcond_withverbose # verbose build (V=1)
 #
 %define_rel1
@@ -145,6 +146,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.76  2007/02/03 20:45:11  areq
+- fix up only build
+
 Revision 1.75  2007/01/16 12:09:24  qboosh
 - don't use switch.dl, it's not browsable; use mirrors file for your preferred 
sf mirror
 


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

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


SPECS: libfuse.spec - bcond_without selinux

2007-02-03 Thread areq
Author: areq Date: Sat Feb  3 20:42:26 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- bcond_without  selinux

 Files affected:
SPECS:
   libfuse.spec (1.77 -> 1.78) 

 Diffs:


Index: SPECS/libfuse.spec
diff -u SPECS/libfuse.spec:1.77 SPECS/libfuse.spec:1.78
--- SPECS/libfuse.spec:1.77 Wed Jan 31 18:12:06 2007
+++ SPECS/libfuse.spec  Sat Feb  3 21:42:20 2007
@@ -4,9 +4,11 @@
 %bcond_without dist_kernel # without distribution kernel
 %bcond_without kernel  # don't build kernel modules
 %bcond_without smp # without smp packages
+%bcond_without up  # without up packages
 %bcond_without userspace   # don't build userspace tools
 %bcond_withverbose # verbose build (V=1)
 %bcond_withgrsec_kernel# build for kernel-grsecurity
+%bcond_without  selinux # build without SELinux support
 #
 %if %{with kernel} && %{with dist_kernel} && %{with grsec_kernel}
 %definealt_kernel  grsecurity
@@ -41,7 +43,7 @@
 BuildRequires: rpmbuild(macros) >= 1.330
 %endif
 %if %{with userspace}
-BuildRequires: libselinux-devel
+%{?with_selinux:BuildRequires: libselinux-devel}
 %endif
 Requires(postun):  /sbin/ldconfig
 Requires(postun):  /usr/sbin/groupdel
@@ -262,6 +264,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.78  2007/02/03 20:42:20  areq
+- bcond_without  selinux
+
 Revision 1.77  2007/01/31 17:12:06  tommat
 - up to 2.6.2
 


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

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


DISTFILES: squashfs3.2.tar.gz

2007-02-03 Thread areq

Files fetched: 1

STORED: http://dl.sourceforge.net/squashfs/squashfs3.2.tar.gz
e4818dbd8a81519ade8a41d26587c3f5  squashfs3.2.tar.gz
Size: 314523 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: squashfs.spec - fix md5

2007-02-03 Thread areq
Author: areq Date: Sat Feb  3 19:01:06 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- fix md5

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

 Diffs:


Index: SPECS/squashfs.spec
diff -u SPECS/squashfs.spec:1.29 SPECS/squashfs.spec:1.30
--- SPECS/squashfs.spec:1.29Thu Jan  4 11:02:48 2007
+++ SPECS/squashfs.spec Sat Feb  3 20:01:00 2007
@@ -7,7 +7,7 @@
 License:   GPL
 Group: Base/Utilities
 Source0:   http://dl.sourceforge.net/squashfs/%{name}%{version}.tar.gz
-# Source0-md5: b96fa12e42dea5db50cf4a6ac4f563ed
+# Source0-md5: e4818dbd8a81519ade8a41d26587c3f5
 URL:   http://squashfs.sourceforge.net/
 BuildRequires: zlib-devel
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -70,6 +70,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.30  2007/02/03 19:01:00  areq
+- fix md5
+
 Revision 1.29  2007/01/04 10:02:48  rotom
 - up to 3.2
 - Mksquashfs now displays a progress bar


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

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


SPECS: kde-screensaver-kmatrix.spec - BR boost reverted, core kde ...

2007-02-03 Thread pluto
Author: plutoDate: Sat Feb  3 18:41:25 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- BR boost reverted, core kde needs fix.

 Files affected:
SPECS:
   kde-screensaver-kmatrix.spec (1.5 -> 1.6) 

 Diffs:


Index: SPECS/kde-screensaver-kmatrix.spec
diff -u SPECS/kde-screensaver-kmatrix.spec:1.5 
SPECS/kde-screensaver-kmatrix.spec:1.6
--- SPECS/kde-screensaver-kmatrix.spec:1.5  Sat Feb  3 15:45:15 2007
+++ SPECS/kde-screensaver-kmatrix.spec  Sat Feb  3 19:41:20 2007
@@ -14,8 +14,6 @@
 URL:   http://kmatrix3d.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: boost-filesystem-devel
-BuildRequires: boost-regex-devel
 BuildRequires: kdelibs-devel >= 9:3.2.0
 BuildRequires: libtool
 BuildRequires: OpenGL-devel
@@ -77,6 +75,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.6  2007/02/03 18:41:20  pluto
+- BR boost reverted, core kde needs fix.
+
 Revision 1.5  2007/02/03 14:45:15  wolf
 - BR boost-{filesystem,regex}-devel
 


 CVS-web:

http://cvs.pld-linux.org/SPECS/kde-screensaver-kmatrix.spec?r1=1.5&r2=1.6&f=u

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


SOURCES: seom-backup - better script

2007-02-03 Thread wolf
Author: wolf Date: Sat Feb  3 18:11:56 2007 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- better script

 Files affected:
SOURCES:
   seom-backup (1.1 -> 1.2) 

 Diffs:


Index: SOURCES/seom-backup
diff -u SOURCES/seom-backup:1.1 SOURCES/seom-backup:1.2
--- SOURCES/seom-backup:1.1 Sat Feb  3 02:49:03 2007
+++ SOURCES/seom-backup Sat Feb  3 19:11:51 2007
@@ -1,58 +1,53 @@
-#!/bin/bash
+#!/bin/sh
 
-set -x
+KDE=0
 
-FPS=""
-OPT=""
+[ -x /usr/bin/kdialog ] && KDE=1
 
-if ! which mencoder &> /dev/null; then
-   echo "You need to install mencoder"
-   exit -1
+if [ ! -x /usr/bin/mencoder ]; then
+   [ $KDE -eq 1 ] && kdialog --title "No mencoder installed" 
--passivepopup "Uncompressed video is in the $1 directory." 10 &
+   echo "No mencoder installed"
+   exit 1
 fi
 
 if [ ${#} -ne 2 ]; then
-   echo "Usage: $ ${0} [src dir] [dst dir]"
-   exit 1;
+   echo "Usage: $0 [src dir] [dst dir]"
+   exit 2
 fi
 
-if [ ! -d ${1} -o ! -d ${2} ]; then
-   echo "Source or destination directories don't exist"
-   exit 1
+if [ ! -d "$1" -o ! -d "$2" ]; then
+   echo "Source or destination directory doesn't exist."
+   exit 3
 fi
 
-if [ -e "$HOME/.seom/backup" ]; then
-   source "$HOME/.seom/backup"
+filename="$(ls $1/*.seom | head -1 2> /dev/null)"
+
+if [ ! -e "$filename" ]; then
+   echo "No .seom files in the $1 directory."
+   exit 4
 fi
 
-files=$(ls ${1}/*.seom 2> /dev/null)
-for src in ${files}; do
-   tmp=${src##*/}
-
-   tmp=$(mktemp -p ${1} ${tmp}-XX)
-   rm ${tmp}
-   mv -f "${src}" "${tmp}" # FIXME: don't overwrite existing files
-done
-
-files=$(ls ${TEMP}/*.seom-?? 2> /dev/null)
-for src in ${files}; do
-   tmp=${src##*/}
-   dst="${2}/${tmp%%.seom-??}--$(stat -c %y ${src} | sed 's#\..*##' | 
sed 's# #--#').avi"
-   
-   echo -n "Processing '${src}' "
-
-   unset int
-   trap 'int=1' SIGINT
-   if [ "${FPS}" = "" ]; then
-   seom-filter ${src} | mencoder - -ovc xvid -xvidencopts 
bitrate=1200 -o ${dst} ${OPT} &> /dev/null
-   else
-   seom-filter ${src} -r ${FPS} | mencoder - -ovc xvid 
-xvidencopts bitrate=1200 -o ${dst} ${OPT} &> /dev/null
-   fi
-
-   if [ ${?} -eq 0 ] && [ -z ${int} ]; then
-   rm ${src}
-   echo "..."
-   else
-   rm ${dst}
-   echo "... failed"
-   fi
-done
+tmpfn=$(mktemp $filename-$$-$RANDOM-XX)
+
+mv -f "$filename" "$tmpfn"
+
+[ $KDE -eq 1 ] && kdialog --passivepopup "Encoding video..." 3 &
+
+dest="$2/$(basename $filename .seom)-$(date "+%y-%m-%d %H:%M:%S").avi"
+
+seom-filter "$tmpfn" | mencoder - -ovc xvid -xvidencopts bitrate=1200 -o 
"$dest" ${OPT} 2>&1 >/dev/null
+
+if [ $? -eq 0 ]; then
+   [ $KDE -eq 1 ] && kdialog --title "Encoding successfull" --passivepopup 
"$dest done." 10 &
+   echo "Encoding successfull."
+   echo "$dest done."
+   rm -f "$tmpfn"
+
+   exit 0
+else
+   [ $KDE -eq 1 ] && kdialog --title "Encoding failed" --passivepopup 
"Uncompressed video is in the $1 directory." 10 &
+   echo "Encoding failed."
+   rm -f "$dest"
+
+   exit 5
+fi


 CVS-web:
http://cvs.pld-linux.org/SOURCES/seom-backup?r1=1.1&r2=1.2&f=u

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


DISTFILES: klibc-1.4.32.tar.bz2

2007-02-03 Thread qboosh

Files fetched: 1

STORED: http://www.kernel.org/pub/linux/libs/klibc/Testing/klibc-1.4.32.tar.bz2
9fcc435fff2e3611365727336633fcdf  klibc-1.4.32.tar.bz2
Size: 478774 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: klibc.spec - updated to 1.4.32

2007-02-03 Thread qboosh
Author: qboosh   Date: Sat Feb  3 18:05:25 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 1.4.32

 Files affected:
SPECS:
   klibc.spec (1.59 -> 1.60) 

 Diffs:


Index: SPECS/klibc.spec
diff -u SPECS/klibc.spec:1.59 SPECS/klibc.spec:1.60
--- SPECS/klibc.spec:1.59   Wed Oct 11 18:45:36 2006
+++ SPECS/klibc.specSat Feb  3 19:05:20 2007
@@ -6,12 +6,12 @@
 Summary:   Minimalistic libc subset for use with initramfs
 Summary(pl):   Zminimalizowany podzbiór biblioteki C do używania z initramfs
 Name:  klibc
-Version:   1.4.29
+Version:   1.4.32
 Release:   1
 License:   BSD/GPL
 Group: Libraries
 Source0:   
http://www.kernel.org/pub/linux/libs/klibc/Testing/%{name}-%{version}.tar.bz2
-# Source0-md5: b0b0502a9fb50c3049c3aae17d66af6d
+# Source0-md5: 9fcc435fff2e3611365727336633fcdf
 #Source0:  
http://www.kernel.org/pub/linux/libs/klibc/%{name}-%{version}.tar.bz2
 Patch0:%{name}-klcc.patch
 Patch1:%{name}-kill_interp_sohash.patch
@@ -188,6 +188,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.60  2007/02/03 18:05:20  qboosh
+- updated to 1.4.32
+
 Revision 1.59  2006/10/11 16:45:36  kosmo
 - updated to 1.4.29
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/klibc.spec?r1=1.59&r2=1.60&f=u

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


SPECS: libmtp.spec - added udev rules for MTP devices - split util...

2007-02-03 Thread adasi
Author: adasiDate: Sat Feb  3 17:57:04 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- added udev rules for MTP devices
- split utilities into separate package (-progs)

 Files affected:
SPECS:
   libmtp.spec (1.18 -> 1.19) 

 Diffs:


Index: SPECS/libmtp.spec
diff -u SPECS/libmtp.spec:1.18 SPECS/libmtp.spec:1.19
--- SPECS/libmtp.spec:1.18  Mon Jan 22 10:20:05 2007
+++ SPECS/libmtp.spec   Sat Feb  3 18:56:59 2007
@@ -3,11 +3,12 @@
 Summary(pl):   Implementacja protokołu MTP (Media Transfer Protocol) Microsoftu
 Name:  libmtp
 Version:   0.1.3
-Release:   1
+Release:   2
 License:   GPL v2
 Group: Libraries
 Source0:   http://dl.sourceforge.net/libmtp/%{name}-%{version}.tar.gz
 # Source0-md5: 311b99c9d9a96efff6383f7466b2b229
+Source1:   %{name}-udev.rules
 URL:   http://libmtp.sourceforge.net/
 BuildRequires: automake
 BuildRequires: libusb-devel >= 0.1.11-3
@@ -48,6 +49,18 @@
 %description static -l pl
 Statyczna biblioteka mtp.
 
+%package progs
+Summary:   Utilities from mtp library
+Summary(pl):   Narzędzia biblioteki mtp
+Group: Applications/Multimedia
+Requires:  %{name} = %{version}-%{release}
+
+%description progs
+This is the package containing utilities from mtp library.
+
+%description progs -l pl
+Ten pakiet zawiera narzędzia z biblioteki mtp.
+
 %prep
 %setup -q
 
@@ -62,6 +75,9 @@
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
+install -d $RPM_BUILD_ROOT/etc/udev/rules.d
+install %{SOURCE1} $RPM_BUILD_ROOT/etc/udev/rules.d/80-libmtp.rules
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -71,8 +87,8 @@
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README TODO
-%attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_libdir}/libmtp.so.*.*.*
+%{_sysconfdir}/udev/rules.d/*.rules
 
 %files devel
 %defattr(644,root,root,755)
@@ -86,12 +102,20 @@
 %defattr(644,root,root,755)
 %{_libdir}/libmtp.a
 
+%files progs
+%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 <[EMAIL PROTECTED]>
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.19  2007/02/03 17:56:59  adasi
+- added udev rules for MTP devices
+- split utilities into separate package (-progs)
+
 Revision 1.18  2007/01/22 09:20:05  paszczus
 - updated to 0.1.3
 


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

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


SOURCES: libmtp-udev.rules (NEW) - added udev rules for MTP device...

2007-02-03 Thread adasi
Author: adasiDate: Sat Feb  3 17:57:04 2007 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- added udev rules for MTP devices
- split utilities into separate package (-progs)

 Files affected:
SOURCES:
   libmtp-udev.rules (NONE -> 1.1)  (NEW)

 Diffs:


Index: SOURCES/libmtp-udev.rules
diff -u /dev/null SOURCES/libmtp-udev.rules:1.1
--- /dev/null   Sat Feb  3 18:57:04 2007
+++ SOURCES/libmtp-udev.rules   Sat Feb  3 18:56:59 2007
@@ -0,0 +1,78 @@
+SUBSYSTEM!="usb_device", ACTION!="add", GOTO="libmtp_rules_end"
+
+# Creative Zen VisionSpecial:Recentchanges
+SYSFS{idVendor}=="041e", SYSFS{idProduct}=="411f", SYMLINK+="libmtp-%k", 
MODE="666"
+# Creative Portable Media Center
+SYSFS{idVendor}=="041e", SYSFS{idProduct}=="4123", SYMLINK+="libmtp-%k", 
MODE="666"
+# Creative Zen Xtra (MTP mode)
+SYSFS{idVendor}=="041e", SYSFS{idProduct}=="4128", SYMLINK+="libmtp-%k", 
MODE="666"
+# Second generation Dell DJ
+SYSFS{idVendor}=="041e", SYSFS{idProduct}=="412f", SYMLINK+="libmtp-%k", 
MODE="666"
+# Creative Zen Micro (MTP mode)
+SYSFS{idVendor}=="041e", SYSFS{idProduct}=="4130", SYMLINK+="libmtp-%k", 
MODE="666"
+# Creative Zen Touch (MTP mode)
+SYSFS{idVendor}=="041e", SYSFS{idProduct}=="4131", SYMLINK+="libmtp-%k", 
MODE="666"
+# Dell Pocket DJ (MTP mode)
+SYSFS{idVendor}=="041e", SYSFS{idProduct}=="4132", SYMLINK+="libmtp-%k", 
MODE="666"
+# Creative Zen Sleek (MTP mode)
+SYSFS{idVendor}=="041e", SYSFS{idProduct}=="4137", SYMLINK+="libmtp-%k", 
MODE="666"
+# Creative Zen MicroPhoto
+SYSFS{idVendor}=="041e", SYSFS{idProduct}=="413c", SYMLINK+="libmtp-%k", 
MODE="666"
+# Creative Zen Sleek Photo
+SYSFS{idVendor}=="041e", SYSFS{idProduct}=="413d", SYMLINK+="libmtp-%k", 
MODE="666"
+# Creative Zen Vision:M
+SYSFS{idVendor}=="041e", SYSFS{idProduct}=="413e", SYMLINK+="libmtp-%k", 
MODE="666"
+# Creative Zen V Plus
+SYSFS{idVendor}=="041e", SYSFS{idProduct}=="4152", SYMLINK+="libmtp-%k", 
MODE="666"
+# Samsung:YH-820
+SYSFS{idVendor}=="04e8", SYSFS{idProduct}=="502e", SYMLINK+="libmtp-%k", 
MODE="666"
+# Samsung YH-925
+SYSFS{idVendor}=="04e8", SYSFS{idProduct}=="502f", SYMLINK+="libmtp-%k", 
MODE="666"
+# Samsung YP-T7J
+SYSFS{idVendor}=="04e8", SYSFS{idProduct}=="5047", SYMLINK+="libmtp-%k", 
MODE="666"
+# Samsung YH-999 Portable Media Center
+SYSFS{idVendor}=="04e8", SYSFS{idProduct}=="5a0f", SYMLINK+="libmtp-%k", 
MODE="666"
+# Intel Bandon Portable Media Center
+SYSFS{idVendor}=="045e", SYSFS{idProduct}=="00c9", SYMLINK+="libmtp-%k", 
MODE="666"
+# iRiver Portable Media Center
+SYSFS{idVendor}=="1006", SYSFS{idProduct}=="4002", SYMLINK+="libmtp-%k", 
MODE="666"
+# iRiver Portable Media Center
+SYSFS{idVendor}=="1006", SYSFS{idProduct}=="4003", SYMLINK+="libmtp-%k", 
MODE="666"
+# JVC Alneo XA-HD500
+SYSFS{idVendor}=="04f1", SYSFS{idProduct}=="6105", SYMLINK+="libmtp-%k", 
MODE="666"
+# Philipps HDD6320
+SYSFS{idVendor}=="0471", SYSFS{idProduct}=="01eb", SYMLINK+="libmtp-%k", 
MODE="666"
+# Philipps HDD6320 2
+SYSFS{idVendor}=="0471", SYSFS{idProduct}=="014b", SYMLINK+="libmtp-%k", 
MODE="666"
+# Philipps HDD1630/17
+SYSFS{idVendor}=="0471", SYSFS{idProduct}=="014c", SYMLINK+="libmtp-%k", 
MODE="666"
+# SanDisk Sansa c150
+SYSFS{idVendor}=="0781", SYSFS{idProduct}=="7410", SYMLINK+="libmtp-%k", 
MODE="666"
+# SanDisk Sansa e200
+SYSFS{idVendor}=="0781", SYSFS{idProduct}=="7420", SYMLINK+="libmtp-%k", 
MODE="666"
+# SanDisk Sansa e260
+SYSFS{idVendor}=="0781", SYSFS{idProduct}=="7420", SYMLINK+="libmtp-%k", 
MODE="666"
+# iRiver T10
+SYSFS{idVendor}=="4102", SYSFS{idProduct}=="1113", SYMLINK+="libmtp-%k", 
MODE="666"
+# iRiver T20 FM
+SYSFS{idVendor}=="4102", SYSFS{idProduct}=="1114", SYMLINK+="libmtp-%k", 
MODE="666"
+# iRiver U10
+SYSFS{idVendor}=="4102", SYSFS{idProduct}=="1116", SYMLINK+="libmtp-%k", 
MODE="666"
+# iRiver T10
+SYSFS{idVendor}=="4102", SYSFS{idProduct}=="1117", SYMLINK+="libmtp-%k", 
MODE="666"
+# iRiver T20
+SYSFS{idVendor}=="4102", SYSFS{idProduct}=="1118", SYMLINK+="libmtp-%k", 
MODE="666"
+# iRiver T30
+SYSFS{idVendor}=="4102", SYSFS{idProduct}=="1119", SYMLINK+="libmtp-%k", 
MODE="666"
+# iRiver H10
+SYSFS{idVendor}=="4102", SYSFS{idProduct}=="2101", SYMLINK+="libmtp-%k", 
MODE="666"
+# iRiver H10
+SYSFS{idVendor}=="4102", SYSFS{idProduct}=="2102", SYMLINK+="libmtp-%k", 
MODE="666"
+# Dell DJ Itty
+SYSFS{idVendor}=="413c", SYSFS{idProduct}=="4500", SYMLINK+="libmtp-%k", 
MODE="666"
+# Toshiba Gigabeat MEGF-40
+SYSFS{idVendor}=="0930", SYSFS{idProduct}=="0009", SYMLINK+="libmtp-%k", 
MODE="666"
+# Toshiba Gigabeat
+SYSFS{idVendor}=="0930", SYSFS{idProduct}=="000c", SYMLINK+="libmtp-%k", 
MODE="666"
+
+LABEL="libmtp_rules_end"

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


DISTFILES: redland-bindings-1.0.5.1.tar.gz

2007-02-03 Thread qboosh

Files fetched: 1

STORED: http://download.librdf.org/source/redland-bindings-1.0.5.1.tar.gz
a960e72ed6988db83d3774b754dfb3fd  redland-bindings-1.0.5.1.tar.gz
Size: 877314 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: redland-bindings.spec - updated to 1.0.5.1 - updated csharp...

2007-02-03 Thread qboosh
Author: qboosh   Date: Sat Feb  3 17:54:34 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 1.0.5.1
- updated csharp patch, removed obsolete install patch

 Files affected:
SPECS:
   redland-bindings.spec (1.33 -> 1.34) 

 Diffs:


Index: SPECS/redland-bindings.spec
diff -u SPECS/redland-bindings.spec:1.33 SPECS/redland-bindings.spec:1.34
--- SPECS/redland-bindings.spec:1.33Fri Nov  3 00:09:09 2006
+++ SPECS/redland-bindings.spec Sat Feb  3 18:54:29 2007
@@ -17,22 +17,21 @@
 Summary:   Redland RDF Application Framework Bindings
 Summary(pl):   Wiązania szkieletu aplikacji Redland RDF
 Name:  redland-bindings
-Version:   1.0.4.1
+Version:   1.0.5.1
 Release:   1
 License:   LGPL v2.1+ or GPL v2+ or Apache v2
 Group: Libraries
 Source0:   http://download.librdf.org/source/%{name}-%{version}.tar.gz
-# Source0-md5: 3ad6d05afe2250b3dc885eb0369ea8f0
-Patch0:%{name}-install.patch
-Patch1:%{name}-py_sitescriptdir.patch
-Patch2:%{name}-csharp.patch
+# Source0-md5: a960e72ed6988db83d3774b754dfb3fd
+Patch0:%{name}-py_sitescriptdir.patch
+Patch1:%{name}-csharp.patch
 URL:   http://librdf.org/bindings/
 BuildRequires: autoconf >= 2.53
 BuildRequires: automake >= 1:1.7
 BuildRequires: libtool
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: python-devel
-BuildRequires: redland-devel >= 1.0.4
+BuildRequires: redland-devel >= 1.0.5
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildRequires: rpmbuild(macros) >= 1.322
 %{?with_java:BuildRequires:jdk}
@@ -197,7 +196,6 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 # generated using broken swig
 rm -f php/{php_redland.h,redland_wrap.c}
@@ -337,6 +335,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.34  2007/02/03 17:54:29  qboosh
+- updated to 1.0.5.1
+- updated csharp patch, removed obsolete install patch
+
 Revision 1.33  2006/11/02 23:09:09  glen
 - BR rpmmacros for fixed %requires_php_extension
 


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

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


SOURCES: redland-bindings-csharp.patch - updated for 1.0.5.1

2007-02-03 Thread qboosh
Author: qboosh   Date: Sat Feb  3 17:51:15 2007 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- updated for 1.0.5.1

 Files affected:
SOURCES:
   redland-bindings-csharp.patch (1.1 -> 1.2) 

 Diffs:


Index: SOURCES/redland-bindings-csharp.patch
diff -u SOURCES/redland-bindings-csharp.patch:1.1 
SOURCES/redland-bindings-csharp.patch:1.2
--- SOURCES/redland-bindings-csharp.patch:1.1   Sat Mar 25 15:04:10 2006
+++ SOURCES/redland-bindings-csharp.patch   Sat Feb  3 18:51:09 2007
@@ -48,16 +48,9 @@
  fi
  
  
 redland-bindings-1.0.3.1/csharp/Makefile.am.orig   2006-03-15 
06:04:17.0 +0100
-+++ redland-bindings-1.0.3.1/csharp/Makefile.am2006-03-25 
14:10:11.649042000 +0100
-@@ -86,13 +86,13 @@
-   $(CSHARP_LINK) test.cs -target:exe -r:Redland.dll -out:$@
- 
- install-csharp: build-csharp-stamp
--  $(INSTALL_PROGRAM) $(CSHARP_DLL) @libdir@
-+  $(INSTALL_PROGRAM) $(CSHARP_DLL) $(DESTDIR)@libdir@
- 
- clean-local:
+--- redland-bindings-1.0.5.1/csharp/Makefile.am.orig   2006-10-22 
08:15:18.0 +0200
 redland-bindings-1.0.5.1/csharp/Makefile.am2007-02-03 
18:35:53.273839492 +0100
+@@ -93,7 +93,7 @@
rm -f build-csharp-stamp $(CSHARP_DLL)
  
  # See this is the fake bit


 CVS-web:

http://cvs.pld-linux.org/SOURCES/redland-bindings-csharp.patch?r1=1.1&r2=1.2&f=u

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


SPECS: mysql.spec - added fix for bug #24747 (from: http://lists.m...

2007-02-03 Thread zergin
Author: zergin   Date: Sat Feb  3 17:47:38 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- added fix for bug #24747 (from: http://lists.mysql.com/commits/17414)
- added missing BR:doxygen (faild build on docs)
- builds & works w/o errors on Th x86_64
- rel: 2 => 3, STBR

 Files affected:
SPECS:
   mysql.spec (1.359 -> 1.360) 

 Diffs:


Index: SPECS/mysql.spec
diff -u SPECS/mysql.spec:1.359 SPECS/mysql.spec:1.360
--- SPECS/mysql.spec:1.359  Fri Dec 22 16:46:52 2006
+++ SPECS/mysql.specSat Feb  3 18:47:33 2007
@@ -26,7 +26,7 @@
 Summary(zh_CN):MySQLĘýžÝżâˇţÎńĆ÷
 Name:  mysql
 Version:   5.1.14
-Release:   2
+Release:   3
 License:   GPL + MySQL FLOSS Exception
 Group: Applications/Databases
 Source0:   
http://mysql.dataphone.se/Downloads/MySQL-5.1/%{name}-%{version}-beta.tar.gz
@@ -61,9 +61,11 @@
 Patch13:   %{name}-bug-16634.patch
 Patch14:   %{name}-bug-18156.patch
 Patch15:   %{name}-bug-22807.patch
+Patch16:   %{name}-bug-24747.patch
 URL:   
http://www.mysql.com/products/database/mysql/community_edition.html
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: doxygen
 BuildRequires: libstdc++-devel >= 5:3.0
 BuildRequires: libtool
 %{?with_tcpd:BuildRequires:libwrap-devel}
@@ -462,6 +464,7 @@
 %patch13 -p1
 %patch14 -p1
 %patch15 -p1
+%patch16 -p1
 
 %build
 %{__libtoolize}
@@ -946,6 +949,12 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.360  2007/02/03 17:47:33  zergin
+- added fix for bug #24747 (from: http://lists.mysql.com/commits/17414)
+- added missing BR:doxygen (faild build on docs)
+- builds & works w/o errors on Th x86_64
+- rel: 2 => 3, STBR
+
 Revision 1.359  2006/12/22 15:46:52  arekm
 - rel 2; doc dropped
 


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

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


SOURCES: redland-bindings-install.patch (REMOVED) - obsolete

2007-02-03 Thread qboosh
Author: qboosh   Date: Sat Feb  3 17:47:33 2007 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- obsolete

 Files affected:
SOURCES:
   redland-bindings-install.patch (1.2 -> NONE)  (REMOVED)

 Diffs:

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


SOURCES: mysql-bug-24747.patch (NEW) - fix for bug#24747

2007-02-03 Thread zergin
Author: zergin   Date: Sat Feb  3 17:38:58 2007 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- fix for bug#24747

 Files affected:
SOURCES:
   mysql-bug-24747.patch (NONE -> 1.1)  (NEW)

 Diffs:


Index: SOURCES/mysql-bug-24747.patch
diff -u /dev/null SOURCES/mysql-bug-24747.patch:1.1
--- /dev/null   Sat Feb  3 18:38:58 2007
+++ SOURCES/mysql-bug-24747.patch   Sat Feb  3 18:38:52 2007
@@ -0,0 +1,139 @@
+diff -urN org/sql/item_xmlfunc.cc mod/sql/item_xmlfunc.cc
+--- org/sql/item_xmlfunc.cc2006-12-06 18:05:25.0 +0100
 mod/sql/item_xmlfunc.cc2007-02-03 16:58:35.02758 +0100
+@@ -1047,12 +1047,12 @@
+   {MY_XPATH_LEX_OR  , "or" ,  2, 0 },
+   {MY_XPATH_LEX_DIV , "div",  3, 0 },
+   {MY_XPATH_LEX_MOD , "mod",  3, 0 },
+-  
+-  {MY_XPATH_LEX_NODETYPE, "comment",  7, 0 },
+-  {MY_XPATH_LEX_NODETYPE, "text"   ,  4, 0 },
+-  {MY_XPATH_LEX_NODETYPE, "processing-instruction" ,  22,0 },
+-  {MY_XPATH_LEX_NODETYPE, "node"   ,  4, 0 },
+-  
++
++  {0,NULL,0,0}
++};
++
++static struct my_xpath_keyword_names_st my_axis_names[]=
++{  
+   {MY_XPATH_LEX_AXIS,"ancestor"  , 8,MY_XPATH_AXIS_ANCESTOR  
},
+   {MY_XPATH_LEX_AXIS,"ancestor-or-self"  ,16,MY_XPATH_AXIS_ANCESTOR_OR_SELF  
},
+   {MY_XPATH_LEX_AXIS,"attribute" , 9,MY_XPATH_AXIS_ATTRIBUTE 
},
+@@ -1070,6 +1070,16 @@
+   {0,NULL,0,0}
+ };
+ 
++static struct my_xpath_keyword_names_st my_nodetype_names[]=
++{
++  {MY_XPATH_LEX_NODETYPE, "comment",  7, 0 },
++  {MY_XPATH_LEX_NODETYPE, "text"   ,  4, 0 },
++  {MY_XPATH_LEX_NODETYPE, "processing-instruction" ,  22,0 },
++  {MY_XPATH_LEX_NODETYPE, "node"   ,  4, 0 },
++
++  {0,NULL,0,0}
++};
++
+ 
+ /*
+   Lookup a keyword
+@@ -1081,11 +1091,15 @@
+ - Token type, on lookup success.
+ - MY_XPATH_LEX_IDENT, on lookup failure.
+ */
+-static int my_xpath_keyword(MY_XPATH *x, const char *beg, const char *end)
++static int my_xpath_keyword(
++  MY_XPATH *x, 
++  struct my_xpath_keyword_names_st *keyword_names,
++  const char *beg, 
++  const char *end)
+ {
+   struct my_xpath_keyword_names_st *k;
+   size_t length= end-beg;
+-  for (k= my_keyword_names; k->name; k++)
++  for (k= keyword_names; k->name; k++)
+   {
+ if (length == k->length && !strncasecmp(beg, k->name, length))
+ {
+@@ -1378,8 +1392,32 @@
+   return;
+ }
+ 
++if(beg < end )
++{
++  if (*beg == '(')
++  {
++/*
++ check if a function call, e.g.: count(/a/b)
++ or a nodetype test,   e.g.: /a/b/text()
++*/
++   if ((xpath->func= my_xpath_function(lex->beg, beg)))
++  lex->term= MY_XPATH_LEX_FUNC;
++else
++  lex->term= my_xpath_keyword(xpath, my_nodetype_names,
++  lex->beg, beg);
++return;
++  }
++  // check if an axis specifier, e.g.: /a/b/child::*
++  else if (*beg == ':' && beg + 1 < end && beg[1] == ':')
++  {
++lex->term= my_xpath_keyword(xpath, my_axis_names,
++lex->beg, beg);
++return;
++  }
++}
++
+ // check if a keyword
+-lex->term= my_xpath_keyword(xpath, lex->beg, beg);
++lex->term= my_xpath_keyword(xpath, my_keyword_names, lex->beg, beg);
+ return;
+   }
+ 
+@@ -2332,6 +2370,32 @@
+   return 1;
+ }
+ 
++ /*
++  *  Scan NCName.
++  *  
++  * SYNOPSYS
++  *   
++  *The keywords AND, OR, MOD, DIV are valid identitiers
++  *when they are in identifier context:
++  *
++  *SELECT 
ExtractValue('VALUE','/and/or/mod/div')
++  *->  VALUE
++  *
++  *  RETURN
++  *1 - success
++  *0 - failure
++  *
++  */
++
++static int my_xpath_parse_NCName(MY_XPATH *xpath)
++{
++  return
++my_xpath_parse_term(xpath, MY_XPATH_LEX_IDENT) ||
++my_xpath_parse_term(xpath, MY_XPATH_LEX_AND)   ||
++my_xpath_parse_term(xpath, MY_XPATH_LEX_OR)||
++my_xpath_parse_term(xpath, MY_XPATH_LEX_MOD)   ||
++my_xpath_parse_term(xpath, MY_XPATH_LEX_DIV) ? 1 : 0;
++}
+ 
+ /*
+   QName grammar can be found in a separate document
+@@ -2345,12 +2409,12 @@
+ my_xpath_parse_QName(MY_XPATH *xpath)
+ {
+   const char *beg;
+-  if (!my_xpath_parse_term(xpath, MY_XPATH_LEX_IDENT))
++  if (!my_xpath_parse_NCName(xpath))
+ return 0;
+   beg= xpath->prevtok.beg;
+   if (!my_xpath_parse_term(xpath, MY_XPATH_LEX_COLON))
+ return 1; /* Non qualified name */
+-  if (!my_xpath_parse_term(xpath, MY_XPATH_LEX_IDENT))
++  if (!my_xpath_parse_NCName(xpath))
+ return 0;
+   xpath->prevtok.beg= beg;
+   return 1;

__

DISTFILES: redland-1.0.5.tar.gz

2007-02-03 Thread qboosh

Files fetched: 1

STORED: http://download.librdf.org/source/redland-1.0.5.tar.gz
43d909ff6ffa7f7559ad9af5620c8cbf  redland-1.0.5.tar.gz
Size: 3313157 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: redland.spec - updated to 1.0.5 - added link patch (needed ...

2007-02-03 Thread qboosh
Author: qboosh   Date: Sat Feb  3 17:05:31 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 1.0.5
- added link patch (needed to build with as-needed; adds db 4.5 support)

 Files affected:
SPECS:
   redland.spec (1.30 -> 1.31) 

 Diffs:


Index: SPECS/redland.spec
diff -u SPECS/redland.spec:1.30 SPECS/redland.spec:1.31
--- SPECS/redland.spec:1.30 Sun May 28 09:00:31 2006
+++ SPECS/redland.spec  Sat Feb  3 18:05:25 2007
@@ -2,29 +2,30 @@
 Summary:   Redland - a library that provides a high-level interface for RDF
 Summary(pl):   Redland - biblioteka udostępniająca wysokopoziomowy interfejs 
do RDF
 Name:  redland
-Version:   1.0.4
+Version:   1.0.5
 Release:   1
 License:   LGPL v2.1+ or GPL v2+ or Apache v2
 Group: Libraries
 Source0:   http://download.librdf.org/source/%{name}-%{version}.tar.gz
-# Source0-md5: 3ee58cbf5486c97ef3bc0c4368a344cc
+# Source0-md5: 43d909ff6ffa7f7559ad9af5620c8cbf
+Patch0:%{name}-link.patch
 URL:   http://librdf.org/
 BuildRequires: 3store-devel >= 2.0
 BuildRequires: 3store-devel < 3.0
 BuildRequires: autoconf >= 2.53
 BuildRequires: automake >= 1:1.7
 BuildRequires: db-devel
-BuildRequires: libraptor-devel >= 1.4.9
+BuildRequires: libraptor-devel >= 1.4.13
 BuildRequires: libtool
 BuildRequires: mysql-devel >= 3.23.58
 BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: pkgconfig
 BuildRequires: postgresql-devel
-BuildRequires: rasqal-devel >= 1:0.9.12
+BuildRequires: rasqal-devel >= 1:0.9.13
 BuildRequires: rpmbuild(macros) >= 1.98
 BuildRequires: sqlite3-devel >= 3
-Requires:  libraptor >= 1.4.9
-Requires:  rasqal >= 1:0.9.12
+Requires:  libraptor >= 1.4.13
+Requires:  rasqal >= 1:0.9.13
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -54,10 +55,10 @@
 Requires:  3store-devel >= 2.0
 Requires:  3store-devel < 3.0
 Requires:  db-devel
-Requires:  libraptor-devel >= 1.4.9
+Requires:  libraptor-devel >= 1.4.13
 Requires:  mysql-devel >= 3.23.58
 Requires:  postgresql-devel
-Requires:  rasqal-devel >= 1:0.9.12
+Requires:  rasqal-devel >= 1:0.9.13
 Requires:  sqlite3-devel >= 3
 
 %description devel
@@ -93,6 +94,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -154,6 +156,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.31  2007/02/03 17:05:25  qboosh
+- updated to 1.0.5
+- added link patch (needed to build with as-needed; adds db 4.5 support)
+
 Revision 1.30  2006/05/28 07:00:31  qboosh
 - updated to 1.0.4, removed obsolete db4.4 patch
 


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

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


SOURCES: redland-link.patch (NEW) - fix build with as-needed, remo...

2007-02-03 Thread qboosh
Author: qboosh   Date: Sat Feb  3 17:04:31 2007 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- fix build with as-needed, remove LDFLAGS from `redland-config --libs`, 
support db 4.5

 Files affected:
SOURCES:
   redland-link.patch (NONE -> 1.1)  (NEW)

 Diffs:


Index: SOURCES/redland-link.patch
diff -u /dev/null SOURCES/redland-link.patch:1.1
--- /dev/null   Sat Feb  3 18:04:31 2007
+++ SOURCES/redland-link.patch  Sat Feb  3 18:04:26 2007
@@ -0,0 +1,59 @@
+--- redland-1.0.5/librdf/Makefile.am.orig  2006-11-01 06:12:21.0 
+0100
 redland-1.0.5/librdf/Makefile.am   2007-02-03 16:30:13.848192112 +0100
+@@ -118,7 +118,7 @@
+ 
+ librdf_la_LIBADD = \
+ @LTLIBOBJS@ @DIGEST_OBJS@ @HASH_OBJS@ @PARSER_OBJS@ \
[EMAIL PROTECTED]@
[EMAIL PROTECTED]@ @LIBRDF_EXTERNAL_LIBS@ $(MEM_LIBS)
+ 
+ librdf_la_DEPENDENCIES = \
+ @DIGEST_OBJS@ @HASH_OBJS@ @PARSER_OBJS@ \
+@@ -171,7 +171,7 @@
+ [EMAIL PROTECTED]@ @LIBRDF_CPPFLAGS@ @LIBRDF_EXTERNAL_CPPFLAGS@
+ [EMAIL PROTECTED]@ @LIBRDF_CPPFLAGS@ @LIBRDF_EXTERNAL_CPPFLAGS@ $(MEM)
+ [EMAIL PROTECTED]@ $(MEM)
[EMAIL PROTECTED]@ @LIBRDF_EXTERNAL_LIBS@ $(MEM_LIBS)
[EMAIL PROTECTED]@
+ 
+ LOCAL_LIB_DIR=lib
+ 
+--- redland-1.0.5/configure.ac.orig2006-10-23 05:18:47.0 +0200
 redland-1.0.5/configure.ac 2007-02-03 16:29:30.057696634 +0100
+@@ -237,7 +237,7 @@
+ fi
+ 
+ # Sigh!  And this still might not be good enough.
+-for bdbc_version in 4.4 4.3 4.2 4.1 4.0 4 3.3 3.2 3.1 3 2; do
++for bdbc_version in 4.5 4.4 4.3 4.2 4.1 4.0 4 3.3 3.2 3.1 3 2; do
+   bdbc_major=`echo $bdbc_version | sed -e 's/^\(.\).*$/\1/'`;
+   bdbc_version2=`echo $bdbc_version | sed -e 's/^\(.\).\(.\)$/\1\2/'`
+ 
+@@ -275,7 +275,7 @@
+   AC_MSG_RESULT($bdb_include_dir)
+ 
+   if test "$bdb_prefix" != no; then
+-nLDFLAGS=$LDFLAGS
++nLDFLAGS=
+ nCPPFLAGS=
+ 
+ if test "$bdb_lib_dir" != /usr/lib; then
+@@ -395,6 +395,7 @@
+ if test "$have_libdb" = yes; then
+   bdb_available="Version $bdb_version (library $bdb_dbname in 
$bdb_lib_dir)"
+   LIBRDF_LIBS="$LIBRDF_LIBS $nLDFLAGS -l$bdb_dbname"
++  LIBRDF_EXTERNAL_LIBS="$LIBRDF_EXTERNAL_LIBS $nLDFLAGS -l$bdb_dbname"
+   LIBRDF_CPPFLAGS="$LIBRDF_CPPFLAGS $nCPPFLAGS"
+ fi
+ 
+--- redland-1.0.5/redland-config.in.orig   2006-02-16 08:25:42.0 
+0100
 redland-1.0.5/redland-config.in2007-02-03 16:29:38.302166460 +0100
+@@ -120,7 +120,7 @@
+ fi
+ 
+ if test "$echo_libs" = "yes"; then
+-  echo [EMAIL PROTECTED]@ -lrdf @LIBRDF_LDFLAGS@ @LIBRDF_EXTERNAL_LIBS@
++  echo [EMAIL PROTECTED]@ -lrdf @LIBRDF_EXTERNAL_LIBS@
+ fi
+ 
+ if test "$echo_libtool_libs" = "yes"; then

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


DISTFILES: beryl-settings-simple-0.1.9999.1.tar.bz2

2007-02-03 Thread rotom

Files fetched: 1

STORED: 
http://releases.beryl-project.org/0.1..1/beryl-settings-simple-0.1..1.tar.bz2
f34cfc2d55a7bd2c317f890262dde673  
beryl-settings-simple-0.1..1.tar.bz2
Size: 152489 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: beryl-settings-simple.spec - up to 0.1.9999.1 - find_lang a...

2007-02-03 Thread rotom
Author: rotomDate: Sat Feb  3 16:46:16 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 0.1..1
- find_lang added

 Files affected:
SPECS:
   beryl-settings-simple.spec (1.3 -> 1.4) 

 Diffs:


Index: SPECS/beryl-settings-simple.spec
diff -u SPECS/beryl-settings-simple.spec:1.3 
SPECS/beryl-settings-simple.spec:1.4
--- SPECS/beryl-settings-simple.spec:1.3Sat Jan 27 23:27:51 2007
+++ SPECS/beryl-settings-simple.specSat Feb  3 17:46:11 2007
@@ -2,24 +2,24 @@
 Summary:   Simple GUI configuration tool for beryl
 Summary(pl):   Proste graficzne narzędzie konfiguracyjne dla beryla
 Name:  beryl-settings-simple
-Version:   0.1.99.2
+Version:   0.1..1
 Release:   1
 Epoch: 1
 License:   GPL v2+
 Group: X11/Window Managers/Tools
-Source0:   
http://releases.beryl-project.org/0.1.99.2/%{name}-%{version}.tar.bz2
-# Source0-md5: 5d94ca4f8e85fad68029a11fb7cc9cff
+Source0:   
http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2
+# Source0-md5: f34cfc2d55a7bd2c317f890262dde673
 URL:   http://beryl-project.org/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake >= 1:1.9
-BuildRequires: beryl-core-devel >= 1:0.1.99.2
-BuildRequires: beryl-settings-bindings-devel >= 1:0.1.99.2
+BuildRequires: beryl-core-devel >= 1:0.1..1
+BuildRequires: beryl-settings-bindings-devel >= 1:0.1..1
 BuildRequires: gtk+2-devel >= 2:2.8.0
 BuildRequires: intltool >= 0.35.0
 BuildRequires: pkgconfig
 BuildRequires: python-pygtk-devel >= 2.0
-Requires:  beryl-core >= 1:0.1.99.2
-Requires:  beryl-settings-bindings >= 1:0.1.99.2
+Requires:  beryl-core >= 1:0.1..1
+Requires:  beryl-settings-bindings >= 1:0.1..1
 Requires:  python-pygtk-gtk >= 2.0
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -30,11 +30,11 @@
 %description -l pl
 Ten pakiet zawiera proste graficzne narzędzie do konfiguracji wtyczek
 i zarządcy okien beryla.
- 
+
 %prep
 %setup -q
 echo '#beryl version header' > VERSION
-echo VERSION=0.1.99.2 >> VERSION
+echo VERSION=0.1..1 >> VERSION
 
 %build
 %{__glib_gettextize}
@@ -51,15 +51,17 @@
 
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS README
 %attr(755,root,root) %{_bindir}/beryl-settings-simple
 %{_datadir}/beryl-settings-simple
+%{_desktopdir}/beryl-settings-simple.desktop
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -67,6 +69,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.4  2007/02/03 16:46:11  rotom
+- up to 0.1..1
+- find_lang added
+
 Revision 1.3  2007/01/27 22:27:51  qboosh
 - use individual tools invocation instead of hiding them behind autoreconf
 


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

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


SPECS: 3store.spec - added ac patch, rebuild ac/am/lt (for as-need...

2007-02-03 Thread qboosh
Author: qboosh   Date: Sat Feb  3 16:29:17 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- added ac patch, rebuild ac/am/lt (for as-needed)
- release 2

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

 Diffs:


Index: SPECS/3store.spec
diff -u SPECS/3store.spec:1.2 SPECS/3store.spec:1.3
--- SPECS/3store.spec:1.2   Tue Feb 21 00:19:52 2006
+++ SPECS/3store.spec   Sat Feb  3 17:29:12 2007
@@ -3,15 +3,19 @@
 Summary(pl):   Silnik RDF 3store
 Name:  3store
 Version:   2.2.22
-Release:   1
+Release:   2
 License:   GPL v2+
 Group: Libraries
 Source0:   http://dl.sourceforge.net/threestore/%{name}-%{version}.tar.gz
 # Source0-md5: 6fa70d2830c82eb030df4da0c86c
+Patch0:%{name}-ac.patch
 URL:   http://threestore.sourceforge.net/
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: flex
 BuildRequires: glib-devel
 BuildRequires: libraptor-devel >= 0.9.10
+BuildRequires: libtool
 BuildRequires: mysql-devel
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -56,8 +60,14 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 
@@ -102,6 +112,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.3  2007/02/03 16:29:12  qboosh
+- added ac patch, rebuild ac/am/lt (for as-needed)
+- release 2
+
 Revision 1.2  2006/02/20 23:19:52  qboosh
 - -devel R: flex (for -lfl)
 


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

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


SOURCES: dmraid-fix.patch - dmraid-1.0.0.rc13

2007-02-03 Thread areq
Author: areq Date: Sat Feb  3 16:20:59 2007 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- dmraid-1.0.0.rc13

 Files affected:
SOURCES:
   dmraid-fix.patch (1.1 -> 1.2) 

 Diffs:


Index: SOURCES/dmraid-fix.patch
diff -u SOURCES/dmraid-fix.patch:1.1 SOURCES/dmraid-fix.patch:1.2
--- SOURCES/dmraid-fix.patch:1.1Tue May 23 00:41:14 2006
+++ SOURCES/dmraid-fix.patchSat Feb  3 17:20:54 2007
@@ -1,13 +1,5 @@
 --- dmraid/lib/Makefile.in.orig2006-02-17 17:19:25.0 +0100
 +++ dmraid/lib/Makefile.in 2006-05-23 00:19:13.798639000 +0200
-@@ -35,7 +35,6 @@
-   format/ataraid/pdc.c \
-   format/ataraid/sil.c \
-   format/ataraid/via.c \
--  format/ataraid/asr.c \
-   format/partition/dos.c
- 
- OBJECTS=$(SOURCES:%.c=%.o)
 @@ -66,7 +65,7 @@
for f in $(INSTALL_TARGETS); \
do \


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

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


DISTFILES: dmraid-1.0.0.rc13.tar.bz2

2007-02-03 Thread areq

Files fetched: 1

STORED: http://people.redhat.com/~heinzm/sw/dmraid/src/dmraid-1.0.0.rc13.tar.bz2
a2a8948de7717e2e76a1291fc1daf9d1  dmraid-1.0.0.rc13.tar.bz2
Size: 170497 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: dmraid.spec - dmraid-1.0.0.rc13 - bcond_without selinux

2007-02-03 Thread areq
Author: areq Date: Sat Feb  3 16:20:19 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- dmraid-1.0.0.rc13
- bcond_without  selinux

 Files affected:
SPECS:
   dmraid.spec (1.31 -> 1.32) 

 Diffs:


Index: SPECS/dmraid.spec
diff -u SPECS/dmraid.spec:1.31 SPECS/dmraid.spec:1.32
--- SPECS/dmraid.spec:1.31  Thu Oct  5 23:33:57 2006
+++ SPECS/dmraid.spec   Sat Feb  3 17:20:14 2007
@@ -2,17 +2,18 @@
 #
 # Conditional build:
 %bcond_without initrd  # without initrd version
+%bcond_without  selinux # build without SELinux support
 #
 Summary:   Device-mapper RAID tool
 Summary(pl):   Narzędzie do RAID-u opartego o device-mapper
 Name:  dmraid
 Version:   1.0.0
-%define_rc rc11
+%define_rc rc13
 Release:   0.%{_rc}.1
 License:   GPL
 Group: Base
 Source0:   
http://people.redhat.com/~heinzm/sw/dmraid/src/%{name}-%{version}.%{_rc}.tar.bz2
-# Source0-md5: f62b18b7793e0e3b0aff7a5111c1c17e
+# Source0-md5: a2a8948de7717e2e76a1291fc1daf9d1
 Patch0:%{name}-selinux-static.patch
 Patch1:%{name}-fix.patch
 Patch2:%{name}-optflags.patch
@@ -21,10 +22,12 @@
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: device-mapper-devel >= 1.01.01
-%{?with_initrd:BuildRequires:  device-mapper-static >= 1.02.05-0.4}
-%{?with_initrd:BuildRequires:  glibc-static}
-%{?with_initrd:BuildRequires:  libselinux-static}
-%{?with_initrd:BuildRequires:  libsepol-static}
+%if %{with initrd}
+BuildRequires: device-mapper-static >= 1.02.05-0.4
+BuildRequires: glibc-static
+%{?with_selinux:BuildRequires: libselinux-static}
+%{?with_selinux:BuildRequires: libsepol-static}
+%endif
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -80,7 +83,7 @@
 %prep
 %setup -q -n %{name}
 mv */* ./
-%patch0 -p2
+%{?with_selinux:%patch0 -p2}
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
@@ -149,6 +152,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.32  2007/02/03 16:20:14  areq
+- dmraid-1.0.0.rc13
+- bcond_without  selinux
+
 Revision 1.31  2006/10/05 21:33:57  qboosh
 - updated to 1.0.0.rc11
 


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

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


SOURCES: 3store-ac.patch (NEW) - fix ac/am rebuild, remove LDFLAGS...

2007-02-03 Thread qboosh
Author: qboosh   Date: Sat Feb  3 16:13:06 2007 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- fix ac/am rebuild, remove LDFLAGS from `3store-config --libs`

 Files affected:
SOURCES:
   3store-ac.patch (NONE -> 1.1)  (NEW)

 Diffs:


Index: SOURCES/3store-ac.patch
diff -u /dev/null SOURCES/3store-ac.patch:1.1
--- /dev/null   Sat Feb  3 17:13:06 2007
+++ SOURCES/3store-ac.patch Sat Feb  3 17:13:01 2007
@@ -0,0 +1,23 @@
+--- 3store-2.2.22/configure.in.orig2005-07-18 19:55:21.0 +0200
 3store-2.2.22/configure.in 2007-02-03 16:48:43.483426621 +0100
+@@ -1,8 +1,7 @@
+ # Process this file with autoconf to produce a configure script.
+-AC_INIT(src/tools/tstore_test.c)
++AC_INIT(3store, 2.2.22)
+ AM_INIT_AUTOMAKE()
+ AM_CONFIG_HEADER(src/config.h)
+-AM_INIT_AUTOMAKE(3store, 2.2.22)
+ 
+ dnl Library bersioning information - update when API/behaviour changes
+ RDFSQL_API_VERSION=0
+--- 3store-2.2.22/3store-config.in.orig2005-07-18 16:01:20.0 
+0200
 3store-2.2.22/3store-config.in 2007-02-03 17:04:57.538934880 +0100
+@@ -53,7 +53,7 @@
+   echo ${version}
+   ;;
+   --libs)
+-  echo -L${libdir} @LDFLAGS@ -lrdfsql
++  echo -L${libdir} -lrdfsql
+   ;;
+   --cflags)
+   echo ${cflags}

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


SPECS: beryl-plugins-unsupported.spec - langs fixed

2007-02-03 Thread rotom
Author: rotomDate: Sat Feb  3 16:10:54 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- langs fixed

 Files affected:
SPECS:
   beryl-plugins-unsupported.spec (1.1 -> 1.2) 

 Diffs:


Index: SPECS/beryl-plugins-unsupported.spec
diff -u SPECS/beryl-plugins-unsupported.spec:1.1 
SPECS/beryl-plugins-unsupported.spec:1.2
--- SPECS/beryl-plugins-unsupported.spec:1.1Fri Feb  2 23:53:21 2007
+++ SPECS/beryl-plugins-unsupported.specSat Feb  3 17:10:49 2007
@@ -46,6 +46,14 @@
 %prep
 %setup -q
 
+mv -f po/{es_ES,es}.po
+mv -f po/{ko_KR,ko}.po
+cat > po/LINGUAS <@pld-linux.org
 
 $Log$
+Revision 1.2  2007/02/03 16:10:49  rotom
+- langs fixed
+
 Revision 1.1  2007/02/02 22:53:21  wolf
 - new
 


 CVS-web:

http://cvs.pld-linux.org/SPECS/beryl-plugins-unsupported.spec?r1=1.1&r2=1.2&f=u

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


SPECS: beryl-settings.spec - langs fixed

2007-02-03 Thread rotom
Author: rotomDate: Sat Feb  3 15:58:57 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- langs fixed

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

 Diffs:


Index: SPECS/beryl-settings.spec
diff -u SPECS/beryl-settings.spec:1.21 SPECS/beryl-settings.spec:1.22
--- SPECS/beryl-settings.spec:1.21  Fri Feb  2 22:48:15 2007
+++ SPECS/beryl-settings.spec   Sat Feb  3 16:58:52 2007
@@ -38,6 +38,14 @@
 echo '#beryl version header' > VERSION
 echo VERSION=%{version} >> VERSION
 
+mv -f po/{ca_ES,ca}.po
+cat > po/LINGUAS <@pld-linux.org
 
 $Log$
+Revision 1.22  2007/02/03 15:58:52  rotom
+- langs fixed
+
 Revision 1.21  2007/02/02 21:48:15  wolf
 - 0.1..1
 


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

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


SPECS: udev.spec - bconf without selinux

2007-02-03 Thread areq
Author: areq Date: Sat Feb  3 15:57:51 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- bconf without  selinux

 Files affected:
SPECS:
   udev.spec (1.205 -> 1.206) 

 Diffs:


Index: SPECS/udev.spec
diff -u SPECS/udev.spec:1.205 SPECS/udev.spec:1.206
--- SPECS/udev.spec:1.205   Sat Jan 27 15:02:26 2007
+++ SPECS/udev.spec Sat Feb  3 16:57:45 2007
@@ -10,6 +10,7 @@
 %bcond_withdietlibc# link initrd version with static dietlibc 
(currently broken and unsupported)
 %bcond_withglibc   # link initrd version with static glibc
 %bcond_without main# don't compile main package, use for debugging initrd 
build
+%bcond_without  selinux # build without SELinux support
 
 # if one of the *libc is enabled disable default uClibc
 %if %{with dietlibc} && %{with uClibc}
@@ -53,7 +54,7 @@
 Source32:  %{name}.blacklist
 URL:   http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
 BuildRequires: device-mapper-devel
-BuildRequires: libselinux-devel >= 1.17.13
+%{?with_selinux:BuildRequires:   libselinux-devel >= 1.17.13}
 BuildRequires: sed >= 4.0
 %if %{with initrd}
 %{?with_dietlibc:BuildRequires:dietlibc-static}
@@ -375,6 +376,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.206  2007/02/03 15:57:45  areq
+- bconf without  selinux
+
 Revision 1.205  2007/01/27 14:02:26  czarny
 - reverted - my bad, new udev doesn't build udev binary
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/udev.spec?r1=1.205&r2=1.206&f=u

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


SPECS: wtf.spec - cosmetics

2007-02-03 Thread ankry
Author: ankryDate: Sat Feb  3 15:57:02 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- cosmetics

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

 Diffs:


Index: SPECS/wtf.spec
diff -u SPECS/wtf.spec:1.3 SPECS/wtf.spec:1.4
--- SPECS/wtf.spec:1.3  Sat Feb  3 12:40:04 2007
+++ SPECS/wtf.spec  Sat Feb  3 16:56:57 2007
@@ -1,6 +1,6 @@
 # $Revision$, $Date$
-Summary:   translates acronyms for you
-Summary(pl):   Tłumaczy znaczenie akronimów
+Summary:   Translates acronyms for you
+Summary(pl):   Tłumaczenie znaczenie akronimów
 Name:  wtf
 Version:   20051104
 Release:   1
@@ -17,7 +17,7 @@
 Translates acronyms for you.
 
 %description -l pl
-Tłumaczy znaczenie akronimów.
+Program do tłumaczenia znaczenia akronimów.
 
 %prep
 %setup -q
@@ -47,6 +47,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.4  2007/02/03 15:56:57  ankry
+- cosmetics
+
 Revision 1.3  2007/02/03 11:40:04  twittner
 - reference to pkg_info(1) (*BSD specific) from man page removed
 
@@ -55,5 +58,3 @@
 
 Revision 1.1  2007/02/03 07:28:57  arekm
 - initial
-
-


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

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


SOURCES: lvm2-as-needed.patch - 2.02.21

2007-02-03 Thread areq
Author: areq Date: Sat Feb  3 15:54:12 2007 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- 2.02.21

 Files affected:
SOURCES:
   lvm2-as-needed.patch (1.1 -> 1.2) 

 Diffs:


Index: SOURCES/lvm2-as-needed.patch
diff -u SOURCES/lvm2-as-needed.patch:1.1 SOURCES/lvm2-as-needed.patch:1.2
--- SOURCES/lvm2-as-needed.patch:1.1Wed Aug  2 01:02:22 2006
+++ SOURCES/lvm2-as-needed.patchSat Feb  3 16:54:06 2007
@@ -17,7 +17,7 @@
  include $(top_srcdir)/make.tmpl
  
  fsadm: $(OBJECTS)
--  $(CC) -o $@ $(OBJECTS) -rdynamic
+-  $(CC) -o $@ $(CFLAGS) $(OBJECTS) -rdynamic
 +  $(CC) $(LDFLAGS) -o $@ $(OBJECTS) -rdynamic
  
  install: fsadm


 CVS-web:
http://cvs.pld-linux.org/SOURCES/lvm2-as-needed.patch?r1=1.1&r2=1.2&f=u

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


DISTFILES: LVM2.2.02.21.tgz

2007-02-03 Thread areq

Files fetched: 1

STORED: ftp://sources.redhat.com/pub/lvm2/LVM2.2.02.21.tgz
3bd758564012805f1243fc39b8dace31  LVM2.2.02.21.tgz
Size: 508673 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: lvm2.spec - 2.02.21

2007-02-03 Thread areq
Author: areq Date: Sat Feb  3 15:53:52 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- 2.02.21

 Files affected:
SPECS:
   lvm2.spec (1.80 -> 1.81) 

 Diffs:


Index: SPECS/lvm2.spec
diff -u SPECS/lvm2.spec:1.80 SPECS/lvm2.spec:1.81
--- SPECS/lvm2.spec:1.80Sat Dec  9 23:30:12 2006
+++ SPECS/lvm2.spec Sat Feb  3 16:53:47 2007
@@ -15,12 +15,12 @@
 Summary:   The new version of Logical Volume Manager for Linux
 Summary(pl):   Nowa wersja Logical Volume Managera dla Linuksa
 Name:  lvm2
-Version:   2.02.16
+Version:   2.02.21
 Release:   0.1
 License:   GPL
 Group: Applications/System
 Source0:   ftp://sources.redhat.com/pub/lvm2/LVM2.%{version}.tgz
-# Source0-md5: fb711403e1b763e135686aaa800b3d6a
+# Source0-md5: 3bd758564012805f1243fc39b8dace31
 Patch0:%{name}-as-needed.patch
 URL:   http://sources.redhat.com/lvm2/
 BuildRequires: autoconf
@@ -169,6 +169,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.81  2007/02/03 15:53:47  areq
+- 2.02.21
+
 Revision 1.80  2006/12/09 22:30:12  qboosh
 - updated to 2.02.16
 


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

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


SPECS: aquamarine.spec - langs fixed - rel. 1

2007-02-03 Thread rotom
Author: rotomDate: Sat Feb  3 15:34:50 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- langs fixed
- rel. 1

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

 Diffs:


Index: SPECS/aquamarine.spec
diff -u SPECS/aquamarine.spec:1.21 SPECS/aquamarine.spec:1.22
--- SPECS/aquamarine.spec:1.21  Sat Feb  3 15:21:01 2007
+++ SPECS/aquamarine.spec   Sat Feb  3 16:34:44 2007
@@ -3,7 +3,7 @@
 Summary(pl):   Dekorator okien dla beryla używający motywów
 Name:  aquamarine
 Version:   0.1..1
-Release:   0.1
+Release:   1
 License:   GPL v2+
 Group: Themes
 Source0:   
http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2
@@ -50,8 +50,10 @@
 mv -f po/{hu_HU,hu}.po
 mv -f po/{it_IT,it}.po
 mv -f po/{ko_KR,ko}.po
+mv -f po/{pl_PL,pl}.po
 mv -f po/{pt_PT,pt}.po
 mv -f po/{ru_RU,ru}.po
+mv -f po/{sv_SE,sv}.po
 mv -f po/{uk_UA,uk}.po
 rm -r po/ru_UA.po # I dont know whot's that
 
@@ -64,9 +66,11 @@
 hu
 it
 ko
+pl
 pt_BR
 pt
 ru
+sv
 uk
 zh_CN
 zh_HK
@@ -114,6 +118,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.22  2007/02/03 15:34:44  rotom
+- langs fixed
+- rel. 1
+
 Revision 1.21  2007/02/03 14:21:01  rotom
 - up to 0.1..1
 - BRs added


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

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


SOURCES: aquamarine-nodeps_am.patch (REMOVED) - outdated

2007-02-03 Thread qboosh
Author: qboosh   Date: Sat Feb  3 14:58:48 2007 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- outdated

 Files affected:
SOURCES:
   aquamarine-nodeps_am.patch (1.1 -> NONE)  (REMOVED)

 Diffs:

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


DISTFILES: rasqal-0.9.13.tar.gz

2007-02-03 Thread qboosh

Files fetched: 1

STORED: http://download.librdf.org/source/rasqal-0.9.13.tar.gz
5cbf3193bf473d1e35ee4539d1528b8b  rasqal-0.9.13.tar.gz
Size: 944805 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: rasqal.spec - updated to 0.9.13

2007-02-03 Thread qboosh
Author: qboosh   Date: Sat Feb  3 14:54:39 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 0.9.13

 Files affected:
SPECS:
   rasqal.spec (1.16 -> 1.17) 

 Diffs:


Index: SPECS/rasqal.spec
diff -u SPECS/rasqal.spec:1.16 SPECS/rasqal.spec:1.17
--- SPECS/rasqal.spec:1.16  Sun May 28 08:44:49 2006
+++ SPECS/rasqal.spec   Sat Feb  3 15:54:34 2007
@@ -2,13 +2,13 @@
 Summary:   Rasqal RDF Query Library
 Summary(pl):   Rasqal - biblitoteka zapytań RDF
 Name:  rasqal
-Version:   0.9.12
+Version:   0.9.13
 Release:   1
 Epoch: 1
 License:   LGPL v2.1+ or GPL v2+ or Apache v2.0+
 Group: Libraries
 Source0:   http://download.librdf.org/source/%{name}-%{version}.tar.gz
-# Source0-md5: 403b95de5c23124f6a6491bdde3eba86
+# Source0-md5: 5cbf3193bf473d1e35ee4539d1528b8b
 URL:   http://librdf.org/rasqal/
 BuildRequires: automake >= 1:1.7
 BuildRequires: flex >= 2.5.31
@@ -88,15 +88,15 @@
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog LICENSE.txt NEWS README
 %attr(755,root,root) %{_bindir}/roqet
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%attr(755,root,root) %{_libdir}/librasqal.so.*.*.*
 %{_mandir}/man1/roqet.1*
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/rasqal-config
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
-%{_includedir}/*
+%attr(755,root,root) %{_libdir}/librasqal.so
+%{_libdir}/librasqal.la
+%{_includedir}/rasqal.h
 %{_pkgconfigdir}/rasqal.pc
 %{_mandir}/man1/rasqal-config.1*
 %{_mandir}/man3/librasqal.3*
@@ -104,7 +104,7 @@
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/librasqal.a
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -112,6 +112,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.17  2007/02/03 14:54:34  qboosh
+- updated to 0.9.13
+
 Revision 1.16  2006/05/28 06:44:49  qboosh
 - updated to 0.9.12
 


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

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


SPECS: kde-screensaver-kmatrix.spec - BR boost-{filesystem, regex}-...

2007-02-03 Thread wolf
Author: wolf Date: Sat Feb  3 14:45:20 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- BR boost-{filesystem,regex}-devel

 Files affected:
SPECS:
   kde-screensaver-kmatrix.spec (1.4 -> 1.5) 

 Diffs:


Index: SPECS/kde-screensaver-kmatrix.spec
diff -u SPECS/kde-screensaver-kmatrix.spec:1.4 
SPECS/kde-screensaver-kmatrix.spec:1.5
--- SPECS/kde-screensaver-kmatrix.spec:1.4  Thu Feb  1 20:13:23 2007
+++ SPECS/kde-screensaver-kmatrix.spec  Sat Feb  3 15:45:15 2007
@@ -12,12 +12,14 @@
 # Source0-md5: 18bfaecbdbb521a8a840e8bd80a70729
 Patch0:kde-am.patch
 URL:   http://kmatrix3d.sourceforge.net/
-BuildRequires: OpenGL-devel
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: OpenGL-glut-devel
+BuildRequires: boost-filesystem-devel
+BuildRequires: boost-regex-devel
 BuildRequires: kdelibs-devel >= 9:3.2.0
 BuildRequires: libtool
+BuildRequires: OpenGL-devel
+BuildRequires: OpenGL-glut-devel
 BuildRequires: rpmbuild(macros) >= 1.229
 Requires:  kdebase-screensavers
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -75,6 +77,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.5  2007/02/03 14:45:15  wolf
+- BR boost-{filesystem,regex}-devel
+
 Revision 1.4  2007/02/01 19:13:23  pluto
 - glut is obsolete, BR: OpenGL-glut-devel provided by freeglut.
 - missed dir added to %files.


 CVS-web:

http://cvs.pld-linux.org/SPECS/kde-screensaver-kmatrix.spec?r1=1.4&r2=1.5&f=u

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


DISTFILES: aquamarine-0.1.9999.1.tar.bz2

2007-02-03 Thread rotom

Files fetched: 1

STORED: 
http://releases.beryl-project.org/0.1..1/aquamarine-0.1..1.tar.bz2
aeb3fb74c880c7caa3e789b7248174bd  aquamarine-0.1..1.tar.bz2
Size: 428391 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: aquamarine.spec - up to 0.1.9999.1 - BRs added

2007-02-03 Thread rotom
Author: rotomDate: Sat Feb  3 14:21:07 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 0.1..1
- BRs added

 Files affected:
SPECS:
   aquamarine.spec (1.20 -> 1.21) 

 Diffs:


Index: SPECS/aquamarine.spec
diff -u SPECS/aquamarine.spec:1.20 SPECS/aquamarine.spec:1.21
--- SPECS/aquamarine.spec:1.20  Sun Jan 14 19:48:24 2007
+++ SPECS/aquamarine.spec   Sat Feb  3 15:21:01 2007
@@ -2,15 +2,15 @@
 Summary:   Themeable window decorator and compositing manager for beryl
 Summary(pl):   Dekorator okien dla beryla używający motywów
 Name:  aquamarine
-Version:   0.1.4
+Version:   0.1..1
 Release:   0.1
 License:   GPL v2+
 Group: Themes
 Source0:   
http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: 6b0009bb7af2d37654d8001b1aecfdbe
+# Source0-md5: aeb3fb74c880c7caa3e789b7248174bd
 Patch0:%{name}-ac260-lt.patch
-Patch1:%{name}-nodeps_am.patch
-Patch2:%{name}-include.patch
+Patch1:%{name}-include.patch
+Patch2:kde-ac260-lt.patch
 URL:   http://www.beryl-project.org/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake >= 1.5
@@ -20,10 +20,13 @@
 BuildRequires: gtk+2-devel >= 2:2.8.0
 BuildRequires: kdebase-devel >= 9:3.5.0
 BuildRequires: kdelibs-devel >= 9:3.5.0
+BuildRequires: libart_lgpl-devel
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(macros) >= 1.129
 BuildRequires: startup-notification-devel
 BuildRequires: xorg-lib-libXcomposite-devel
+BuildRequires: xorg-lib-libXmu-devel
+BuildRequires: xorg-lib-libXft-devel
 Requires:  beryl-core >= 1:0.1.3
 Obsoletes: compiz-quinnstorm-kde-decorator
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -39,8 +42,8 @@
 %prep
 %setup -q
 %patch0 -p1
-#%patch1 -p0
-#%patch2 -p0
+%patch1 -p0
+%patch2 -p1
 
 mv -f po/{ca_ES,ca}.po
 mv -f po/{es_ES,es}.po
@@ -73,8 +76,8 @@
 %build
 # can't libtoolize with KDE mess
 #%{__aclocal}
-#%{__autoconf}
-#%{__autoheader}
+%{__autoconf}
+%{__autoheader}
 #%{__automake}
 %configure \
 %if "%{_lib}" == "lib64"
@@ -111,6 +114,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.21  2007/02/03 14:21:01  rotom
+- up to 0.1..1
+- BRs added
+
 Revision 1.20  2007/01/14 18:48:24  deejay1
 - added BRs: boost-filesystem-devel & boost-regex-devel
 


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

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


DISTFILES: raptor-1.4.14.tar.gz

2007-02-03 Thread qboosh

Files fetched: 1

STORED: http://download.librdf.org/source/raptor-1.4.14.tar.gz
1bbc9938f8f7310e20fbd5b962a43847  raptor-1.4.14.tar.gz
Size: 1432925 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: libraptor.spec - updated to 1.4.14

2007-02-03 Thread qboosh
Author: qboosh   Date: Sat Feb  3 13:45:30 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 1.4.14

 Files affected:
SPECS:
   libraptor.spec (1.33 -> 1.34) 

 Diffs:


Index: SPECS/libraptor.spec
diff -u SPECS/libraptor.spec:1.33 SPECS/libraptor.spec:1.34
--- SPECS/libraptor.spec:1.33   Sat Oct 28 00:55:55 2006
+++ SPECS/libraptor.specSat Feb  3 14:45:25 2007
@@ -4,19 +4,19 @@
 Name:  libraptor
 # the real name is raptor, but it conflicts with already existing raptor game
 %definername   raptor
-Version:   1.4.13
+Version:   1.4.14
 Release:   1
 License:   LGPL v2.1+ or GPL v2+ or Apache v2.0+
 Group: Libraries
 Source0:   http://download.librdf.org/source/%{rname}-%{version}.tar.gz
-# Source0-md5: a00b9685dd42d29537a4ff6bc94efabd
+# Source0-md5: 1bbc9938f8f7310e20fbd5b962a43847
 URL:   http://librdf.org/raptor/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake >= 1:1.7
-# WWW library can be one of: curl(default),xml,libwww,none
+# WWW library can be one of: curl(default),xml,libfetch,libwww,none
 BuildRequires: curl-devel
 # XML library can be libxml or expat; grddl parser requires libxml2+libxslt 
anyway
-BuildRequires: libxml2-devel >= 2.4.0
+BuildRequires: libxml2-devel >= 2.6.8
 BuildRequires: libxslt-devel >= 1.0.18
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(macros) >= 1.98
@@ -40,7 +40,7 @@
 Group: Development/Libraries
 Requires:  %{name} = %{version}-%{release}
 Requires:  curl-devel
-Requires:  libxml2-devel >= 2.4.0
+Requires:  libxml2-devel >= 2.6.8
 Requires:  libxslt-devel >= 1.0.18
 
 %description devel
@@ -134,6 +134,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.34  2007/02/03 13:45:25  qboosh
+- updated to 1.4.14
+
 Revision 1.33  2006/10/27 22:55:55  qboosh
 - updated to 1.4.13
 


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

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


DISTFILES: ejabberd-1.1.3.tar.gz

2007-02-03 Thread psz

Files fetched: 1

STORED: 
http://www.process-one.net/en/projects/ejabberd/download/1.1.3/ejabberd-1.1.3.tar.gz
bdb39965a147506fc194d5a28117172a  ejabberd-1.1.3.tar.gz
Size: 826057 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: ejabberd.spec - up to 1.1.3 - security fix, please STBR

2007-02-03 Thread psz
Author: psz  Date: Sat Feb  3 13:31:38 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- up to 1.1.3
- security fix, please STBR

 Files affected:
SPECS:
   ejabberd.spec (1.27 -> 1.28) 

 Diffs:


Index: SPECS/ejabberd.spec
diff -u SPECS/ejabberd.spec:1.27 SPECS/ejabberd.spec:1.28
--- SPECS/ejabberd.spec:1.27Thu Sep 28 10:53:52 2006
+++ SPECS/ejabberd.spec Sat Feb  3 14:31:32 2007
@@ -2,12 +2,12 @@
 Summary:   Fault-tolerant distributed Jabber/XMPP server
 Summary(pl):   Odporny na awarie rozproszony serwer Jabbera/XMPP
 Name:  ejabberd
-Version:   1.1.2
+Version:   1.1.3
 Release:   1
 License:   GPL
 Group: Applications/Communications
 Source0:   
http://www.process-one.net/en/projects/ejabberd/download/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 5b947e19e18a6b554bf31d1c95176eb6
+# Source0-md5: bdb39965a147506fc194d5a28117172a
 Source1:   %{name}.init
 Source2:   %{name}.sysconfig
 Source3:   %{name}.sh
@@ -113,6 +113,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.28  2007/02/03 13:31:32  psz
+- up to 1.1.3
+- security fix, please STBR
+
 Revision 1.27  2006/09/28 08:53:52  deejay1
 - up to 1.1.2
 


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

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


DISTFILES: sl-0.3.4.tar.gz

2007-02-03 Thread qboosh

Files fetched: 1

STORED: http://dev.brautaset.org/sl/download/sl-0.3.4.tar.gz
56d9ac18ca92436ff05ffee8ef23cdb9  sl-0.3.4.tar.gz
Size: 308420 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: libsl.spec - updated to 0.3.4 - more verbose files - release 1

2007-02-03 Thread qboosh
Author: qboosh   Date: Sat Feb  3 13:17:01 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 0.3.4
- more verbose files
- release 1

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

 Diffs:


Index: SPECS/libsl.spec
diff -u SPECS/libsl.spec:1.3 SPECS/libsl.spec:1.4
--- SPECS/libsl.spec:1.3Mon Oct 31 21:14:30 2005
+++ SPECS/libsl.specSat Feb  3 14:16:55 2007
@@ -8,17 +8,19 @@
 Summary:   A small and flexible linked list implementation
 Summary(pl):   Mała i elastyczna implementacja listy wiązanej
 Name:  libsl
-Version:   0.3.3
-Release:   0.1
+Version:   0.3.4
+Release:   1
 License:   GPL v2
 Group: Libraries
 Source0:   http://dev.brautaset.org/sl/download/sl-%{version}.tar.gz
-# Source0-md5: 67bfb9a8bfd13e295d84e194d6521e3d
+# Source0-md5: 56d9ac18ca92436ff05ffee8ef23cdb9
 Patch0:%{name}-am.patch
 URL:   http://brautaset.org/software/sl/
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.59
 BuildRequires: automake
 BuildRequires: libtool
+# pod2man
+BuildRequires: perl-tools-pod
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -94,19 +96,19 @@
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%attr(755,root,root) %{_libdir}/libsl.so.*.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
+%attr(755,root,root) %{_libdir}/libsl.so
+%{_libdir}/libsl.la
 %{_includedir}/sl
-%{_mandir}/man3/*
+%{_mandir}/man3/sl.3*
 
 %if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libsl.a
 %endif
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -115,6 +117,11 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.4  2007/02/03 13:16:55  qboosh
+- updated to 0.3.4
+- more verbose files
+- release 1
+
 Revision 1.3  2005/10/31 20:14:30  twittner
 - up to 0.3.3
 - added -am.patch - don't use CFLAGS in Makefile.am - it overrides CFLAGS


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

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


DISTFILES: libgcrypt-1.2.4.tar.bz2

2007-02-03 Thread qboosh

Files fetched: 1

STORED: ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.2.4.tar.bz2
3675d3e74c3a44aed629d9b12a30bb51  libgcrypt-1.2.4.tar.bz2
Size: 799237 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: libgcrypt.spec - updated to 1.2.4

2007-02-03 Thread qboosh
Author: qboosh   Date: Sat Feb  3 13:04:04 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 1.2.4

 Files affected:
SPECS:
   libgcrypt.spec (1.51 -> 1.52) 

 Diffs:


Index: SPECS/libgcrypt.spec
diff -u SPECS/libgcrypt.spec:1.51 SPECS/libgcrypt.spec:1.52
--- SPECS/libgcrypt.spec:1.51   Sun Nov 26 17:56:58 2006
+++ SPECS/libgcrypt.specSat Feb  3 14:03:58 2007
@@ -8,14 +8,14 @@
 Summary(pl):   Biblioteka kryptograficzna oparta na kodzie GnuPG
 Summary(pt_BR):libgcrypt é uma biblioteca de criptografia de uso geral 
baseada no GnuPG
 Name:  libgcrypt
-Version:   1.2.3
-Release:   2
+Version:   1.2.4
+Release:   1
 License:   LGPL
 Group: Libraries
 # devel versions:
 #Source0:  
ftp://ftp.gnupg.org/gcrypt/alpha/libgcrypt/%{name}-%{version}.tar.gz
 Source0:   ftp://ftp.gnupg.org/gcrypt/libgcrypt/%{name}-%{version}.tar.bz2
-# Source0-md5: 49810175ab672b19a02509d2a670b156
+# Source0-md5: 3675d3e74c3a44aed629d9b12a30bb51
 Patch0:%{name}-no_libnsl.patch
 Patch1:%{name}-info.patch
 Patch2: %{name}-sparc64.patch
@@ -94,7 +94,7 @@
 
 %build
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__automake}
 %configure \
@@ -153,6 +153,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.52  2007/02/03 13:03:58  qboosh
+- updated to 1.2.4
+
 Revision 1.51  2006/11/26 16:56:58  megabajt
 - release 2 (rebuild with P: *.la)
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/libgcrypt.spec?r1=1.51&r2=1.52&f=u

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


DISTFILES: gst-python-0.10.7.tar.bz2

2007-02-03 Thread qboosh

Files fetched: 1

STORED: 
http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.7.tar.bz2
16dd6515fd011ad449e5ce191dbb94be  gst-python-0.10.7.tar.bz2
Size: 433508 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: python-gstreamer.spec - updated to 0.10.7

2007-02-03 Thread qboosh
Author: qboosh   Date: Sat Feb  3 12:53:31 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 0.10.7

 Files affected:
SPECS:
   python-gstreamer.spec (1.20 -> 1.21) 

 Diffs:


Index: SPECS/python-gstreamer.spec
diff -u SPECS/python-gstreamer.spec:1.20 SPECS/python-gstreamer.spec:1.21
--- SPECS/python-gstreamer.spec:1.20Thu Dec  7 21:44:44 2006
+++ SPECS/python-gstreamer.spec Sat Feb  3 13:53:26 2007
@@ -3,12 +3,12 @@
 Summary:   GStreamer Python bindings
 Summary(pl):   Wiązania języka Python do GStreamera
 Name:  python-gstreamer
-Version:   0.10.6
+Version:   0.10.7
 Release:   1
 License:   GPL
 Group: Libraries/Python
 Source0:   
http://gstreamer.freedesktop.org/src/gst-python/%{pname}-%{version}.tar.bz2
-# Source0-md5: dc9804aa67bc71aa9b6185726b6694ba
+# Source0-md5: 16dd6515fd011ad449e5ce191dbb94be
 URL:   http://gstreamer.freedesktop.org/modules/gst-python.html
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake
@@ -85,6 +85,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.21  2007/02/03 12:53:26  qboosh
+- updated to 0.10.7
+
 Revision 1.20  2006/12/07 20:44:44  qboosh
 - updated to 0.10.6, removed obsolete py2pyc patch
 - pygobject is sufficient now instead of pygtk


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

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


DISTFILES: xbl-1.1.5.tar.gz

2007-02-03 Thread qboosh

Files fetched: 1

STORED: http://www710.univ-lyon1.fr/ftp/xbl/xbl-1.1.5.tar.gz
f618cb6fc20314683c20679d063e1b37  xbl-1.1.5.tar.gz
Size: 136508 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: xbl.spec - updated to 1.1.5

2007-02-03 Thread qboosh
Author: qboosh   Date: Sat Feb  3 12:46:18 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 1.1.5

 Files affected:
SPECS:
   xbl.spec (1.13 -> 1.14) 

 Diffs:


Index: SPECS/xbl.spec
diff -u SPECS/xbl.spec:1.13 SPECS/xbl.spec:1.14
--- SPECS/xbl.spec:1.13 Thu Oct 26 22:16:29 2006
+++ SPECS/xbl.spec  Sat Feb  3 13:46:13 2007
@@ -7,12 +7,12 @@
 Summary(pt_BR):Jogo geométrico em 3d
 Summary(tr):   Üç boyutlu geometri oyunu
 Name:  xbl
-Version:   1.1.4
+Version:   1.1.5
 Release:   1
 License:   GPL
 Group: X11/Applications/Games
 Source0:   http://www710.univ-lyon1.fr/ftp/xbl/%{name}-%{version}.tar.gz
-# Source0-md5: 217127882e5999f8b20c499d24e2ee04
+# Source0-md5: f618cb6fc20314683c20679d063e1b37
 Source1:   %{name}.desktop
 Source2:   %{name}.png
 Patch0:%{name}-config.patch
@@ -87,6 +87,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.14  2007/02/03 12:46:13  qboosh
+- updated to 1.1.5
+
 Revision 1.13  2006/10/26 20:16:29  qboosh
 - updated to 1.1.4
 - updated config patch, switched to modular xorg


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

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


DISTFILES: xlsfonts-1.0.2.tar.bz2

2007-02-03 Thread qboosh

Files fetched: 1

STORED: 
http://xorg.freedesktop.org/releases/individual/app/xlsfonts-1.0.2.tar.bz2
28958248590ff60ecd70e8f590d977b7  xlsfonts-1.0.2.tar.bz2
Size: 99216 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: xorg-app-xlsfonts.spec - updated to 1.0.2 - real descs from...

2007-02-03 Thread qboosh
Author: qboosh   Date: Sat Feb  3 12:36:18 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 1.0.2
- real descs from man

 Files affected:
SPECS:
   xorg-app-xlsfonts.spec (1.10 -> 1.11) 

 Diffs:


Index: SPECS/xorg-app-xlsfonts.spec
diff -u SPECS/xorg-app-xlsfonts.spec:1.10 SPECS/xorg-app-xlsfonts.spec:1.11
--- SPECS/xorg-app-xlsfonts.spec:1.10   Sun Oct 15 22:33:26 2006
+++ SPECS/xorg-app-xlsfonts.specSat Feb  3 13:36:13 2007
@@ -1,13 +1,13 @@
 # $Revision$, $Date$
-Summary:   xlsfonts application
-Summary(pl):   Aplikacja xlsfonts
+Summary:   xlsfonts application - server font list displayer for X
+Summary(pl):   Aplikacja xlsfonts - wyświetlanie listy fontów serwera X
 Name:  xorg-app-xlsfonts
-Version:   1.0.1
+Version:   1.0.2
 Release:   1
 License:   MIT
 Group: X11/Applications
 Source0:   
http://xorg.freedesktop.org/releases/individual/app/xlsfonts-%{version}.tar.bz2
-# Source0-md5: ca9c6c88d0b83360b7b5092615fbf591
+# Source0-md5: 28958248590ff60ecd70e8f590d977b7
 URL:   http://xorg.freedesktop.org/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake
@@ -17,10 +17,10 @@
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-xlsfonts application.
+xlsfonts lists the fonts that match the given pattern.
 
 %description -l pl
-Aplikacja xlsfonts.
+xlsfonts wyświetla listę fontów pasujących do zadanego wzorca.
 
 %prep
 %setup -q -n xlsfonts-%{version}
@@ -55,6 +55,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.11  2007/02/03 12:36:13  qboosh
+- updated to 1.0.2
+- real descs from man
+
 Revision 1.10  2006/10/15 20:33:26  qboosh
 - use individual dir, more verbose files, release 1
 


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

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


DISTFILES: xfontsel-1.0.2.tar.bz2

2007-02-03 Thread qboosh

Files fetched: 1

STORED: 
http://xorg.freedesktop.org/releases/individual/app/xfontsel-1.0.2.tar.bz2
288fe4cf8a990e4e602aac16dd9109fb  xfontsel-1.0.2.tar.bz2
Size: 106540 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: xorg-app-xfontsel.spec - updated to 1.0.2

2007-02-03 Thread qboosh
Author: qboosh   Date: Sat Feb  3 12:33:18 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- updated to 1.0.2

 Files affected:
SPECS:
   xorg-app-xfontsel.spec (1.11 -> 1.12) 

 Diffs:


Index: SPECS/xorg-app-xfontsel.spec
diff -u SPECS/xorg-app-xfontsel.spec:1.11 SPECS/xorg-app-xfontsel.spec:1.12
--- SPECS/xorg-app-xfontsel.spec:1.11   Sun Oct 15 19:39:09 2006
+++ SPECS/xorg-app-xfontsel.specSat Feb  3 13:33:12 2007
@@ -1,13 +1,13 @@
 # $Revision$, $Date$
-Summary:   xfontsel application
-Summary(pl):   Aplikacja xfontsel
+Summary:   xfontsel application - point and click selection of X11 font 
names
+Summary(pl):   Aplikacja xfontsel - wybór fontów X11 przy użyciu myszki
 Name:  xorg-app-xfontsel
-Version:   1.0.1
+Version:   1.0.2
 Release:   1
 License:   MIT
 Group: X11/Applications
 Source0:   
http://xorg.freedesktop.org/releases/individual/app/xfontsel-%{version}.tar.bz2
-# Source0-md5: f7b240af84fa8f68f5074b3f0ae479e5
+# Source0-md5: 288fe4cf8a990e4e602aac16dd9109fb
 URL:   http://xorg.freedesktop.org/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake
@@ -19,10 +19,14 @@
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-xfontsel application.
+The xfontsel application provides a simple way to display the fonts
+known to your X server, examine samples of each, and retrieve the X
+Logical Font Description (XLFD) full name for a font.
 
 %description -l pl
-Aplikacja xfontsel.
+Aplikacja xfontsel udostępnia łatwy sposób wyświetlania fontów
+widocznych dla serwera X, oglądanie ich przykładów i odczytywanie
+pełnych nazw XLFD (X Logical Font Description) dla fontów.
 
 %prep
 %setup -q -n xfontsel-%{version}
@@ -58,6 +62,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.12  2007/02/03 12:33:12  qboosh
+- updated to 1.0.2
+
 Revision 1.11  2006/10/15 17:39:09  qboosh
 - use individual dir, more verbose files, release 1
 


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

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


DISTFILES: amarok-1.4.5.tar.bz2

2007-02-03 Thread glen

Files fetched: 1

STORED: http://mark.kollide.net/amarok-1.4.5.tar.bz2
81696ff44989334f0fc5dfd4142ded6d  amarok-1.4.5.tar.bz2
Size: 18034058 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): amarok.spec - 1.4.5 (temporary tarball) - updat...

2007-02-03 Thread glen
Author: glen Date: Sat Feb  3 12:31:05 2007 GMT
Module: SPECS Tag: AC-branch
 Log message:
- 1.4.5 (temporary tarball)
- updated deps from README

 Files affected:
SPECS:
   amarok.spec (1.151.2.1 -> 1.151.2.2) 

 Diffs:


Index: SPECS/amarok.spec
diff -u SPECS/amarok.spec:1.151.2.1 SPECS/amarok.spec:1.151.2.2
--- SPECS/amarok.spec:1.151.2.1 Mon Jan 22 22:05:24 2007
+++ SPECS/amarok.spec   Sat Feb  3 13:31:00 2007
@@ -7,6 +7,8 @@
 # - include /usr/bin/amarok_proxy.rb (proxy server for last.fm, but req. ruby)
 # - main package pulls /usr/bin/ruby
 # - monitor http://bugs.kde.org/show_bug.cgi?id=137390 to remove the temporary 
fix
+# - karma & MFS (see README)
+# - ProjectM (see README)
 #
 # Conditional builds:
 %bcond_withgstreamer   # enable gstreamer (gst10 not stable)
@@ -28,16 +30,16 @@
 Summary:   A KDE audio player
 Summary(pl):   Odtwarzacz audio dla KDE
 Name:  amarok
-Version:   1.4.4
-Release:   8
+Version:   1.4.5
+Release:   0.1
 License:   GPL
 Group: X11/Applications/Multimedia
 #Source0:  http://dl.sourceforge.net/amarok/%{name}-%{version}.tar.bz2
-Source0:   
http://mirrors.isc.org/pub/kde/stable/amarok/%{version}/src/%{name}-%{version}.tar.bz2
-# Source0-md5: 56a9aec42088c338b81252f8e0651781
+#Source0:  
http://mirrors.isc.org/pub/kde/stable/amarok/%{version}/src/%{name}-%{version}.tar.bz2
+Source0:   http://mark.kollide.net/%{name}-%{version}.tar.bz2
+# Source0-md5: 81696ff44989334f0fc5dfd4142ded6d
 Patch0:%{name}-helixplayer-morearchs.patch
 Patch1:%{name}-libnjb.patch
-Patch2:%{name}-smp.patch
 Patch3:%{name}-sparc.patch
 Patch4:kde-ac260-lt.patch
 Patch5:kde-common-PLD.patch
@@ -54,15 +56,15 @@
 BuildRequires: kdebase-devel
 %{?with_akode:BuildRequires:   kdemultimedia-akode}
 BuildRequires: kdemultimedia-devel >= 9:3.1.93
-%{?with_mp3players:BuildRequires:  libgpod-devel >= 0.2.0}
-%{?with_mp3players:BuildRequires:  libifp-devel}
+%{?with_mp3players:BuildRequires:  libgpod-devel >= 0.4.2}
+%{?with_mp3players:BuildRequires:  libifp-devel >= 1.0.0.2}
 BuildRequires: libltdl-devel
-%{?with_mp3players:BuildRequires:  libmtp-devel}
-%{?with_mp3players:BuildRequires:  libnjb-devel}
+%{?with_mp3players:BuildRequires:  libmtp-devel >= 0.1.1}
+%{?with_mp3players:BuildRequires:  libnjb-devel >= 2.2.4}
 %{?with_pgsql:BuildRequires:   libpqxx-devel}
 BuildRequires: libtunepimp-devel >= 0.5.1-6
 BuildRequires: libvisual-devel >= 0.4.0
-BuildRequires: mpeg4ip-devel
+BuildRequires: mpeg4ip-devel >= 1:1.5
 %{?with_mysql:BuildRequires:   mysql-devel}
 BuildRequires: pcre-devel
 BuildRequires: pkgconfig
@@ -210,8 +212,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p0
-%patch3 -p0
+%patch3 -p1
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
@@ -226,7 +227,7 @@
 # kill env, call interpreter directly, so rpm automatics could rule
 %{__sed} -i -e '
1s,#!.*bin/env.*ruby,#!%{_bindir}/ruby,
-   1s,#!.*bin/env.*python,#!%{_bindir}/python,
+   1s,#!.*bin/env.*python,#!%{__python},
1s,#!.*bin/env.*bash,#!/bin/bash,
 ' amarok/src/scripts/*/*.{py,rb,sh} amarok/src/amarok_proxy.rb
 
@@ -497,6 +498,10 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.151.2.2  2007/02/03 12:31:00  glen
+- 1.4.5 (temporary tarball)
+- updated deps from README
+
 Revision 1.151.2.1  2007/01/22 21:05:24  glen
 - rel 8: libdns_sd.so.1 in noautoreqdep
 


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

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


SPECS: eventum.spec - 20070203.3234

2007-02-03 Thread glen
Author: glen Date: Sat Feb  3 12:17:29 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- 20070203.3234

 Files affected:
SPECS:
   eventum.spec (1.225 -> 1.226) 

 Diffs:


Index: SPECS/eventum.spec
diff -u SPECS/eventum.spec:1.225 SPECS/eventum.spec:1.226
--- SPECS/eventum.spec:1.225Tue Jan 30 20:18:29 2007
+++ SPECS/eventum.spec  Sat Feb  3 13:17:24 2007
@@ -12,9 +12,9 @@
 %bcond_withqmail   # build the router-qmail subpackage
 
 #define_snap   20060921
-%define_svn20070130.3228
+%define_svn20070203.3234
 #define_rc RC3
-%define_rel5.175
+%define_rel5.176
 
 %include   /usr/lib/rpm/macros.php
 Summary:   Eventum Issue / Bug tracking system
@@ -26,7 +26,7 @@
 Group: Applications/WWW
 #Source0:  
http://downloads.mysql.com/snapshots/eventum/%{name}-nightly-%{_snap}.tar.gz
 Source0:   %{name}-%{_svn}.tar.bz2
-# Source0-md5: 0c4bb49fefc34dffc29d035d57196fa7
+# Source0-md5: 5283210ab1e2ae4ed7421333df7f2738
 Source1:   %{name}-apache.conf
 Source2:   %{name}-mail-queue.cron
 Source3:   %{name}-mail-download.cron
@@ -1029,6 +1029,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.226  2007/02/03 12:17:24  glen
+- 20070203.3234
+
 Revision 1.225  2007/01/30 19:18:29  glen
 - update to 20070130.3228
 


 CVS-web:
http://cvs.pld-linux.org/SPECS/eventum.spec?r1=1.225&r2=1.226&f=u

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


DISTFILES: eventum-20070203.3234.tar.bz2

2007-02-03 Thread glen

Files fetched: 1

STORED: no-url://eventum-20070203.3234.tar.bz2
5283210ab1e2ae4ed7421333df7f2738  eventum-20070203.3234.tar.bz2
Size: 916461 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: gnupg2.spec - added pl.po-update patch

2007-02-03 Thread qboosh
Author: qboosh   Date: Sat Feb  3 12:13:32 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- added pl.po-update patch

 Files affected:
SPECS:
   gnupg2.spec (1.54 -> 1.55) 

 Diffs:


Index: SPECS/gnupg2.spec
diff -u SPECS/gnupg2.spec:1.54 SPECS/gnupg2.spec:1.55
--- SPECS/gnupg2.spec:1.54  Thu Feb  1 12:29:03 2007
+++ SPECS/gnupg2.spec   Sat Feb  3 13:13:27 2007
@@ -1,6 +1,4 @@
 # $Revision$, $Date$
-# TODO:
-# - update pl.po (just a note for myself  --q)
 #
 # Conditional build:
 %bcond_without pth # without pth-based based version of gnupg
@@ -18,7 +16,8 @@
 Source1:   gnupg-agent.sh
 Patch0:%{name}-info.patch
 Patch1:%{name}-pth.patch
-Patch2:%{name}-disable_tests.patch
+Patch2:%{name}-pl.po-update.patch
+Patch3:%{name}-disable_tests.patch
 URL:   http://www.gnupg.org/
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1:1.9.3
@@ -177,7 +176,10 @@
 %setup -q -n gnupg-%{version}
 %patch0 -p1
 %patch1 -p1
-%{!?with_tests:%patch2 -p1}
+%patch2 -p1
+%{!?with_tests:%patch3 -p1}
+
+rm -f po/stamp-po
 
 %build
 %{__gettextize}
@@ -305,6 +307,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.55  2007/02/03 12:13:27  qboosh
+- added pl.po-update patch
+
 Revision 1.54  2007/02/01 11:29:03  qboosh
 - separated plugins
 


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

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


SPECS: smtp-gated.spec - doc README.PL

2007-02-03 Thread dzeus
Author: dzeusDate: Sat Feb  3 12:00:22 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- doc README.PL

 Files affected:
SPECS:
   smtp-gated.spec (1.23 -> 1.24) 

 Diffs:


Index: SPECS/smtp-gated.spec
diff -u SPECS/smtp-gated.spec:1.23 SPECS/smtp-gated.spec:1.24
--- SPECS/smtp-gated.spec:1.23  Wed Jan  3 18:05:59 2007
+++ SPECS/smtp-gated.spec   Sat Feb  3 13:00:17 2007
@@ -104,7 +104,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README
+%doc AUTHORS ChangeLog README README.PL
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
/etc/sysconfig/%{name}
 %attr(640,root,clamav) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/%{name}.conf
 %attr(754,root,root) /etc/rc.d/init.d/%{name}
@@ -121,6 +121,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.24  2007/02/03 12:00:17  dzeus
+- doc README.PL
+
 Revision 1.23  2007/01/03 17:05:59  undefine
 - up to 1.4.15.1
 


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

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


SOURCES: gnupg2-pl.po-update.patch (NEW) - for 2.0.2

2007-02-03 Thread qboosh
Author: qboosh   Date: Sat Feb  3 11:55:29 2007 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- for 2.0.2

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

 Diffs:


Index: SOURCES/gnupg2-pl.po-update.patch
diff -u /dev/null SOURCES/gnupg2-pl.po-update.patch:1.1
--- /dev/null   Sat Feb  3 12:55:29 2007
+++ SOURCES/gnupg2-pl.po-update.patch   Sat Feb  3 12:55:24 2007
@@ -0,0 +1,8881 @@
+--- gnupg-2.0.2/po/pl.po.orig  2007-01-31 15:13:26.0 +0100
 gnupg-2.0.2/po/pl.po   2007-02-03 12:23:32.196694065 +0100
+@@ -1,90 +1,75 @@
+ # Gnu Privacy Guard.
+ # Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+-# Janusz A. Urbanowicz <[EMAIL PROTECTED]>, 1999, 2000, 2001, 2002.
+-#
+-# To be included in GnuPG 1.2.2
++# Janusz A. Urbanowicz <[EMAIL PROTECTED]>, 1999, 2000, 2001, 2002, 
2003-2004(?).
++# fixes and updates by Jakub Bogusz <[EMAIL PROTECTED]>, 2003-2007.
+ #
+ msgid ""
+ msgstr ""
+-"Project-Id-Version: gnupg-1.2.2\n"
++"Project-Id-Version: gnupg-2.0.2\n"
+ "Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
+ "POT-Creation-Date: 2007-01-31 15:12+0100\n"
+-"PO-Revision-Date: 2004-06-23 15:54+0200\n"
+-"Last-Translator: Janusz A. Urbanowicz <[EMAIL PROTECTED]>\n"
+-"Language-Team: Polish <[EMAIL PROTECTED]>\n"
++"PO-Revision-Date: 2007-02-01 20:01+0100\n"
++"Last-Translator: Jakub Bogusz <[EMAIL PROTECTED]>\n"
++"Language-Team: Polish <[EMAIL PROTECTED]>\n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=ISO-8859-2\n"
+ "Content-Transfer-Encoding: 8bit\n"
+-"Xgettext-Options: --default-domain=gnupg --directory=.. --add-comments --"
+-"keyword=_ --keyword=N_ --files-from=./POTFILES.in\n"
+-"Files: util/secmem.c util/argparse.c cipher/random.c cipher/rand-dummy.c "
+-"cipher/rand-unix.c cipher/rand-w32.c g10/g10.c g10/pkclist.c g10/keygen.c "
+-"g10/decrypt.c g10/encode.c g10/import.c g10/keyedit.c g10/keylist.c g10/"
+-"mainproc.c g10/passphrase.c g10/plaintext.c g10/pref.c g10/seckey-cert.c 
g10/"
+-"sig-check.c g10/sign.c g10/trustdb.c g10/verify.c g10/status.c g10/pubkey-"
+-"enc.c\n"
++"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 
|| n%100>=20) ? 1 : 2);\n"
+ 
+ #: agent/call-pinentry.c:193
+-#, fuzzy, c-format
++#, c-format
+ msgid "failed to acquire the pinentry lock: %s\n"
+-msgstr "inicjowanie Bazy Zaufania nie powiodło się: %s\n"
++msgstr "nie udało się uzyskać blokady pinentry: %s\n"
+ 
+ #: agent/call-pinentry.c:390
+ msgid ""
+ "Please enter your PIN, so that the secret key can be unlocked for this "
+ "session"
+-msgstr ""
++msgstr "Proszę wprowadzić swój PIN, żeby odblokować klucz tajny dla tej sesji"
+ 
+ #: agent/call-pinentry.c:393
+-#, fuzzy
+ msgid ""
+ "Please enter your passphrase, so that the secret key can be unlocked for "
+ "this session"
+-msgstr "Podaj długie, skomplikowane hasło, np. całe zdanie.\n"
++msgstr "Proszę wprowadzić swoje hasło, żeby odblokować klucz tajny dla tej 
sesji"
+ 
+ #: agent/call-pinentry.c:440
+ #, c-format
+ msgid "SETERROR %s (try %d of %d)"
+-msgstr ""
++msgstr "SETERROR %s (próba %d z %d)"
+ 
+ #: agent/call-pinentry.c:460 agent/call-pinentry.c:472
+-#, fuzzy
+ msgid "PIN too long"
+-msgstr "linia zbyt długa\n"
++msgstr "PIN zbyt długi"
+ 
+ #: agent/call-pinentry.c:461
+-#, fuzzy
+ msgid "Passphrase too long"
+-msgstr "hasło zbyt długie\n"
++msgstr "Hasło zbyt długie"
+ 
+ #: agent/call-pinentry.c:469
+-#, fuzzy
+ msgid "Invalid characters in PIN"
+-msgstr "Niewłaściwy znak w imieniu lub nazwisku\n"
++msgstr "Niewłaściwy znak w PIN-ie"
+ 
+ #: agent/call-pinentry.c:474
+ msgid "PIN too short"
+-msgstr ""
++msgstr "PIN zbyt krótki"
+ 
+ #: agent/call-pinentry.c:486
+-#, fuzzy
+ msgid "Bad PIN"
+-msgstr "błąd MPI"
++msgstr "Niepoprawny PIN"
+ 
+ #: agent/call-pinentry.c:487
+-#, fuzzy
+ msgid "Bad Passphrase"
+-msgstr "niepoprawne hasło"
++msgstr "Niepoprawne hasło"
+ 
+ #: agent/call-pinentry.c:523
+-#, fuzzy
+ msgid "Passphrase"
+-msgstr "niepoprawne hasło"
++msgstr "Hasło"
+ 
+ #: agent/command-ssh.c:531
+-#, fuzzy, c-format
++#, c-format
+ msgid "ssh keys greater than %d bits are not supported\n"
+-msgstr "algorytm ochrony %d%s nie jest obsługiwany\n"
++msgstr "klucze ssh większe niż %d bitów nie są obsługiwane\n"
+ 
+ #: agent/command-ssh.c:690 g10/exec.c:480 g10/gpg.c:1020 g10/keygen.c:3067
+ #: g10/keygen.c:3096 g10/keyring.c:1204 g10/keyring.c:1508 g10/openfile.c:267
+@@ -106,71 +91,68 @@
+ msgstr "nie można otworzyć ,,%s'': %s\n"
+ 
+ #: agent/command-ssh.c:1617 agent/command-ssh.c:1635
+-#, fuzzy, c-format
++#, c-format
+ msgid "error getting serial number of card: %s\n"
+-msgstr "błąd podczas tworzenia hasła: %s\n"
++msgstr "błąd pobierania numeru seryjnego karty: %s\n"
+ 
+ #: agent/command-ssh.c:1621
+ #, c-format
+ msgid "detected card with S/N: %s\n"
+-msgstr ""
++msgstr "wykryto kartę o numerze seryjnym: %s\n"
+ 
+ #: agent

SOURCES: wtf-man.patch (NEW) - reference to pkg_info(1) (*BSD spec...

2007-02-03 Thread twittner
Author: twittner Date: Sat Feb  3 11:40:10 2007 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- reference to pkg_info(1) (*BSD specific) from man page removed

 Files affected:
SOURCES:
   wtf-man.patch (NONE -> 1.1)  (NEW)

 Diffs:


Index: SOURCES/wtf-man.patch
diff -u /dev/null SOURCES/wtf-man.patch:1.1
--- /dev/null   Sat Feb  3 12:40:10 2007
+++ SOURCES/wtf-man.patch   Sat Feb  3 12:40:05 2007
@@ -0,0 +1,10 @@
+--- wtf-20051104/wtf.6~2007-02-03 12:36:59.0 +0100
 wtf-20051104/wtf.6 2007-02-03 12:37:14.0 +0100
+@@ -58,7 +58,6 @@
+ computer-related acronym database.
+ .El
+ .Sh SEE ALSO
+-.Xr pkg_info 1 ,
+ .Xr whatis 1
+ .Sh HISTORY
+ .Nm

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


SPECS: wtf.spec - reference to pkg_info(1) (*BSD specific) from ma...

2007-02-03 Thread twittner
Author: twittner Date: Sat Feb  3 11:40:09 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- reference to pkg_info(1) (*BSD specific) from man page removed

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

 Diffs:


Index: SPECS/wtf.spec
diff -u SPECS/wtf.spec:1.2 SPECS/wtf.spec:1.3
--- SPECS/wtf.spec:1.2  Sat Feb  3 12:34:28 2007
+++ SPECS/wtf.spec  Sat Feb  3 12:40:04 2007
@@ -9,6 +9,7 @@
 Source0:   http://www.mu.org/~mux/wtf/%{name}-%{version}.tar.gz
 # Source0-md5: 93ca90bef86d2f58da14ed0db87cbf78
 Patch0:%{name}-updates.patch
+Patch1:%{name}-man.patch
 Requires:  grep
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -21,6 +22,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -45,6 +47,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.3  2007/02/03 11:40:04  twittner
+- reference to pkg_info(1) (*BSD specific) from man page removed
+
 Revision 1.2  2007/02/03 11:34:28  twittner
 - pl
 


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

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


SPECS: wtf.spec - pl

2007-02-03 Thread twittner
Author: twittner Date: Sat Feb  3 11:34:33 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- pl

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

 Diffs:


Index: SPECS/wtf.spec
diff -u SPECS/wtf.spec:1.1 SPECS/wtf.spec:1.2
--- SPECS/wtf.spec:1.1  Sat Feb  3 08:28:57 2007
+++ SPECS/wtf.spec  Sat Feb  3 12:34:28 2007
@@ -1,5 +1,6 @@
 # $Revision$, $Date$
 Summary:   translates acronyms for you
+Summary(pl):   Tłumaczy znaczenie akronimów
 Name:  wtf
 Version:   20051104
 Release:   1
@@ -14,6 +15,9 @@
 %description
 Translates acronyms for you.
 
+%description -l pl
+Tłumaczy znaczenie akronimów.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -41,6 +45,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.2  2007/02/03 11:34:28  twittner
+- pl
+
 Revision 1.1  2007/02/03 07:28:57  arekm
 - initial
 


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

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


SPECS: l7-protocols.spec - BA: noarch

2007-02-03 Thread charles
Author: charles  Date: Sat Feb  3 11:32:16 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- BA: noarch

 Files affected:
SPECS:
   l7-protocols.spec (1.26 -> 1.27) 

 Diffs:


Index: SPECS/l7-protocols.spec
diff -u SPECS/l7-protocols.spec:1.26 SPECS/l7-protocols.spec:1.27
--- SPECS/l7-protocols.spec:1.26Tue Jan 23 23:45:59 2007
+++ SPECS/l7-protocols.spec Sat Feb  3 12:32:11 2007
@@ -11,6 +11,7 @@
 Source0:   http://dl.sourceforge.net/l7-filter/%{name}-%{dashver}.tar.gz
 # Source0-md5: 02a928851613eed6f9d52fabe52312d0
 URL:   http://l7-filter.sourceforge.net/
+BuildArch: noarch
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -48,6 +49,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.27  2007/02/03 11:32:11  charles
+- BA: noarch
+
 Revision 1.26  2007/01/23 22:45:59  dzeus
 - up to 2007_01_14
 


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

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


SOURCES: amarok-sparc.patch - update to 1.4.5

2007-02-03 Thread glen
Author: glen Date: Sat Feb  3 11:25:46 2007 GMT
Module: SOURCES   Tag: HEAD
 Log message:
- update to 1.4.5

 Files affected:
SOURCES:
   amarok-sparc.patch (1.1 -> 1.2) 

 Diffs:


Index: SOURCES/amarok-sparc.patch
diff -u SOURCES/amarok-sparc.patch:1.1 SOURCES/amarok-sparc.patch:1.2
--- SOURCES/amarok-sparc.patch:1.1  Thu Nov 16 23:05:35 2006
+++ SOURCES/amarok-sparc.patch  Sat Feb  3 12:25:41 2007
@@ -1,11 +1,11 @@
 admin/acinclude.m4.in.orig 2006-11-16 17:50:09.476528812 +
-+++ admin/acinclude.m4.in  2006-11-16 17:50:20.123466488 +
+--- amarok-1.4.5/admin/acinclude.m4.in~2007-02-03 13:22:56.983737611 
+0200
 amarok-1.4.5/admin/acinclude.m4.in 2007-02-03 13:24:33.815926416 +0200
 @@ -3197,7 +3197,7 @@
  CXXFLAGS="-Wall -W -Wpointer-arith $CXXFLAGS"
  case $host in
*-*-linux-gnu)  
 -CFLAGS="-std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow 
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE $CFLAGS"
 +CFLAGS="-W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith 
-Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE $CFLAGS"
- CXXFLAGS="-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align 
-Wconversion -Wchar-subscripts $CXXFLAGS"
+ CXXFLAGS="-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align 
-Wchar-subscripts $CXXFLAGS"
  KDE_CHECK_COMPILER_FLAG(Wmissing-format-attribute, 
[CXXFLAGS="$CXXFLAGS -Wformat-security -Wmissing-format-attribute"])
  KDE_CHECK_C_COMPILER_FLAG(Wmissing-format-attribute, 
[CFLAGS="$CFLAGS -Wformat-security -Wmissing-format-attribute"])


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

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


SPECS (DEVEL): rapidsvn.spec - 0.9.6 taken from SVN, as PLD moved ...

2007-02-03 Thread czarny
Author: czarny   Date: Sat Feb  3 11:10:49 2007 GMT
Module: SPECS Tag: DEVEL
 Log message:
- 0.9.6 taken from SVN, as PLD moved to wxWidgets 2.8, which is not supported 
by 0.9.4

 Files affected:
SPECS:
   rapidsvn.spec (1.24 -> 1.24.2.1) 

 Diffs:


Index: SPECS/rapidsvn.spec
diff -u SPECS/rapidsvn.spec:1.24 SPECS/rapidsvn.spec:1.24.2.1
--- SPECS/rapidsvn.spec:1.24Wed May  4 22:40:20 2005
+++ SPECS/rapidsvn.spec Sat Feb  3 12:10:44 2007
@@ -2,14 +2,15 @@
 Summary:   Cross-platform GUI front-end for the Subversion revision system
 Summary(pl):   Wieloplatformowy graficzny interfejs do systemu kontroli wersji 
Subversion
 Name:  rapidsvn
-Version:   0.7.2
-Release:   0.1
+Version:   0.9.6
+%define_rel    20070203
+Release:   0.%{_rel}
 License:   Apache
 Group: Development/Version Control
-Source0:   http://www.rapidsvn.org/downloads/%{name}-%{version}.tar.gz
-# Source0-md5: e2c16a506b2bc20f4532ce40ce1a117c
-Patch0:%{name}-ac_flags.patch
-Patch1:%{name}-apr-1.patch
+#Source0:  http://rapidsvn.org/download/%{name}-%{version}.tar.gz
+Source0:   %{name}-%{_rel}.tar.bz2
+# Source0-md5: 3fc40c7452d81fe793ed8e561962f92e
+Patch0:%{name}-link.patch
 URL:   http://rapidsvn.tigris.org/
 BuildRequires: apr-devel >= 1:1.0
 BuildRequires: apr-util-devel >= 1:1.0
@@ -20,7 +21,7 @@
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
 BuildRequires: neon-devel
-BuildRequires: subversion-devel >= 1.0.0
+BuildRequires: subversion-devel >= 1.1.0
 BuildRequires: libuuid-devel
 BuildRequires: wxGTK2-devel >= 2.6.0
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -33,9 +34,8 @@
 wersji Subversion.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{_rel}
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -47,9 +47,11 @@
--with-svn-lib=%{_libdir} \
--with-wx-config=%{_bindir}/wx-gtk2-ansi-config \
--with-apu-config=%{_bindir}/apu-1-config \
-   --with-apr-config=%{_bindir}/apr-1-config
+   --with-apr-config=%{_bindir}/apr-1-config 
 
 %{__make}
+cd doc/manpage
+%{__make} manpage
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -57,6 +59,12 @@
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
+install -d $RPM_BUILD_ROOT%{_mandir}/man1
+install doc/manpage/rapidsvn.1 $RPM_BUILD_ROOT%{_mandir}/man1/
+
+rm -rf $RPM_BUILD_ROOT%{_includedir}
+rm -rf $RPM_BUILD_ROOT%{_libdir}/libsvncpp.{a,la}
+
 %clean
 rm -fr $RPM_BUILD_ROOT
 
@@ -65,7 +73,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
+%doc AUTHORS CHANGES NEWS README
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
 %{_mandir}/man1/*
@@ -76,6 +84,19 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.24.2.1  2007/02/03 11:10:44  czarny
+- 0.9.6 taken from SVN, as PLD moved to wxWidgets 2.8, which is not supported 
by 0.9.4
+
+Revision 1.27  2006/11/27 20:25:55  czarny
+- patch for --as-needed
+
+Revision 1.26  2006/09/16 11:40:10  maciek2w
+- updated to 0.9.3
+- removed already applied paths
+
+Revision 1.25  2005/05/05 10:34:55  maho
+- version 0.8.0
+
 Revision 1.24  2005/05/04 20:40:20  maho
 - builds with wxWidgets 2.6.0 (and works under amd64)
 


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

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


DISTFILES: rapidsvn-20070203.tar.bz2

2007-02-03 Thread czarny

Files fetched: 1

STORED: no-url://rapidsvn-20070203.tar.bz2
3fc40c7452d81fe793ed8e561962f92e  rapidsvn-20070203.tar.bz2
Size: 2803851 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: wine-doors.spec - new tarball (previous version tagged)

2007-02-03 Thread glen
Author: glen Date: Sat Feb  3 11:08:47 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- new tarball (previous version tagged)

 Files affected:
SPECS:
   wine-doors.spec (1.8 -> 1.9) 

 Diffs:


Index: SPECS/wine-doors.spec
diff -u SPECS/wine-doors.spec:1.8 SPECS/wine-doors.spec:1.9
--- SPECS/wine-doors.spec:1.8   Tue Dec 26 21:04:22 2006
+++ SPECS/wine-doors.spec   Sat Feb  3 12:08:42 2007
@@ -1,8 +1,8 @@
 # $Revision$, $Date$
 # TODO
 # - build: which: no wine in (/bin:/usr/bin:/usr/sbin:/sbin:/usr/X11R6/bin)
-%define_snap   20061221.386
-%define_rel0.7
+%define_snap   20070203.420
+%define_rel0.1
 Summary:   Wine-Doors - Windows application management for the GNOME 
desktop
 Summary(pl):   Wine-Doors - zarządzanie aplikacjami Windows dla środowiska 
GNOME
 Name:  wine-doors
@@ -11,7 +11,7 @@
 License:   GPL (application), Creative Commons (artwork)
 Group: Applications/Emulators
 Source0:   %{name}-%{_snap}.tar.bz2
-# Source0-md5: d39448dc6cca0ba00d5a8c5735da92ef
+# Source0-md5: fbb9f9f5fe587004a0a8e049fb4672cf
 Patch0:%{name}-rootdir.patch
 Patch1:%{name}-wineroot.patch
 URL:   http://www.wine-doors.org/
@@ -96,6 +96,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.9  2007/02/03 11:08:42  glen
+- new tarball (previous version tagged)
+
 Revision 1.8  2006/12/26 20:04:22  qboosh
 - pl
 


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

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


DISTFILES: wine-doors-20070203.420.tar.bz2

2007-02-03 Thread glen

Files fetched: 1

STORED: no-url://wine-doors-20070203.420.tar.bz2
fbb9f9f5fe587004a0a8e049fb4672cf  wine-doors-20070203.420.tar.bz2
Size: 4953651 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


SVN: geninitrd/trunk/ChangeLog

2007-02-03 Thread sparky
Author: sparky
Date: Sat Feb  3 11:54:15 2007
New Revision: 8221

Modified:
   geninitrd/trunk/ChangeLog
Log:
- updated


Modified: geninitrd/trunk/ChangeLog
==
--- geninitrd/trunk/ChangeLog   (original)
+++ geninitrd/trunk/ChangeLog   Sat Feb  3 11:54:15 2007
@@ -1,3 +1,66 @@
+2007-02-03 10:40 + [r8220]  Przemysl/aw Iskra 
+
+   * geninitrd: - revert: force people with Th to test initramfs
+
+2007-02-02 12:59 + [r8219]  Przemysl/aw Iskra 
+
+   * geninitrd: - don't use "initramfs" as default in kernels 2.5+,
+ there are too many people crying...
+
+2007-02-01 10:26 + [r8218]  Przemysl/aw Iskra 
+
+   * geninitrd: - maybe this way ?
+
+2007-02-01 10:20 + [r8217]  Przemysl/aw Iskra 
+
+   * geninitrd: - reverted last two changes, szhould work but it
+ requires new busybox - won't work with old one, need some check
+ for that
+
+2007-02-01 09:38 + [r8216]  Przemysl/aw Iskra 
+
+   * geninitrd: - there is no way to pass init application to
+ switchroot, there is no need to do so anyway
+
+2007-02-01 09:05 + [r8215]  Przemysl/aw Iskra 
+
+   * geninitrd: - typo: switch_root -> switchroot
+
+2007-01-29 22:24 + [r8212]  Arkadiusz Miśkiewicz 
+
+   * geninitrd: Drop spares=X from initrd mdadm.conf.
+
+2007-01-27 19:01 + [r8203]  Przemysl/aw Iskra 
+
+   * geninitrd: - simplified mknod script in initramfs
+
+2007-01-27 18:34 + [r8202]  Cezary KrzyĹźanowski 
+
+   * geninitrd: - semicolon fixed - dobule 0 adding fixed (really?)
+
+2007-01-27 16:59 + [r8201]  Cezary KrzyĹźanowski 
+
+   * geninitrd: - format description added
+
+2007-01-27 16:56 + [r8200]  Cezary KrzyĹźanowski 
+
+   * geninitrd: - resolved bug with lilio (root=806 instead of
+ root=0806) - used parameter more thorough
+
+2007-01-27 14:34 + [r8199]  Cezary KrzyĹźanowski 
+
+   * geninitrd: - using udevd instead of legacy udev - killing daemon
+ afterwards
+
+2007-01-27 14:05 + [r8198]  Cezary KrzyĹźanowski 
+
+   * geninitrd: - switched initrd-udev => initrd-udevd, as new udev
+ doesn't build udev bin (only udevd)
+
+2007-01-26 23:51 + [r8197]  Arkadiusz Miśkiewicz 
+
+   * geninitrd: Copy device only if it doesn't exist.
+
 2007-01-11 13:55 + [r8142]  Elan Ruusamäe 
 
* geninitrd: Unmount /dev running on tmpfs when LVM2 init is done
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SVN: geninitrd/trunk/geninitrd

2007-02-03 Thread sparky
Author: sparky
Date: Sat Feb  3 11:40:56 2007
New Revision: 8220

Modified:
   geninitrd/trunk/geninitrd
Log:
- revert: force people with Th to test initramfs


Modified: geninitrd/trunk/geninitrd
==
--- geninitrd/trunk/geninitrd   (original)
+++ geninitrd/trunk/geninitrd   Sat Feb  3 11:40:56 2007
@@ -935,11 +935,11 @@
 if [ "x" = "x$INITRDFS" ] ; then
if [ "x" = "x$FS" ] ; then
# default value
-   #if [ "$pack_version" -ge "002005" ] ; then
-   #   INITRDFS="initramfs"
-   #else
+   if [ "$pack_version" -ge "002005" ] ; then
+   INITRDFS="initramfs"
+   else
INITRDFS="rom"
-   #fi
+   fi
else
echo >&2 "Warning: FS configuration options is obsoleted. Use 
INITRDFS instead"
INITRDFS="$FS"
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SPECS: gjdoc.spec - disable native for now (doesn't build with it)

2007-02-03 Thread arekm
Author: arekmDate: Sat Feb  3 09:28:52 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- disable native for now (doesn't build with it)

 Files affected:
SPECS:
   gjdoc.spec (1.11 -> 1.12) 

 Diffs:


Index: SPECS/gjdoc.spec
diff -u SPECS/gjdoc.spec:1.11 SPECS/gjdoc.spec:1.12
--- SPECS/gjdoc.spec:1.11   Fri Jan  5 19:41:27 2007
+++ SPECS/gjdoc.specSat Feb  3 10:28:47 2007
@@ -1,9 +1,10 @@
 # $Revision$, $Date$
+%bcond_withnative
 Summary:   Documentation generation framework for Java source files
 Summary(pl):   Szkielet do generowania dokumentacji dla plików źródłowych w 
Javie
 Name:  gjdoc
 Version:   0.7.7
-Release:   3
+Release:   4
 License:   GPL v2
 Group: Development/Languages/Java
 Source0:   ftp://ftp.gnu.org/gnu/classpath/%{name}-%{version}.tar.gz
@@ -59,7 +60,7 @@
 %configure \
GCJFLAGS="%{rpmcflags}" \
--with-antlr-jar=%{_javadir}/antlr.jar \
-   --enable-native \
+   --%{?with_native:en}%{!?with_native:dis}able-native \
--enable-shared \
--disable-static
 
@@ -86,7 +87,9 @@
 %defattr(644,root,root,755)
 %doc ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/gjdoc
+%if %{with native}
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%endif
 %{_infodir}/gjdoc.info*
 %{_javadir}/*.jar
 %{_mandir}/man1/gjdoc.1*
@@ -97,6 +100,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.12  2007/02/03 09:28:47  arekm
+- disable native for now (doesn't build with it)
+
 Revision 1.11  2007/01/05 18:41:27  arekm
 - rel 3
 


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

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


SPECS: kdemodule-i18n.spec - new packages: kde-kio-{groupwise, svn}...

2007-02-03 Thread glen
Author: glen Date: Sat Feb  3 08:34:18 2007 GMT
Module: SPECS Tag: HEAD
 Log message:
- new packages: kde-kio-{groupwise,svn}-i18n, kdeedu-{blinken,kgeography}-i18n, 
kdegames-knetwalk-i18n, kdenetwork-{kdnssd,kfile-torrent}-i18n

 Files affected:
SPECS:
   kdemodule-i18n.spec (1.121 -> 1.122) 

 Diffs:


Index: SPECS/kdemodule-i18n.spec
diff -u SPECS/kdemodule-i18n.spec:1.121 SPECS/kdemodule-i18n.spec:1.122
--- SPECS/kdemodule-i18n.spec:1.121 Sat Feb  3 08:46:28 2007
+++ SPECS/kdemodule-i18n.spec   Sat Feb  3 09:34:12 2007
@@ -3,8 +3,8 @@
 # - difference between kdemodule-i18n and kde-i18n is that one is per
 #   package and other is per language.
 # TODO:
-# - tons of unpackaged files (see end of install section for more)
-#   http://glen.alkohol.ee/pld/kdemodule-i18n-3.5.5_3.txt
+# - tons of unpackaged files:
+#   http://glen.alkohol.ee/pld/kdemodule-i18n-3.5.6_7.txt
 #
 %define_name   kde-i18n
 %definekdeaddons_epoch 1
@@ -670,6 +670,19 @@
 %description -n kde-kio-smtp-i18n -l pl
 Tłumaczenia dla smtp ioslave.
 
+%package -n kde-kio-svn-i18n
+Summary:   Internationalization and localization files for svn ioslave
+Summary(pl):   Tłumaczenia dla svn ioslave
+Group: X11/Applications
+Requires:  kde-kio-svn = %{kdebase_epoch}:%{version}
+Requires:  kdelibs-i18n = %{epoch}:%{version}-%{release}
+
+%description -n kde-kio-svn-i18n
+Internationalization and localization files for svn ioslave.
+
+%description -n kde-kio-svn-i18n -l pl
+Tłumaczenia dla svn ioslave.
+
 %package -n kde-kio-pop3-i18n
 Summary:   Internationalization and localization files for pop3 ioslave
 Summary(pl):   Tłumaczenia dla pop3 ioslave
@@ -684,6 +697,19 @@
 %description -n kde-kio-pop3-i18n -l pl
 Tłumaczenia dla pop3 ioslave.
 
+%package -n kde-kio-groupwise-i18n
+Summary:   Internationalization and localization files for groupwise 
ioslave
+Summary(pl):   Tłumaczenia dla groupwise ioslave
+Group: X11/Applications
+Requires:  kde-kio-groupwise = %{kdebase_epoch}:%{version}
+Requires:  kdelibs-i18n = %{epoch}:%{version}-%{release}
+
+%description -n kde-kio-groupwise-i18n
+Internationalization and localization files for groupwise ioslave.
+
+%description -n kde-kio-groupwise-i18n -l pl
+Tłumaczenia dla groupwise ioslave.
+
 %package -n kde-kio-imap4-i18n
 Summary:   Internationalization and localization files for imap4 ioslave
 Summary(pl):   Tłumaczenia dla imap4 ioslave
@@ -1239,6 +1265,32 @@
 %description -n kdenetwork-kdict-i18n -l pl
 Pliki umiędzynarodawiające dla kdict.
 
+%package -n kdenetwork-kdnssd-i18n
+Summary:   Internationalization and localization files for kdnssd
+Summary(pl):   Pliki umiędzynarodawiające dla kdnssd
+Group: X11/Applications
+Requires:  kdebase-core-i18n = %{epoch}:%{version}-%{release}
+Requires:  kdenetwork-kdnssd = %{kdenetwork_epoch}:%{version}
+
+%description -n kdenetwork-kdnssd-i18n
+Internationalization and localization files for kdnssd.
+
+%description -n kdenetwork-kdnssd-i18n -l pl
+Pliki umiędzynarodawiające dla kdnssd.
+
+%package -n kdenetwork-kfile-torrent-i18n
+Summary:   Internationalization and localization files for kfile_torrent
+Summary(pl):   Pliki umiędzynarodawiające dla kfile_torrent
+Group: X11/Applications
+Requires:  kdebase-core-i18n = %{epoch}:%{version}-%{release}
+Requires:  kdenetwork-kfile-torrent = %{kdenetwork_epoch}:%{version}
+
+%description -n kdenetwork-kfile-torrent-i18n
+Internationalization and localization files for kfile_torrent.
+
+%description -n kdenetwork-kfile-torrent-i18n -l pl
+Pliki umiędzynarodawiające dla kfile_torrent.
+
 %package -n kdenetwork-kinetd-i18n
 Summary:   Internationalization and localization files for kinetd
 Summary(pl):   Pliki umiędzynarodawiające dla kinetd
@@ -1801,6 +1853,19 @@
 %description -n kdeedu-flashkard-i18n -l pl
 Pliki umiędzynarodawiające dla flashkarda.
 
+%package -n kdeedu-blinken-i18n
+Summary:   Internationalization and localization files for blinken
+Summary(pl):   Pliki umiędzynarodawiające dla blinken
+Group: X11/Applications
+Requires:  kdebase-core-i18n = %{epoch}:%{version}-%{release}
+Requires:  kdeedu-blinken = %{kdeedu_epoch}:%{version}
+
+%description -n kdeedu-blinken-i18n
+Internationalization and localization files for blinken.
+
+%description -n kdeedu-blinken-i18n -l pl
+Pliki umiędzynarodawiające dla blinken.
+
 %package -n kdeedu-kalzium-i18n
 Summary:   Internationalization and localization files for kalzium
 Summary(pl):   Pliki umiędzynarodawiające dla kalzium
@@ -1840,6 +1905,19 @@
 %description -n kdeedu-keduca-i18n -l pl
 Pliki umiędzynarodawiające dla keduca.
 
+%package -n kdeedu-kgeography-i18n
+Summary:   Internationalization and localization files for kgeography
+Summary(pl):   Pliki u