packages: lp_solve/lp_solve-shared.patch, lp_solve/lp_solve.spec - updated ...

2011-03-19 Thread qboosh
Author: qboosh   Date: Sat Mar 19 06:26:37 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 5.5.2.0
- updated shared patch

 Files affected:
packages/lp_solve:
   lp_solve-shared.patch (1.7 - 1.8) , lp_solve.spec (1.15 - 1.16) 

 Diffs:


Index: packages/lp_solve/lp_solve-shared.patch
diff -u packages/lp_solve/lp_solve-shared.patch:1.7 
packages/lp_solve/lp_solve-shared.patch:1.8
--- packages/lp_solve/lp_solve-shared.patch:1.7 Tue Mar 27 01:39:17 2007
+++ packages/lp_solve/lp_solve-shared.patch Sat Mar 19 07:26:32 2011
@@ -1,53 +1,58 @@
 lp_solve_5.5/lpsolve55/ccc 2007-03-27 00:13:26.141765888 +0300
-+++ lp_solve_5.5/lpsolve55/ccc 2007-03-27 02:33:04.379627936 +0300
-@@ -1,8 +1,8 @@
+--- lp_solve_5.5/lpsolve55/ccc.orig2009-03-25 01:27:18.0 +0100
 lp_solve_5.5/lpsolve55/ccc 2011-03-19 06:51:52.141343390 +0100
+@@ -1,6 +1,6 @@
+ :
 -src='../lp_MDO.c ../shared/commonlib.c ../shared/mmio.c ../shared/myblas.c 
../ini.c ../fortify.c ../colamd/colamd.c ../lp_rlp.c ../lp_crash.c 
../bfp/bfp_LUSOL/lp_LUSOL.c ../bfp/bfp_LUSOL/LUSOL/lusol.c ../lp_Hash.c 
../lp_lib.c ../lp_wlp.c ../lp_matrix.c ../lp_mipbb.c ../lp_MPS.c ../lp_params.c 
../lp_presolve.c ../lp_price.c ../lp_pricePSE.c ../lp_report.c ../lp_scale.c 
../lp_simplex.c ../lp_SOS.c ../lp_utils.c ../yacc_read.c'
 -c=cc
 +src='../lp_MDO.c ../shared/commonlib.c ../shared/mmio.c ../shared/myblas.c 
../ini.c ../fortify.c ../lp_rlp.c ../lp_crash.c ../bfp/bfp_LUSOL/lp_LUSOL.c 
../bfp/bfp_LUSOL/LUSOL/lusol.c ../lp_Hash.c ../lp_lib.c ../lp_wlp.c 
../lp_matrix.c ../lp_mipbb.c ../lp_MPS.c ../lp_params.c ../lp_presolve.c 
../lp_price.c ../lp_pricePSE.c ../lp_report.c ../lp_scale.c ../lp_simplex.c 
../lp_SOS.c ../lp_utils.c ../yacc_read.c'
 +c=${CC:-cc}
  
- def=
--so=
-+so=y
- if [ $PLATFORM = SCO_UNIX ]
- then def='-dy -K PIC -DNOLONGLONG'
-  dl=-lc
-@@ -10,16 +10,16 @@
+ #determine platform (32/64 bit)
+ /tmp/platform.c
+@@ -35,16 +35,16 @@
   so=y
  fi
  
 -opts='-O3'
 +opts=${CFLAGS:--O3}
  
--$c -s -c -I.. -I../shared -I../bfp -I../bfp/bfp_LUSOL 
-I../bfp/bfp_LUSOL/LUSOL -I../colamd $opts $def -DYY_NEVER_INTERACTIVE 
-DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine $src
-+$c -s -c -I.. -I../shared -I../bfp -I../bfp/bfp_LUSOL 
-I../bfp/bfp_LUSOL/LUSOL $opts $def -DYY_NEVER_INTERACTIVE -DPARSER_LP 
-DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine $src
- ar rv liblpsolve55.a `echo $src|sed s/[.]c/.o/g|sed 's/[^ ]*\///g'`
- ranlib liblpsolve55.a
+-$c -s -c -I.. -I../shared -I../bfp -I../bfp/bfp_LUSOL 
-I../bfp/bfp_LUSOL/LUSOL -I../colamd $opts $def $NOISNAN -DYY_NEVER_INTERACTIVE 
-DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine $src
++$c -s -c -I.. -I../shared -I../bfp -I../bfp/bfp_LUSOL 
-I../bfp/bfp_LUSOL/LUSOL $opts $def $NOISNAN -DYY_NEVER_INTERACTIVE -DPARSER_LP 
-DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine $src
+ ar rv bin/$PLATFORM/liblpsolve55.a `echo $src|sed s/[.]c/.o/g|sed 's/[^ 
]*\///g'`
+ ranlib bin/$PLATFORM/liblpsolve55.a
  
  if [ $so !=  ]
  then
--  $c -fpic -s -c -I.. -I../shared -I../bfp -I../bfp/bfp_LUSOL 
-I../bfp/bfp_LUSOL/LUSOL -I../colamd -I. $opts -DYY_NEVER_INTERACTIVE 
-DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine $src
--  $c -shared -Wl,-Bsymbolic -Wl,-soname,liblpsolve55.so -o liblpsolve55.so 
`echo $src|sed s/[.]c/.o/g|sed 's/[^ ]*\///g'` -lc -lm -ldl
-+  $c -fpic -s -c -I.. -I../shared -I../bfp -I../bfp/bfp_LUSOL 
-I../bfp/bfp_LUSOL/LUSOL -I. $opts -DYY_NEVER_INTERACTIVE -DPARSER_LP 
-DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine $src
-+  $c -shared -Wl,-Bsymbolic -Wl,-soname,liblpsolve55.so -o liblpsolve55.so 
`echo $src|sed s/[.]c/.o/g|sed 's/[^ ]*\///g'` -lc -lm -ldl -lcolamd
+-  $c -fpic -s -c -I.. -I../shared -I../bfp -I../bfp/bfp_LUSOL 
-I../bfp/bfp_LUSOL/LUSOL -I../colamd -I. $opts $NOISNAN -DYY_NEVER_INTERACTIVE 
-DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine $src
+-  $c -shared -Wl,-Bsymbolic -Wl,-soname,liblpsolve55.so -o 
bin/$PLATFORM/liblpsolve55.so `echo $src|sed s/[.]c/.o/g|sed 's/[^ ]*\///g'` 
-lc -lm -ldl
++  $c -fpic -s -c -I.. -I../shared -I../bfp -I../bfp/bfp_LUSOL 
-I../bfp/bfp_LUSOL/LUSOL -I. $opts $NOISNAN -DYY_NEVER_INTERACTIVE -DPARSER_LP 
-DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine $src
++  $c -shared -Wl,-Bsymbolic -Wl,-soname,liblpsolve55.so -o 
bin/$PLATFORM/liblpsolve55.so `echo $src|sed s/[.]c/.o/g|sed 's/[^ ]*\///g'` 
-lc -lm -ldl -lcolamd
  fi
  
  rm *.o 2/dev/null
 lp_solve_5.5/lp_solve/ccc  2007-03-27 00:10:11.387403126 +0300
-+++ lp_solve_5.5/lp_solve/ccc  2007-03-27 00:50:12.501214911 +0300
-@@ -1,9 +1,9 @@
+--- lp_solve_5.5/lp_solve/ccc.orig 2009-01-25 19:39:03.0 +0100
 lp_solve_5.5/lp_solve/ccc  2011-03-19 06:51:37.585343390 +0100
+@@ -1,6 +1,6 @@
+ :
 -src='../lp_MDO.c ../shared/commonlib.c 

DISTFILES: lp_solve: lp_solve_5.5.2.0_source.tar.gz

2011-03-19 Thread qboosh

Files fetched: 1

STORED: http://downloads.sourceforge.net/lpsolve/lp_solve_5.5.2.0_source.tar.gz
167c0fb4ab178e0b7ab50bf0a635a836  lp_solve_5.5.2.0_source.tar.gz
Size: 799623 bytes


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


DISTFILES: muscletool: muscletool-2.1.1.tar.bz2

2011-03-19 Thread qboosh

Files fetched: 1

STORED: https://alioth.debian.org/frs/download.php/3180/muscletool-2.1.1.tar.bz2
262040198294075274418688c73c2538  muscletool-2.1.1.tar.bz2
Size: 156022 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


packages: muscletool/muscletool.spec (NEW) - new

2011-03-19 Thread qboosh
Author: qboosh   Date: Sat Mar 19 06:30:43 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- new

 Files affected:
packages/muscletool:
   muscletool.spec (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/muscletool/muscletool.spec
diff -u /dev/null packages/muscletool/muscletool.spec:1.1
--- /dev/null   Sat Mar 19 07:30:43 2011
+++ packages/muscletool/muscletool.spec Sat Mar 19 07:30:38 2011
@@ -0,0 +1,71 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_withmusclev2# for MuscleCard v2
+#
+%if %{with musclev2}
+%definemuscle_ver  2.0
+%else
+%definemuscle_ver  1.3.0
+%endif
+Summary:   muscleTool - command line tool for MuscleCard enabled smartcards
+Summary(pl.UTF-8): muscleTool - narzędzie linii poleceń do kart 
procesorowych MuscleCard
+Name:  muscletool
+Version:   2.1.1
+Release:   1
+License:   BSD
+Group: Applications
+Source0:   
https://alioth.debian.org/frs/download.php/3180/%{name}-%{version}.tar.bz2
+# Source0-md5: 262040198294075274418688c73c2538
+URL:   http://muscleapps.alioth.debian.org/
+BuildRequires: libmusclecard-devel = %{muscle_ver}
+BuildRequires: pkgconfig
+BuildRequires: readline-devel
+Requires:  libmusclecard = %{muscle_ver}
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+muscleTool is a command line tool for MuscleCard enabled smartcards.
+The main function is to format a smart card, but it offers some
+additional MuscleCard functionality. There are key, PIN, object and
+general related functions.
+
+%description -l pl.UTF-8
+muscleTool to działające z linii poleceń narzędzie do kart
+procesorowych z oprogramowaniem MuscleCard. Główną funkcją jest
+formatowanie kart procesorowych, ale dostępne są też inne funkcje
+związane z oprogramowaniem MuscleCard, związane m.in. z kluczami,
+PIN-ami, obiektami.
+
+%prep
+%setup -q
+
+%build
+%configure \
+   --enable-readline \
+   %{?with_musclev2:--enable-version2}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING ChangeLog README
+%attr(755,root,root) %{_bindir}/muscleTool
+%{_mandir}/man1/muscleTool.1*
+
+%define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
+%changelog
+* %{date} PLD Team feedb...@pld-linux.org
+All persons listed below can be reached at cvs_login@pld-linux.org
+
+$Log$
+Revision 1.1  2011/03/19 06:30:38  qboosh
+- new

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


packages: libevent/libevent.spec - package docs, including LICENSE

2011-03-19 Thread qboosh
Author: qboosh   Date: Sat Mar 19 06:35:06 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- package docs, including LICENSE

 Files affected:
packages/libevent:
   libevent.spec (1.43 - 1.44) 

 Diffs:


Index: packages/libevent/libevent.spec
diff -u packages/libevent/libevent.spec:1.43 
packages/libevent/libevent.spec:1.44
--- packages/libevent/libevent.spec:1.43Mon Feb 28 13:47:52 2011
+++ packages/libevent/libevent.spec Sat Mar 19 07:35:01 2011
@@ -17,7 +17,7 @@
 Patch0:%{name}-fpm.patch
 Patch1:%{name}-link.patch
 URL:   http://www.monkey.org/~provos/libevent/
-BuildRequires: autoconf
+BuildRequires: autoconf = 2.60
 BuildRequires: automake
 BuildRequires: libtool
 BuildRequires: openssl-devel
@@ -91,6 +91,7 @@
 
 %files
 %defattr(644,root,root,755)
+%doc ChangeLog LICENSE README
 %attr(755,root,root) %{_libdir}/libevent-2.0.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libevent-2.0.so.5
 %attr(755,root,root) %{_libdir}/libevent_core-2.0.so.*.*.*
@@ -145,6 +146,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.44  2011/03/19 06:35:01  qboosh
+- package docs, including LICENSE
+
 Revision 1.43  2011/02/28 12:47:52  duddits
 - commit log update (regarding dietlibc subpackage)
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libevent/libevent.spec?r1=1.43r2=1.44f=u

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


PLD-doc: PLD-update-TODO - updated

2011-03-19 Thread arekm
 [NEW] 3.7.3
 iperf(9) [OLD] 2.0.5 [NEW] 2.0.5b1
 ipmiutil(17) [OLD] 2.7.3 [NEW] 2.7.4
-ipsec-tools(17) [OLD] 0.7.3 [NEW] 0.8.0.RC2
+iproute2(23) [OLD] 2.6.37 [NEW] 2.6.38
+ipsec-tools(17) [OLD] 0.7.3 [NEW] 0.8.0
 iptraf(13) [OLD] 3.0.1 [NEW] 3.0.1.bin.i386
 ipv6calc(9) [OLD] 0.80.0 [NEW] 0.81.0
-ipvsadm(9) [OLD] 1.25 [NEW] 1.26
 ipython(13) [OLD] 0.10.1 [NEW] 0.10.1.
 ircd-hybrid(20) [OLD] 7.0.3 [NEW] 7.2.3
 irrd(9) [OLD] 2.2.2 [NEW] 2.3.10
 isomaster(9) [OLD] 1.3.7 [NEW] 1.3.8
-ispell-pl-alt(9) [OLD] 20110122 [NEW] 20110317
+ispell-pl-alt(9) [OLD] 20110122 [NEW] 20110318
 iw(9) [OLD] 0.9.21 [NEW] 0.9.22
 ixgbe(27) [OLD] 2.1.4 [NEW] 3.2.10
 jabberd(24) [OLD] 2.2.9 [NEW] 2.2.13
@@ -630,7 +627,6 @@
 koji(28) [OLD] 1.4.0 [NEW] 1.6.0
 kpogre(9) [OLD] 1.6.6 [NEW] 3.0.0
 kst(9) [OLD] 1.3.1 [NEW] 1.9.1
-ksystemlog(15) [OLD] 0.3.2 [NEW] 0.4.1
 ktechlab(12) [OLD] 0.3.6 [NEW] 0.3.7
 kuklomenos(11) [OLD] 0.3.3.1 [NEW] 0.4.4
 kvpnc(9) [OLD] 0.9.1 [NEW] 0.9.6
@@ -657,10 +653,8 @@
 libecap(8) [OLD] 0.0.3 [NEW] 0.2.0
 libffi(14) [OLD] 3.0.9 [NEW] 3.0.10rc8
 libgpewidget(9) [OLD] 0.115 [NEW] 0.117
-libgssglue(9) [OLD] 0.1 [NEW] 0.2
 libhttpd(9) [OLD] 1.3 [NEW] 1.4
 libjingle(10) [OLD] 0.5.1 [NEW] 0.5.2
-libmemcached(13) [OLD] 0.47 [NEW] 0.48
 libmigdb(9) [OLD] 0.8.11 [NEW] 0.8.12
 libmowgli(9) [OLD] 0.7.0 [NEW] 0.7.1
 libmusicbrainz(10) [OLD] 2.1.5 [NEW] 3.0.3
@@ -670,16 +664,16 @@
 libpng(16) [OLD] 1.4.5 [NEW] 1.5.1
 libpng12(10) [OLD] 1.2.44 [NEW] 1.5.1
 libpri-bristuff(9) [OLD] 1.4.3 [NEW] 1.4.11.5
-libral(9) [OLD] 0.50 [NEW] 0.70
-libreoffice(61) [OLD] 3.3.1.1 [NEW] 3.3.2.1
+libreoffice(61) [OLD] 3.3.1.1 [NEW] 3.3.2.2
 libstatgrab(9) [OLD] 0.16 [NEW] 0.17
 libstroke(9) [OLD] 0.5.1 [NEW] 0.5.1fvwm
 libtiff(16) [OLD] 3.9.4 [NEW] 4.0.0beta6
-libupnp(9) [OLD] 1.6.12 [NEW] 1.6.13
 libvirt(33) [OLD] 0.8.2 [NEW] 0.8.8
 libxtract(9) [OLD] 0.6.2 [NEW] 0.6.3
+libzip(9) [OLD] 0.9.3 [NEW] 0.10
 libzrtpcpp(9) [OLD] 1.4.3 [NEW] 1.6.0
 licq(16) [OLD] 1.3.7 [NEW] 1.5.0
+lightbox(10) [OLD] 2.04 [NEW] 2.05
 lingot(9) [OLD] 0.7.6 [NEW] 0.9.0
 linklint(10) [OLD] 2.3.5 [NEW] 2.4.beta
 linkloop(9) [OLD] 0.0.2 [NEW] 0.0.3
@@ -688,6 +682,7 @@
 linux-firmware(9) [OLD] 20100604 [NEW] 20110311
 linux-igd(10) [OLD] 0.95 [NEW] 1.0
 linux-wlan-ng(27) [OLD] 0.2.7 [NEW] 0.2.9
+lms(19) [OLD] 1.11.11 [NEW] 1.11.12
 logcheck(9) [OLD] 1.3.1 [NEW] 1.3.13
 logfmon(10) [OLD] 0.7 [NEW] 1.1
 loggedfs(9) [OLD] 0.4 [NEW] 0.5
@@ -701,7 +696,6 @@
 lua40(11) [OLD] 4.0.1 [NEW] 5.1.4
 lua50(13) [OLD] 5.0.3 [NEW] 5.1.4
 lurker(12) [OLD] 2.1 [NEW] 2.3
-lv2core(9) [OLD] 3.0 [NEW] 4.0pre1
 lxc(8) [OLD] 0.7.3 [NEW] 0.7.4.1
 lxr(9) [OLD] 0.9.4 [NEW] 0.9.8
 lxsession(8) [OLD] 0.4.4 [NEW] 0.4.5
@@ -745,7 +739,7 @@
 moinmoin(13) [OLD] 1.5.8 [NEW] 1.5.9
 molden(9) [OLD] 4.6 [NEW] 5.0
 monodevelop(16) [OLD] 2.4.2 [NEW] 2.5.90
-moodle(14) [OLD] 1.9.5 [NEW] 20110317
+moodle(14) [OLD] 1.9.5 [NEW] 20110319
 moon-buggy(9) [OLD] 1.0 [NEW] 1.0.51
 mozilla-addon-livehttpheaders(10) [OLD] 0.10 [NEW] 0.16
 mpich2(9) [OLD] 1.0.5p4 [NEW] 1.1.1p1
@@ -755,6 +749,7 @@
 mysql++(9) [OLD] 3.0.9 [NEW] 3.1.0
 mysql-sandbox(15) [OLD] 3.0.04 [NEW] 3.0.17
 mysql-udf-preg(13) [OLD] 1.0 [NEW] 1.0.1
+mysql-workbench(9) [OLD] 5.2.33 [NEW] 5.2.33b
 mythplugins(44) [OLD] 0.23.1 [NEW] 0.24
 mythstream(11) [OLD] 0.17_1 [NEW] 0.18
 myththemes(13) [OLD] 0.23.1 [NEW] 0.24
@@ -785,6 +780,7 @@
 nikto(9) [OLD] 2.1.1 [NEW] 2.1.4
 njamd(9) [OLD] 0.8.1 [NEW] 0.9.3pre2
 nmh(9) [OLD] 1.2 [NEW] 1.3
+nodejs(10) [OLD] 0.4.2 [NEW] 0.4.3
 noffle(9) [OLD] 1.0.1 [NEW] 1.2.0rc1
 ns(12) [OLD] 2.27 [NEW] 2.30
 nsd(10) [OLD] 2.2.1 [NEW] 3.2.7
@@ -813,7 +809,6 @@
 openconnect(8) [OLD] 2.23 [NEW] 3.01
 opendchub(13) [OLD] 0.7.15 [NEW] 0.8.2
 openerp-server(13) [OLD] 5.0.14 [NEW] 6.0.1
-openhpi(10) [OLD] 2.14.1 [NEW] 2.16.0
 openldap(38) [OLD] 2.4.23 [NEW] 2.4.24
 openlldp(11) [OLD] 0.3 [NEW] 0.4
 openmovieeditor(15) [OLD] 0.0.20080523 [NEW] 0.0.20090105
@@ -833,7 +828,6 @@
 ots(9) [OLD] 0.4.2 [NEW] 0.5.0
 oww(16) [OLD] 0.81.7 [NEW] 0.83.2
 p7lzma(9) [OLD] 4.57 [NEW] 9.20.1
-p7zip(9) [OLD] 9.13 [NEW] 9.20.1
 p910nd(9) [OLD] 0.93 [NEW] 0.95
 paco(9) [OLD] 1.10.2 [NEW] 2.0.7
 pal(12) [OLD] 0.3.4 [NEW] 0.4.3
@@ -843,7 +837,6 @@
 pam-pam_mobile_otp(10) [OLD] 0.5 [NEW] 0.6.1
 paragui1(9) [OLD] 1.0.4 [NEW] 1.1.8
 parprouted(10) [OLD] 0.63 [NEW] 0.65
-partclone(8) [OLD] 0.2.19 [NEW] 0.2.20
 partysip(11) [OLD] 0.6.0 [NEW] 2.2.3
 passepartout(9) [OLD] 0.7.0 [NEW] 0.7.1
 patchutils(12) [OLD] 0.3.1 [NEW] 0.3.2
@@ -854,7 +847,6 @@
 pdns-recursor(9) [OLD] 3.1.7.2 [NEW] 3.3
 perl-Alien-wxWidgets(18) [OLD] 0.45 [NEW] 0.51
 perl-Any-Moose(17) [OLD] 0.12 [NEW] 0.13
-perl-Apache-AuthCookie(19) [OLD] 3.12 [NEW] 3.18
 perl-Apache-DBI(18) [OLD] 1.07 [NEW] 1.10
 perl-Apache-Reload(12) [OLD] 0.10 [NEW] 0.11
 perl-Apache-Session-Wrapper(17) [OLD] 0.33 [NEW] 0.34
@@ -911,6 +903,7 @@
 perl-Class-MethodMaker(17) [OLD] 2.15 [NEW] 2.17
 perl-Class-Std(15) [OLD] 0.0.9 [NEW] 0.011
 perl-Class-Unload(16) [OLD] 0.05 [NEW] 0.07
+perl-Class-XSAccessor(17) [OLD] 1.05

DISTFILES: XCardII: XCardII-0.9.9.tar.gz

2011-03-19 Thread qboosh

Files fetched: 1

STORED: https://alioth.debian.org/frs/download.php/394/XCardII-0.9.9.tar.gz
36a521169258a10ef388178284565e65  XCardII-0.9.9.tar.gz
Size: 50140 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


packages: XCardII/XCardII-pcsc.patch (NEW), XCardII/XCardII.spec (NEW) - ne...

2011-03-19 Thread qboosh
Author: qboosh   Date: Sat Mar 19 07:23:28 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- new
- pcsc patch to build with pcsc-lite 1.6+

 Files affected:
packages/XCardII:
   XCardII-pcsc.patch (NONE - 1.1)  (NEW), XCardII.spec (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/XCardII/XCardII-pcsc.patch
diff -u /dev/null packages/XCardII/XCardII-pcsc.patch:1.1
--- /dev/null   Sat Mar 19 08:23:28 2011
+++ packages/XCardII/XCardII-pcsc.patch Sat Mar 19 08:23:23 2011
@@ -0,0 +1,20 @@
+--- XCardII-0.9.9/src/xcardMain.cpp.orig   2003-09-30 22:36:40.0 
+0200
 XCardII-0.9.9/src/xcardMain.cpp2011-03-19 08:11:44.753347580 +0100
+@@ -70,7 +70,7 @@
+ 
+ QProgressDialog *progressDialog;
+ 
+-void xcardMainReaderEvent(LPSCARD_READERSTATE_A preaderState);
++void xcardMainReaderEvent(LPSCARD_READERSTATE preaderState);
+ 
+ 
+ int ioCallbackForProgress(void *addparams, int currentProgress) {
+@@ -523,7 +523,7 @@
+ 
+ }
+ 
+-void xcardMainReaderEvent(LPSCARD_READERSTATE_A preaderState) {
++void xcardMainReaderEvent(LPSCARD_READERSTATE preaderState) {
+ 
+ 
+   xcardMain *xcardMainChannel;


Index: packages/XCardII/XCardII.spec
diff -u /dev/null packages/XCardII/XCardII.spec:1.1
--- /dev/null   Sat Mar 19 08:23:28 2011
+++ packages/XCardII/XCardII.spec   Sat Mar 19 08:23:23 2011
@@ -0,0 +1,60 @@
+# $Revision$, $Date$
+Summary:   XCardII - graphical smartcard administration tool
+Summary(pl.UTF-8): XCardII - graficzne narzędzie do administrowania 
kartami procesorowymi
+Name:  XCardII
+Version:   0.9.9
+Release:   1
+License:   BSD
+Group: Applications
+Source0:   
https://alioth.debian.org/frs/download.php/394/%{name}-%{version}.tar.gz
+# Source0-md5: 36a521169258a10ef388178284565e65
+Patch0:%{name}-pcsc.patch
+URL:   http://muscleapps.alioth.debian.org/
+BuildRequires: libmusclecard-devel = 1.1.0
+BuildRequires: pcsc-lite-devel = 1.6.0
+BuildRequires: qt-devel = 3.0
+Requires:  libmusclecard = 1.1.0
+Obsoletes: muscleframework-xcard
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+XCardII - graphical smartcard administration tool.
+
+%description -l pl.UTF-8
+XCardII - graficzne narzędzie do administrowania kartami
+procesorowymi.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__make} -C src \
+   CPP=%{__cxx} %{rpmcxxflags} \
+   INC=-I/usr/include/qt -I/usr/include/PCSC \
+   LIBS=%{rpmldflags} -lqt-mt -lmusclecard -lpcsclite -lpthread
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -D src/xcard $RPM_BUILD_ROOT%{_bindir}/xcard
+install -D man/xcard.1 $RPM_BUILD_ROOT%{_mandir}/man1/xcard.1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc COPYING Changelog README
+%attr(755,root,root) %{_bindir}/xcard
+%{_mandir}/man1/xcard.1*
+
+%define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
+%changelog
+* %{date} PLD Team feedb...@pld-linux.org
+All persons listed below can be reached at cvs_login@pld-linux.org
+
+$Log$
+Revision 1.1  2011/03/19 07:23:23  qboosh
+- new
+- pcsc patch to build with pcsc-lite 1.6+

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


packages: ndisc6/ndisc6.spec - up to 1.0.1 (thanks to Adam Osuchowski - adw...

2011-03-19 Thread duddits
Author: duddits  Date: Sat Mar 19 09:39:18 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- up to 1.0.1 (thanks to Adam Osuchowski - adwol at zonk dot pl)
- no_chown.patch (credits same as above)
- autohell enabled (proper BRs applied)
- more verbose %files (do not use wildcards)

 Files affected:
packages/ndisc6:
   ndisc6.spec (1.7 - 1.8) 

 Diffs:


Index: packages/ndisc6/ndisc6.spec
diff -u packages/ndisc6/ndisc6.spec:1.7 packages/ndisc6/ndisc6.spec:1.8
--- packages/ndisc6/ndisc6.spec:1.7 Tue Feb 13 08:16:49 2007
+++ packages/ndisc6/ndisc6.spec Sat Mar 19 10:39:13 2011
@@ -2,13 +2,17 @@
 Summary:   Neighbor Discovery tools for IPv6
 Summary(pl.UTF-8): Narzędzia do rozpoznawania sąsiadów dla IPv6
 Name:  ndisc6
-Version:   0.4.1
+Version:   1.0.1
 Release:   1
 License:   GPL v2
 Group: Networking/Admin
 Source0:   http://people.via.ecp.fr/~rem/ndisc6/%{name}-%{version}.tar.bz2
-# Source0-md5: 7dad76e8ade1c0d233ca2f4b4cb93be5
+# Source0-md5: d0b8233a60e29ad78d9aebb8cef0b3f2
+Patch0:%{name}-no_chown.patch
 URL:   http://people.via.ecp.fr/~rem/ndisc6/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -27,27 +31,56 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-%{__make} ndisc6 rdisc6 \
-   CC=%{__cc} \
-   CFLAGS=%{rpmcflags} -Wall
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+
+%{__make} \
+   CFLAGS=%{rpmcflags} \
+   LDFLAGS=%{rpmldflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
 
-install ndisc6 rdisc6 $RPM_BUILD_ROOT%{_sbindir}
-install ndisc6.8 rdisc6.8 $RPM_BUILD_ROOT%{_mandir}/man8
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc ChangeLog NEWS README
-%attr(755,root,root) %{_sbindir}/*
-%{_mandir}/man8/*
+%dir %{_sysconfdir}/rdnssd
+%attr(755,root,root) %config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/rdnssd/merge-hook
+%attr(755,root,root) %{_bindir}/dnssort
+%attr(755,root,root) %{_bindir}/name2addr
+%attr(755,root,root) %ghost %{_bindir}/addr2name
+%attr(4754,root,adm) %{_bindir}/ndisc6
+%attr(4754,root,adm) %{_bindir}/rdisc6
+%attr(4754,root,adm) %{_bindir}/rltraceroute6
+%attr(755,root,root) %{_bindir}/tcptraceroute6
+%attr(755,root,root) %ghost %{_bindir}/tracert6
+%attr(755,root,root) %{_bindir}/tcpspray
+%attr(755,root,root) %ghost %{_bindir}/tcpspray6
+%attr(755,root,root) %{_sbindir}/rdnssd
+%{_mandir}/man1/addr2name.1*
+%attr(644,root,root) %ghost %{_mandir}/man1/name2addr.1
+%{_mandir}/man1/dnssort.1*
+%{_mandir}/man1/tcpspray.1*
+%attr(644,root,root) %ghost %{_mandir}/man1/tcpspray6.1
+%{_mandir}/man8/ndisc6.8*
+%{_mandir}/man8/rdisc6.8*
+%{_mandir}/man8/rdnssd.8*
+%{_mandir}/man8/rltraceroute6.8*
+%attr(644,root,root) %ghost %{_mandir}/man8/tcptraceroute6.8
+%attr(644,root,root) %ghost %{_mandir}/man8/tracert6.8
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
 %changelog
@@ -55,6 +88,12 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.8  2011/03/19 09:39:13  duddits
+- up to 1.0.1 (thanks to Adam Osuchowski - adwol at zonk dot pl)
+- no_chown.patch (credits same as above)
+- autohell enabled (proper BRs applied)
+- more verbose %files (do not use wildcards)
+
 Revision 1.7  2007/02/13 07:16:49  glen
 - tabs in preamble
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ndisc6/ndisc6.spec?r1=1.7r2=1.8f=u

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


DISTFILES: ndisc6: ndisc6-1.0.1.tar.bz2

2011-03-19 Thread duddits

Files fetched: 1

STORED: http://people.via.ecp.fr/~rem/ndisc6/ndisc6-1.0.1.tar.bz2
d0b8233a60e29ad78d9aebb8cef0b3f2  ndisc6-1.0.1.tar.bz2
Size: 237621 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


packages: ndisc6/ndisc6-no_chown.patch (NEW) - new, for 1.0.1 (thanks to Ad...

2011-03-19 Thread duddits
Author: duddits  Date: Sat Mar 19 09:40:12 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- new, for 1.0.1 (thanks to Adam Osuchowski - adwol at zonk dot pl)

 Files affected:
packages/ndisc6:
   ndisc6-no_chown.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/ndisc6/ndisc6-no_chown.patch
diff -u /dev/null packages/ndisc6/ndisc6-no_chown.patch:1.1
--- /dev/null   Sat Mar 19 10:40:13 2011
+++ packages/ndisc6/ndisc6-no_chown.patch   Sat Mar 19 10:40:07 2011
@@ -0,0 +1,22 @@
+diff -burNp ndisc6-1.0.1/rdnssd/Makefile.am ndisc6-1.0.1-dud/rdnssd/Makefile.am
+--- ndisc6-1.0.1/rdnssd/Makefile.am2010-01-24 09:32:21.0 +0100
 ndisc6-1.0.1-dud/rdnssd/Makefile.am2011-03-19 09:42:16.768235512 
+0100
+@@ -43,7 +43,6 @@ merge-hook: merge-hook.in Makefile.in $(
+ 
+ install-data-hook:
+   $(install_sh) -d -- $(DESTDIR)$(myrundir)
+-  -chown -- nobody $(DESTDIR)$(myrundir)
+ 
+ uninstall-hook:
+   -rmdir $(DESTDIR)$(myrundir)
+diff -burNp ndisc6-1.0.1/rdnssd/Makefile.in ndisc6-1.0.1-dud/rdnssd/Makefile.in
+--- ndisc6-1.0.1/rdnssd/Makefile.in2010-11-16 20:14:41.0 +0100
 ndisc6-1.0.1-dud/rdnssd/Makefile.in2011-03-19 09:42:24.845269517 
+0100
+@@ -604,7 +604,6 @@ merge-hook: merge-hook.in Makefile.in $(
+ 
+ install-data-hook:
+   $(install_sh) -d -- $(DESTDIR)$(myrundir)
+-  -chown -- nobody $(DESTDIR)$(myrundir)
+ 
+ uninstall-hook:
+   -rmdir $(DESTDIR)$(myrundir)

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


packages: XCardII/XCardII.spec - download URL

2011-03-19 Thread qboosh
Author: qboosh   Date: Sat Mar 19 10:27:12 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- download URL

 Files affected:
packages/XCardII:
   XCardII.spec (1.1 - 1.2) 

 Diffs:


Index: packages/XCardII/XCardII.spec
diff -u packages/XCardII/XCardII.spec:1.1 packages/XCardII/XCardII.spec:1.2
--- packages/XCardII/XCardII.spec:1.1   Sat Mar 19 08:23:23 2011
+++ packages/XCardII/XCardII.spec   Sat Mar 19 11:27:06 2011
@@ -6,6 +6,7 @@
 Release:   1
 License:   BSD
 Group: Applications
+#Source0Download: 
https://alioth.debian.org/project/showfiles.php?group_id=30112
 Source0:   
https://alioth.debian.org/frs/download.php/394/%{name}-%{version}.tar.gz
 # Source0-md5: 36a521169258a10ef388178284565e65
 Patch0:%{name}-pcsc.patch
@@ -55,6 +56,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.2  2011/03/19 10:27:06  qboosh
+- download URL
+
 Revision 1.1  2011/03/19 07:23:23  qboosh
 - new
 - pcsc patch to build with pcsc-lite 1.6+


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/XCardII/XCardII.spec?r1=1.1r2=1.2f=u

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


packages: muscletool/muscletool.spec - download URL

2011-03-19 Thread qboosh
Author: qboosh   Date: Sat Mar 19 10:27:33 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- download URL

 Files affected:
packages/muscletool:
   muscletool.spec (1.1 - 1.2) 

 Diffs:


Index: packages/muscletool/muscletool.spec
diff -u packages/muscletool/muscletool.spec:1.1 
packages/muscletool/muscletool.spec:1.2
--- packages/muscletool/muscletool.spec:1.1 Sat Mar 19 07:30:38 2011
+++ packages/muscletool/muscletool.spec Sat Mar 19 11:27:28 2011
@@ -15,6 +15,7 @@
 Release:   1
 License:   BSD
 Group: Applications
+#Source0Download: 
https://alioth.debian.org/project/showfiles.php?group_id=30112
 Source0:   
https://alioth.debian.org/frs/download.php/3180/%{name}-%{version}.tar.bz2
 # Source0-md5: 262040198294075274418688c73c2538
 URL:   http://muscleapps.alioth.debian.org/
@@ -67,5 +68,8 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.2  2011/03/19 10:27:28  qboosh
+- download URL
+
 Revision 1.1  2011/03/19 06:30:38  qboosh
 - new


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/muscletool/muscletool.spec?r1=1.1r2=1.2f=u

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


packages: qucs/qucs.spec - 0.0.16 - does not build

2011-03-19 Thread uzsolt
Author: uzsolt   Date: Sat Mar 19 10:41:04 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- 0.0.16
- does not build

 Files affected:
packages/qucs:
   qucs.spec (1.12 - 1.13) 

 Diffs:


Index: packages/qucs/qucs.spec
diff -u packages/qucs/qucs.spec:1.12 packages/qucs/qucs.spec:1.13
--- packages/qucs/qucs.spec:1.12Sat Oct 17 16:46:54 2009
+++ packages/qucs/qucs.spec Sat Mar 19 11:40:59 2011
@@ -3,12 +3,12 @@
 Summary(de.UTF-8): Ein Schaltungs Simulator
 Summary(pl.UTF-8): Symulator układów elektronicznych
 Name:  qucs
-Version:   0.0.15
-Release:   1
+Version:   0.0.16
+Release:   0.1
 License:   GPL
 Group: X11/Applications
 Source0:   http://dl.sourceforge.net/qucs/%{name}-%{version}.tar.gz
-# Source0-md5: 5a35eee790c92eba97de181b12794823
+# Source0-md5: c916502171d422ab168fe5fc681b29d8
 Source1:   %{name}.desktop
 Patch0:%{name}-sqrt.patch
 URL:   http://www.kde-apps.org/content/show.php?content=21644
@@ -74,6 +74,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.13  2011/03/19 10:40:59  uzsolt
+- 0.0.16
+- does not build
+
 Revision 1.12  2009/10/17 14:46:54  uzsolt
 - 0.0.15
 - qt-linguist BR


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/qucs/qucs.spec?r1=1.12r2=1.13f=u

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


DISTFILES: qucs: qucs-0.0.16.tar.gz

2011-03-19 Thread uzsolt

Files fetched: 1

STORED: http://dl.sourceforge.net/qucs/qucs-0.0.16.tar.gz
c916502171d422ab168fe5fc681b29d8  qucs-0.0.16.tar.gz
Size: 7419958 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


packages: muscletool/muscletool.spec - Obsoletes: muscleframework-tools

2011-03-19 Thread qboosh
Author: qboosh   Date: Sat Mar 19 10:50:41 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- Obsoletes: muscleframework-tools

 Files affected:
packages/muscletool:
   muscletool.spec (1.2 - 1.3) 

 Diffs:


Index: packages/muscletool/muscletool.spec
diff -u packages/muscletool/muscletool.spec:1.2 
packages/muscletool/muscletool.spec:1.3
--- packages/muscletool/muscletool.spec:1.2 Sat Mar 19 11:27:28 2011
+++ packages/muscletool/muscletool.spec Sat Mar 19 11:50:36 2011
@@ -23,6 +23,7 @@
 BuildRequires: pkgconfig
 BuildRequires: readline-devel
 Requires:  libmusclecard = %{muscle_ver}
+Obsoletes: muscleframework-tools  1.1.7
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -68,6 +69,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.3  2011/03/19 10:50:36  qboosh
+- Obsoletes: muscleframework-tools
+
 Revision 1.2  2011/03/19 10:27:28  qboosh
 - download URL
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/muscletool/muscletool.spec?r1=1.2r2=1.3f=u

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


packages: ndisc6/ndisc6.spec - fixed desc - updated URL and Source0

2011-03-19 Thread duddits
Author: duddits  Date: Sat Mar 19 11:13:07 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- fixed desc
- updated URL and Source0

 Files affected:
packages/ndisc6:
   ndisc6.spec (1.8 - 1.9) 

 Diffs:


Index: packages/ndisc6/ndisc6.spec
diff -u packages/ndisc6/ndisc6.spec:1.8 packages/ndisc6/ndisc6.spec:1.9
--- packages/ndisc6/ndisc6.spec:1.8 Sat Mar 19 10:39:13 2011
+++ packages/ndisc6/ndisc6.spec Sat Mar 19 12:13:02 2011
@@ -6,28 +6,37 @@
 Release:   1
 License:   GPL v2
 Group: Networking/Admin
-Source0:   http://people.via.ecp.fr/~rem/ndisc6/%{name}-%{version}.tar.bz2
+Source0:   http://www.remlab.net/files/ndisc6/%{name}-%{version}.tar.bz2
 # Source0-md5: d0b8233a60e29ad78d9aebb8cef0b3f2
 Patch0:%{name}-no_chown.patch
-URL:   http://people.via.ecp.fr/~rem/ndisc6/
+URL:   http://www.remlab.net/ndisc6/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-ndisc6 consists of two small command line tools (ndisc6 and rdisc6)
-that perform ICMPv6 Neighbor Discovery and ICMPv6 Router Discovery
-respectively. It is primarily meant for IPv6 networking diagnostics or
-to detect rogue IPv6 nodes or routers on an Ethernet segment.
+NDisc6 is a small collection of useful tools for IPv6 networking.
+It includes the following programs:
+- ndisc6: ICMPv6 Neighbor Discovery tool
+- rdisc6: ICMPv6 Router Discovery tool
+- tcptraceroute6: lightweight IPv6 tcptraceroute
+- traceroute6: IPv6 traceroute
+- rdnssd: Recursive DNS Servers discovery Daemon
 
 %description -l pl.UTF-8
-ndisc6 zawiera dwa małe narzędzia działające z linii poleceń (ndisc6 i
-rdisc6) wykonujące odpowiednio ICMPv6 Neighbor Discovery
-(rozpoznawanie sąsiadów) i ICMPv6 Router Discovery (rozpoznawanie
-routerów). Są przeznaczone głównie do diagnostyki sieci IPv6 oraz
-wykrywania bezprawnych węzłów lub routerów IPv6 w segmencie sieci
-Ethernet.
+NDisc6 jest małym zestawem użytecznych narzędzi do dla sieci IPv6.
+Zawiera następujące programy:
+- ndisc6: narzędzie do wykrywania sąsiednich wezłów za pomocą
+  protokołu
+  ICMPv6 Neighbor Discovery
+- rdisc6: narzędzie do wykrywania routerów za pomocą protokołu
+  ICMPv6 Router Discovery
+- tcptraceroute6: lekki program do pokazywania trasy pakietów TCP
+  w sieciach IPv6
+- traceroute6: program do pokazywania trasy pakietów w sieciach IPv6
+- rdnssd: demon do wykrywania rekursywnych serwerów DNS w sieciach
+  IPv6
 
 %prep
 %setup -q
@@ -88,6 +97,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.9  2011/03/19 11:13:02  duddits
+- fixed desc
+- updated URL and Source0
+
 Revision 1.8  2011/03/19 09:39:13  duddits
 - up to 1.0.1 (thanks to Adam Osuchowski - adwol at zonk dot pl)
 - no_chown.patch (credits same as above)


 CVS-web:

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

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


packages: goocanvas2/goocanvas2.spec (NEW) - new (can coexist with goocanva...

2011-03-19 Thread qboosh
Author: qboosh   Date: Sat Mar 19 12:14:07 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- new (can coexist with goocanvas for gtk+2)

 Files affected:
packages/goocanvas2:
   goocanvas2.spec (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/goocanvas2/goocanvas2.spec
diff -u /dev/null packages/goocanvas2/goocanvas2.spec:1.1
--- /dev/null   Sat Mar 19 13:14:07 2011
+++ packages/goocanvas2/goocanvas2.spec Sat Mar 19 13:14:02 2011
@@ -0,0 +1,161 @@
+# $Revision$, $Date$
+Summary:   Cairo/GTK+3 Canvas
+Summary(pl.UTF-8): Płótno Cairo/GTK+3
+Name:  goocanvas2
+Version:   2.0.0
+Release:   1
+License:   LGPL v2
+Group: X11/Libraries
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/goocanvas/2.0/goocanvas-%{version}.tar.bz2
+# Source0-md5: 756c0b592e47dc5bb5dabc1388239876
+URL:   http://live.gnome.org/GooCanvas
+BuildRequires: autoconf = 2.50
+BuildRequires: automake = 1:1.7
+BuildRequires: cairo-devel = 1.10.0
+BuildRequires: docbook-dtd412-xml
+BuildRequires: gettext-devel
+BuildRequires: glib2-devel = 1:2.28.0
+BuildRequires: gtk+3-devel = 3.0.0
+BuildRequires: gtk-doc = 1.8
+BuildRequires: libtool
+BuildRequires: pkgconfig
+Requires:  cairo = 1.10.0
+Requires:  glib2 = 1:2.28.0
+Requires:  gtk+3 = 3.0.0
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+GooCanvas is a new canvas widget for GTK+ that uses the Cairo 2D
+library for drawing. It has a model/view split, and uses interfaces
+for canvas items and views, so you can easily turn any application
+object into canvas items.
+
+This version is for GTK+ 3.
+
+%description -l pl.UTF-8
+GooCanvas to nowy widget płótna dla GTK+ wykorzystujący do rysowania
+bibliotekę Cairo 2D. Ma podział model/widok i używa interfejsów dla
+elementów i widoków, więc można łatwo zamieniać dowolny obiekt
+aplikacji w elementy płótna.
+
+Ta wersja jest przeznaczona dla GTK+ 3.
+
+%package devel
+Summary:   Header files for goocanvas
+Summary(pl.UTF-8): Pliki nagłówkowe goocanvas
+Group: X11/Development/Libraries
+Requires:  %{name} = %{version}-%{release}
+Requires:  cairo-devel = 1.10.0
+Requires:  glib2-devel = 1:2.28.0
+Requires:  gtk+2-devel = 3.0.0
+
+%description devel
+Header files for goocanvas.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe goocanvas.
+
+%package static
+Summary:   GooCanvas static library
+Summary(pl.UTF-8): Statyczna biblioteka GooCanvas
+Group: X11/Development/Libraries
+Requires:  %{name}-devel = %{version}-%{release}
+
+%description static
+GooCanvas static library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka GooCanvas.
+
+%package apidocs
+Summary:   goocanvas API documentation
+Summary(pl.UTF-8): Dokumentacja API goocanvas
+Group: Documentation
+Requires:  gtk-doc-common
+
+%description apidocs
+goocanvas API documentation.
+
+%description apidocs -l pl.UTF-8
+Dokumentacja API goocanvas.
+
+%package examples
+Summary:   Example programs using goocanvas library
+Summary(pl.UTF-8): Przykładowe programy używające biblioteki goocanvas
+Group: X11/Development/Libraries
+
+%description examples
+Example programs using goocanvas library.
+
+%description examples -l pl.UTF-8
+Przykładowe programy używające biblioteki goocanvas.
+
+%prep
+%setup -q -n goocanvas-%{version}
+
+%build
+%{__gtkdocize}
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+   --enable-gtk-doc \
+   --with-html-dir=%{_gtkdocdir}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+# prepare and install examples
+%{__make} clean -C demo
+cp demo/*.c demo/*.h demo/*.png 
$RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+# obsoleted by pkgconfig support
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/lib*.la
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_libdir}/libgoocanvas-2.0.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libgoocanvas-2.0.so.9
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libgoocanvas-2.0.so
+%{_includedir}/goocanvas-2.0
+%{_pkgconfigdir}/goocanvas-2.0.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libgoocanvas-2.0.a
+
+%files apidocs
+%defattr(644,root,root,755)
+%{_gtkdocdir}/goocanvas2
+
+%files examples
+%defattr(644,root,root,755)
+%{_examplesdir}/%{name}-%{version}
+
+%define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
+%changelog
+* %{date} PLD Team feedb...@pld-linux.org
+All persons listed below can be reached at cvs_login@pld-linux.org
+
+$Log$
+Revision 1.1  

DISTFILES: goocanvas2: goocanvas-2.0.0.tar.bz2

2011-03-19 Thread qboosh

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/goocanvas/2.0/goocanvas-2.0.0.tar.bz2
756c0b592e47dc5bb5dabc1388239876  goocanvas-2.0.0.tar.bz2
Size: 577541 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


packages: goocanvas/goocanvas.spec - updated to 1.0.0

2011-03-19 Thread qboosh
Author: qboosh   Date: Sat Mar 19 12:42:48 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 1.0.0

 Files affected:
packages/goocanvas:
   goocanvas.spec (1.17 - 1.18) 

 Diffs:


Index: packages/goocanvas/goocanvas.spec
diff -u packages/goocanvas/goocanvas.spec:1.17 
packages/goocanvas/goocanvas.spec:1.18
--- packages/goocanvas/goocanvas.spec:1.17  Fri Nov 19 08:40:10 2010
+++ packages/goocanvas/goocanvas.spec   Sat Mar 19 13:42:43 2011
@@ -2,12 +2,12 @@
 Summary:   Cairo/GTK+ Canvas
 Summary(pl.UTF-8): Płótno Cairo/GTK+
 Name:  goocanvas
-Version:   0.14
-Release:   3
+Version:   1.0.0
+Release:   1
 License:   LGPL v2
 Group: X11/Libraries
-Source0:   
http://ftp.gnome.org/pub/GNOME/sources/goocanvas/0.14/%{name}-%{version}.tar.bz2
-# Source0-md5: c2bfb5d717e602842981112dff61bf2e
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/goocanvas/1.0/%{name}-%{version}.tar.bz2
+# Source0-md5: 4858a22239e45cf374195bae520021c2
 URL:   http://live.gnome.org/GooCanvas
 BuildRequires: autoconf = 2.50
 BuildRequires: automake = 1:1.7
@@ -15,12 +15,12 @@
 BuildRequires: docbook-dtd412-xml
 BuildRequires: gettext-devel
 BuildRequires: glib2-devel = 1:2.10.0
-BuildRequires: gtk+2-devel = 2:2.10.0
+BuildRequires: gtk+2-devel = 2:2.12.0
 BuildRequires: gtk-doc = 1.8
 BuildRequires: libtool
 BuildRequires: pkgconfig
 Requires:  glib2 = 1:2.10.0
-Requires:  gtk+2 = 2:2.10.0
+Requires:  gtk+2 = 2:2.12.0
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -42,7 +42,7 @@
 Requires:  %{name} = %{version}-%{release}
 Requires:  cairo-devel = 1.4.0
 Requires:  glib2-devel = 1:2.10.0
-Requires:  gtk+2-devel = 2:2.10.0
+Requires:  gtk+2-devel = 2:2.12.0
 
 %description devel
 Header files for goocanvas.
@@ -150,6 +150,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.18  2011/03/19 12:42:43  qboosh
+- updated to 1.0.0
+
 Revision 1.17  2010/11/19 07:40:10  hawk
 - release 3
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/goocanvas/goocanvas.spec?r1=1.17r2=1.18f=u

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


DISTFILES: goocanvas: goocanvas-1.0.0.tar.bz2

2011-03-19 Thread qboosh

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/goocanvas/1.0/goocanvas-1.0.0.tar.bz2
4858a22239e45cf374195bae520021c2  goocanvas-1.0.0.tar.bz2
Size: 570552 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


packages: muscleframework/muscleframework.spec, muscleframework/muscleframe...

2011-03-19 Thread qboosh
Author: qboosh   Date: Sat Mar 19 12:46:35 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 1.1.7
- removed outdated qt3 patch
- added pcsc patch for pcsc-lite 1.6+, openssl patch for openssl 1.0.0+
- muscletool and XCardII are separate packages now

 Files affected:
packages/muscleframework:
   muscleframework.spec (1.12 - 1.13) , muscleframework-openssl.patch (NONE - 
1.1)  (NEW), muscleframework-pcsc.patch (NONE - 1.1)  (NEW), 
muscleframework-qt3.patch (1.1 - NONE)  (REMOVED)

 Diffs:


Index: packages/muscleframework/muscleframework.spec
diff -u packages/muscleframework/muscleframework.spec:1.12 
packages/muscleframework/muscleframework.spec:1.13
--- packages/muscleframework/muscleframework.spec:1.12  Tue Feb 13 08:16:49 2007
+++ packages/muscleframework/muscleframework.spec   Sat Mar 19 13:46:30 2011
@@ -2,20 +2,23 @@
 Summary:   MuscleCard PKCS#11 Framework
 Summary(pl.UTF-8): Szkielet MuscleCard PKCS#11
 Name:  muscleframework
-Version:   1.1.3
-Release:   2
+Version:   1.1.7
+Release:   1
 Epoch: 1
 License:   BSD
 Group: Applications
-Source0:   
http://www.musclecard.com/musclecard/files/%{name}-%{version}.tar.gz
-# Source0-md5: def0af167d56e3c6181edb626e6e34d7
-Patch0:%{name}-qt3.patch
-Patch1:%{name}-cryptoflex.patch
+#Source0Download: https://alioth.debian.org/frs/?group_id=30111
+Source0:   
https://alioth.debian.org/frs/download.php/3056/%{name}-%{version}.tar.gz
+# Source0-md5: 5dcce65c60d35d9dfa9e10cc7ce7f72e
+#Patch0:   %{name}-qt3.patch
+Patch0:%{name}-cryptoflex.patch
+Patch1:%{name}-pcsc.patch
+Patch2:%{name}-openssl.patch
 URL:   http://www.musclecard.com/musclecard/index.html
-BuildRequires: openssl-devel = 0.9.7d
+BuildRequires: libmusclecard-devel
+BuildRequires: openssl-devel = 1.0.0
 BuildRequires: pam-devel
 BuildRequires: pcsc-lite-devel = 1.1.1
-BuildRequires: qt-devel
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -62,20 +65,6 @@
 %description -n pam-pam_musclecard -l pl.UTF-8
 Moduł PAM dla szkieletu MuscleCard.
 
-%package tools
-Summary:   MuscleTool - personalization tool for smartcards
-Summary(pl.UTF-8): MuscleTool - narzędzie do personalizacji kart 
procesorowych
-Group: Applications
-Requires:  pcsc-lite
-
-%description tools
-MuscleTool - command line personalization tool for MuscleCard enabled
-smartcards.
-
-%description tools -l pl.UTF-8
-MuscleTool - działające z linii poleceń narzędzie do personalizacji
-kart procesorowych obsługiwanych przez środowisko MuscleCard.
-
 %package pkcs11
 Summary:   PKCS#11 library
 Summary(pl.UTF-8): Biblioteka PKCS#11
@@ -92,6 +81,8 @@
 Summary(pl.UTF-8): Pliki nagłówkowe biblioteki PKCS#11
 Group: Development/Libraries
 Requires:  %{name}-pkcs11 = %{version}-%{release}
+Requires:  libmusclecard-devel
+Requires:  pcsc-lite-devel
 
 %description pkcs11-devel
 PKCS#11 library header files.
@@ -111,51 +102,33 @@
 %description pkcs11-static -l pl.UTF-8
 Statyczna biblioteka PKCS#11.
 
-%package xcard
-Summary:   XCardII - graphical smartcard administration tool
-Summary(pl.UTF-8): XCardII - graficzne narzędzie do administrowania 
kartami procesorowymi
-Group: X11/Applications
-Requires:  pcsc-lite
-
-%description xcard
-XCardII - graphical smartcard administration tool.
-
-%description xcard -l pl.UTF-8
-XCardII - graficzne narzędzie do administrowania kartami
-procesorowymi.
-
 %prep
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+
+ln README README.muscleframework
+find CFlexPlugin/src/slbCryptoflex.bundle -name '*.orig' | xargs %{__rm}
 
 %build
 cd CFlexPlugin
-%configure2_13
+%configure
 %{__make}
 
 cd ../MCardPlugin
-%configure2_13
+%configure
 %{__make}
 
 cd ../MusclePAM
 %{__make} \
CC=%{__cc} %{rpmcflags} -fPIC
 
-cd ../MuscleTools
-%{__make} \
-   CC=%{__cc} %{rpmcflags}
-
-cd ../PKCS11
-%configure2_13
+cd ../libmusclepkcs11
+%configure \
+   --includedir=%{_includedir}/libmusclepkcs11
 %{__make}
 
-cd ../XCardII/src
-%{__make} \
-   CPP=%{__cxx} %{rpmcflags} -fPIC -Wall -I/usr/X11R6/include/qt \
-   LIBS=-L/usr/X11R6/lib -lqt -lpcsclite -lpthread \
-   MOC=moc
-
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_libdir}/pcsc/services
@@ -174,16 +147,9 @@
 install MusclePAM/pam_musclecard.so $RPM_BUILD_ROOT/%{_lib}/security
 install MusclePAM/pam-muscle.conf $RPM_BUILD_ROOT%{_sysconfdir}
 
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
-install MuscleTools/muscleTool $RPM_BUILD_ROOT%{_bindir}
-install MuscleTools/man/muscleTool.1 $RPM_BUILD_ROOT%{_mandir}/man1
-
-%{__make} -C PKCS11 install \
+%{__make} -C libmusclepkcs11 install \
DESTDIR=$RPM_BUILD_ROOT
 
-install 

DISTFILES: muscleframework: muscleframework-1.1.7.tar.gz

2011-03-19 Thread qboosh

Files fetched: 1

STORED: 
https://alioth.debian.org/frs/download.php/3056/muscleframework-1.1.7.tar.gz
5dcce65c60d35d9dfa9e10cc7ce7f72e  muscleframework-1.1.7.tar.gz
Size: 1014755 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


packages: perl-Image-ExifTool/perl-Image-ExifTool.spec - updated to 8.51

2011-03-19 Thread qboosh
Author: qboosh   Date: Sat Mar 19 12:51:59 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 8.51

 Files affected:
packages/perl-Image-ExifTool:
   perl-Image-ExifTool.spec (1.53 - 1.54) 

 Diffs:


Index: packages/perl-Image-ExifTool/perl-Image-ExifTool.spec
diff -u packages/perl-Image-ExifTool/perl-Image-ExifTool.spec:1.53 
packages/perl-Image-ExifTool/perl-Image-ExifTool.spec:1.54
--- packages/perl-Image-ExifTool/perl-Image-ExifTool.spec:1.53  Sun Feb  6 
21:43:39 2011
+++ packages/perl-Image-ExifTool/perl-Image-ExifTool.spec   Sat Mar 19 
13:51:54 2011
@@ -9,13 +9,13 @@
 Summary:   Perl module for reading and writing image metadata
 Summary(pl.UTF-8): Moduł Perla do czytania i zapisywania metadanych w 
plikach graficznych
 Name:  perl-Image-ExifTool
-Version:   8.48
+Version:   8.51
 Release:   1
 # same as perl
 License:   GPL v1+ or Artistic
 Group: Development/Languages/Perl
 Source0:   
http://www.sno.phy.queensu.ca/~phil/exiftool/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: ae1e34be6240b30997b0aaf604ef97a4
+# Source0-md5: 70e8530f60d790122db87c852cfcab9b
 URL:   http://www.sno.phy.queensu.ca/~phil/exiftool/
 BuildRequires: perl-devel = 1:5.8.0
 BuildRequires: rpm-perlprov = 4.1-13
@@ -64,19 +64,20 @@
 # awk -vname=Meta Information '{ if ( start ) { if ( $0 ~ /^$/ ) { print 
%{nil}; exit 0 } print $0 \\ } if ( $0 ~ name ) start = 1; }'  README
 %define supported_meta_information \
   --+--+-\
-  EXIF   r/w/c  |  Kodak Meta r/w  |  Picture Info   r\
-  GPSr/w/c  |  FotoStationr/w  |  Adobe APP14r\
-  IPTC   r/w/c  |  PhotoMechanic  r/w  |  MPFr\
-  XMPr/w/c  |  JPEG 2000  r|  Stim   r\
-  MakerNotes r/w/c  |  DICOM  r|  APEr\
-  Photoshop IRB  r/w/c  |  Flash  r|  Vorbis r\
-  ICC Profiler/w/c  |  FlashPix   r|  SPIFF  r\
-  MIEr/w/c  |  QuickTime  r|  DjVu   r\
-  JFIF   r/w/c  |  Matroska   r|  M2TS   r\
-  Ducky APP12r/w/c  |  GeoTIFFr|  PE/COFFr\
-  PDFr/w/c  |  PrintIMr|  AVCHD  r\
-  CIFF   r/w|  ID3r|  ZIPr\
-  AFCP   r/w|  Ricoh RMETAr|  (and more)\
+  EXIF   r/w/c  |  CIFF   r/w  |  Ricoh RMETAr\
+  GPSr/w/c  |  AFCP   r/w  |  Picture Info   r\
+  IPTC   r/w/c  |  Kodak Meta r/w  |  Adobe APP14r\
+  XMPr/w/c  |  FotoStationr/w  |  MPFr\
+  MakerNotes r/w/c  |  PhotoMechanic  r/w  |  Stim   r\
+  Photoshop IRB  r/w/c  |  JPEG 2000  r|  APEr\
+  ICC Profiler/w/c  |  DICOM  r|  Vorbis r\
+  MIEr/w/c  |  Flash  r|  SPIFF  r\
+  JFIF   r/w/c  |  FlashPix   r|  DjVu   r\
+  Ducky APP12r/w/c  |  QuickTime  r|  M2TS   r\
+  PDFr/w/c  |  Matroska   r|  PE/COFFr\
+  PNGr/w/c  |  GeoTIFFr|  AVCHD  r\
+  Canon VRD  r/w/c  |  PrintIMr|  ZIPr\
+  Nikon Capture  r/w/c  |  ID3r|  (and more)\
 %{nil}
 
 
@@ -144,6 +145,10 @@
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT
 
+%{__rm} $RPM_BUILD_ROOT%{perl_vendorlib}/File/RandomAccess.pod \
+   $RPM_BUILD_ROOT%{perl_vendorlib}/Image/ExifTool{,/*}.pod \
+   $RPM_BUILD_ROOT%{perl_vendorlib}/Image/ExifTool/README
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -184,6 +189,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.54  2011/03/19 12:51:54  qboosh
+- updated to 8.51
+
 Revision 1.53  2011/02/06 20:43:39  sparky
 - make sure descriptions are up-to-date
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-Image-ExifTool/perl-Image-ExifTool.spec?r1=1.53r2=1.54f=u

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


DISTFILES: perl-Image-ExifTool: Image-ExifTool-8.51.tar.gz

2011-03-19 Thread qboosh

Files fetched: 1

STORED: http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-8.51.tar.gz
70e8530f60d790122db87c852cfcab9b  Image-ExifTool-8.51.tar.gz
Size: 3144124 bytes


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


DISTFILES: yaz: yaz-4.1.7.tar.gz

2011-03-19 Thread qboosh

Files fetched: 1

STORED: http://ftp.indexdata.dk/pub/yaz/yaz-4.1.7.tar.gz
d4b94fc70bfc105fc034c4b51b7b5cae  yaz-4.1.7.tar.gz
Size: 2318226 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


packages: yaz/yaz.spec - updated to 4.1.7

2011-03-19 Thread qboosh
Author: qboosh   Date: Sat Mar 19 13:11:51 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 4.1.7

 Files affected:
packages/yaz:
   yaz.spec (1.67 - 1.68) 

 Diffs:


Index: packages/yaz/yaz.spec
diff -u packages/yaz/yaz.spec:1.67 packages/yaz/yaz.spec:1.68
--- packages/yaz/yaz.spec:1.67  Sat Mar 12 12:27:17 2011
+++ packages/yaz/yaz.spec   Sat Mar 19 14:11:46 2011
@@ -2,12 +2,12 @@
 Summary:   Z39.50 protocol support library
 Summary(pl.UTF-8): Biblioteka obsługująca protokół Z39.50
 Name:  yaz
-Version:   4.1.6
+Version:   4.1.7
 Release:   1
 License:   BSD-like
 Group: Libraries
 Source0:   http://ftp.indexdata.dk/pub/yaz/%{name}-%{version}.tar.gz
-# Source0-md5: bdab2162b8fe317828d4719dda17ed65
+# Source0-md5: d4b94fc70bfc105fc034c4b51b7b5cae
 URL:   http://www.indexdata.dk/yaz/
 BuildRequires: autoconf = 2.60
 BuildRequires: automake = 1:1.9
@@ -151,6 +151,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.68  2011/03/19 13:11:46  qboosh
+- updated to 4.1.7
+
 Revision 1.67  2011/03/12 11:27:17  qboosh
 - updated to 4.1.6
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/yaz/yaz.spec?r1=1.67r2=1.68f=u

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


packages: aria2/aria2.spec - 1.11.0

2011-03-19 Thread areq
Author: areq Date: Sat Mar 19 13:26:39 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- 1.11.0

 Files affected:
packages/aria2:
   aria2.spec (1.17 - 1.18) 

 Diffs:


Index: packages/aria2/aria2.spec
diff -u packages/aria2/aria2.spec:1.17 packages/aria2/aria2.spec:1.18
--- packages/aria2/aria2.spec:1.17  Wed Feb  2 02:47:15 2011
+++ packages/aria2/aria2.spec   Sat Mar 19 14:26:34 2011
@@ -2,12 +2,12 @@
 Summary:   Aria2 is a download utility with resuming and segmented 
downloading
 Summary(pl.UTF-8): Narzędzie do pobierania plików z obsługą wznawiania i 
pobierania segmentowego
 Name:  aria2
-Version:   1.10.9
+Version:   1.11.0
 Release:   1
 License:   GPL
 Group: Applications/Networking
 Source0:   
http://downloads.sourceforge.net/aria2/%{name}-%{version}.tar.bz2
-# Source0-md5: 856cd88e75c7b893b42f4b6b8f2c0ad1
+# Source0-md5: d619a8b7c4870a768cf586e092c97418
 URL:   http://aria2.sourceforge.net/
 BuildRequires: cppunit-devel
 BuildRequires: gnutls-devel
@@ -52,7 +52,7 @@
 
 %files -f aria2.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
+%doc AUTHORS ChangeLog NEWS README.asciidoc
 %attr(755,root,root) %{_bindir}/aria2c
 %{_mandir}/man1/*
 
@@ -62,6 +62,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.18  2011/03/19 13:26:34  areq
+- 1.11.0
+
 Revision 1.17  2011/02/02 01:47:15  sparky
 - BR: cppunit-devel, pkgconfig
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/aria2/aria2.spec?r1=1.17r2=1.18f=u

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


DISTFILES: aria2: aria2-1.11.0.tar.bz2

2011-03-19 Thread areq

Files fetched: 1

STORED: http://downloads.sourceforge.net/aria2/aria2-1.11.0.tar.bz2
d619a8b7c4870a768cf586e092c97418  aria2-1.11.0.tar.bz2
Size: 1473997 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


packages: glibc/glibc.spec - updated locale comments

2011-03-19 Thread qboosh
Author: qboosh   Date: Sat Mar 19 13:26:54 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- updated locale comments

 Files affected:
packages/glibc:
   glibc.spec (1.895 - 1.896) 

 Diffs:


Index: packages/glibc/glibc.spec
diff -u packages/glibc/glibc.spec:1.895 packages/glibc/glibc.spec:1.896
--- packages/glibc/glibc.spec:1.895 Sun Mar 13 20:19:10 2011
+++ packages/glibc/glibc.spec   Sat Mar 19 14:26:49 2011
@@ -1132,9 +1132,12 @@
 #   syr (iso-codes)
 #   tet (vlc)
 #
-# TODO: unify sr@Latn/sr@latin, drop one of them
-#   similarly sr@ije/sr@ijekavian
-#   add sr@ijekavianlatin?
+# To be removed (after fixing packages still using it):
+#   sr@Latn (use sr@latin instead)
+#
+# To be clarified:
+#   sr@ije or sr@ijekavian? (currently sr@ije is supported; the latter exists 
somewhere)
+#   sr@ijelatin or sr@ijekavianlatin? (currently not supported; the latter 
exists somewhere)
 #
 # bn is used for bn_BD or bn_IN? Assume bn_IN as nothing for bn_BD appeared
 # till now.
@@ -1705,6 +1708,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.896  2011/03/19 13:26:49  qboosh
+- updated locale comments
+
 Revision 1.895  2011/03/13 19:19:10  qboosh
 - sr variants need fix
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/glibc/glibc.spec?r1=1.895r2=1.896f=u

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


packages (DEVEL): gnome-color-manager/gnome-color-manager.spec - md5 update

2011-03-19 Thread wiget
Author: wigetDate: Sat Mar 19 13:27:18 2011 GMT
Module: packages  Tag: DEVEL
 Log message:
- md5 update

 Files affected:
packages/gnome-color-manager:
   gnome-color-manager.spec (1.8.2.1 - 1.8.2.2) 

 Diffs:


Index: packages/gnome-color-manager/gnome-color-manager.spec
diff -u packages/gnome-color-manager/gnome-color-manager.spec:1.8.2.1 
packages/gnome-color-manager/gnome-color-manager.spec:1.8.2.2
--- packages/gnome-color-manager/gnome-color-manager.spec:1.8.2.1   Sat Mar 
19 00:02:10 2011
+++ packages/gnome-color-manager/gnome-color-manager.spec   Sat Mar 19 
14:27:13 2011
@@ -6,7 +6,7 @@
 License:   GPL v2
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-color-manager/2.91/%{name}-%{version}.tar.bz2
-# Source0-md5: dda18a8c6a07bf54276ee481dab83091
+# Source0-md5: e3638a6baf6cb53ed4022ea8fbefa940
 URL:   http://projects.gnome.org/gnome-color-manager/
 BuildRequires: autoconf = 2.63
 BuildRequires: automake = 1:1.9
@@ -178,6 +178,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.8.2.2  2011/03/19 13:27:13  wiget
+- md5 update
+
 Revision 1.8.2.1  2011/03/18 23:02:10  megabajt
 - updated to 2.91.90
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnome-color-manager/gnome-color-manager.spec?r1=1.8.2.1r2=1.8.2.2f=u

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


packages: gtksourceview2/gtksourceview2.spec - updated BRs - en@shaw is sup...

2011-03-19 Thread qboosh
Author: qboosh   Date: Sat Mar 19 13:27:26 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- updated BRs
- en@shaw is supported now (via LANGUAGE)
- package docs

 Files affected:
packages/gtksourceview2:
   gtksourceview2.spec (1.38 - 1.39) 

 Diffs:


Index: packages/gtksourceview2/gtksourceview2.spec
diff -u packages/gtksourceview2/gtksourceview2.spec:1.38 
packages/gtksourceview2/gtksourceview2.spec:1.39
--- packages/gtksourceview2/gtksourceview2.spec:1.38Fri Oct 22 14:07:39 2010
+++ packages/gtksourceview2/gtksourceview2.spec Sat Mar 19 14:27:21 2011
@@ -12,12 +12,12 @@
 BuildRequires: autoconf = 2.64
 BuildRequires: automake = 1:1.10.3
 BuildRequires: docbook-dtd412-xml
-BuildRequires: gettext-devel
+BuildRequires: gettext-devel = 0.17
 BuildRequires: gnome-common = 2.24.0
 BuildRequires: gtk+2-devel = 2:2.14.0
 BuildRequires: gtk-doc = 1.11
-BuildRequires: intltool = 0.36.1
-BuildRequires: libtool
+BuildRequires: intltool = 0.40
+BuildRequires: libtool = 2:2.2.6
 BuildRequires: libxml2-devel = 1:2.6.31
 BuildRequires: pkgconfig
 BuildRequires: rpm-pythonprov
@@ -78,8 +78,6 @@
 
 %prep
 %setup -q -n gtksourceview-%{version}
-sed -i s#^en@shaw## po/LINGUAS
-rm po/e...@shaw.po
 
 %build
 %{__gtkdocize}
@@ -90,10 +88,10 @@
 %{__autoheader}
 %{__automake}
 %configure \
+   --disable-silent-rules \
--enable-gtk-doc \
--enable-static \
-   --with-html-dir=%{_gtkdocdir} \
-   --disable-silent-rules
+   --with-html-dir=%{_gtkdocdir}
 %{__make}
 
 %install
@@ -112,6 +110,7 @@
 
 %files -f gtksourceview-2.0.lang
 %defattr(644,root,root,755)
+%doc AUTHORS ChangeLog MAINTAINERS NEWS README
 %attr(755,root,root) %{_libdir}/libgtksourceview-2.0.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libgtksourceview-2.0.so.0
 %{_datadir}/gtksourceview-2.0
@@ -137,6 +136,11 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.39  2011/03/19 13:27:21  qboosh
+- updated BRs
+- en@shaw is supported now (via LANGUAGE)
+- package docs
+
 Revision 1.38  2010/10/22 12:07:39  arekm
 - release 2
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gtksourceview2/gtksourceview2.spec?r1=1.38r2=1.39f=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-color-manager: gnome-color-manager-2.91.90.tar.bz2

2011-03-19 Thread wiget

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/gnome-color-manager/2.91/gnome-color-manager-2.91.90.tar.bz2
e3638a6baf6cb53ed4022ea8fbefa940  gnome-color-manager-2.91.90.tar.bz2
Size: 3765942 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


packages: phpMyAdmin/phpMyAdmin.spec - up to 3.3.10 (bugfixes)

2011-03-19 Thread dzeus
Author: dzeusDate: Sat Mar 19 13:45:08 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- up to 3.3.10 (bugfixes)

 Files affected:
packages/phpMyAdmin:
   phpMyAdmin.spec (1.240 - 1.241) 

 Diffs:


Index: packages/phpMyAdmin/phpMyAdmin.spec
diff -u packages/phpMyAdmin/phpMyAdmin.spec:1.240 
packages/phpMyAdmin/phpMyAdmin.spec:1.241
--- packages/phpMyAdmin/phpMyAdmin.spec:1.240   Fri Feb 11 21:04:17 2011
+++ packages/phpMyAdmin/phpMyAdmin.spec Sat Mar 19 14:45:03 2011
@@ -4,12 +4,12 @@
 Summary:   phpMyAdmin - web-based MySQL administration
 Summary(pl.UTF-8): phpMyAdmin - administracja bazami MySQL przez WWW
 Name:  phpMyAdmin
-Version:   3.3.9.2
+Version:   3.3.10
 Release:   1
 License:   GPL v2
 Group: Applications/Databases/Interfaces
 Source0:   
http://downloads.sourceforge.net/phpmyadmin/%{name}-%{version}-all-languages.tar.bz2
-# Source0-md5: db6b25e7b41d41b53d3bc03cd70c44ea
+# Source0-md5: cb7a632fb4f10a180ead15f7f90087f1
 Source1:   %{name}.conf
 Source2:   %{name}-lighttpd.conf
 Patch0:%{name}-config.patch
@@ -159,6 +159,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.241  2011/03/19 13:45:03  dzeus
+- up to 3.3.10 (bugfixes)
+
 Revision 1.240  2011/02/11 20:04:17  dzeus
 - up to 3.3.9.2
 - fixes PMASA-2011-2 (CWE-661, CWE-89)


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/phpMyAdmin/phpMyAdmin.spec?r1=1.240r2=1.241f=u

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


DISTFILES: phpMyAdmin: phpMyAdmin-3.3.10-all-languages.tar.bz2

2011-03-19 Thread dzeus

Files fetched: 1

STORED: 
http://downloads.sourceforge.net/phpmyadmin/phpMyAdmin-3.3.10-all-languages.tar.bz2
cb7a632fb4f10a180ead15f7f90087f1  
phpMyAdmin-3.3.10-all-languages.tar.bz2
Size: 3675842 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


packages (DEVEL): seahorse/seahorse.spec - up to 2.91.91

2011-03-19 Thread wiget
Author: wigetDate: Sat Mar 19 18:49:16 2011 GMT
Module: packages  Tag: DEVEL
 Log message:
- up to 2.91.91

 Files affected:
packages/seahorse:
   seahorse.spec (1.126.2.2 - 1.126.2.3) 

 Diffs:


Index: packages/seahorse/seahorse.spec
diff -u packages/seahorse/seahorse.spec:1.126.2.2 
packages/seahorse/seahorse.spec:1.126.2.3
--- packages/seahorse/seahorse.spec:1.126.2.2   Wed Dec 29 00:53:20 2010
+++ packages/seahorse/seahorse.spec Sat Mar 19 19:49:10 2011
@@ -2,12 +2,12 @@
 Summary:   Seahorse - A GNOME front end for GnuPG
 Summary(pl.UTF-8): Seahorse - frontend GNOME do GnuPG
 Name:  seahorse
-Version:   2.91.4
+Version:   2.91.91
 Release:   0.1
 License:   GPL v2
 Group: X11/Applications
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/seahorse/2.91/%{name}-%{version}.tar.bz2
-# Source0-md5: e7e40aa3178e5ada5b3957696b0ea0ee
+# Source0-md5: 6fb77cd7018bdff8e1c752f48d707d75
 URL:   http://www.gnome.org/projects/seahorse/
 BuildRequires: GConf2-devel = 2.24.0
 BuildRequires: atk-devel = 1.32
@@ -197,6 +197,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.126.2.3  2011/03/19 18:49:10  wiget
+- up to 2.91.91
+
 Revision 1.126.2.2  2010/12/28 23:53:20  wiget
 - 2.91.4
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/seahorse/seahorse.spec?r1=1.126.2.2r2=1.126.2.3f=u

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


DISTFILES: seahorse: seahorse-2.91.91.tar.bz2

2011-03-19 Thread wiget

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/seahorse/2.91/seahorse-2.91.91.tar.bz2
6fb77cd7018bdff8e1c752f48d707d75  seahorse-2.91.91.tar.bz2
Size: 2513063 bytes


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


DISTFILES: gnome-tweak-tool: gnome-tweak-tool-2.91.92.tar.bz2

2011-03-19 Thread megabajt

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/gnome-tweak-tool/2.91/gnome-tweak-tool-2.91.92.tar.bz2
cdd1cd3f2f3d2c161c4c86f234d100c6  gnome-tweak-tool-2.91.92.tar.bz2
Size: 101548 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


packages: gnome-tweak-tool/gnome-tweak-tool.spec (NEW), gnome-tweak-tool/py...

2011-03-19 Thread megabajt
Author: megabajt Date: Sat Mar 19 19:20:01 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- new

 Files affected:
packages/gnome-tweak-tool:
   gnome-tweak-tool.spec (NONE - 1.1)  (NEW), pyc.patch (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/gnome-tweak-tool/gnome-tweak-tool.spec
diff -u /dev/null packages/gnome-tweak-tool/gnome-tweak-tool.spec:1.1
--- /dev/null   Sat Mar 19 20:20:01 2011
+++ packages/gnome-tweak-tool/gnome-tweak-tool.spec Sat Mar 19 20:19:56 2011
@@ -0,0 +1,66 @@
+# $Revision$, $Date$
+Summary:   A tool to customize advanced GNOME 3 options
+Summary(pl.UTF-8): Narzędzie do dostosowywania zaawansowanych opcji GNOME 3
+Name:  gnome-tweak-tool
+Version:   2.91.92
+Release:   1
+License:   GPL
+Group: X11/Applications
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/gnome-tweak-tool/2.91/%{name}-%{version}.tar.bz2
+# Source0-md5: cdd1cd3f2f3d2c161c4c86f234d100c6
+Patch0:pyc.patch
+URL:   http://live.gnome.org/GnomeTweakTool
+BuildRequires: GConf2-devel
+BuildRequires: gsettings-desktop-schemas-devel = 2.91.90
+BuildRequires: pkgconfig
+BuildRequires: python-pygobject-devel = 2.28.0
+Requires:  gsettings-desktop-schemas = 2.91.90
+Requires:  gtk+3 = 3.0.0
+Requires:  python-pygobject = 2.28.0
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A tool to customize advanced GNOME 3 options.
+
+%description -l pl.UTF-8
+Narzędzie do dostosowywania zaawansowanych opcji GNOME 3.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc NEWS README
+%attr(755,root,root) %{_bindir}/gnome-tweak-tool
+%dir %{py_sitescriptdir}/gtweak
+%{py_sitescriptdir}/gtweak/*.py[co]
+%dir %{py_sitescriptdir}/gtweak/tweaks
+%{py_sitescriptdir}/gtweak/tweaks/*.py[co]
+%{_datadir}/gnome-tweak-tool
+%{_desktopdir}/gnome-tweak-tool.desktop
+
+%define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
+%changelog
+* %{date} PLD Team feedb...@pld-linux.org
+All persons listed below can be reached at cvs_login@pld-linux.org
+
+$Log$
+Revision 1.1  2011/03/19 19:19:56  megabajt
+- new
+


Index: packages/gnome-tweak-tool/pyc.patch
diff -u /dev/null packages/gnome-tweak-tool/pyc.patch:1.1
--- /dev/null   Sat Mar 19 20:20:01 2011
+++ packages/gnome-tweak-tool/pyc.patch Sat Mar 19 20:19:56 2011
@@ -0,0 +1,12 @@
+diff -urN gnome-tweak-tool-2.91.92/gtweak/tweakmodel.py 
gnome-tweak-tool-2.91.92.new//gtweak/tweakmodel.py
+--- gnome-tweak-tool-2.91.92/gtweak/tweakmodel.py  2011-03-09 
20:33:40.0 +
 gnome-tweak-tool-2.91.92.new//gtweak/tweakmodel.py 2011-03-19 
12:46:22.703334424 +
+@@ -67,7 +67,7 @@
+ if 1:
+ tweak_files = [
+ os.path.splitext(os.path.split(f)[-1])[0]
+-for f in glob.glob(os.path.join(self._tweak_dir, 
tweak_*.py))]
++for f in glob.glob(os.path.join(self._tweak_dir, 
tweak_*.pyc))]
+ else:
+ tweak_files = [tweak_test]
+ 

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


packages (DEVEL): NetworkManager/NetworkManager.spec - up to 0.8.997 - libn...

2011-03-19 Thread wiget
Author: wigetDate: Sat Mar 19 19:22:07 2011 GMT
Module: packages  Tag: DEVEL
 Log message:
- up to 0.8.997
- libnm-glib soname change

 Files affected:
packages/NetworkManager:
   NetworkManager.spec (1.76.2.3 - 1.76.2.4) 

 Diffs:


Index: packages/NetworkManager/NetworkManager.spec
diff -u packages/NetworkManager/NetworkManager.spec:1.76.2.3 
packages/NetworkManager/NetworkManager.spec:1.76.2.4
--- packages/NetworkManager/NetworkManager.spec:1.76.2.3Sun Mar 13 
14:55:43 2011
+++ packages/NetworkManager/NetworkManager.spec Sat Mar 19 20:22:02 2011
@@ -3,12 +3,12 @@
 Summary:   Network Manager for GNOME
 Summary(pl.UTF-8): Zarządca sieci dla GNOME
 Name:  NetworkManager
-Version:   0.8.996
+Version:   0.8.997
 Release:   1
 License:   GPL v2+
 Group: Networking/Admin
 Source0:   
http://ftp.gnome.org/pub/GNOME/sources/NetworkManager/0.8/%{name}-%{version}.tar.bz2
-# Source0-md5: f5f6a6b2f7fcfe78e26ac026e2891649
+# Source0-md5: 9013a046e49a9d7e384a94290f40f28a
 Source1:   %{name}.conf
 Patch0:%{name}-pld.patch
 URL:   http://projects.gnome.org/NetworkManager/
@@ -229,7 +229,7 @@
 %attr(755,root,root) %{_libdir}/libnm-util.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libnm-util.so.2
 %attr(755,root,root) %{_libdir}/libnm-glib.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libnm-glib.so.3
+%attr(755,root,root) %ghost %{_libdir}/libnm-glib.so.4
 %attr(755,root,root) %{_libdir}/libnm-glib-vpn.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libnm-glib-vpn.so.1
 %{_libdir}/girepository-1.0/NMClient-1.0.typelib
@@ -261,6 +261,10 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.76.2.4  2011/03/19 19:22:02  wiget
+- up to 0.8.997
+- libnm-glib soname change
+
 Revision 1.76.2.3  2011/03/13 13:55:43  wiget
 - md5 fix
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/NetworkManager/NetworkManager.spec?r1=1.76.2.3r2=1.76.2.4f=u

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


DISTFILES: NetworkManager: NetworkManager-0.8.997.tar.bz2

2011-03-19 Thread wiget

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/NetworkManager/0.8/NetworkManager-0.8.997.tar.bz2
9013a046e49a9d7e384a94290f40f28a  NetworkManager-0.8.997.tar.bz2
Size: 2048464 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


packages (DEVEL): mousetweaks/mousetweaks.spec - updated to 2.91.91

2011-03-19 Thread megabajt
Author: megabajt Date: Sat Mar 19 21:04:51 2011 GMT
Module: packages  Tag: DEVEL
 Log message:
- updated to 2.91.91

 Files affected:
packages/mousetweaks:
   mousetweaks.spec (1.23 - 1.23.2.1) 

 Diffs:


Index: packages/mousetweaks/mousetweaks.spec
diff -u packages/mousetweaks/mousetweaks.spec:1.23 
packages/mousetweaks/mousetweaks.spec:1.23.2.1
--- packages/mousetweaks/mousetweaks.spec:1.23  Wed Nov 17 07:07:51 2010
+++ packages/mousetweaks/mousetweaks.spec   Sat Mar 19 22:04:46 2011
@@ -2,32 +2,29 @@
 Summary:   Mouse accessibility enhancements for GNOME
 Summary(pl.UTF-8): Rozszerzenia dostępności myszy dla GNOME
 Name:  mousetweaks
-Version:   2.32.1
+Version:   2.91.91
 Release:   1
 License:   GPL v3
 Group: X11/Applications/Accessibility
-Source0:   
http://ftp.gnome.org/pub/GNOME/sources/mousetweaks/2.32/%{name}-%{version}.tar.bz2
-# Source0-md5: 1af7be870e0b8df9b0a2d481f77c7be5
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/mousetweaks/2.91/%{name}-%{version}.tar.bz2
+# Source0-md5: 3d8c899341ae930425518dfbd9f99295
 URL:   http://live.gnome.org/Mousetweaks/Home
-BuildRequires: GConf2-devel = 2.24.0
-BuildRequires: at-spi-devel = 1.26.0
-BuildRequires: autoconf = 2.57
-BuildRequires: automake = 1:1.9
-BuildRequires: dbus-glib-devel = 0.74
+BuildRequires: autoconf = 2.63
+BuildRequires: automake = 1:1.11
 BuildRequires: docbook-dtd412-xml
 BuildRequires: gettext-devel
+BuildRequires: glib2-devel = 1:2.26.0
 BuildRequires: gnome-common = 2.24.0
 BuildRequires: gnome-doc-utils = 0.14.0
-BuildRequires: gnome-panel-devel = 2.26.0
-BuildRequires: gtk+2-devel = 2:2.16.0
+BuildRequires: gsettings-desktop-schemas-devel = 2.91.90
+BuildRequires: gtk+3-devel = 3.0.0
 BuildRequires: intltool = 0.40.0
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(find_lang) = 1.23
-BuildRequires: rpmbuild(macros) = 1.198
-BuildRequires: sed = 4.0
+BuildRequires: rpmbuild(macros) = 1.592
 BuildRequires: xorg-lib-libXtst-devel
-Requires(post,preun):  GConf2
-Requires:  libgail-gnome
+Requires(post,preun):  glib2 = 1:2.26.0
+Requires:  gsettings-desktop-schemas = 2.91.90
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -44,9 +41,6 @@
 %prep
 %setup -q
 
-sed -i -e 's/^en@shaw//' po/LINGUAS
-rm -f po/e...@shaw.po
-
 %build
 %{__intltoolize}
 %{__aclocal}
@@ -54,7 +48,7 @@
 %{__autoheader}
 %{__automake}
 %configure \
-   --disable-schemas-install \
+   --disable-schemas-compile \
--disable-silent-rules
 %{__make}
 
@@ -70,27 +64,20 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
-%gconf_schema_install mousetweaks.schemas
-%gconf_schema_install pointer-capture-applet.schemas
+%glib_compile_schemas
 
-%preun
-%gconf_schema_uninstall mousetweaks.schemas
-%gconf_schema_uninstall pointer-capture-applet.schemas
+%postun
+%glib_compile_schemas
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO
-%attr(755,root,root) %{_bindir}/dwell-click-applet
 %attr(755,root,root) %{_bindir}/mousetweaks
-%attr(755,root,root) %{_bindir}/pointer-capture-applet
-%{_sysconfdir}/gconf/schemas/mousetweaks.schemas
-%{_sysconfdir}/gconf/schemas/pointer-capture-applet.schemas
-%{_libdir}/bonobo/servers/DwellClick_Factory.server
-%{_libdir}/bonobo/servers/PointerCapture_Factory.server
+%{_datadir}/GConf/gsettings/mousetweaks.convert
+%{_datadir}/glib-2.0/schemas/org.gnome.mousetweaks.enums.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.mousetweaks.gschema.xml
 %{_datadir}/mousetweaks
-%{_mandir}/man1/dwell-click-applet.1*
 %{_mandir}/man1/mousetweaks.1*
-%{_mandir}/man1/pointer-capture-applet.1*
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
 %changelog
@@ -98,6 +85,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.23.2.1  2011/03/19 21:04:46  megabajt
+- updated to 2.91.91
+
 Revision 1.23  2010/11/17 06:07:51  megabajt
 - updated to 2.32.1
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mousetweaks/mousetweaks.spec?r1=1.23r2=1.23.2.1f=u

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


DISTFILES: mousetweaks: mousetweaks-2.91.91.tar.bz2

2011-03-19 Thread megabajt

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/mousetweaks/2.91/mousetweaks-2.91.91.tar.bz2
3d8c899341ae930425518dfbd9f99295  mousetweaks-2.91.91.tar.bz2
Size: 064 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


packages: goocanvas2/goocanvas2.spec - fixed R in -devel

2011-03-19 Thread megabajt
Author: megabajt Date: Sat Mar 19 21:15:22 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- fixed R in -devel

 Files affected:
packages/goocanvas2:
   goocanvas2.spec (1.1 - 1.2) 

 Diffs:


Index: packages/goocanvas2/goocanvas2.spec
diff -u packages/goocanvas2/goocanvas2.spec:1.1 
packages/goocanvas2/goocanvas2.spec:1.2
--- packages/goocanvas2/goocanvas2.spec:1.1 Sat Mar 19 13:14:02 2011
+++ packages/goocanvas2/goocanvas2.spec Sat Mar 19 22:15:17 2011
@@ -47,7 +47,7 @@
 Requires:  %{name} = %{version}-%{release}
 Requires:  cairo-devel = 1.10.0
 Requires:  glib2-devel = 1:2.28.0
-Requires:  gtk+2-devel = 3.0.0
+Requires:  gtk+3-devel = 3.0.0
 
 %description devel
 Header files for goocanvas.
@@ -157,5 +157,8 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.2  2011/03/19 21:15:17  megabajt
+- fixed R in -devel
+
 Revision 1.1  2011/03/19 12:14:02  qboosh
 - new (can coexist with goocanvas for gtk+2)


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/goocanvas2/goocanvas2.spec?r1=1.1r2=1.2f=u

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


packages (GRSECURITY_RAW): kernel/kernel-grsec_full.patch http://www.grsecu...

2011-03-19 Thread arekm
Author: arekmDate: Sat Mar 19 21:29:11 2011 GMT
Module: packages  Tag: GRSECURITY_RAW
 Log message:
http://www.grsecurity.net/~spender/grsecurity-2.2.1-2.6.37.4-201103181755.patch

 Files affected:
packages/kernel:
   kernel-grsec_full.patch (1.3.2.59 - 1.3.2.60) 

 Diffs:


Index: packages/kernel/kernel-grsec_full.patch
diff -u packages/kernel/kernel-grsec_full.patch:1.3.2.59 
packages/kernel/kernel-grsec_full.patch:1.3.2.60
--- packages/kernel/kernel-grsec_full.patch:1.3.2.59Mon Feb 28 06:41:33 2011
+++ packages/kernel/kernel-grsec_full.patch Sat Mar 19 22:28:54 2011
@@ -1,6 +1,6 @@
-diff -urNp linux-2.6.37.2/arch/alpha/include/asm/dma-mapping.h 
linux-2.6.37.2/arch/alpha/include/asm/dma-mapping.h
 linux-2.6.37.2/arch/alpha/include/asm/dma-mapping.h2011-01-04 
19:50:19.0 -0500
-+++ linux-2.6.37.2/arch/alpha/include/asm/dma-mapping.h2011-01-17 
02:41:00.0 -0500
+diff -urNp linux-2.6.37.4/arch/alpha/include/asm/dma-mapping.h 
linux-2.6.37.4/arch/alpha/include/asm/dma-mapping.h
+--- linux-2.6.37.4/arch/alpha/include/asm/dma-mapping.h2011-01-04 
19:50:19.0 -0500
 linux-2.6.37.4/arch/alpha/include/asm/dma-mapping.h2011-01-17 
02:41:00.0 -0500
 @@ -3,9 +3,9 @@
  
  #include linux/dma-attrs.h
@@ -13,9 +13,9 @@
  {
return dma_ops;
  }
-diff -urNp linux-2.6.37.2/arch/alpha/include/asm/elf.h 
linux-2.6.37.2/arch/alpha/include/asm/elf.h
 linux-2.6.37.2/arch/alpha/include/asm/elf.h2011-01-04 
19:50:19.0 -0500
-+++ linux-2.6.37.2/arch/alpha/include/asm/elf.h2011-01-17 
02:41:00.0 -0500
+diff -urNp linux-2.6.37.4/arch/alpha/include/asm/elf.h 
linux-2.6.37.4/arch/alpha/include/asm/elf.h
+--- linux-2.6.37.4/arch/alpha/include/asm/elf.h2011-01-04 
19:50:19.0 -0500
 linux-2.6.37.4/arch/alpha/include/asm/elf.h2011-01-17 
02:41:00.0 -0500
 @@ -90,6 +90,13 @@ typedef elf_fpreg_t elf_fpregset_t[ELF_N
  
  #define ELF_ET_DYN_BASE   (TASK_UNMAPPED_BASE + 0x100)
@@ -30,9 +30,9 @@
  /* $0 is set by ld.so to a pointer to a function which might be 
 registered using atexit.  This provides a mean for the dynamic
 linker to call DT_FINI functions for shared libraries that have
-diff -urNp linux-2.6.37.2/arch/alpha/include/asm/pgtable.h 
linux-2.6.37.2/arch/alpha/include/asm/pgtable.h
 linux-2.6.37.2/arch/alpha/include/asm/pgtable.h2011-01-04 
19:50:19.0 -0500
-+++ linux-2.6.37.2/arch/alpha/include/asm/pgtable.h2011-01-17 
02:41:00.0 -0500
+diff -urNp linux-2.6.37.4/arch/alpha/include/asm/pgtable.h 
linux-2.6.37.4/arch/alpha/include/asm/pgtable.h
+--- linux-2.6.37.4/arch/alpha/include/asm/pgtable.h2011-01-04 
19:50:19.0 -0500
 linux-2.6.37.4/arch/alpha/include/asm/pgtable.h2011-01-17 
02:41:00.0 -0500
 @@ -101,6 +101,17 @@ struct vm_area_struct;
  #define PAGE_SHARED   __pgprot(_PAGE_VALID | __ACCESS_BITS)
  #define PAGE_COPY __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOW)
@@ -51,9 +51,9 @@
  #define PAGE_KERNEL   __pgprot(_PAGE_VALID | _PAGE_ASM | _PAGE_KRE | 
_PAGE_KWE)
  
  #define _PAGE_NORMAL(x) __pgprot(_PAGE_VALID | __ACCESS_BITS | (x))
-diff -urNp linux-2.6.37.2/arch/alpha/kernel/module.c 
linux-2.6.37.2/arch/alpha/kernel/module.c
 linux-2.6.37.2/arch/alpha/kernel/module.c  2011-01-04 19:50:19.0 
-0500
-+++ linux-2.6.37.2/arch/alpha/kernel/module.c  2011-01-17 02:41:00.0 
-0500
+diff -urNp linux-2.6.37.4/arch/alpha/kernel/module.c 
linux-2.6.37.4/arch/alpha/kernel/module.c
+--- linux-2.6.37.4/arch/alpha/kernel/module.c  2011-01-04 19:50:19.0 
-0500
 linux-2.6.37.4/arch/alpha/kernel/module.c  2011-01-17 02:41:00.0 
-0500
 @@ -182,7 +182,7 @@ apply_relocate_add(Elf64_Shdr *sechdrs, 
  
/* The small sections were sorted to the end of the segment.
@@ -63,9 +63,9 @@
got = sechdrs[me-arch.gotsecindex].sh_addr;
  
for (i = 0; i  n; i++) {
-diff -urNp linux-2.6.37.2/arch/alpha/kernel/osf_sys.c 
linux-2.6.37.2/arch/alpha/kernel/osf_sys.c
 linux-2.6.37.2/arch/alpha/kernel/osf_sys.c 2011-01-04 19:50:19.0 
-0500
-+++ linux-2.6.37.2/arch/alpha/kernel/osf_sys.c 2011-01-17 02:41:00.0 
-0500
+diff -urNp linux-2.6.37.4/arch/alpha/kernel/osf_sys.c 
linux-2.6.37.4/arch/alpha/kernel/osf_sys.c
+--- linux-2.6.37.4/arch/alpha/kernel/osf_sys.c 2011-01-04 19:50:19.0 
-0500
 linux-2.6.37.4/arch/alpha/kernel/osf_sys.c 2011-01-17 02:41:00.0 
-0500
 @@ -1165,7 +1165,7 @@ arch_get_unmapped_area_1(unsigned long a
/* At this point:  (!vma || addr  vma-vm_end). */
if (limit - len  addr)
@@ -97,9 +97,9 @@
if (addr != (unsigned long) -ENOMEM)
return addr;
  
-diff -urNp linux-2.6.37.2/arch/alpha/kernel/pci_iommu.c 

DISTFILES: kernel: linux-2.6.37.tar.bz2 patch-2.6.37.4.bz2

2011-03-19 Thread arekm

Files fetched: 1

ALREADY GOT: http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.37.tar.bz2
c8ee37b4fdccdb651e0603d35350b434  linux-2.6.37.tar.bz2
STORED: http://www.kernel.org/pub/linux/kernel/v2.6/patch-2.6.37.4.bz2
5e5ad9a86f9a29cd2c1b8a171d89f9aa  patch-2.6.37.4.bz2
Size: 139328 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


packages (LINUX_2_6_37): kernel/kernel-grsec_full.patch, kernel/kernel.spec...

2011-03-19 Thread arekm
Author: arekmDate: Sat Mar 19 21:35:24 2011 GMT
Module: packages  Tag: LINUX_2_6_37
 Log message:
- update grsec to 
http://www.grsecurity.net/~spender/grsecurity-2.2.1-2.6.37.4-201103181755.patch

 Files affected:
packages/kernel:
   kernel-grsec_full.patch (1.61 - 1.61.2.1) , kernel.spec (1.888 - 
1.888.2.1) 

 Diffs:


Index: packages/kernel/kernel-grsec_full.patch
diff -u packages/kernel/kernel-grsec_full.patch:1.61 
packages/kernel/kernel-grsec_full.patch:1.61.2.1
--- packages/kernel/kernel-grsec_full.patch:1.61Tue Mar  8 21:38:28 2011
+++ packages/kernel/kernel-grsec_full.patch Sat Mar 19 22:35:18 2011
@@ -1,6 +1,6 @@
-diff -urNp linux-2.6.37.2/arch/alpha/include/asm/dma-mapping.h 
linux-2.6.37.2/arch/alpha/include/asm/dma-mapping.h
 linux-2.6.37.2/arch/alpha/include/asm/dma-mapping.h2011-01-04 
19:50:19.0 -0500
-+++ linux-2.6.37.2/arch/alpha/include/asm/dma-mapping.h2011-01-17 
02:41:00.0 -0500
+diff -urNp linux-2.6.37.4/arch/alpha/include/asm/dma-mapping.h 
linux-2.6.37.4/arch/alpha/include/asm/dma-mapping.h
+--- linux-2.6.37.4/arch/alpha/include/asm/dma-mapping.h2011-01-04 
19:50:19.0 -0500
 linux-2.6.37.4/arch/alpha/include/asm/dma-mapping.h2011-01-17 
02:41:00.0 -0500
 @@ -3,9 +3,9 @@
  
  #include linux/dma-attrs.h
@@ -13,9 +13,9 @@
  {
return dma_ops;
  }
-diff -urNp linux-2.6.37.2/arch/alpha/include/asm/elf.h 
linux-2.6.37.2/arch/alpha/include/asm/elf.h
 linux-2.6.37.2/arch/alpha/include/asm/elf.h2011-01-04 
19:50:19.0 -0500
-+++ linux-2.6.37.2/arch/alpha/include/asm/elf.h2011-01-17 
02:41:00.0 -0500
+diff -urNp linux-2.6.37.4/arch/alpha/include/asm/elf.h 
linux-2.6.37.4/arch/alpha/include/asm/elf.h
+--- linux-2.6.37.4/arch/alpha/include/asm/elf.h2011-01-04 
19:50:19.0 -0500
 linux-2.6.37.4/arch/alpha/include/asm/elf.h2011-01-17 
02:41:00.0 -0500
 @@ -90,6 +90,13 @@ typedef elf_fpreg_t elf_fpregset_t[ELF_N
  
  #define ELF_ET_DYN_BASE   (TASK_UNMAPPED_BASE + 0x100)
@@ -30,9 +30,9 @@
  /* $0 is set by ld.so to a pointer to a function which might be 
 registered using atexit.  This provides a mean for the dynamic
 linker to call DT_FINI functions for shared libraries that have
-diff -urNp linux-2.6.37.2/arch/alpha/include/asm/pgtable.h 
linux-2.6.37.2/arch/alpha/include/asm/pgtable.h
 linux-2.6.37.2/arch/alpha/include/asm/pgtable.h2011-01-04 
19:50:19.0 -0500
-+++ linux-2.6.37.2/arch/alpha/include/asm/pgtable.h2011-01-17 
02:41:00.0 -0500
+diff -urNp linux-2.6.37.4/arch/alpha/include/asm/pgtable.h 
linux-2.6.37.4/arch/alpha/include/asm/pgtable.h
+--- linux-2.6.37.4/arch/alpha/include/asm/pgtable.h2011-01-04 
19:50:19.0 -0500
 linux-2.6.37.4/arch/alpha/include/asm/pgtable.h2011-01-17 
02:41:00.0 -0500
 @@ -101,6 +101,17 @@ struct vm_area_struct;
  #define PAGE_SHARED   __pgprot(_PAGE_VALID | __ACCESS_BITS)
  #define PAGE_COPY __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOW)
@@ -51,9 +51,9 @@
  #define PAGE_KERNEL   __pgprot(_PAGE_VALID | _PAGE_ASM | _PAGE_KRE | 
_PAGE_KWE)
  
  #define _PAGE_NORMAL(x) __pgprot(_PAGE_VALID | __ACCESS_BITS | (x))
-diff -urNp linux-2.6.37.2/arch/alpha/kernel/module.c 
linux-2.6.37.2/arch/alpha/kernel/module.c
 linux-2.6.37.2/arch/alpha/kernel/module.c  2011-01-04 19:50:19.0 
-0500
-+++ linux-2.6.37.2/arch/alpha/kernel/module.c  2011-01-17 02:41:00.0 
-0500
+diff -urNp linux-2.6.37.4/arch/alpha/kernel/module.c 
linux-2.6.37.4/arch/alpha/kernel/module.c
+--- linux-2.6.37.4/arch/alpha/kernel/module.c  2011-01-04 19:50:19.0 
-0500
 linux-2.6.37.4/arch/alpha/kernel/module.c  2011-01-17 02:41:00.0 
-0500
 @@ -182,7 +182,7 @@ apply_relocate_add(Elf64_Shdr *sechdrs, 
  
/* The small sections were sorted to the end of the segment.
@@ -63,9 +63,9 @@
got = sechdrs[me-arch.gotsecindex].sh_addr;
  
for (i = 0; i  n; i++) {
-diff -urNp linux-2.6.37.2/arch/alpha/kernel/osf_sys.c 
linux-2.6.37.2/arch/alpha/kernel/osf_sys.c
 linux-2.6.37.2/arch/alpha/kernel/osf_sys.c 2011-01-04 19:50:19.0 
-0500
-+++ linux-2.6.37.2/arch/alpha/kernel/osf_sys.c 2011-01-17 02:41:00.0 
-0500
+diff -urNp linux-2.6.37.4/arch/alpha/kernel/osf_sys.c 
linux-2.6.37.4/arch/alpha/kernel/osf_sys.c
+--- linux-2.6.37.4/arch/alpha/kernel/osf_sys.c 2011-01-04 19:50:19.0 
-0500
 linux-2.6.37.4/arch/alpha/kernel/osf_sys.c 2011-01-17 02:41:00.0 
-0500
 @@ -1165,7 +1165,7 @@ arch_get_unmapped_area_1(unsigned long a
/* At this point:  (!vma || addr  vma-vm_end). */
if (limit - len  addr)
@@ -97,9 +97,9 @@
if (addr != (unsigned long) -ENOMEM)
return addr;
  
-diff -urNp 

packages: kernel/kernel-small_fixes.patch - bt fix

2011-03-19 Thread arekm
Author: arekmDate: Sat Mar 19 21:56:10 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- bt fix

 Files affected:
packages/kernel:
   kernel-small_fixes.patch (1.21 - 1.22) 

 Diffs:


Index: packages/kernel/kernel-small_fixes.patch
diff -u packages/kernel/kernel-small_fixes.patch:1.21 
packages/kernel/kernel-small_fixes.patch:1.22
--- packages/kernel/kernel-small_fixes.patch:1.21   Tue Mar  8 21:38:28 2011
+++ packages/kernel/kernel-small_fixes.patchSat Mar 19 22:56:04 2011
@@ -117,3 +117,89 @@
sky2_write8(hw, SK_REG(port, RX_GMF_CTRL_T), GMF_RST_SET);
  }
 
+From: Gustavo F. Padovan pado...@profusion.mobi
+Date: Wed, 16 Mar 2011 18:36:29 + (-0300)
+Subject: Bluetooth: Fix HCI_RESET command synchronization
+X-Git-Url: 
http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Fpadovan%2Fbluetooth-next-2.6.git;a=commitdiff_plain;h=b99faf1b798d6d0e33526fd2cef55a405c08ff09;hp=58b6e124aac64bebb2e9e1a136cbd21a5ab0485a
+
+Bluetooth: Fix HCI_RESET command synchronization
+
+We can't send new commands before a cmd_complete for the HCI_RESET command
+shows up.
+
+Reported-by: Mikko Vinni mmvi...@yahoo.com
+Reported-by: Justin P. Mattock justinmatt...@gmail.com
+Reported-by: Ed Tomlinson e...@aei.ca
+Signed-off-by: Gustavo F. Padovan pado...@profusion.mobi
+Tested-by: Justin P. Mattock justinmatt...@gmail.com
+Tested-by: Mikko Vinni mmvi...@yahoo.com
+Tested-by: Ed Tomlinson e...@aei.ca
+---
+
+diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h
+index ec6acf2..2c0d309 100644
+--- a/include/net/bluetooth/hci.h
 b/include/net/bluetooth/hci.h
+@@ -84,6 +84,8 @@ enum {
+   HCI_SERVICE_CACHE,
+   HCI_LINK_KEYS,
+   HCI_DEBUG_KEYS,
++
++  HCI_RESET,
+ };
+ 
+ /* HCI ioctl defines */
+diff --git a/net/bluetooth/hci_core.c b/net/bluetooth/hci_core.c
+index b372fb8..92b48e2 100644
+--- a/net/bluetooth/hci_core.c
 b/net/bluetooth/hci_core.c
+@@ -186,6 +186,7 @@ static void hci_reset_req(struct hci_dev *hdev, unsigned 
long opt)
+   BT_DBG(%s %ld, hdev-name, opt);
+ 
+   /* Reset device */
++  set_bit(HCI_RESET, hdev-flags);
+   hci_send_cmd(hdev, HCI_OP_RESET, 0, NULL);
+ }
+ 
+@@ -213,8 +214,10 @@ static void hci_init_req(struct hci_dev *hdev, unsigned 
long opt)
+   /* Mandatory initialization */
+ 
+   /* Reset */
+-  if (!test_bit(HCI_QUIRK_NO_RESET, hdev-quirks))
++  if (!test_bit(HCI_QUIRK_NO_RESET, hdev-quirks)) {
++  set_bit(HCI_RESET, hdev-flags);
+   hci_send_cmd(hdev, HCI_OP_RESET, 0, NULL);
++  }
+ 
+   /* Read Local Supported Features */
+   hci_send_cmd(hdev, HCI_OP_READ_LOCAL_FEATURES, 0, NULL);
+@@ -1074,6 +1077,7 @@ static void hci_cmd_timer(unsigned long arg)
+ 
+   BT_ERR(%s command tx timeout, hdev-name);
+   atomic_set(hdev-cmd_cnt, 1);
++  clear_bit(HCI_RESET, hdev-flags);
+   tasklet_schedule(hdev-cmd_task);
+ }
+ 
+diff --git a/net/bluetooth/hci_event.c b/net/bluetooth/hci_event.c
+index 3fbfa50..cebe7588 100644
+--- a/net/bluetooth/hci_event.c
 b/net/bluetooth/hci_event.c
+@@ -183,6 +183,8 @@ static void hci_cc_reset(struct hci_dev *hdev, struct 
sk_buff *skb)
+ 
+   BT_DBG(%s status 0x%x, hdev-name, status);
+ 
++  clear_bit(HCI_RESET, hdev-flags);
++
+   hci_req_complete(hdev, HCI_OP_RESET, status);
+ }
+ 
+@@ -1847,7 +1849,7 @@ static inline void hci_cmd_status_evt(struct hci_dev 
*hdev, struct sk_buff *skb)
+   if (ev-opcode != HCI_OP_NOP)
+   del_timer(hdev-cmd_timer);
+ 
+-  if (ev-ncmd) {
++  if (ev-ncmd  !test_bit(HCI_RESET, hdev-flags)) {
+   atomic_set(hdev-cmd_cnt, 1);
+   if (!skb_queue_empty(hdev-cmd_q))
+   tasklet_schedule(hdev-cmd_task);


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel-small_fixes.patch?r1=1.21r2=1.22f=u

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


packages: at-spi2-core/at-spi2-core.spec (NEW) - new

2011-03-19 Thread megabajt
Author: megabajt Date: Sat Mar 19 22:00:02 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- new

 Files affected:
packages/at-spi2-core:
   at-spi2-core.spec (NONE - 1.1)  (NEW)

 Diffs:


Index: packages/at-spi2-core/at-spi2-core.spec
diff -u /dev/null packages/at-spi2-core/at-spi2-core.spec:1.1
--- /dev/null   Sat Mar 19 23:00:02 2011
+++ packages/at-spi2-core/at-spi2-core.spec Sat Mar 19 22:59:56 2011
@@ -0,0 +1,126 @@
+# $Revision$, $Date$
+Summary:   Protocol definitions and daemon for D-Bus at-spi
+Name:  at-spi2-core
+Version:   1.91.91
+Release:   1
+License:   LGPL v2
+Group: Libraries
+Source0:   
http://ftp.gnome.org/pub/GNOME/sources/at-spi2-core/1.91/%{name}-%{version}.tar.bz2
+# Source0-md5: 4fb9c679726746d14cf71d5b4e70b71b
+URL:   http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
+BuildRequires: autoconf = 2.59
+BuildRequires: automake = 1:1.9
+BuildRequires: dbus-devel = 1.0
+BuildRequires: dbus-glib-devel
+BuildRequires: gettext-devel
+BuildRequires: glib2-devel = 1:2.26.0
+BuildRequires: gobject-introspection-devel = 0.10.0
+BuildRequires: gtk-doc = 1.2
+BuildRequires: intltool = 0.40.0
+BuildRequires: libtool
+BuildRequires: pkgconfig
+BuildRequires: xorg-lib-libX11-devel
+BuildRequires: xorg-lib-libXevie-devel
+BuildRequires: xorg-lib-libXext-devel
+BuildRequires: xorg-lib-libXi-devel
+BuildRequires: xorg-lib-libXtst-devel
+Requires:  dbus
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+at-spi allows assistive technologies to access GTK-based applications.
+Essentially it exposes the internals of applications for automation,
+so tools such as screen readers, magnifiers, or even scripting
+interfaces can query and interact with GUI controls.
+
+This version of at-spi is a major break from previous versions. It has
+been completely rewritten to use D-Bus rather than ORBIT / CORBA for
+its transport protocol.
+
+%package devel
+Summary:   Header files for at-spi2 library
+Summary(pl.UTF-8): Pliki nagłówkowe biblioteki at-spi2
+Group: Development/Libraries
+Requires:  glib2-devel = 1:2.26.0
+
+%description devel
+Header files for at-spi2 library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki at-spi2.
+
+%package apidocs
+Summary:   at-spi2 library API documentation
+Summary(pl.UTF-8): Dokumentacja API biblioteki at-spi2
+Group: Documentation
+Requires:  gtk-doc-common
+
+%description apidocs
+at-spi2 library API documentation.
+
+%description apidocs -l pl.UTF-8
+Dokumentacja API biblioteki at-spi2.
+
+%prep
+%setup -q
+
+%build
+%{__intltoolize}
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+   --enable-gtk-doc \
+   --with-html-dir=%{_gtkdocdir}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+   DESTDIR=$RPM_BUILD_ROOT
+
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/at-spi-dbus-bus
+%attr(755,root,root) %{_libexecdir}/at-spi2-registryd
+%attr(755,root,root) %{_libdir}/libatspi.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libatspi.so.0
+%{_libdir}/girepository-1.0/Atspi-2.0.typelib
+%{_datadir}/dbus-1/services/org.a11y.atspi.Registry.service
+%dir %{_sysconfdir}/at-spi2
+%config(noreplace) %verify(not md5 mtime size) 
%{_sysconfdir}/at-spi2/accessibility.conf
+%{_sysconfdir}/xdg/autostart/at-spi-dbus-bus.desktop
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libatspi.so
+%{_includedir}/at-spi-2.0
+%{_datadir}/gir-1.0/Atspi-2.0.gir
+
+%files apidocs
+%defattr(644,root,root,755)
+%{_gtkdocdir}/libatspi
+
+%define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
+%changelog
+* %{date} PLD Team feedb...@pld-linux.org
+All persons listed below can be reached at cvs_login@pld-linux.org
+
+$Log$
+Revision 1.1  2011/03/19 21:59:56  megabajt
+- new
+

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


DISTFILES: at-spi2-core: at-spi2-core-1.91.91.tar.bz2

2011-03-19 Thread megabajt

Files fetched: 1

STORED: 
http://ftp.gnome.org/pub/GNOME/sources/at-spi2-core/1.91/at-spi2-core-1.91.91.tar.bz2
4fb9c679726746d14cf71d5b4e70b71b  at-spi2-core-1.91.91.tar.bz2
Size: 483947 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


packages: dahdi-linux/dahdi-linux.spec - release 20

2011-03-19 Thread arekm
Author: arekmDate: Sat Mar 19 22:24:57 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 20

 Files affected:
packages/dahdi-linux:
   dahdi-linux.spec (1.63 - 1.64) 

 Diffs:


Index: packages/dahdi-linux/dahdi-linux.spec
diff -u packages/dahdi-linux/dahdi-linux.spec:1.63 
packages/dahdi-linux/dahdi-linux.spec:1.64
--- packages/dahdi-linux/dahdi-linux.spec:1.63  Wed Mar  9 09:45:27 2011
+++ packages/dahdi-linux/dahdi-linux.spec   Sat Mar 19 23:24:52 2011
@@ -33,7 +33,7 @@
 %undefine  with_dist_kernel
 %endif
 
-%definerel 19
+%definerel 20
 %definepname   dahdi-linux
 %defineFIRMWARE_URL 
http://downloads.digium.com/pub/telephony/firmware/releases
 Summary:   DAHDI telephony device support
@@ -222,6 +222,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.64  2011/03/19 22:24:52  arekm
+- release 20
+
 Revision 1.63  2011/03/09 08:45:27  arekm
 - release 19
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dahdi-linux/dahdi-linux.spec?r1=1.63r2=1.64f=u

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


packages: e1000/e1000.spec - release 40

2011-03-19 Thread arekm
Author: arekmDate: Sat Mar 19 22:25:09 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 40

 Files affected:
packages/e1000:
   e1000.spec (1.188 - 1.189) 

 Diffs:


Index: packages/e1000/e1000.spec
diff -u packages/e1000/e1000.spec:1.188 packages/e1000/e1000.spec:1.189
--- packages/e1000/e1000.spec:1.188 Wed Mar  9 09:45:41 2011
+++ packages/e1000/e1000.spec   Sat Mar 19 23:25:04 2011
@@ -18,7 +18,7 @@
 # nothing to be placed to debuginfo package
 %define_enable_debug_packages  0
 
-%definerel 39
+%definerel 40
 %definepname   e1000
 Summary:   Intel(R) PRO/1000 driver for Linux
 Summary(pl.UTF-8): Sterownik do karty Intel(R) PRO/1000
@@ -107,6 +107,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.189  2011/03/19 22:25:04  arekm
+- release 40
+
 Revision 1.188  2011/03/09 08:45:41  arekm
 - release 39
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/e1000/e1000.spec?r1=1.188r2=1.189f=u

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


packages: e1000e/e1000e.spec - release 2

2011-03-19 Thread arekm
Author: arekmDate: Sat Mar 19 22:25:13 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 2

 Files affected:
packages/e1000e:
   e1000e.spec (1.112 - 1.113) 

 Diffs:


Index: packages/e1000e/e1000e.spec
diff -u packages/e1000e/e1000e.spec:1.112 packages/e1000e/e1000e.spec:1.113
--- packages/e1000e/e1000e.spec:1.112   Wed Mar 16 12:15:12 2011
+++ packages/e1000e/e1000e.spec Sat Mar 19 23:25:07 2011
@@ -17,7 +17,7 @@
 %undefine  with_userspace
 %endif
 
-%definerel 1
+%definerel 2
 %definepname   e1000e
 Summary:   Intel(R) PRO/1000e driver for Linux
 Summary(en.UTF-8): Intel® PRO/1000e driver for Linux
@@ -127,6 +127,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.113  2011/03/19 22:25:07  arekm
+- release 2
+
 Revision 1.112  2011/03/16 11:15:12  arekm
 - up to 1.3.10a
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/e1000e/e1000e.spec?r1=1.112r2=1.113f=u

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


packages: ipset/ipset.spec - release 17

2011-03-19 Thread arekm
Author: arekmDate: Sat Mar 19 22:25:16 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 17

 Files affected:
packages/ipset:
   ipset.spec (1.101 - 1.102) 

 Diffs:


Index: packages/ipset/ipset.spec
diff -u packages/ipset/ipset.spec:1.101 packages/ipset/ipset.spec:1.102
--- packages/ipset/ipset.spec:1.101 Wed Mar  9 09:45:50 2011
+++ packages/ipset/ipset.spec   Sat Mar 19 23:25:11 2011
@@ -17,7 +17,7 @@
 %define_enable_debug_packages  0
 %endif
 
-%definerel 16
+%definerel 17
 %definepname   ipset
 Summary:   IP sets utility
 Summary(pl.UTF-8): Narzędzie do zarządzania zbiorami IP
@@ -211,6 +211,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.102  2011/03/19 22:25:11  arekm
+- release 17
+
 Revision 1.101  2011/03/09 08:45:50  arekm
 - release 16
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ipset/ipset.spec?r1=1.101r2=1.102f=u

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


packages: exiv2/exiv2.spec, exiv2/exiv2-configure.patch (REMOVED), exiv2/gc...

2011-03-19 Thread qboosh
Author: qboosh   Date: Sat Mar 19 22:45:02 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- updated to 0.21.1 (note: new soname)
- removed obsolete gcc44 patch
- configure patch replaced by proper fix

 Files affected:
packages/exiv2:
   exiv2.spec (1.35 - 1.36) , exiv2-configure.patch (1.1 - NONE)  (REMOVED), 
gcc44.patch (1.1 - NONE)  (REMOVED)

 Diffs:


Index: packages/exiv2/exiv2.spec
diff -u packages/exiv2/exiv2.spec:1.35 packages/exiv2/exiv2.spec:1.36
--- packages/exiv2/exiv2.spec:1.35  Mon Aug  2 19:04:15 2010
+++ packages/exiv2/exiv2.spec   Sat Mar 19 23:44:56 2011
@@ -2,16 +2,14 @@
 Summary:   EXIF and IPTC metadata manipulation tools
 Summary(pl.UTF-8): Narzędzia do obróbki metadanych EXIF i IPTC
 Name:  exiv2
-Version:   0.20
+Version:   0.21.1
 Release:   1
 License:   GPL v2+
 Group: Applications/Graphics
 Source0:   http://www.exiv2.org/%{name}-%{version}.tar.gz
-# Source0-md5: 3173d08a4313dc94b7bd1b7cdbda2093
+# Source0-md5: 5c99bbcaa998f6b200b92f2bf0ac4f9e
 Patch0:%{name}-mkinstalldirs.patch
 Patch1:%{name}-png_support.patch
-Patch2:gcc44.patch
-Patch3:%{name}-configure.patch
 URL:   http://www.exiv2.org/
 BuildRequires: autoconf = 2.59
 BuildRequires: automake
@@ -70,11 +68,12 @@
 %setup -q
 %patch0 -p0
 %patch1 -p1
-%patch2 -p1
-%patch3 -p0
 
 ln -s config/configure.ac .
 
+# AX_CXX_CHECK_FLAG
+tail -n +10113 config/aclocal.m4  acinclude.m4
+
 %build
 %{__libtoolize} --install
 %{__aclocal}
@@ -112,7 +111,7 @@
 %files libs
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libexiv2.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libexiv2.so.9
+%attr(755,root,root) %ghost %{_libdir}/libexiv2.so.10
 
 %files devel
 %defattr(644,root,root,755)
@@ -131,6 +130,11 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.36  2011/03/19 22:44:56  qboosh
+- updated to 0.21.1 (note: new soname)
+- removed obsolete gcc44 patch
+- configure patch replaced by proper fix
+
 Revision 1.35  2010/08/02 17:04:15  caleb
 - Up to 0.20
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/exiv2/exiv2.spec?r1=1.35r2=1.36f=u

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


DISTFILES: exiv2: exiv2-0.21.1.tar.gz

2011-03-19 Thread qboosh

Files fetched: 1

STORED: http://www.exiv2.org/exiv2-0.21.1.tar.gz
5c99bbcaa998f6b200b92f2bf0ac4f9e  exiv2-0.21.1.tar.gz
Size: 3004521 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


packages: xtables-addons/xtables-addons.spec - release 6

2011-03-19 Thread arekm
Author: arekmDate: Sat Mar 19 22:25:35 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 6

 Files affected:
packages/xtables-addons:
   xtables-addons.spec (1.95 - 1.96) 

 Diffs:


Index: packages/xtables-addons/xtables-addons.spec
diff -u packages/xtables-addons/xtables-addons.spec:1.95 
packages/xtables-addons/xtables-addons.spec:1.96
--- packages/xtables-addons/xtables-addons.spec:1.95Wed Mar  9 09:46:11 2011
+++ packages/xtables-addons/xtables-addons.spec Sat Mar 19 23:25:30 2011
@@ -16,7 +16,7 @@
 %define_enable_debug_packages  0
 %endif
 
-%definerel 5
+%definerel 6
 Summary:   Additional extensions for xtables packet filtering system
 Summary(pl.UTF-8): Dodatkowe rozszerzenia do systemu filtrowania pakietów 
xtables
 Name:  xtables-addons
@@ -172,6 +172,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.96  2011/03/19 22:25:30  arekm
+- release 6
+
 Revision 1.95  2011/03/09 08:46:11  arekm
 - release 5
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xtables-addons/xtables-addons.spec?r1=1.95r2=1.96f=u

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


packages: VirtualBox/VirtualBox.spec - release 7

2011-03-19 Thread arekm
Author: arekmDate: Sat Mar 19 22:25:29 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 7

 Files affected:
packages/VirtualBox:
   VirtualBox.spec (1.353 - 1.354) 

 Diffs:


Index: packages/VirtualBox/VirtualBox.spec
diff -u packages/VirtualBox/VirtualBox.spec:1.353 
packages/VirtualBox/VirtualBox.spec:1.354
--- packages/VirtualBox/VirtualBox.spec:1.353   Wed Mar  9 09:46:03 2011
+++ packages/VirtualBox/VirtualBox.spec Sat Mar 19 23:25:24 2011
@@ -30,7 +30,7 @@
 %define_enable_debug_packages  0
 %endif
 
-%definerel 6
+%definerel 7
 %definepname   VirtualBox
 
 Summary:   VirtualBox OSE - x86 hardware virtualizer
@@ -851,6 +851,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.354  2011/03/19 22:25:24  arekm
+- release 7
+
 Revision 1.353  2011/03/09 08:46:03  arekm
 - release 6
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/VirtualBox/VirtualBox.spec?r1=1.353r2=1.354f=u

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


packages: r8168/r8168.spec - release 20

2011-03-19 Thread arekm
Author: arekmDate: Sat Mar 19 22:25:26 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 20

 Files affected:
packages/r8168:
   r8168.spec (1.37 - 1.38) 

 Diffs:


Index: packages/r8168/r8168.spec
diff -u packages/r8168/r8168.spec:1.37 packages/r8168/r8168.spec:1.38
--- packages/r8168/r8168.spec:1.37  Wed Mar  9 09:45:59 2011
+++ packages/r8168/r8168.spec   Sat Mar 19 23:25:21 2011
@@ -11,7 +11,7 @@
 %undefine  with_dist_kernel
 %endif
 
-%definerel 19
+%definerel 20
 Summary:   Linux driver for RTL8111/8168B PCI Express Gigabit Ethernet 
controllers
 Summary(pl.UTF-8): Linuksowy sterownik dla kart sieciowych RTL8111/8168B 
PCI Express Gigabit Ethernet
 Name:  r8168
@@ -96,6 +96,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.38  2011/03/19 22:25:21  arekm
+- release 20
+
 Revision 1.37  2011/03/09 08:45:59  arekm
 - release 19
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/r8168/r8168.spec?r1=1.37r2=1.38f=u

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


packages: open-vm-tools/open-vm-tools.spec - release 10

2011-03-19 Thread arekm
Author: arekmDate: Sat Mar 19 22:25:23 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 10

 Files affected:
packages/open-vm-tools:
   open-vm-tools.spec (1.76 - 1.77) 

 Diffs:


Index: packages/open-vm-tools/open-vm-tools.spec
diff -u packages/open-vm-tools/open-vm-tools.spec:1.76 
packages/open-vm-tools/open-vm-tools.spec:1.77
--- packages/open-vm-tools/open-vm-tools.spec:1.76  Wed Mar  9 09:45:56 2011
+++ packages/open-vm-tools/open-vm-tools.spec   Sat Mar 19 23:25:18 2011
@@ -9,7 +9,7 @@
 %definefsnap   %(echo %{snap} | tr -d .)
 %definever 8.4.2
 %definerev 339835
-%definerel 9
+%definerel 10
 %define modsrc modules/linux
 Summary:   VMWare guest utilities
 Summary(pl.UTF-8): Narzędzia dla systemu-gościa dla VMware
@@ -404,6 +404,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.77  2011/03/19 22:25:18  arekm
+- release 10
+
 Revision 1.76  2011/03/09 08:45:56  arekm
 - release 9
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/open-vm-tools/open-vm-tools.spec?r1=1.76r2=1.77f=u

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


packages: iscsitarget/iscsitarget.spec - release 13

2011-03-19 Thread arekm
Author: arekmDate: Sat Mar 19 22:25:20 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 13

 Files affected:
packages/iscsitarget:
   iscsitarget.spec (1.36 - 1.37) 

 Diffs:


Index: packages/iscsitarget/iscsitarget.spec
diff -u packages/iscsitarget/iscsitarget.spec:1.36 
packages/iscsitarget/iscsitarget.spec:1.37
--- packages/iscsitarget/iscsitarget.spec:1.36  Thu Mar 10 10:07:17 2011
+++ packages/iscsitarget/iscsitarget.spec   Sat Mar 19 23:25:14 2011
@@ -6,7 +6,7 @@
 %bcond_without userspace   # don't build userspace module
 %bcond_withverbose # verbose build (V=1)
 #
-%define_rel 12
+%define_rel 13
 Summary:   iSCSI target - SCSI over IP
 Summary(pl.UTF-8): iSCSI target - SCSI po IP
 Name:  iscsitarget
@@ -132,6 +132,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.37  2011/03/19 22:25:14  arekm
+- release 13
+
 Revision 1.36  2011/03/10 09:07:17  pluto
 - release 12 (fixed ietd lock).
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/iscsitarget/iscsitarget.spec?r1=1.36r2=1.37f=u

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


packages: xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec - release 4

2011-03-19 Thread arekm
Author: arekmDate: Sat Mar 19 22:25:32 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- release 4

 Files affected:
packages/xorg-driver-video-nvidia:
   xorg-driver-video-nvidia.spec (1.312 - 1.313) 

 Diffs:


Index: packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec
diff -u packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec:1.312 
packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec:1.313
--- packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec:1.312   
Wed Mar  9 09:46:08 2011
+++ packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec Sat Mar 
19 23:25:27 2011
@@ -26,7 +26,7 @@
 %defineno_install_post_check_so 1
 
 %definepname   xorg-driver-video-nvidia
-%definerel 3%{?with_multigl:.mgl}
+%definerel 4%{?with_multigl:.mgl}
 
 Summary:   Linux Drivers for nVidia GeForce/Quadro Chips
 Summary(hu.UTF-8): Linux meghajtók nVidia GeForce/Quadro chipekhez
@@ -475,6 +475,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.313  2011/03/19 22:25:27  arekm
+- release 4
+
 Revision 1.312  2011/03/09 08:46:08  arekm
 - release 3
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xorg-driver-video-nvidia/xorg-driver-video-nvidia.spec?r1=1.312r2=1.313f=u

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


SVN: rc-scripts/trunk: configure.ac src/Makefile.am

2011-03-19 Thread baggins
Author: baggins
Date: Sun Mar 20 00:57:31 2011
New Revision: 12202

Modified:
   rc-scripts/trunk/configure.ac
   rc-scripts/trunk/src/Makefile.am
Log:
- fix glib2 static linking


Modified: rc-scripts/trunk/configure.ac
==
--- rc-scripts/trunk/configure.ac   (original)
+++ rc-scripts/trunk/configure.ac   Sun Mar 20 00:57:31 2011
@@ -69,21 +69,13 @@
 
 AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
 GLIBDIR=none
-AC_MSG_CHECKING([glib2 dir])
-GLIBDIR=`$PKG_CONFIG --variable=libdir glib-2.0`
-GLIBNAME=libglib-2.0.a
-GCFLAGS=`$PKG_CONFIG --cflags-only-I glib-2.0`
-if test x$GLIBDIR = x; then
-AC_MSG_RESULT([none])
-AC_MSG_CHECKING([glib dir])
-GLIBDIR=`$PKG_CONFIG --variable=libdir glib`
-GLIBNAME=libglib.a
-GCFLAGS=`$PKG_CONFIG --cflags-only-I glib`
+AC_MSG_CHECKING([glib2])
+GLIB_LIBS=-Wl,-static `$PKG_CONFIG --libs --static glib-2.0` -Wl,-Bdynamic
+GLIB_CFLAGS=`$PKG_CONFIG --cflags-only-I glib-2.0`
+if test x$GLIB_LIBS = x; then
+   AC_MSG_ERROR(no)
 fi
-if test x$GLIBDIR = x; then
-GLIBDIR=/usr/lib
-fi
-AC_MSG_RESULT([$GLIBDIR])
+AC_MSG_RESULT(yes)
 
 DPKG_C_GCC_ATTRIBUTE([,,],supported,[int x],[,,],ATTRIB,[Define if function 
attributes a la GCC 2.5 and higher are available.],
   DPKG_C_GCC_ATTRIBUTE(noreturn,noreturn,[int x],noreturn,NORETURN,[Define if 
nonreturning functions a la GCC 2.5 and higher are available.])
@@ -111,9 +103,8 @@
 AC_SUBST(initdir)
 AC_SUBST(docdir)
 AC_SUBST(firmwaredir)
-AC_SUBST(GLIBDIR)
-AC_SUBST(GLIBNAME)
-AC_SUBST(GCFLAGS)
+AC_SUBST(GLIB_LIBS)
+AC_SUBST(GLIB_CFLAGS)
 
 AH_BOTTOM([
 #ifdef HAVE_STDDEF_H

Modified: rc-scripts/trunk/src/Makefile.am
==
--- rc-scripts/trunk/src/Makefile.am(original)
+++ rc-scripts/trunk/src/Makefile.amSun Mar 20 00:57:31 2011
@@ -1,9 +1,5 @@
 @SET_MAKE@
 
-GLIBDIR = @GLIBDIR@
-GCFLAGS = @GCFLAGS@
-GLIBNAME = @GLIBNAME@
-
 DEFS = @DEFS@ -D_GNU_SOURCE=1 -DSBINDIR=\@sbindir@\
 
 sysconf_DATA = \
@@ -60,8 +56,8 @@
 getkey_LDADD = -lpopt
 
 ppp_watch_SOURCES = ppp-watch.c shvar.c shvar.h
-ppp_watch_LDADD = $(GLIBDIR)/$(GLIBNAME)
-INCLUDES = $(GCFLAGS)
+ppp_watch_LDADD = $(GLIB_LIBS)
+INCLUDES = $(GLIB_CFLAGS)
 
 consoletype_SOURCES = consoletype.c
 
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SVN: rc-scripts/trunk/configure.ac

2011-03-19 Thread baggins
Author: baggins
Date: Sun Mar 20 01:09:48 2011
New Revision: 12203

Modified:
   rc-scripts/trunk/configure.ac
Log:
- 0.4.4.0


Modified: rc-scripts/trunk/configure.ac
==
--- rc-scripts/trunk/configure.ac   (original)
+++ rc-scripts/trunk/configure.ac   Sun Mar 20 01:09:48 2011
@@ -1,6 +1,6 @@
 dnl $Id$
 
-AC_INIT([rc-scripts], [0.4.3.8], [pld-rc-scri...@lists.pld-linux.org], 
[rc-scripts])
+AC_INIT([rc-scripts], [0.4.4.0], [pld-rc-scri...@lists.pld-linux.org], 
[rc-scripts])
 AM_INIT_AUTOMAKE
 
 ALL_LINGUAS=pl de
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SVN: rc-scripts/trunk/ChangeLog

2011-03-19 Thread baggins
Author: baggins
Date: Sun Mar 20 01:10:24 2011
New Revision: 12204

Modified:
   rc-scripts/trunk/ChangeLog
Log:
- updated


Modified: rc-scripts/trunk/ChangeLog
==
--- rc-scripts/trunk/ChangeLog  (original)
+++ rc-scripts/trunk/ChangeLog  Sun Mar 20 01:10:24 2011
@@ -1,3 +1,89 @@
+2011-03-20 00:09 + [r12203]  Jan Rękorajski baggins/at/pld-linux.org
+
+   * configure.ac: - 0.4.4.0
+
+2011-03-19 23:57 + [r12202]  Jan Rękorajski baggins/at/pld-linux.org
+
+   * src/Makefile.am, configure.ac: - fix glib2 static linking
+
+2011-03-18 18:19 + [r12201]  Jan Rękorajski baggins/at/pld-linux.org
+
+   * sysconfig/network-scripts/functions.network: - setup static
+ routes for loopback, see
+ http://wiki.squid-cache.org/Features/Tproxy4 why this is needed
+
+2011-03-08 20:49 + [r12198]  Arkadiusz Miśkiewicz arekm/at/pld-linux.org
+
+   * sysconfig/network-scripts/functions.network,
+ rc.d/init.d/functions: Revert previous commit. Fix is_module
+ instead to do not match partial module names.
+
+2011-03-08 20:34 + [r12197]  Arkadiusz Miśkiewicz arekm/at/pld-linux.org
+
+   * sysconfig/network-scripts/functions.network: Load ipv6 and ipx
+ only when not built into kernel.
+
+2011-03-04 13:37 + [r12188]  Arkadiusz Miśkiewicz arekm/at/pld-linux.org
+
+   * sysconfig/network-scripts/ifup-vlan: GVRP default on on vlans
+
+2011-02-19 16:03 + [r12170]  Elan Ruusamäe glen/at/pld-linux.org
+
+   * service: - tabs
+
+2011-02-10 16:37 + [r12138]  Jan Rękorajski baggins/at/pld-linux.org
+
+   * rc.d/init.d/cpusets: - added missing slash
+
+2011-02-10 12:46 + [r12136]  Jan Rękorajski baggins/at/pld-linux.org
+
+   * rc.d/init.d/cpusets: - don't try to find out the subsystem type
+ if none is mounted
+
+2011-02-10 12:26 + [r12135]  Jan Rękorajski baggins/at/pld-linux.org
+
+   * rc.d/init.d/cpusets: - silence mkdir
+
+2011-02-10 12:21 + [r12134]  Jan Rękorajski baggins/at/pld-linux.org
+
+   * rc.d/init.d/cpusets: - always mount on /dev/cpuset (only cpuset
+ is supported by this script) - check if mount point is proper
+ cpuset/cgroup(cpuset) subsys
+
+2011-02-10 12:12 + [r12133]  Jan Rękorajski baggins/at/pld-linux.org
+
+   * rc.d/init.d/cpusets: - mount only cpuset subsys cgroup - no need
+ to parse and check fstab as this script is run after rc.sysinit
+ mounts all filessystems listed there
+
+2011-02-10 11:04 + [r12128-12130]  Jan Rękorajski 
baggins/at/pld-linux.org
+
+   * rc.d/init.d/cpusets: - put cpuset/cgroup mounts in mtab
+
+   * rc.d/init.d/cpusets: - exit from script if no cpuset/cgroup
+ support in kernel
+
+   * rc.d/rc.sysinit, rc.d/init.d/cpusets: - moved cpuset/cgroup
+ mounting code into cpuset startup script for seamless
+ interoperability with libcgroup
+
+2011-02-09 10:55 + [r12126]  Elan Ruusamäe glen/at/pld-linux.org
+
+   * rc.d/init.d/functions: add killproc -p alias
+
+2011-01-27 06:04 + [r12089-12090]  Arkadiusz Miśkiewicz 
arekm/at/pld-linux.org
+
+   * sysconfig/Makefile.am: sysconfig/clock is gone
+
+   * doc/sysconfig.txt, rc.d/rc.sysinit, sysconfig/clock (removed),
+ doc/sysconfig.docb: sysconfig/clock and related actions are
+ obsolete now. hwclock knows how to handle these based on adjtime
+ settings.
+
+2011-01-27 05:44 + [r12088]  Arkadiusz Miśkiewicz arekm/at/pld-linux.org
+
+   * rc.d/rc.sysinit: Check /dev/rtc or /dev/rtc0 existence.
+
 2011-01-25 18:56 + [r12083-12084]  Arkadiusz Miśkiewicz 
arekm/at/pld-linux.org
 
* configure.ac: 0.4.3.8
@@ -218,7 +304,7 @@
  rc.d/init.d/killall, rc.d/init.d/cpusets, rc.d/init.d/allowlogin:
  - executable initscripts
 
-2010-06-18 06:40 + [r11565]  Bartłomiej Zimoń cactus/at/pld-linux.org
+2010-06-18 06:40 + [r11565]  cactus cactus/at/pld-linux.org
 
* rc.d/rc.shutdown: - fix shutdown/restart on kernels with devtmpfs
 
@@ -569,12 +655,12 @@
* rc.d/init.d/template.init: - stderr redirected anyway, nothing
  special needed in configtest()
 
-2009-10-15 10:03 + [r10789]  Paweł Zuzelski pawelz/at/pld-linux.org
+2009-10-15 10:03 + [r10789]  pawelz pawelz/at/pld-linux.org
 
* sysconfig/interfaces/ifcfg-ppp0.gprs-playmobile: - do not reduce
  MTU by default. It kills ipsec.
 
-2009-10-15 09:32 + [r10788]  Paweł Zuzelski pawelz/at/pld-linux.org
+2009-10-15 09:32 + [r10788]  pawelz pawelz/at/pld-linux.org
 
* sysconfig/interfaces/ifcfg-ppp0.gprs-playmobile (added),
  sysconfig/interfaces/data/chat-ppp0.gprs-playmobile (added): -
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SVN: rc-scripts/tags/0.4.4.0

2011-03-19 Thread baggins
Author: baggins
Date: Sun Mar 20 01:25:07 2011
New Revision: 12205

Added:
   rc-scripts/tags/0.4.4.0/   (props changed)
  - copied from rev 12204, rc-scripts/trunk/
Log:
- 0.4.4.0 release

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


DISTFILES: rc-scripts: rc-scripts-0.4.4.0.tar.gz

2011-03-19 Thread baggins

Files fetched: 1

STORED: no-url-copy://rc-scripts-0.4.4.0.tar.gz
aec23ce414c5fbfa0d827ea82b97ae02  rc-scripts-0.4.4.0.tar.gz
Size: 381170 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


packages: rc-scripts/rc-scripts.spec - 0.4.4.0

2011-03-19 Thread baggins
Author: baggins  Date: Sun Mar 20 00:26:50 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- 0.4.4.0

 Files affected:
packages/rc-scripts:
   rc-scripts.spec (1.347 - 1.348) 

 Diffs:


Index: packages/rc-scripts/rc-scripts.spec
diff -u packages/rc-scripts/rc-scripts.spec:1.347 
packages/rc-scripts/rc-scripts.spec:1.348
--- packages/rc-scripts/rc-scripts.spec:1.347   Thu Mar 10 09:19:59 2011
+++ packages/rc-scripts/rc-scripts.spec Sun Mar 20 01:26:45 2011
@@ -9,12 +9,12 @@
 Summary(pl.UTF-8): inittab i skrypty startowe z katalogu /etc/rc.d
 Summary(tr.UTF-8): inittab ve /etc/rc.d dosyaları
 Name:  rc-scripts
-Version:   0.4.3.8
-Release:   4
+Version:   0.4.4.0
+Release:   0.1
 License:   GPL v2
 Group: Base
 Source0:   ftp://distfiles.pld-linux.org/src/%{name}-%{version}.tar.gz
-# Source0-md5: 52305571d87f83d453007189a9a4f42f
+# Source0-md5: aec23ce414c5fbfa0d827ea82b97ae02
 Patch0:%{name}-svn.patch
 URL:   http://svn.pld-linux.org/cgi-bin/viewsvn/rc-scripts/
 BuildRequires: autoconf
@@ -371,6 +371,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.348  2011/03/20 00:26:45  baggins
+- 0.4.4.0
+
 Revision 1.347  2011/03/10 08:19:59  arekm
 R: iputils-arping
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rc-scripts/rc-scripts.spec?r1=1.347r2=1.348f=u

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


packages: rc-scripts/rc-scripts.spec - glib2 linking fixed upstream

2011-03-19 Thread baggins
Author: baggins  Date: Sun Mar 20 00:27:42 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- glib2 linking fixed upstream

 Files affected:
packages/rc-scripts:
   rc-scripts.spec (1.348 - 1.349) 

 Diffs:


Index: packages/rc-scripts/rc-scripts.spec
diff -u packages/rc-scripts/rc-scripts.spec:1.348 
packages/rc-scripts/rc-scripts.spec:1.349
--- packages/rc-scripts/rc-scripts.spec:1.348   Sun Mar 20 01:26:45 2011
+++ packages/rc-scripts/rc-scripts.spec Sun Mar 20 01:27:36 2011
@@ -122,7 +122,6 @@
 %configure \
--with-localedir=%{localedir}
 %{__make} \
-   %{?with_static:ppp_watch_LDADD=-Wl,-static $(pkg-config --libs 
--static glib-2.0) -Wl,-Bdynamic ppp_watch_DEPENDENCIES=} \
%{!?with_static:ppp_watch_LDADD=$(pkg-config --libs glib-2.0) 
ppp_watch_DEPENDENCIES=}
 
 %install
@@ -132,7 +131,6 @@
 
 %{__make} install \
DESTDIR=$RPM_BUILD_ROOT \
-   %{?with_static:ppp_watch_LDADD=-Wl,-static $(pkg-config --libs 
--static glib-2.0) -Wl,-Bdynamic ppp_watch_DEPENDENCIES=} \
%{!?with_static:ppp_watch_LDADD=$(pkg-config --libs glib-2.0) 
ppp_watch_DEPENDENCIES=}
 
 for i in 0 1 2 3 4 5 6; do
@@ -371,6 +369,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.349  2011/03/20 00:27:36  baggins
+- glib2 linking fixed upstream
+
 Revision 1.348  2011/03/20 00:26:45  baggins
 - 0.4.4.0
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rc-scripts/rc-scripts.spec?r1=1.348r2=1.349f=u

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


packages: rc-scripts/rc-scripts.spec - drop svn patch

2011-03-19 Thread baggins
Author: baggins  Date: Sun Mar 20 00:28:36 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- drop svn patch

 Files affected:
packages/rc-scripts:
   rc-scripts.spec (1.349 - 1.350) 

 Diffs:


Index: packages/rc-scripts/rc-scripts.spec
diff -u packages/rc-scripts/rc-scripts.spec:1.349 
packages/rc-scripts/rc-scripts.spec:1.350
--- packages/rc-scripts/rc-scripts.spec:1.349   Sun Mar 20 01:27:36 2011
+++ packages/rc-scripts/rc-scripts.spec Sun Mar 20 01:28:30 2011
@@ -15,7 +15,6 @@
 Group: Base
 Source0:   ftp://distfiles.pld-linux.org/src/%{name}-%{version}.tar.gz
 # Source0-md5: aec23ce414c5fbfa0d827ea82b97ae02
-Patch0:%{name}-svn.patch
 URL:   http://svn.pld-linux.org/cgi-bin/viewsvn/rc-scripts/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -112,7 +111,6 @@
 
 %prep
 %setup -q
-%patch0 -p0
 
 %build
 %{__aclocal}
@@ -369,6 +367,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.350  2011/03/20 00:28:30  baggins
+- drop svn patch
+
 Revision 1.349  2011/03/20 00:27:36  baggins
 - glib2 linking fixed upstream
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rc-scripts/rc-scripts.spec?r1=1.349r2=1.350f=u

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


packages: rc-scripts/rc-scripts-svn.patch (REMOVED) - obsolete

2011-03-19 Thread baggins
Author: baggins  Date: Sun Mar 20 00:29:01 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- obsolete

 Files affected:
packages/rc-scripts:
   rc-scripts-svn.patch (1.9 - 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


SVN: rc-scripts/trunk/sysconfig/network-scripts/functions.network

2011-03-19 Thread baggins
Author: baggins
Date: Sun Mar 20 02:00:15 2011
New Revision: 12206

Modified:
   rc-scripts/trunk/sysconfig/network-scripts/functions.network
Log:
- use proper device


Modified: rc-scripts/trunk/sysconfig/network-scripts/functions.network
==
--- rc-scripts/trunk/sysconfig/network-scripts/functions.network
(original)
+++ rc-scripts/trunk/sysconfig/network-scripts/functions.networkSun Mar 
20 02:00:15 2011
@@ -342,7 +342,7 @@
else
is_no $IPV4_NETWORKING  continue
fi
-   /sbin/ip route add $args dev $REALDEVICE
+   /sbin/ip route add $args dev lo
done
 }
 
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SVN: rc-scripts/trunk/configure.ac

2011-03-19 Thread baggins
Author: baggins
Date: Sun Mar 20 02:00:48 2011
New Revision: 12207

Modified:
   rc-scripts/trunk/configure.ac
Log:
- 0.4.4.1, fixes typo in set_up_loopback


Modified: rc-scripts/trunk/configure.ac
==
--- rc-scripts/trunk/configure.ac   (original)
+++ rc-scripts/trunk/configure.ac   Sun Mar 20 02:00:48 2011
@@ -1,6 +1,6 @@
 dnl $Id$
 
-AC_INIT([rc-scripts], [0.4.4.0], [pld-rc-scri...@lists.pld-linux.org], 
[rc-scripts])
+AC_INIT([rc-scripts], [0.4.4.1], [pld-rc-scri...@lists.pld-linux.org], 
[rc-scripts])
 AM_INIT_AUTOMAKE
 
 ALL_LINGUAS=pl de
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SVN: rc-scripts/trunk/ChangeLog

2011-03-19 Thread baggins
Author: baggins
Date: Sun Mar 20 02:01:13 2011
New Revision: 12208

Modified:
   rc-scripts/trunk/ChangeLog
Log:
- updated


Modified: rc-scripts/trunk/ChangeLog
==
--- rc-scripts/trunk/ChangeLog  (original)
+++ rc-scripts/trunk/ChangeLog  Sun Mar 20 02:01:13 2011
@@ -1,3 +1,9 @@
+2011-03-20 01:00 + [r12206-12207]  Jan Rękorajski 
baggins/at/pld-linux.org
+
+   * configure.ac: - 0.4.4.1, fixes typo in set_up_loopback
+
+   * sysconfig/network-scripts/functions.network: - use proper device
+
 2011-03-20 00:09 + [r12203]  Jan Rękorajski baggins/at/pld-linux.org
 
* configure.ac: - 0.4.4.0
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SVN: rc-scripts/tags/0.4.4.1

2011-03-19 Thread baggins
Author: baggins
Date: Sun Mar 20 02:01:38 2011
New Revision: 12209

Added:
   rc-scripts/tags/0.4.4.1/   (props changed)
  - copied from rev 12208, rc-scripts/trunk/
Log:
- 0.4.4.1

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


DISTFILES: rc-scripts: rc-scripts-0.4.4.1.tar.gz

2011-03-19 Thread baggins

Files fetched: 1

STORED: no-url-copy://rc-scripts-0.4.4.1.tar.gz
ff522ac3a98dc6c8c0c891f91a164ec2  rc-scripts-0.4.4.1.tar.gz
Size: 381177 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


packages: rc-scripts/rc-scripts.spec - 0.4.4.1

2011-03-19 Thread baggins
Author: baggins  Date: Sun Mar 20 01:09:04 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- 0.4.4.1

 Files affected:
packages/rc-scripts:
   rc-scripts.spec (1.350 - 1.351) 

 Diffs:


Index: packages/rc-scripts/rc-scripts.spec
diff -u packages/rc-scripts/rc-scripts.spec:1.350 
packages/rc-scripts/rc-scripts.spec:1.351
--- packages/rc-scripts/rc-scripts.spec:1.350   Sun Mar 20 01:28:30 2011
+++ packages/rc-scripts/rc-scripts.spec Sun Mar 20 02:08:59 2011
@@ -9,12 +9,12 @@
 Summary(pl.UTF-8): inittab i skrypty startowe z katalogu /etc/rc.d
 Summary(tr.UTF-8): inittab ve /etc/rc.d dosyaları
 Name:  rc-scripts
-Version:   0.4.4.0
-Release:   0.1
+Version:   0.4.4.1
+Release:   1
 License:   GPL v2
 Group: Base
 Source0:   ftp://distfiles.pld-linux.org/src/%{name}-%{version}.tar.gz
-# Source0-md5: aec23ce414c5fbfa0d827ea82b97ae02
+# Source0-md5: ff522ac3a98dc6c8c0c891f91a164ec2
 URL:   http://svn.pld-linux.org/cgi-bin/viewsvn/rc-scripts/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -367,6 +367,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.351  2011/03/20 01:08:59  baggins
+- 0.4.4.1
+
 Revision 1.350  2011/03/20 00:28:30  baggins
 - drop svn patch
 


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rc-scripts/rc-scripts.spec?r1=1.350r2=1.351f=u

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


DISTFILES: cpuid: cpuid-20110305.src.tar.gz

2011-03-19 Thread gotar

Files fetched: 1

STORED: http://www.etallen.com/cpuid/cpuid-20110305.src.tar.gz
c13317518ce5d9ddba07eff9ead8080c  cpuid-20110305.src.tar.gz
Size: 59044 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


packages: cpuid/cpuid.spec, cpuid/cpuid-Makefile.patch (REMOVED) - replaced...

2011-03-19 Thread gotar
Author: gotarDate: Sun Mar 20 01:25:58 2011 GMT
Module: packages  Tag: HEAD
 Log message:
- replaced with maintained alternative

 Files affected:
packages/cpuid:
   cpuid.spec (1.12 - 1.13) , cpuid-Makefile.patch (1.1 - NONE)  (REMOVED)

 Diffs:


Index: packages/cpuid/cpuid.spec
diff -u packages/cpuid/cpuid.spec:1.12 packages/cpuid/cpuid.spec:1.13
--- packages/cpuid/cpuid.spec:1.12  Mon Feb 12 22:23:51 2007
+++ packages/cpuid/cpuid.spec   Sun Mar 20 02:25:53 2011
@@ -2,14 +2,13 @@
 Summary:   x86 CPUID display program
 Summary(pl.UTF-8): CPUID dla procesorów x86
 Name:  cpuid
-Version:   3.3
-Release:   3
-License:   GPL
+Version:   20110305
+Release:   1
+License:   GPL v2
 Group: Applications/System
-Source0:   http://www.ka9q.net/code/cpuid/%{name}-%{version}.tar.gz
-# Source0-md5: 641af7bb12e1feb0b0d97ed68908297c
-URL:   http://www.ka9q.net/code/cpuid/
-Patch0:%{name}-Makefile.patch
+Source0:   http://www.etallen.com/cpuid/%{name}-%{version}.src.tar.gz
+# Source0-md5: c13317518ce5d9ddba07eff9ead8080c
+URL:   http://www.etallen.com/cpuid.html
 ExclusiveArch: %{ix86} %{x8664}
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -22,7 +21,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__make} \
@@ -31,16 +29,19 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_sbindir}
+install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man1}
 
-install cpuid $RPM_BUILD_ROOT%{_sbindir}
+install %{name} $RPM_BUILD_ROOT%{_sbindir}
+cp -a %{name}.man $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc ChangeLog FUTURE
 %attr(755,root,root) %{_sbindir}/*
+%{_mandir}/man1/%{name}.1*
 
 %define date   %(echo `LC_ALL=C date +%a %b %d %Y`)
 %changelog
@@ -48,6 +49,9 @@
 All persons listed below can be reached at cvs_login@pld-linux.org
 
 $Log$
+Revision 1.13  2011/03/20 01:25:53  gotar
+- replaced with maintained alternative
+
 Revision 1.12  2007/02/12 21:23:51  glen
 - tabs in preamble
 
@@ -67,7 +71,7 @@
 - not amd64 but x86_64
 
 Revision 1.6  2005/09/06 19:32:02  blues
-- release - should work on adm64...
+- release - should work on amd64...
 
 Revision 1.5  2003/08/06 16:50:36  kloczek
 - może wrescie ktoś wykasuje to konto ?


 CVS-web:

http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cpuid/cpuid.spec?r1=1.12r2=1.13f=u

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