[arch-commits] Commit in vlc/trunk (PKGBUILD lirc-build.patch)

2011-01-24 Thread Ionut Biru
Date: Monday, January 24, 2011 @ 05:24:22
  Author: ibiru
Revision: 107345

upgpkg: vlc 1.1.6-1
update to 1.1.6

Added:
  vlc/trunk/lirc-build.patch
Modified:
  vlc/trunk/PKGBUILD

--+
 PKGBUILD |   13 -
 lirc-build.patch |   39 +++
 2 files changed, 47 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-23 18:56:37 UTC (rev 107344)
+++ PKGBUILD2011-01-24 10:24:22 UTC (rev 107345)
@@ -5,8 +5,8 @@
 
 pkgbase=vlc
 pkgname=('vlc' 'vlc-plugin')
-pkgver=1.1.5
-pkgrel=3
+pkgver=1.1.6
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.videolan.org/vlc/;
 license=('GPL')
@@ -20,12 +20,16 @@
  'flac' 'libtheora' 'alsa-lib' 'jack' 'kdelibs' 'udev'
  'libraw1394' 'libdc1394' 'libavc1394' 'libva' 'libpulse')
 options=('!libtool')
-source=(http://download.videolan.org/pub/videolan/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('fdc23693351ed57af9f4c85ea885b536')
+source=(http://download.videolan.org/pub/videolan/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.bz2;
+lirc-build.patch)
+md5sums=('c47f3ebc886f2aff8c95b98c564d1759'
+ 'f276f5bec6e9d00058548cea1070dd2c')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
 
+  patch -Np1 -i ${srcdir}/lirc-build.patch
+
   sed -i -e 's:truetype/freefont:TTF:g' modules/misc/freetype.c
   ./configure --prefix=/usr \
   --disable-rpath \
@@ -40,7 +44,6 @@
   --enable-mozilla \
   --with-live555-tree=/usr/lib/live \
   --enable-realrtsp
-  CFLAGS=-fPIC
   make
 }
 

Added: lirc-build.patch
===
--- lirc-build.patch(rev 0)
+++ lirc-build.patch2011-01-24 10:24:22 UTC (rev 107345)
@@ -0,0 +1,39 @@
+From b5569228dd32aa848d2c8eed7e3f50d3a8522b8d Mon Sep 17 00:00:00 2001
+From: Pierre Ynard linkfa...@yahoo.fr
+Date: Sun, 23 Jan 2011 18:19:05 +0100
+Subject: [PATCH 1/1] lirc: build fix
+ (cherry picked from commit 942ab6c31026a84e4c5503cb8e68a5135dfc2f2b)
+
+Signed-off-by: Pierre Ynard linkfa...@yahoo.fr
+---
+ modules/control/lirc.c |3 +++
+ 1 files changed, 3 insertions(+), 0 deletions(-)
+
+diff --git a/modules/control/lirc.c b/modules/control/lirc.c
+index 6270abb..5c585bc 100644
+--- a/modules/control/lirc.c
 b/modules/control/lirc.c
+@@ -25,6 +25,7 @@
+  * Preamble
+  
*/
+ 
++#include errno.h
+ #include fcntl.h
+ 
+ #ifdef HAVE_CONFIG_H
+@@ -154,10 +155,12 @@ static void Run( intf_thread_t *p_intf )
+ /* Wait for data */
+ struct pollfd ufd = { .fd = p_sys-i_fd, .events = POLLIN, .revents = 
0 };
+ if( poll( ufd, 1, -1 ) == -1 )
++{
+ if( errno == EINTR )
+ continue;
+ else
+ break;
++}
+ 
+ /* Process */
+ int canc = vlc_savecancel();
+-- 
+1.7.2.3
+



[arch-commits] Commit in vlc/repos (extra-i686)

2011-01-24 Thread Ionut Biru
Date: Monday, January 24, 2011 @ 05:24:38
  Author: ibiru
Revision: 107346

archrelease: remove extra-i686

Deleted:
  vlc/repos/extra-i686/



[arch-commits] Commit in vlc/repos (extra-i686)

2011-01-24 Thread Ionut Biru
Date: Monday, January 24, 2011 @ 05:24:51
  Author: ibiru
Revision: 107347

archrelease: copy trunk to extra-i686

Added:
  vlc/repos/extra-i686/



[arch-commits] Commit in vlc/repos (extra-x86_64)

2011-01-24 Thread Ionut Biru
Date: Monday, January 24, 2011 @ 05:25:11
  Author: ibiru
Revision: 107348

archrelease: remove extra-x86_64

Deleted:
  vlc/repos/extra-x86_64/



[arch-commits] Commit in vlc/repos (extra-x86_64)

2011-01-24 Thread Ionut Biru
Date: Monday, January 24, 2011 @ 05:25:24
  Author: ibiru
Revision: 107349

archrelease: copy trunk to extra-x86_64

Added:
  vlc/repos/extra-x86_64/



[arch-commits] Commit in openssh/trunk (PKGBUILD sshd)

2011-01-24 Thread Gaetan Bisson
Date: Monday, January 24, 2011 @ 05:27:52
  Author: bisson
Revision: 107350

- major upstream update
- create a host key of type ECDSA in rc.d script
- slightly improve rc.d script (use grep rather than cut+test)

Modified:
  openssh/trunk/PKGBUILD
  openssh/trunk/sshd

--+
 PKGBUILD |8 
 sshd |3 ++-
 2 files changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-24 10:25:24 UTC (rev 107349)
+++ PKGBUILD2011-01-24 10:27:52 UTC (rev 107350)
@@ -3,8 +3,8 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=openssh
-pkgver=5.6p1
-pkgrel=2
+pkgver=5.7p1
+pkgrel=1
 pkgdesc='Free version of the SSH connectivity tools'
 arch=('i686' 'x86_64')
 license=('custom:BSD')
@@ -15,10 +15,10 @@
 'sshd.confd'
 'sshd.pam'
 'sshd')
-sha1sums=('347dd39c91c3529f41dae63714d452fb95efea1e'
+sha1sums=('423e27475f06e1055847dfff7f61e1ac632b5372'
   'ec102deb69cad7d14f406289d2fc11fee6eddbdd'
   '660092c57bde28bed82078f74011f95fc51c2293'
-  '9738367ee87b6d5a2a34c675b4c483044853109f')
+  '71d67cde8044fe9b11fb5f9e3698ffe4da23f460')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}

Modified: sshd
===
--- sshd2011-01-24 10:25:24 UTC (rev 107349)
+++ sshd2011-01-24 10:27:52 UTC (rev 107350)
@@ -6,7 +6,7 @@
 
 PIDFILE=/var/run/sshd.pid
 PID=$(cat $PIDFILE 2/dev/null)
-if [ $(readlink -q /proc/$PID/exe | cut -d ' ' -f 1) != /usr/sbin/sshd ]; 
then
+if ! readlink -q /proc/$PID/exe | grep -q '^/usr/sbin/sshd[ $]'; then
   PID=
   rm $PIDFILE 2/dev/null
 fi
@@ -17,6 +17,7 @@
 [ -f /etc/ssh/ssh_host_key ] || { /usr/bin/ssh-keygen -t rsa1 -N  -f 
/etc/ssh/ssh_host_key /dev/null; }
 [ -f /etc/ssh/ssh_host_rsa_key ] || { /usr/bin/ssh-keygen -t rsa -N  -f 
/etc/ssh/ssh_host_rsa_key /dev/null; }
 [ -f /etc/ssh/ssh_host_dsa_key ] || { /usr/bin/ssh-keygen -t dsa -N  -f 
/etc/ssh/ssh_host_dsa_key /dev/null; }
+[ -f /etc/ssh/ssh_host_ecdsa_key ] || { /usr/bin/ssh-keygen -t ecdsa -N  
-f /etc/ssh/ssh_host_ecdsa_key /dev/null; }
 [ -d /var/empty ] || mkdir -p /var/empty
 [ -z $PID ]  /usr/sbin/sshd $SSHD_ARGS
 if [ $? -gt 0 ]; then



[arch-commits] Commit in openssh/repos (testing-i686)

2011-01-24 Thread Gaetan Bisson
Date: Monday, January 24, 2011 @ 05:28:08
  Author: bisson
Revision: 107351

archrelease: copy trunk to testing-i686

Added:
  openssh/repos/testing-i686/



[arch-commits] Commit in openssh/repos (testing-x86_64)

2011-01-24 Thread Gaetan Bisson
Date: Monday, January 24, 2011 @ 05:28:23
  Author: bisson
Revision: 107352

archrelease: copy trunk to testing-x86_64

Added:
  openssh/repos/testing-x86_64/



[arch-commits] Commit in openssh/trunk (PKGBUILD sshd)

2011-01-24 Thread Gaetan Bisson
Date: Monday, January 24, 2011 @ 06:03:55
  Author: bisson
Revision: 107353

fix typo

Modified:
  openssh/trunk/PKGBUILD
  openssh/trunk/sshd

--+
 PKGBUILD |2 +-
 sshd |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-24 10:28:23 UTC (rev 107352)
+++ PKGBUILD2011-01-24 11:03:55 UTC (rev 107353)
@@ -18,7 +18,7 @@
 sha1sums=('423e27475f06e1055847dfff7f61e1ac632b5372'
   'ec102deb69cad7d14f406289d2fc11fee6eddbdd'
   '660092c57bde28bed82078f74011f95fc51c2293'
-  '71d67cde8044fe9b11fb5f9e3698ffe4da23f460')
+  '6b7f8ebf0c1cc37137a7d9a53447ac8a0ee6a2b5')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}

Modified: sshd
===
--- sshd2011-01-24 10:28:23 UTC (rev 107352)
+++ sshd2011-01-24 11:03:55 UTC (rev 107353)
@@ -6,7 +6,7 @@
 
 PIDFILE=/var/run/sshd.pid
 PID=$(cat $PIDFILE 2/dev/null)
-if ! readlink -q /proc/$PID/exe | grep -q '^/usr/sbin/sshd[ $]'; then
+if ! readlink -q /proc/$PID/exe | grep -q '^/usr/sbin/sshd'; then
   PID=
   rm $PIDFILE 2/dev/null
 fi



[arch-commits] Commit in openssh/repos (testing-i686)

2011-01-24 Thread Gaetan Bisson
Date: Monday, January 24, 2011 @ 06:04:01
  Author: bisson
Revision: 107354

archrelease: remove testing-i686

Deleted:
  openssh/repos/testing-i686/



[arch-commits] Commit in openssh/repos (testing-i686)

2011-01-24 Thread Gaetan Bisson
Date: Monday, January 24, 2011 @ 06:04:16
  Author: bisson
Revision: 107355

archrelease: copy trunk to testing-i686

Added:
  openssh/repos/testing-i686/



[arch-commits] Commit in openssh/repos (testing-x86_64)

2011-01-24 Thread Gaetan Bisson
Date: Monday, January 24, 2011 @ 06:04:22
  Author: bisson
Revision: 107356

archrelease: remove testing-x86_64

Deleted:
  openssh/repos/testing-x86_64/



[arch-commits] Commit in openssh/repos (testing-x86_64)

2011-01-24 Thread Gaetan Bisson
Date: Monday, January 24, 2011 @ 06:04:36
  Author: bisson
Revision: 107357

archrelease: copy trunk to testing-x86_64

Added:
  openssh/repos/testing-x86_64/



[arch-commits] Commit in bind/repos (extra-i686 testing-i686)

2011-01-24 Thread Gaetan Bisson
Date: Monday, January 24, 2011 @ 07:14:12
  Author: bisson
Revision: 107359

db-move: moved bind from [testing] to [extra] (i686)

Added:
  bind/repos/extra-i686/
Deleted:
  bind/repos/testing-i686/



[arch-commits] Commit in bind/repos (extra-i686)

2011-01-24 Thread Gaetan Bisson
Date: Monday, January 24, 2011 @ 07:14:11
  Author: bisson
Revision: 107358

db-move: bind removed by bisson for move to [extra] (i686)

Deleted:
  bind/repos/extra-i686/



[arch-commits] Commit in bind/repos (extra-x86_64)

2011-01-24 Thread Gaetan Bisson
Date: Monday, January 24, 2011 @ 07:14:13
  Author: bisson
Revision: 107360

db-move: bind removed by bisson for move to [extra] (x86_64)

Deleted:
  bind/repos/extra-x86_64/



[arch-commits] Commit in bind/repos (extra-x86_64 testing-x86_64)

2011-01-24 Thread Gaetan Bisson
Date: Monday, January 24, 2011 @ 07:14:13
  Author: bisson
Revision: 107361

db-move: moved bind from [testing] to [extra] (x86_64)

Added:
  bind/repos/extra-x86_64/
Deleted:
  bind/repos/testing-x86_64/



[arch-commits] Commit in feh/trunk (PKGBUILD)

2011-01-24 Thread Gaetan Bisson
Date: Monday, January 24, 2011 @ 07:28:35
  Author: bisson
Revision: 107362

fix FS#22587

Modified:
  feh/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-24 12:14:13 UTC (rev 107361)
+++ PKGBUILD2011-01-24 12:28:35 UTC (rev 107362)
@@ -6,7 +6,7 @@
 
 pkgname=feh
 pkgver=1.11
-pkgrel=1
+pkgrel=2
 pkgdesc='Fast, lightweight image viewer which uses imlib2'
 arch=('i686' 'x86_64')
 url='http://derf.homelinux.org/projects/feh/'
@@ -18,7 +18,7 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make
+  make PREFIX=/usr
 }
 
 package(){



[arch-commits] Commit in feh/repos (extra-i686)

2011-01-24 Thread Gaetan Bisson
Date: Monday, January 24, 2011 @ 07:28:43
  Author: bisson
Revision: 107363

archrelease: remove extra-i686

Deleted:
  feh/repos/extra-i686/



[arch-commits] Commit in feh/repos (extra-i686)

2011-01-24 Thread Gaetan Bisson
Date: Monday, January 24, 2011 @ 07:28:57
  Author: bisson
Revision: 107364

archrelease: copy trunk to extra-i686

Added:
  feh/repos/extra-i686/



[arch-commits] Commit in feh/repos (extra-x86_64)

2011-01-24 Thread Gaetan Bisson
Date: Monday, January 24, 2011 @ 07:29:07
  Author: bisson
Revision: 107365

archrelease: remove extra-x86_64

Deleted:
  feh/repos/extra-x86_64/



[arch-commits] Commit in feh/repos (extra-x86_64)

2011-01-24 Thread Gaetan Bisson
Date: Monday, January 24, 2011 @ 07:29:19
  Author: bisson
Revision: 107366

archrelease: copy trunk to extra-x86_64

Added:
  feh/repos/extra-x86_64/



[arch-commits] Commit in pyopenssl/trunk (PKGBUILD)

2011-01-24 Thread Ionut Biru
Date: Monday, January 24, 2011 @ 08:47:03
  Author: ibiru
Revision: 107367

upgpkg: pyopenssl 0.11-1
update to 0.11. pyopenssl updated for python3 and added a split 
python2-pyopenssl for python2 support

Modified:
  pyopenssl/trunk/PKGBUILD

--+
 PKGBUILD |   45 ++---
 1 file changed, 34 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-24 12:29:19 UTC (rev 107366)
+++ PKGBUILD2011-01-24 13:47:03 UTC (rev 107367)
@@ -2,19 +2,42 @@
 # Maintainer : Ionut Biruib...@archlinux.org
 # Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
 
-pkgname=pyopenssl
-pkgver=0.10
-pkgrel=3
-pkgdesc=pyOpenSSL is a Python interface to the OpenSSL library
+pkgbase=pyopenssl
+pkgname=('pyopenssl' 'python2-pyopenssl')
+pkgver=0.11
+pkgrel=1
 arch=('i686' 'x86_64')
-url=http://pyopenssl.sourceforge.net;
-license=('LGPL')
-depends=('python2' 'openssl')
-source=(http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-${pkgver}.tar.gz)
-md5sums=('34db8056ec53ce80c7f5fc58bee9f093')
+url=https://launchpad.net/pyopenssl/;
+license=('LGPL2.1')
+makedepends=('python' 'python2' 'openssl')
+source=(http://launchpad.net/${pkgname}/main/${pkgver}/+download/pyOpenSSL-${pkgver}.tar.gz)
+md5sums=('9e76e57e00fa48745fcfe23944db1e6c')
 
 build() {
-cd ${srcdir}/pyOpenSSL-${pkgver}
+cd ${srcdir}
+cp -a pyOpenSSL-${pkgver}{,-python2}
+
+#build python 3 module
+cd pyOpenSSL-${pkgver}
+python setup.py build
+
+#build python 3 module
+cd ../pyOpenSSL-${pkgver}-python2
 python2 setup.py build
-python2 setup.py install --prefix=$pkgdir/usr --optimize=1
 }
+
+package_pyopenssl(){
+pkgdesc=Python3 wrapper module around the OpenSSL library
+depends=('python=3.1' 'openssl')
+
+cd ${srcdir}/pyOpenSSL-${pkgver}
+python setup.py install --root ${pkgdir} --optimize=1
+}
+
+package_python2-pyopenssl(){
+pkgdesc=Python2 wrapper module around the OpenSSL library
+depends=('python2=2.7' 'openssl')
+
+cd ${srcdir}/pyOpenSSL-${pkgver}-python2
+python2 setup.py install --root ${pkgdir} --optimize=1
+}



[arch-commits] Commit in pyopenssl/repos (extra-x86_64)

2011-01-24 Thread Ionut Biru
Date: Monday, January 24, 2011 @ 08:47:11
  Author: ibiru
Revision: 107368

archrelease: remove extra-x86_64

Deleted:
  pyopenssl/repos/extra-x86_64/



[arch-commits] Commit in pyopenssl/repos (extra-x86_64)

2011-01-24 Thread Ionut Biru
Date: Monday, January 24, 2011 @ 08:47:24
  Author: ibiru
Revision: 107369

archrelease: copy trunk to extra-x86_64

Added:
  pyopenssl/repos/extra-x86_64/



[arch-commits] Commit in pyopenssl/repos (extra-i686)

2011-01-24 Thread Ionut Biru
Date: Monday, January 24, 2011 @ 08:54:46
  Author: ibiru
Revision: 107370

archrelease: remove extra-i686

Deleted:
  pyopenssl/repos/extra-i686/



[arch-commits] Commit in pyopenssl/repos (extra-i686)

2011-01-24 Thread Ionut Biru
Date: Monday, January 24, 2011 @ 08:55:00
  Author: ibiru
Revision: 107371

archrelease: copy trunk to extra-i686

Added:
  pyopenssl/repos/extra-i686/



[arch-commits] Commit in pyopenssl/repos (extra-x86_64)

2011-01-24 Thread Ionut Biru
Date: Monday, January 24, 2011 @ 08:55:07
  Author: ibiru
Revision: 107372

archrelease: remove extra-x86_64

Deleted:
  pyopenssl/repos/extra-x86_64/



[arch-commits] Commit in pyopenssl/repos (extra-x86_64)

2011-01-24 Thread Ionut Biru
Date: Monday, January 24, 2011 @ 08:55:19
  Author: ibiru
Revision: 107373

archrelease: copy trunk to extra-x86_64

Added:
  pyopenssl/repos/extra-x86_64/



[arch-commits] Commit in deluge/trunk (PKGBUILD)

2011-01-24 Thread Ionut Biru
Date: Monday, January 24, 2011 @ 08:58:44
  Author: ibiru
Revision: 107374

upgpkg: deluge 1.3.1-3
use python2-pyopenssl

Modified:
  deluge/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-24 13:55:19 UTC (rev 107373)
+++ PKGBUILD2011-01-24 13:58:44 UTC (rev 107374)
@@ -4,12 +4,12 @@
 
 pkgname=deluge
 pkgver=1.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc=A bittorrent client written with python and pygtk
 arch=('any')
 url=http://deluge-torrent.org/;
 license=('GPL3')
-depends=('pyxdg' 'python2-distribute' 'libtorrent-rasterbar=0.15.0' 'twisted' 
'pyopenssl' 'xdg-utils' 'python2-chardet')
+depends=('pyxdg' 'python2-distribute' 'libtorrent-rasterbar=0.15.0' 'twisted' 
'python2-pyopenssl' 'xdg-utils' 'python2-chardet')
 makedepends=('intltool' 'pygtk' 'librsvg' 'python-mako')
 optdepends=('python-notify: libnotify notifications'
'pygtk: needed for gtk ui'



[arch-commits] Commit in deluge/repos (extra-any)

2011-01-24 Thread Ionut Biru
Date: Monday, January 24, 2011 @ 08:58:56
  Author: ibiru
Revision: 107375

archrelease: remove extra-any

Deleted:
  deluge/repos/extra-any/



[arch-commits] Commit in deluge/repos (extra-any)

2011-01-24 Thread Ionut Biru
Date: Monday, January 24, 2011 @ 08:59:09
  Author: ibiru
Revision: 107376

archrelease: copy trunk to extra-any

Added:
  deluge/repos/extra-any/



[arch-commits] Commit in papyon/trunk (PKGBUILD)

2011-01-24 Thread Ionut Biru
Date: Monday, January 24, 2011 @ 09:00:23
  Author: ibiru
Revision: 107377

upgpkg: papyon 0.5.4-2
use python2-pyopenssl

Modified:
  papyon/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-24 13:59:09 UTC (rev 107376)
+++ PKGBUILD2011-01-24 14:00:23 UTC (rev 107377)
@@ -3,12 +3,12 @@
 
 pkgname=papyon
 pkgver=0.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc=papyon is the library behind the msn connection manager: 
telepathy-butterfly.
 arch=('any')
 url=http://www.freedesktop.org/wiki/Software/papyon;
 license=(GPL)
-depends=('pygobject' 'pyopenssl' 'pycrypto')
+depends=('pygobject' 'python2-pyopenssl' 'pycrypto')
 
source=(http://www.freedesktop.org/software/${pkgname}/releases/${pkgname}-${pkgver}.tar.gz)
 md5sums=('42005206dfdc01221da140e30687b0b9')
 



[arch-commits] Commit in papyon/repos (extra-any)

2011-01-24 Thread Ionut Biru
Date: Monday, January 24, 2011 @ 09:00:29
  Author: ibiru
Revision: 107378

archrelease: remove extra-any

Deleted:
  papyon/repos/extra-any/



[arch-commits] Commit in papyon/repos (extra-any)

2011-01-24 Thread Ionut Biru
Date: Monday, January 24, 2011 @ 09:00:42
  Author: ibiru
Revision: 107379

archrelease: copy trunk to extra-any

Added:
  papyon/repos/extra-any/



[arch-commits] Commit in twisted/trunk (PKGBUILD)

2011-01-24 Thread Ionut Biru
Date: Monday, January 24, 2011 @ 09:03:19
  Author: ibiru
Revision: 107380

upgpkg: twisted 10.2.0-3
use python2-pyopenssl

Modified:
  twisted/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-24 14:00:42 UTC (rev 107379)
+++ PKGBUILD2011-01-24 14:03:19 UTC (rev 107380)
@@ -5,13 +5,13 @@
 
 pkgname=twisted
 pkgver=10.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Asynchronous networking framework written in Python.
 arch=('i686' 'x86_64')
 url=http://twistedmatrix.com/;
 license=('MIT')
 depends=('python2' 'pycrypto' 'zope-interface')
-optdepends=('pyopenssl'
+optdepends=('python2-pyopenssl'
 'python-soappy:for twisted.web.soap')
 install=twisted.install
 
source=(http://tmrc.mit.edu/mirror/twisted/Twisted/${pkgver%.*}/Twisted-${pkgver}.tar.bz2



[arch-commits] Commit in twisted/repos (extra-i686)

2011-01-24 Thread Ionut Biru
Date: Monday, January 24, 2011 @ 09:03:27
  Author: ibiru
Revision: 107381

archrelease: remove extra-i686

Deleted:
  twisted/repos/extra-i686/



[arch-commits] Commit in twisted/repos (extra-i686)

2011-01-24 Thread Ionut Biru
Date: Monday, January 24, 2011 @ 09:03:40
  Author: ibiru
Revision: 107382

archrelease: copy trunk to extra-i686

Added:
  twisted/repos/extra-i686/



[arch-commits] Commit in twisted/repos (extra-x86_64)

2011-01-24 Thread Ionut Biru
Date: Monday, January 24, 2011 @ 09:03:52
  Author: ibiru
Revision: 107383

archrelease: remove extra-x86_64

Deleted:
  twisted/repos/extra-x86_64/



[arch-commits] Commit in twisted/repos (extra-x86_64)

2011-01-24 Thread Ionut Biru
Date: Monday, January 24, 2011 @ 09:04:04
  Author: ibiru
Revision: 107384

archrelease: copy trunk to extra-x86_64

Added:
  twisted/repos/extra-x86_64/



[arch-commits] Commit in pm-utils/trunk (PKGBUILD)

2011-01-24 Thread Jan de Groot
Date: Monday, January 24, 2011 @ 09:05:08
  Author: jgc
Revision: 107385

Remove upower optdepends, pm-utils does not use upower for anything

Modified:
  pm-utils/trunk/PKGBUILD

--+
 PKGBUILD |1 -
 1 file changed, 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-24 14:04:04 UTC (rev 107384)
+++ PKGBUILD2011-01-24 14:05:08 UTC (rev 107385)
@@ -11,7 +11,6 @@
 url=http://pm-utils.freedesktop.org;
 license=('GPL')
 depends=('bash' 'procps' 'pm-quirks')
-optdepends=('upower')
 makedepends=('xmlto' 'docbook-xml' 'docbook-xsl')
 source=(http://pm-utils.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz
 pm-utils-1.4.1-init-logfile-append.patch



[arch-commits] Commit in gajim/repos (extra-any)

2011-01-24 Thread Ionut Biru
Date: Monday, January 24, 2011 @ 09:05:35
  Author: ibiru
Revision: 107387

archrelease: remove extra-any

Deleted:
  gajim/repos/extra-any/



[arch-commits] Commit in gajim/repos (extra-any)

2011-01-24 Thread Ionut Biru
Date: Monday, January 24, 2011 @ 09:05:48
  Author: ibiru
Revision: 107388

archrelease: copy trunk to extra-any

Added:
  gajim/repos/extra-any/



[arch-commits] Commit in doxygen/trunk (PKGBUILD)

2011-01-24 Thread Dan McGee
Date: Monday, January 24, 2011 @ 09:13:22
  Author: dan
Revision: 107389

upgpkg: doxygen 1.7.3-1
verbump 1.7.3

Modified:
  doxygen/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-24 14:05:48 UTC (rev 107388)
+++ PKGBUILD2011-01-24 14:13:22 UTC (rev 107389)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Dan McGee d...@archlinux.org
 pkgname=doxygen
-pkgver=1.7.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc=A documentation system for C++, C, Java, IDL and PHP
 license=('GPL')
@@ -21,4 +21,4 @@
   make INSTALL=${pkgdir}/usr MAN1DIR=share/man/man1 install
 }
 
-md5sums=('d5f3e32474186abc64288db6b8ffd7f0')
+md5sums=('6cc5ad566dbec5cf843dc600b1162808')



[arch-commits] Commit in doxygen/repos (extra-x86_64)

2011-01-24 Thread Dan McGee
Date: Monday, January 24, 2011 @ 09:13:40
  Author: dan
Revision: 107390

archrelease: remove extra-x86_64

Deleted:
  doxygen/repos/extra-x86_64/



[arch-commits] Commit in doxygen/repos (extra-x86_64)

2011-01-24 Thread Dan McGee
Date: Monday, January 24, 2011 @ 09:13:49
  Author: dan
Revision: 107391

archrelease: copy trunk to extra-x86_64

Added:
  doxygen/repos/extra-x86_64/



[arch-commits] Commit in doxygen/repos (extra-i686)

2011-01-24 Thread Dan McGee
Date: Monday, January 24, 2011 @ 09:23:01
  Author: dan
Revision: 107392

archrelease: remove extra-i686

Deleted:
  doxygen/repos/extra-i686/



[arch-commits] Commit in doxygen/repos (extra-i686)

2011-01-24 Thread Dan McGee
Date: Monday, January 24, 2011 @ 09:23:11
  Author: dan
Revision: 107393

archrelease: copy trunk to extra-i686

Added:
  doxygen/repos/extra-i686/



[arch-commits] Commit in mrtg/trunk (PKGBUILD)

2011-01-24 Thread Giovanni Scafora
Date: Monday, January 24, 2011 @ 11:34:29
  Author: giovanni
Revision: 107394

upgpkg: mrtg 2.17.0-1
upstream release

Modified:
  mrtg/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-24 14:23:11 UTC (rev 107393)
+++ PKGBUILD2011-01-24 16:34:29 UTC (rev 107394)
@@ -3,7 +3,7 @@
 # Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
 
 pkgname=mrtg
-pkgver=2.16.4
+pkgver=2.17.0
 pkgrel=1
 pkgdesc=Multi Router Traffic Grapher.
 arch=('i686' 'x86_64')
@@ -11,13 +11,14 @@
 license=('GPL')
 depends=('gd' 'perl')
 source=(http://oss.oetiker.ch/mrtg/pub/${pkgname}-${pkgver}.tar.gz)
-md5sums=('ec298200d239832ff1648fba488e1a9e')
+md5sums=('d58bd87835445a38b9b36f50dcc8f6d6')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
   sed 's|LD_RUN_PATH=$(LD_RUN_PATH) ||g' -i Makefile.in
   ./configure --prefix=/usr
+
   make || return 1
   make prefix=${pkgdir}/usr install || return 1
 }



[arch-commits] Commit in mrtg/repos (extra-i686)

2011-01-24 Thread Giovanni Scafora
Date: Monday, January 24, 2011 @ 11:34:37
  Author: giovanni
Revision: 107395

archrelease: remove extra-i686

Deleted:
  mrtg/repos/extra-i686/



[arch-commits] Commit in mrtg/repos (extra-i686)

2011-01-24 Thread Giovanni Scafora
Date: Monday, January 24, 2011 @ 11:34:49
  Author: giovanni
Revision: 107396

archrelease: copy trunk to extra-i686

Added:
  mrtg/repos/extra-i686/



[arch-commits] Commit in mrtg/repos (extra-x86_64)

2011-01-24 Thread Giovanni Scafora
Date: Monday, January 24, 2011 @ 11:34:57
  Author: giovanni
Revision: 107397

archrelease: remove extra-x86_64

Deleted:
  mrtg/repos/extra-x86_64/



[arch-commits] Commit in mrtg/repos (extra-x86_64)

2011-01-24 Thread Giovanni Scafora
Date: Monday, January 24, 2011 @ 11:35:10
  Author: giovanni
Revision: 107398

archrelease: copy trunk to extra-x86_64

Added:
  mrtg/repos/extra-x86_64/



[arch-commits] Commit in kdebase-workspace/kde-unstable (PKGBUILD)

2011-01-24 Thread Andrea Scarpino
Date: Monday, January 24, 2011 @ 12:09:49
  Author: andrea
Revision: 107399

Add suggested powerdevil fixes

Modified:
  kdebase-workspace/kde-unstable/PKGBUILD

--+
 PKGBUILD |7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-24 16:35:10 UTC (rev 107398)
+++ PKGBUILD2011-01-24 17:09:49 UTC (rev 107399)
@@ -27,7 +27,8 @@
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
 'kdm-zsh-profile.patch' 'kdm' 'kde.pam' 'kde-np.pam' 'kscreensaver.pam'
 'fixpath.patch' 'terminate-server.patch'
-'set-horos-theme.patch')
+'set-horos-theme.patch'
+'powerdevil-fixes.patch')
 sha1sums=('ec010d2b1c3b584b30a76b792d58f4a0f15f322a'
   '8c2bdefb23a03b753b78d16944d03fa3939d2d99'
   '5db3a245201bd4a50e65aa2ef583cf5490e4f646'
@@ -36,7 +37,8 @@
   '106635aa1aae51d6f0668b1853f6c49a4fe9d3d8'
   'd7b5883f7e65c6839b1f65f94d58026673dd0226'
   'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3'
-  'd1f74ba2c7e2580d32b16ab88b0e6e804951e663')
+  'd1f74ba2c7e2580d32b16ab88b0e6e804951e663'
+  'e88dd997cb6f95cbf24a13e542fbd4bea9c33fdf')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -46,6 +48,7 @@
 
 # Already fixed upstream
 patch -Np0 -i ${srcdir}/set-horos-theme.patch
+patch -Np0 -i ${srcdir}/powerdevil-fixes.patch
 
cd ${srcdir}
mkdir build



[arch-commits] Commit in kdebase-workspace/kde-unstable (powerdevil-fixes.patch)

2011-01-24 Thread Andrea Scarpino
Date: Monday, January 24, 2011 @ 12:29:29
  Author: andrea
Revision: 107400

commit patch

Added:
  kdebase-workspace/kde-unstable/powerdevil-fixes.patch

+
 powerdevil-fixes.patch |  252 +++
 1 file changed, 252 insertions(+)

Added: powerdevil-fixes.patch
===
--- powerdevil-fixes.patch  (rev 0)
+++ powerdevil-fixes.patch  2011-01-24 17:29:29 UTC (rev 107400)
@@ -0,0 +1,252 @@
+Index: powerdevil/daemon/powerdevilaction.cpp
+===
+--- powerdevil/daemon/powerdevilaction.cpp (revision 1216707)
 powerdevil/daemon/powerdevilaction.cpp (revision 1216708)
+@@ -85,7 +85,7 @@
+ void Action::trigger(const QVariantMap args)
+ {
+ if (args.contains(Explicit)  args[Explicit].toBool()) {
+-// The action was explicitely triggered by the user, hence any policy 
check is bypassed.
++// The action was explicitly triggered by the user, hence any policy 
check is bypassed.
+ triggerImpl(args);
+ } else {
+ // The action was taken automatically: let's check if we have the 
rights to do that
+Index: powerdevil/daemon/actions/bundled/handlebuttoneventsconfig.cpp
+===
+--- powerdevil/daemon/actions/bundled/handlebuttoneventsconfig.cpp 
(revision 1216707)
 powerdevil/daemon/actions/bundled/handlebuttoneventsconfig.cpp 
(revision 1216708)
+@@ -19,6 +19,8 @@
+ 
+ #include handlebuttoneventsconfig.h
+ 
++#include suspendsession.h
++
+ #include Solid/PowerManagement
+ 
+ #include KLocalizedString
+@@ -72,19 +74,19 @@
+ QSet Solid::PowerManagement::SleepState  methods = 
Solid::PowerManagement::supportedSleepStates();
+ 
+ foreach (KComboBox *box, boxes) {
+-box-addItem(KIcon(dialog-cancel), i18n(Do nothing), (uint)0);
++box-addItem(KIcon(dialog-cancel), i18n(Do nothing), 
(uint)SuspendSession::None);
+ if (methods.contains(Solid::PowerManagement::SuspendState)) {
+-box-addItem(KIcon(system-suspend), i18n(Sleep), (uint)1);
++box-addItem(KIcon(system-suspend), i18n(Sleep), 
(uint)SuspendSession::ToRamMode);
+ }
+ if (methods.contains(Solid::PowerManagement::HibernateState)) {
+-box-addItem(KIcon(system-suspend-hibernate), 
i18n(Hibernate), (uint)2);
++box-addItem(KIcon(system-suspend-hibernate), 
i18n(Hibernate), (uint)SuspendSession::ToDiskMode);
+ }
+-box-addItem(KIcon(system-shutdown), i18n(Shutdown), (uint)3);
+-box-addItem(KIcon(system-lock-screen), i18n(Lock screen), 
(uint)4);
++box-addItem(KIcon(system-shutdown), i18n(Shutdown), 
(uint)SuspendSession::ShutdownMode);
++box-addItem(KIcon(system-lock-screen), i18n(Lock screen), 
(uint)SuspendSession::LockScreenMode);
+ if (box != m_lidCloseCombo) {
+-box-addItem(KIcon(system-log-out), i18n(Prompt log out 
dialog), (uint)5);
++box-addItem(KIcon(system-log-out), i18n(Prompt log out 
dialog), (uint)SuspendSession::LogoutDialogMode);
+ }
+-box-addItem(KIcon(preferences-desktop-screensaver), i18n(Turn 
off screen), (uint)6);
++box-addItem(KIcon(preferences-desktop-screensaver), i18n(Turn 
off screen), (uint)SuspendSession::TurnOffScreenMode);
+ }
+ }
+ 
+Index: powerdevil/daemon/actions/bundled/handlebuttonevents.cpp
+===
+--- powerdevil/daemon/actions/bundled/handlebuttonevents.cpp   (revision 
1216707)
 powerdevil/daemon/actions/bundled/handlebuttonevents.cpp   (revision 
1216708)
+@@ -19,6 +19,8 @@
+ 
+ #include handlebuttonevents.h
+ 
++#include suspendsession.h
++
+ #include powerdevilactionpool.h
+ 
+ #include KConfigGroup
+@@ -87,33 +89,13 @@
+ void HandleButtonEvents::processAction(uint action)
+ {
+ // Basically, we simply trigger other actions :)
+-switch (action) {
+-case 1:
+-// Sleep
+-triggerAction(SuspendSession, qVariantFromValue uint (1));
+-break;
+-case 2:
+-// Hibernate
+-triggerAction(SuspendSession, qVariantFromValue uint (2));
+-break;
+-case 3:
+-// Turn off PC
+-triggerAction(SuspendSession, qVariantFromValue uint (8));
+-break;
+-case 4:
+-// Lock
+-triggerAction(SuspendSession, qVariantFromValue uint (32));
+-break;
+-case 5:
+-// Shutdown dialog
+-triggerAction(SuspendSession, qVariantFromValue uint (16));
+-break;
+-case 6:
++switch ((SuspendSession::Mode)action) {
++case SuspendSession::TurnOffScreenMode:
+ 

[arch-commits] Commit in kdevplatform/trunk (PKGBUILD)

2011-01-24 Thread Andrea Scarpino
Date: Monday, January 24, 2011 @ 12:29:42
  Author: andrea
Revision: 107401

prepare next release

Modified:
  kdevplatform/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-24 17:29:29 UTC (rev 107400)
+++ PKGBUILD2011-01-24 17:29:42 UTC (rev 107401)
@@ -3,8 +3,8 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=kdevplatform
-pkgver=1.1.2
-_pkgver=4.1.2
+pkgver=1.2.0
+_pkgver=4.2.0
 pkgrel=1
 pkgdesc=A C/C++ development platform for KDE
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('0fa8bb6c21affa6a864c11efeda9be0c3df9f8cb')
+sha1sums=('7f0f8c35435f55238483b74bea013a9454e3c7ae')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdevelop/trunk (PKGBUILD)

2011-01-24 Thread Andrea Scarpino
Date: Monday, January 24, 2011 @ 12:29:50
  Author: andrea
Revision: 107402

prepare next release

Modified:
  kdevelop/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-24 17:29:42 UTC (rev 107401)
+++ PKGBUILD2011-01-24 17:29:50 UTC (rev 107402)
@@ -3,17 +3,17 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=kdevelop
-pkgver=4.1.2
+pkgver=4.2.0
 pkgrel=1
 pkgdesc=A C/C++ development environment for KDE
 arch=('i686' 'x86_64')
 url=http://www.kdevelop.org/;
 license=('GPL')
-depends=('kdebase-workspace' 'kdevplatform' 'kdeutils-okteta')
+depends=('kdebase-workspace' 'kdevplatform' 'kdesdk-okteta')
 makedepends=('cmake' 'automoc4' 'perl')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('e9e83f931bfd0ae508203a1d340fb1585eed95ac')
+sha1sums=('cebd9c00e19a9c27ad65e89b4653ca0b31261275')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in python2-sip/trunk (PKGBUILD)

2011-01-24 Thread Andrea Scarpino
Date: Monday, January 24, 2011 @ 12:30:04
  Author: andrea
Revision: 107403

prepare next release

Modified:
  python2-sip/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-24 17:29:50 UTC (rev 107402)
+++ PKGBUILD2011-01-24 17:30:04 UTC (rev 107403)
@@ -4,8 +4,8 @@
 # Contributor: riai r...@bigfoot.com, Ben b...@benmazer.net
 
 pkgname=python2-sip
-pkgver=4.12
-pkgrel=4
+pkgver=4.12.1
+pkgrel=1
 pkgdesc=A tool that makes it easy to create Python 2 bindings for C and C++ 
libraries
 arch=('i686' 'x86_64')
 url=http://www.riverbankcomputing.com/software/sip/;
@@ -13,7 +13,7 @@
 depends=('python2')
 replaces=('sip')
 
source=(http://www.riverbankcomputing.com/static/Downloads/sip4/sip-${pkgver}.tar.gz;)
-md5sums=('8a0998fbaf34bdab2c15af3d4fa3bc0e')
+md5sums=('0f8e8305b14c1812191de2e0ee22fea9')
 
 build() {
   cd ${srcdir}/sip-${pkgver}



[arch-commits] Commit in python2-qt/trunk (PKGBUILD fix-stackedwidget-bug.patch)

2011-01-24 Thread Andrea Scarpino
Date: Monday, January 24, 2011 @ 12:30:13
  Author: andrea
Revision: 107404

prepare next release

Modified:
  python2-qt/trunk/PKGBUILD
Deleted:
  python2-qt/trunk/fix-stackedwidget-bug.patch

-+
 PKGBUILD|   13 -
 fix-stackedwidget-bug.patch |   11 ---
 2 files changed, 4 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-24 17:30:04 UTC (rev 107403)
+++ PKGBUILD2011-01-24 17:30:13 UTC (rev 107404)
@@ -4,8 +4,8 @@
 # Contributor: riai r...@bigfoot.com Ben b...@benmazer.net
 
 pkgname=python2-qt
-pkgver=4.8.2
-pkgrel=4
+pkgver=4.8.3
+pkgrel=1
 pkgdesc=A set of Python 2 bindings for the Qt toolkit
 arch=('i686' 'x86_64')
 url=http://riverbankcomputing.co.uk/software/pyqt/intro;
@@ -17,17 +17,12 @@
'qscintilla: QScintilla API'
'qt-assistant-compat: add PyQt online help in Qt Assistant')
 replaces=('pyqt')
-source=(http://riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-${pkgver}.tar.gz;
-'fix-stackedwidget-bug.patch')
-md5sums=('142a32f126f205a2bd77f6a9910f5333'
-'42cfd44a8ec063cce3e328ddb9892565')
+source=(http://riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-${pkgver}.tar.gz;)
+md5sums=('d54fd1c37a74864faf42709c8102f254')
 
 build() {
   cd ${srcdir}/PyQt-x11-gpl-${pkgver}
 
-  # Already fixed upstream
-  patch -Np1 -i ${srcdir}/fix-stackedwidget-bug.patch
-
   python2 configure.py \
 --confirm-license \
 -v /usr/share/sip \

Deleted: fix-stackedwidget-bug.patch
===
--- fix-stackedwidget-bug.patch 2011-01-24 17:30:04 UTC (rev 107403)
+++ fix-stackedwidget-bug.patch 2011-01-24 17:30:13 UTC (rev 107404)
@@ -1,11 +0,0 @@
 PyQt-x11-gpl-4.8.2/pyuic/uic/uiparser.py~  2010-12-27 14:01:31.500057960 
-0800
-+++ PyQt-x11-gpl-4.8.2/pyuic/uic/uiparser.py   2010-12-27 14:01:44.460058033 
-0800
-@@ -158,7 +158,7 @@
- # Ignore the parent if it is a container.
- parent = self.stack.topwidget
- if isinstance(parent, (QtGui.QDockWidget, QtGui.QMdiArea,
--   QtGui.QScrollArea, QtGui.StackedWidget,
-+   QtGui.QScrollArea, QtGui.QStackedWidget,
-QtGui.QToolBox, QtGui.QTabWidget,
-QtGui.QWizard)):
- parent = None



[arch-commits] Commit in python-sip/trunk (PKGBUILD)

2011-01-24 Thread Andrea Scarpino
Date: Monday, January 24, 2011 @ 12:30:26
  Author: andrea
Revision: 107405

prepare next release

Modified:
  python-sip/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-24 17:30:13 UTC (rev 107404)
+++ PKGBUILD2011-01-24 17:30:26 UTC (rev 107405)
@@ -2,15 +2,15 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=python-sip
-pkgver=4.12
-pkgrel=4
+pkgver=4.12.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.riverbankcomputing.com/software/sip/;
 license=('custom:sip')
 pkgdesc=A tool that makes it easy to create Python 3 bindings for C and C++ 
libraries
 depends=('python2-sip' 'python')
 
source=(http://www.riverbankcomputing.com/static/Downloads/sip4/sip-${pkgver}.tar.gz;)
-md5sums=('8a0998fbaf34bdab2c15af3d4fa3bc0e')
+md5sums=('0f8e8305b14c1812191de2e0ee22fea9')
 
 build() {
   cd ${srcdir}/sip-${pkgver}



[arch-commits] Commit in python-qt/trunk (PKGBUILD fix-stackedwidget-bug.patch)

2011-01-24 Thread Andrea Scarpino
Date: Monday, January 24, 2011 @ 12:30:35
  Author: andrea
Revision: 107406

prepare next release

Modified:
  python-qt/trunk/PKGBUILD  (contents, properties)
Deleted:
  python-qt/trunk/fix-stackedwidget-bug.patch

-+
 PKGBUILD|   13 -
 fix-stackedwidget-bug.patch |   11 ---
 2 files changed, 4 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-24 17:30:26 UTC (rev 107405)
+++ PKGBUILD2011-01-24 17:30:35 UTC (rev 107406)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=python-qt
-pkgver=4.8.2
-pkgrel=4
+pkgver=4.8.3
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://riverbankcomputing.co.uk/software/pyqt/intro;
 license=('GPL')
@@ -13,17 +13,12 @@
'qscintilla: QScintilla API'
'qt-assistant-compat: add PyQt online help in Qt Assistant')
 makedepends=('phonon' 'qt-assistant-compat')
-source=(http://riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-${pkgver}.tar.gz;
-'fix-stackedwidget-bug.patch')
-md5sums=('142a32f126f205a2bd77f6a9910f5333'
-'42cfd44a8ec063cce3e328ddb9892565')
+source=(http://riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-${pkgver}.tar.gz;)
+md5sums=('d54fd1c37a74864faf42709c8102f254')
 
 build() {
   cd ${srcdir}/PyQt-x11-gpl-${pkgver}
 
-  # Already fixed upstream
-  patch -Np1 -i ${srcdir}/fix-stackedwidget-bug.patch
-
   python configure.py \
 --confirm-license \
 --qsci-api


Property changes on: python-qt/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Deleted: fix-stackedwidget-bug.patch
===
--- fix-stackedwidget-bug.patch 2011-01-24 17:30:26 UTC (rev 107405)
+++ fix-stackedwidget-bug.patch 2011-01-24 17:30:35 UTC (rev 107406)
@@ -1,11 +0,0 @@
 PyQt-x11-gpl-4.8.2/pyuic/uic/uiparser.py~  2010-12-27 14:01:31.500057960 
-0800
-+++ PyQt-x11-gpl-4.8.2/pyuic/uic/uiparser.py   2010-12-27 14:01:44.460058033 
-0800
-@@ -158,7 +158,7 @@
- # Ignore the parent if it is a container.
- parent = self.stack.topwidget
- if isinstance(parent, (QtGui.QDockWidget, QtGui.QMdiArea,
--   QtGui.QScrollArea, QtGui.StackedWidget,
-+   QtGui.QScrollArea, QtGui.QStackedWidget,
-QtGui.QToolBox, QtGui.QTabWidget,
-QtGui.QWizard)):
- parent = None



[arch-commits] Commit in pacman/repos (core-i686)

2011-01-24 Thread Dan McGee
Date: Monday, January 24, 2011 @ 13:12:42
  Author: dan
Revision: 107407

db-move: pacman removed by dan for move to [core] (i686)

Deleted:
  pacman/repos/core-i686/



[arch-commits] Commit in pacman/repos (core-x86_64 testing-x86_64)

2011-01-24 Thread Dan McGee
Date: Monday, January 24, 2011 @ 13:12:44
  Author: dan
Revision: 107410

db-move: moved pacman from [testing] to [core] (x86_64)

Added:
  pacman/repos/core-x86_64/
Deleted:
  pacman/repos/testing-x86_64/



[arch-commits] Commit in pacman/repos (core-i686 testing-i686)

2011-01-24 Thread Dan McGee
Date: Monday, January 24, 2011 @ 13:12:42
  Author: dan
Revision: 107408

db-move: moved pacman from [testing] to [core] (i686)

Added:
  pacman/repos/core-i686/
Deleted:
  pacman/repos/testing-i686/



[arch-commits] Commit in pacman/repos (core-x86_64)

2011-01-24 Thread Dan McGee
Date: Monday, January 24, 2011 @ 13:12:43
  Author: dan
Revision: 107409

db-move: pacman removed by dan for move to [core] (x86_64)

Deleted:
  pacman/repos/core-x86_64/



[arch-commits] Commit in kernel26-lts/trunk (6 files)

2011-01-24 Thread Tobias Powalowski
Date: Monday, January 24, 2011 @ 13:34:43
  Author: tpowa
Revision: 107411

upgpkg: kernel26-lts 2.6.32.28-2
fix udev crash issues, changed ext3 default mode

Added:
  kernel26-lts/trunk/libata-alignment.patch
Modified:
  kernel26-lts/trunk/PKGBUILD
  kernel26-lts/trunk/config
  kernel26-lts/trunk/config.x86_64
Deleted:
  kernel26-lts/trunk/linux-2.6.27-ext4-rename-ext4dev-to-ext4.patch
  kernel26-lts/trunk/linux-2.6.27.9-ext4-cap-check-delay.patch

+
 PKGBUILD   |   19 
 config |2 
 config.x86_64  |2 
 libata-alignment.patch |   48 +
 linux-2.6.27-ext4-rename-ext4dev-to-ext4.patch |  595 ---
 linux-2.6.27.9-ext4-cap-check-delay.patch  |   34 -
 6 files changed, 62 insertions(+), 638 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-24 18:12:44 UTC (rev 107410)
+++ PKGBUILD2011-01-24 18:34:43 UTC (rev 107411)
@@ -6,29 +6,34 @@
 _kernelname=${pkgname#kernel26}
 _basekernel=2.6.32
 pkgver=${_basekernel}.28
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL2')
 url=http://www.kernel.org;
 source=(ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-$_basekernel.tar.bz2
 
ftp://ftp.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.32/patch-$pkgver.bz2
+libata-alignment.patch
# the main kernel config files
 config config.x86_64
 # standard config files for mkinitcpio ramdisk
 ${pkgname}.preset)
 md5sums=('260551284ac224c3a43c4adac7df4879'
  'fc8c36b4638d8384a5d26a50413a1d11'
- '2e701029d508940a4ae02761edab4575'
- 'e11cfba11a4d363412474743c36c9147'
+ '30851deee235a7486bd408cbe8eb2d71'
+ '85f3d9fbcd02e5c699eeed8897850e69'
+ 'b71a215329a4d64e4beef81cdb58706d'
  '2cbfeb3e2a18d45f82f613e97fc23355')
 
 build() {
   cd ${srcdir}/linux-$_basekernel
-   if [ $_basekernel != $pkgver ]; then
- # add latest kernel stable patch
- patch -Np1 -i ${srcdir}/patch-$pkgver
-   fi
+  if [ $_basekernel != $pkgver ]; then
+# add latest kernel stable patch
+patch -Np1 -i ${srcdir}/patch-$pkgver
+  fi
 
+  # fix 22343 udev crashes
+  patch -Np1 -i ${srcdir}/libata-alignment.patch
+
   if [ $CARCH = x86_64 ]; then
 cat ../config.x86_64 ./.config
   else

Modified: config
===
--- config  2011-01-24 18:12:44 UTC (rev 107410)
+++ config  2011-01-24 18:34:43 UTC (rev 107411)
@@ -4196,7 +4196,7 @@
 CONFIG_EXT2_FS_SECURITY=y
 # CONFIG_EXT2_FS_XIP is not set
 CONFIG_EXT3_FS=m
-# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
+CONFIG_EXT3_DEFAULTS_TO_ORDERED=y
 CONFIG_EXT3_FS_XATTR=y
 CONFIG_EXT3_FS_POSIX_ACL=y
 CONFIG_EXT3_FS_SECURITY=y

Modified: config.x86_64
===
--- config.x86_64   2011-01-24 18:12:44 UTC (rev 107410)
+++ config.x86_64   2011-01-24 18:34:43 UTC (rev 107411)
@@ -4000,7 +4000,7 @@
 CONFIG_EXT2_FS_SECURITY=y
 # CONFIG_EXT2_FS_XIP is not set
 CONFIG_EXT3_FS=m
-# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
+CONFIG_EXT3_DEFAULTS_TO_ORDERED=y
 CONFIG_EXT3_FS_XATTR=y
 CONFIG_EXT3_FS_POSIX_ACL=y
 CONFIG_EXT3_FS_SECURITY=y

Added: libata-alignment.patch
===
--- libata-alignment.patch  (rev 0)
+++ libata-alignment.patch  2011-01-24 18:34:43 UTC (rev 107411)
@@ -0,0 +1,48 @@
+diff -Nur linux-2.6.32.orig/drivers/ata/libata-scsi.c 
linux-2.6.32/drivers/ata/libata-scsi.c
+--- linux-2.6.32.orig/drivers/ata/libata-scsi.c2009-12-03 
14:51:21.0 +1100
 linux-2.6.32/drivers/ata/libata-scsi.c 2011-01-22 20:32:53.353775375 
+1100
+@@ -1099,13 +1099,13 @@
+   /* configure max sectors */
+   blk_queue_max_sectors(sdev-request_queue, dev-max_sectors);
+ 
++  sdev-sector_size = ATA_SECT_SIZE;
++
+   if (dev-class == ATA_DEV_ATAPI) {
+   struct request_queue *q = sdev-request_queue;
+   void *buf;
+ 
+-  /* set the min alignment and padding */
+-  blk_queue_update_dma_alignment(sdev-request_queue,
+- ATA_DMA_PAD_SZ - 1);
++  /* set DMA padding */
+   blk_queue_update_dma_pad(sdev-request_queue,
+ATA_DMA_PAD_SZ - 1);
+ 
+@@ -1119,12 +1119,24 @@
+ 
+   blk_queue_dma_drain(q, atapi_drain_needed, buf, 
ATAPI_MAX_DRAIN);
+   } else {
+-  /* ATA devices must be sector aligned */
+-  blk_queue_update_dma_alignment(sdev-request_queue,
+- ATA_SECT_SIZE - 1);
+   sdev-manage_start_stop = 1;
+   }
+ 
++  /*
++   * 

[arch-commits] Commit in kernel26/trunk (PKGBUILD config config.x86_64)

2011-01-24 Thread Tobias Powalowski
Date: Monday, January 24, 2011 @ 13:37:07
  Author: tpowa
Revision: 107412

upgpkg: kernel26 2.6.37-2
fix udev crash, updated aufs, changed ext3 mount default

Modified:
  kernel26/trunk/PKGBUILD
  kernel26/trunk/config
  kernel26/trunk/config.x86_64

---+
 PKGBUILD  |   22 +-
 config|2 +-
 config.x86_64 |2 +-
 3 files changed, 7 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-24 18:34:43 UTC (rev 107411)
+++ PKGBUILD2011-01-24 18:37:07 UTC (rev 107412)
@@ -7,7 +7,7 @@
 _kernelname=${pkgname#kernel26}
 _basekernel=2.6.37
 pkgver=${_basekernel}
-pkgrel=1
+pkgrel=2
 makedepends=('xmlto' 'docbook-xsl')
 _patchname=patch-${pkgver}-${pkgrel}-ARCH
 #_patchname=patch-${pkgver}-1-ARCH
@@ -22,10 +22,11 @@
 # standard config files for mkinitcpio ramdisk
 kernel26.preset)
 md5sums=('c8ee37b4fdccdb651e0603d35350b434'
- 'dd03325990dadb76e3fa94345649c229'
- 'dd2ff14de1a8689b6ddc4ec714edccd2'
- '58990501d493d3e516a9ff58b3e0e0e7'
+ '476a10111337ee918ab2e0802ccb2f5b'
+ 'd9760913784964d1a22570e62e29009f'
+ 'd8ae6f5c48a94f632298c43480e3b01f'
  '25584700a0a679542929c4bed31433b6')
+
 build() {
   cd ${srcdir}/linux-$_basekernel
   # Add -ARCH patches
@@ -216,19 +217,6 @@
   rm -rf 
${pkgdir}/usr/src/linux-${_kernver}/arch/{alpha,arm,arm26,avr32,blackfin,cris,frv,h8300,ia64,m32r,m68k,m68knommu,mips,microblaze,mn10300,parisc,powerpc,ppc,s390,sh,sh64,sparc,sparc64,um,v850,xtensa}
 }
 
-#package_kernel26-manpages() {
-#pkgdesc=Kernel hackers manual - Section 9 manpages that comes with the Linux 
kernel.
-
-#cd ${srcdir}/linux-$_basekernel
-#make mandocs || return 1
-
-#install -d ${pkgdir}/usr/share/man/man9/
-#install ${srcdir}/linux-${_basekernel}/Documentation/DocBook/man/*.9.gz \
-#${pkgdir}/usr/share/man/man9/
-
-#find ${pkgdir} -type f -exec chmod 644 {} \;
-#}
-
 package_kernel26-docs() {
 pkgdesc=Kernel hackers manual - HTML documentation that comes with the Linux 
kernel.
 

Modified: config
===
--- config  2011-01-24 18:34:43 UTC (rev 107411)
+++ config  2011-01-24 18:37:07 UTC (rev 107412)
@@ -4861,7 +4861,7 @@
 CONFIG_EXT2_FS_SECURITY=y
 # CONFIG_EXT2_FS_XIP is not set
 CONFIG_EXT3_FS=m
-# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
+CONFIG_EXT3_DEFAULTS_TO_ORDERED=y
 CONFIG_EXT3_FS_XATTR=y
 CONFIG_EXT3_FS_POSIX_ACL=y
 CONFIG_EXT3_FS_SECURITY=y

Modified: config.x86_64
===
--- config.x86_64   2011-01-24 18:34:43 UTC (rev 107411)
+++ config.x86_64   2011-01-24 18:37:07 UTC (rev 107412)
@@ -4614,7 +4614,7 @@
 CONFIG_EXT2_FS_SECURITY=y
 # CONFIG_EXT2_FS_XIP is not set
 CONFIG_EXT3_FS=m
-# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
+CONFIG_EXT3_DEFAULTS_TO_ORDERED=y
 CONFIG_EXT3_FS_XATTR=y
 CONFIG_EXT3_FS_POSIX_ACL=y
 CONFIG_EXT3_FS_SECURITY=y



[arch-commits] Commit in kernel26-lts/repos (testing-i686)

2011-01-24 Thread Tobias Powalowski
Date: Monday, January 24, 2011 @ 13:42:25
  Author: tpowa
Revision: 107413

archrelease: copy trunk to testing-i686

Added:
  kernel26-lts/repos/testing-i686/



[arch-commits] Commit in kernel26/repos (7 files)

2011-01-24 Thread Tobias Powalowski
Date: Monday, January 24, 2011 @ 13:52:23
  Author: tpowa
Revision: 107414

archrelease: remove testing-i686

Modified:
  kernel26/repos/core-i686/PKGBUILD
  kernel26/repos/core-i686/config
  kernel26/repos/core-i686/config.x86_64
  kernel26/repos/core-x86_64/PKGBUILD
  kernel26/repos/core-x86_64/config
  kernel26/repos/core-x86_64/config.x86_64
Deleted:
  kernel26/repos/testing-i686/

---+
 core-i686/PKGBUILD|8 
 core-i686/config  |2 +-
 core-i686/config.x86_64   |2 +-
 core-x86_64/PKGBUILD  |8 
 core-x86_64/config|2 +-
 core-x86_64/config.x86_64 |2 +-
 6 files changed, 12 insertions(+), 12 deletions(-)

Modified: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2011-01-24 18:42:25 UTC (rev 107413)
+++ core-i686/PKGBUILD  2011-01-24 18:52:23 UTC (rev 107414)
@@ -7,7 +7,7 @@
 _kernelname=${pkgname#kernel26}
 _basekernel=2.6.36
 pkgver=${_basekernel}.3
-pkgrel=1
+pkgrel=2
 makedepends=('xmlto' 'docbook-xsl')
 _patchname=patch-${pkgver}-${pkgrel}-ARCH
 #_patchname=patch-${pkgver}-1-ARCH
@@ -21,9 +21,9 @@
 # standard config files for mkinitcpio ramdisk
 kernel26.preset)
 md5sums=('61f3739a73afb6914cb007f37fb09b62'
- '5d846451b53167bb5b970932169bc674'
- '1ed53b9b64b8889563502177b0b428b5'
- '89ba24b9c346a930378ca22cf377c75f'
+ '02c08947ae93786a2ed6d276b09182ab'
+ '21360f453ead2cceb4990c2a8976b5e2'
+ 'bfb7237de9b763d99848a0f251168ef8'
  '25584700a0a679542929c4bed31433b6')
 
 build() {

Modified: core-i686/config
===
--- core-i686/config2011-01-24 18:42:25 UTC (rev 107413)
+++ core-i686/config2011-01-24 18:52:23 UTC (rev 107414)
@@ -4678,7 +4678,7 @@
 CONFIG_EXT2_FS_SECURITY=y
 # CONFIG_EXT2_FS_XIP is not set
 CONFIG_EXT3_FS=m
-# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
+CONFIG_EXT3_DEFAULTS_TO_ORDERED=y
 CONFIG_EXT3_FS_XATTR=y
 CONFIG_EXT3_FS_POSIX_ACL=y
 CONFIG_EXT3_FS_SECURITY=y

Modified: core-i686/config.x86_64
===
--- core-i686/config.x86_64 2011-01-24 18:42:25 UTC (rev 107413)
+++ core-i686/config.x86_64 2011-01-24 18:52:23 UTC (rev 107414)
@@ -4428,7 +4428,7 @@
 CONFIG_EXT2_FS_SECURITY=y
 # CONFIG_EXT2_FS_XIP is not set
 CONFIG_EXT3_FS=m
-# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
+CONFIG_EXT3_DEFAULTS_TO_ORDERED=y
 CONFIG_EXT3_FS_XATTR=y
 CONFIG_EXT3_FS_POSIX_ACL=y
 CONFIG_EXT3_FS_SECURITY=y

Modified: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2011-01-24 18:42:25 UTC (rev 107413)
+++ core-x86_64/PKGBUILD2011-01-24 18:52:23 UTC (rev 107414)
@@ -7,7 +7,7 @@
 _kernelname=${pkgname#kernel26}
 _basekernel=2.6.36
 pkgver=${_basekernel}.3
-pkgrel=1
+pkgrel=2
 makedepends=('xmlto' 'docbook-xsl')
 _patchname=patch-${pkgver}-${pkgrel}-ARCH
 #_patchname=patch-${pkgver}-1-ARCH
@@ -21,9 +21,9 @@
 # standard config files for mkinitcpio ramdisk
 kernel26.preset)
 md5sums=('61f3739a73afb6914cb007f37fb09b62'
- '5d846451b53167bb5b970932169bc674'
- '1ed53b9b64b8889563502177b0b428b5'
- '89ba24b9c346a930378ca22cf377c75f'
+ '02c08947ae93786a2ed6d276b09182ab'
+ '21360f453ead2cceb4990c2a8976b5e2'
+ 'bfb7237de9b763d99848a0f251168ef8'
  '25584700a0a679542929c4bed31433b6')
 
 build() {

Modified: core-x86_64/config
===
--- core-x86_64/config  2011-01-24 18:42:25 UTC (rev 107413)
+++ core-x86_64/config  2011-01-24 18:52:23 UTC (rev 107414)
@@ -4678,7 +4678,7 @@
 CONFIG_EXT2_FS_SECURITY=y
 # CONFIG_EXT2_FS_XIP is not set
 CONFIG_EXT3_FS=m
-# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
+CONFIG_EXT3_DEFAULTS_TO_ORDERED=y
 CONFIG_EXT3_FS_XATTR=y
 CONFIG_EXT3_FS_POSIX_ACL=y
 CONFIG_EXT3_FS_SECURITY=y

Modified: core-x86_64/config.x86_64
===
--- core-x86_64/config.x86_64   2011-01-24 18:42:25 UTC (rev 107413)
+++ core-x86_64/config.x86_64   2011-01-24 18:52:23 UTC (rev 107414)
@@ -4428,7 +4428,7 @@
 CONFIG_EXT2_FS_SECURITY=y
 # CONFIG_EXT2_FS_XIP is not set
 CONFIG_EXT3_FS=m
-# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
+CONFIG_EXT3_DEFAULTS_TO_ORDERED=y
 CONFIG_EXT3_FS_XATTR=y
 CONFIG_EXT3_FS_POSIX_ACL=y
 CONFIG_EXT3_FS_SECURITY=y



[arch-commits] Commit in kernel26/repos (testing-i686)

2011-01-24 Thread Tobias Powalowski
Date: Monday, January 24, 2011 @ 13:53:49
  Author: tpowa
Revision: 107415

archrelease: copy trunk to testing-i686

Added:
  kernel26/repos/testing-i686/



[arch-commits] Commit in kernel26-lts/repos (testing-x86_64)

2011-01-24 Thread Tobias Powalowski
Date: Monday, January 24, 2011 @ 13:56:32
  Author: tpowa
Revision: 107416

archrelease: copy trunk to testing-x86_64

Added:
  kernel26-lts/repos/testing-x86_64/



[arch-commits] Commit in kernel26/repos (testing-x86_64)

2011-01-24 Thread Tobias Powalowski
Date: Monday, January 24, 2011 @ 14:01:57
  Author: tpowa
Revision: 107417

archrelease: remove testing-x86_64

Deleted:
  kernel26/repos/testing-x86_64/



[arch-commits] Commit in kernel26/repos (testing-x86_64)

2011-01-24 Thread Tobias Powalowski
Date: Monday, January 24, 2011 @ 14:02:22
  Author: tpowa
Revision: 107418

archrelease: copy trunk to testing-x86_64

Added:
  kernel26/repos/testing-x86_64/



[arch-commits] Commit in aufs2/trunk (PKGBUILD create-tarball.sh)

2011-01-24 Thread Tobias Powalowski
Date: Monday, January 24, 2011 @ 14:05:04
  Author: tpowa
Revision: 107419

upgpkg: aufs2 2.6.37_20110124-1
rebuild against latest .37 snapshot

Modified:
  aufs2/trunk/PKGBUILD
  aufs2/trunk/create-tarball.sh

---+
 PKGBUILD  |   15 ---
 create-tarball.sh |8 
 2 files changed, 12 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-24 19:02:22 UTC (rev 107418)
+++ PKGBUILD2011-01-24 19:05:04 UTC (rev 107419)
@@ -2,7 +2,7 @@
 # Maintainer: Paul Mattal pjmat...@elys.com
 
 pkgname=aufs2
-pkgver=2.6.37_20110105
+pkgver=2.6.37_20110124
 pkgrel=1
 #_kernver=${pkgver%_*}-ARCH
 _kernver=2.6.37-ARCH
@@ -15,7 +15,6 @@
 replaces=('aufs')
 install=${pkgname}.install
 source=(ftp://ftp.archlinux.org/other/aufs2/${pkgname}-${pkgver}.tar.gz;)
-   #aufs2-module-2.6.36.patch)
 options=('!makeflags')
 
 build() {
@@ -42,8 +41,10 @@
   fi
   sed -i s|CONFIG_AUFS_INO_T_64 =.*|CONFIG_AUFS_INO_T_64 =${inot64}| \
  config.mk 
-  # build
-  make aufs.ko KDIR=/usr/src/linux-${_kernver} 
+  # build, sed fixes are from gentoo portage build
+  sed -i s:aufs.ko usr/include/linux/aufs_type.h:aufs.ko:g Makefile
+  sed -i s:__user::g include/linux/aufs_type.h
+  make KDIR=/usr/src/linux-${_kernver}
 }
 
 package() {
@@ -52,8 +53,8 @@
 $pkgdir/lib/modules/${_kernver}/kernel/fs/aufs/aufs.ko 
   # tweak the install script for the right kernel version
   sed -i -e s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g \
-$startdir/$pkgname.install 
+$startdir/$pkgname.install
   # install include files
-  install -D -m 644 include/linux/aufs_type.h 
$pkgdir/usr/src/linux-$_kernver/include/linux/aufs_type.h 
+  install -D -m 644 include/linux/aufs_type.h 
$pkgdir/usr/include/linux/aufs_type.h 
 }
-md5sums=('630c9c36bd4c0aa75a12b9bfa01ef8ee')
+md5sums=('fa64d7893490ef9c82310ebd5f730443')

Modified: create-tarball.sh
===
--- create-tarball.sh   2011-01-24 19:02:22 UTC (rev 107418)
+++ create-tarball.sh   2011-01-24 19:05:04 UTC (rev 107419)
@@ -1,12 +1,12 @@
 #!/bin/sh
-AUFS2VERSION=
+AUFS2VERSION=-37
 KERNELVERSION=2.6.37
-GITSNAPSHOT=20110105
+GITSNAPSHOT=20110124
 # aufs2 (no -xx) for the latest -rc version.
 git clone http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-standalone.git 
aufs2-standalone.git
 cd aufs2-standalone.git
-#git checkout origin/aufs2.1${AUFS2VERSION}
-git checkout origin/aufs2.1
+git checkout origin/aufs2.1${AUFS2VERSION}
+#git checkout origin/aufs2.1
 #*** apply aufs2-base.patch and aufs2-standalone.patch to your kernel 
source files.
 cd ..
 rm -rf aufs2-${KERNELVERSION}_${GITSNAPSHOT}



[arch-commits] Commit in aufs2/repos (testing-i686)

2011-01-24 Thread Tobias Powalowski
Date: Monday, January 24, 2011 @ 14:05:14
  Author: tpowa
Revision: 107420

archrelease: remove testing-i686

Deleted:
  aufs2/repos/testing-i686/



[arch-commits] Commit in aufs2/repos (testing-i686)

2011-01-24 Thread Tobias Powalowski
Date: Monday, January 24, 2011 @ 14:05:35
  Author: tpowa
Revision: 107421

archrelease: copy trunk to testing-i686

Added:
  aufs2/repos/testing-i686/



[arch-commits] Commit in aufs2/repos (testing-x86_64)

2011-01-24 Thread Tobias Powalowski
Date: Monday, January 24, 2011 @ 14:06:08
  Author: tpowa
Revision: 107423

archrelease: copy trunk to testing-x86_64

Added:
  aufs2/repos/testing-x86_64/



[arch-commits] Commit in aufs2/repos (testing-x86_64)

2011-01-24 Thread Tobias Powalowski
Date: Monday, January 24, 2011 @ 14:05:48
  Author: tpowa
Revision: 107422

archrelease: remove testing-x86_64

Deleted:
  aufs2/repos/testing-x86_64/



[arch-commits] Commit in aufs2-util/trunk (PKGBUILD create-tarball.sh)

2011-01-24 Thread Tobias Powalowski
Date: Monday, January 24, 2011 @ 14:08:46
  Author: tpowa
Revision: 107424

upgpkg: aufs2-util 20110124-1
rebuild against latest .37 snapshot

Modified:
  aufs2-util/trunk/PKGBUILD
  aufs2-util/trunk/create-tarball.sh

---+
 PKGBUILD  |   10 +-
 create-tarball.sh |4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-24 19:06:08 UTC (rev 107423)
+++ PKGBUILD2011-01-24 19:08:46 UTC (rev 107424)
@@ -2,24 +2,24 @@
 # Contributor: Paul Mattal p...@mattal.com
 # Maintainer: Paul Mattal pjmat...@elys.com
 pkgname=aufs2-util
-pkgver=20100802
+pkgver=20110124
 pkgrel=1
 pkgdesc=Another Unionfs Implementation that supports NFS branches
 arch=('i686' 'x86_64')
 url=http://aufs.sourceforge.net/;
 license=('GPL2')
 depends=('glibc')
-makedepends=('aufs2=2.6.35_20100802' 'kernel26-headers')
+makedepends=('aufs2=2.6.37_20110124' 'kernel26-headers')
 replaces=('aufs-utils')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  make || return 1
+  make
 }
 
 package() {
   cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install || return 1
+  make DESTDIR=$pkgdir install
 }
-md5sums=('f10e57e84df2ca01c338b2d8a2a1f337')
+md5sums=('6272b6f28477bb8bf90ed43e66564e7a')

Modified: create-tarball.sh
===
--- create-tarball.sh   2011-01-24 19:06:08 UTC (rev 107423)
+++ create-tarball.sh   2011-01-24 19:08:46 UTC (rev 107424)
@@ -1,10 +1,10 @@
 #!/bin/sh
-GITSNAPSHOT=20100802
+GITSNAPSHOT=20110124
 # aufs2 (no -xx) for the latest -rc version.
 git clone http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-util.git aufs2-util.git
 cd aufs2-util.git
 #git checkout origin/aufs2${AUFS2VERSION}
-git checkout 
+git checkout origin/aufs2.1
 cd ..
 rm -rf aufs2-util-${GITSNAPSHOT}
 cp -a aufs2-util.git aufs2-util-${GITSNAPSHOT}



[arch-commits] Commit in aufs2-util/repos (testing-i686)

2011-01-24 Thread Tobias Powalowski
Date: Monday, January 24, 2011 @ 14:09:14
  Author: tpowa
Revision: 107425

archrelease: copy trunk to testing-i686

Added:
  aufs2-util/repos/testing-i686/



[arch-commits] Commit in aufs2-util/repos (testing-x86_64)

2011-01-24 Thread Tobias Powalowski
Date: Monday, January 24, 2011 @ 14:09:40
  Author: tpowa
Revision: 107426

archrelease: copy trunk to testing-x86_64

Added:
  aufs2-util/repos/testing-x86_64/



[arch-commits] Commit in libssh/trunk (PKGBUILD)

2011-01-24 Thread Andrea Scarpino
Date: Monday, January 24, 2011 @ 15:24:15
  Author: andrea
Revision: 107427

upgpkg: libssh 0.4.8-1
upstream release

Modified:
  libssh/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-24 19:09:40 UTC (rev 107426)
+++ PKGBUILD2011-01-24 20:24:15 UTC (rev 107427)
@@ -4,7 +4,7 @@
 # Contributor: sergeantspoon sergeantsp...@archlinux.us
 
 pkgname=libssh
-pkgver=0.4.7
+pkgver=0.4.8
 pkgrel=1
 pkgdesc=Library for accessing ssh client services through C libraries
 url=http://www.libssh.org/;
@@ -13,7 +13,7 @@
 depends=('openssl')
 makedepends=('cmake' 'doxygen')
 source=(http://www.libssh.org/files/0.4/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('2c95942c0d15f709e3328bacea91722c')
+md5sums=('d97b3feea1abe047ca8cf86d06e4b789')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in libssh/repos (extra-i686)

2011-01-24 Thread Andrea Scarpino
Date: Monday, January 24, 2011 @ 15:24:21
  Author: andrea
Revision: 107428

archrelease: remove extra-i686

Deleted:
  libssh/repos/extra-i686/



[arch-commits] Commit in libssh/repos (extra-i686)

2011-01-24 Thread Andrea Scarpino
Date: Monday, January 24, 2011 @ 15:24:34
  Author: andrea
Revision: 107429

archrelease: copy trunk to extra-i686

Added:
  libssh/repos/extra-i686/



[arch-commits] Commit in libssh/repos (extra-x86_64)

2011-01-24 Thread Andrea Scarpino
Date: Monday, January 24, 2011 @ 15:24:39
  Author: andrea
Revision: 107430

archrelease: remove extra-x86_64

Deleted:
  libssh/repos/extra-x86_64/



[arch-commits] Commit in libssh/repos (extra-x86_64)

2011-01-24 Thread Andrea Scarpino
Date: Monday, January 24, 2011 @ 15:24:52
  Author: andrea
Revision: 107431

archrelease: copy trunk to extra-x86_64

Added:
  libssh/repos/extra-x86_64/



[arch-commits] Commit in tiacx/trunk (PKGBUILD acx.install)

2011-01-24 Thread Tobias Powalowski
Date: Monday, January 24, 2011 @ 15:47:35
  Author: tpowa
Revision: 107432

upgpkg: tiacx 20080210-19
bump to latest version

Modified:
  tiacx/trunk/PKGBUILD
  tiacx/trunk/acx.install

-+
 PKGBUILD|   18 +-
 acx.install |6 +++---
 2 files changed, 12 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-24 20:24:52 UTC (rev 107431)
+++ PKGBUILD2011-01-24 20:47:35 UTC (rev 107432)
@@ -3,28 +3,28 @@
 
 pkgname=tiacx
 pkgver=20080210
-pkgrel=18
+pkgrel=19
 pkgdesc=OpenSource module for Texas Instruments ACX100/ACX111 wireless chips. 
For stock arch 2.6 kernel
 arch=(i686 x86_64)
 url=http://acx100.sourceforge.net/;
 license=('MPL')
-depends=('wireless_tools' 'kernel26=2.6.36' 'kernel262.6.37' 
'tiacx-firmware')
-makedepends=('kernel26-headers=2.6.36' 'kernel26-headers2.6.37')
+depends=('wireless_tools' 'kernel26=2.6.37' 'kernel262.6.38' 
'tiacx-firmware')
+makedepends=('kernel26-headers=2.6.37' 'kernel26-headers2.6.38')
 install=acx.install
 source=(http://downloads.sourceforge.net/sourceforge/acx100/acx-$pkgver.tar.bz2
 kernel-2.6.27.patch
 kernel-2.6.30.patch
 kernel-2.6.31.patch
 kernel-2.6.33.patch)
-_kernver=2.6.36-ARCH
+_kernver=2.6.37-ARCH
 
 build() {
 cd $srcdir/acx-$pkgver
-patch -Np1 -i ../kernel-2.6.27.patch || return 1
-patch -Np0 -i ../kernel-2.6.30.patch || return 1
-patch -Np1 -i ../kernel-2.6.31.patch || return 1
-patch -Np0 -i ../kernel-2.6.33.patch || return 1
-make -C /lib/modules/${_kernver}/build M=`pwd` || return 1
+patch -Np1 -i ../kernel-2.6.27.patch 
+patch -Np0 -i ../kernel-2.6.30.patch
+patch -Np1 -i ../kernel-2.6.31.patch
+patch -Np0 -i ../kernel-2.6.33.patch
+make -C /lib/modules/${_kernver}/build M=`pwd` 
 install -D acx.ko 
$pkgdir/lib/modules/${_kernver}/kernel/drivers/net/wireless/tiacx/acx.ko
 sed -i -e s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/ 
$startdir/*.install
 }

Modified: acx.install
===
--- acx.install 2011-01-24 20:24:52 UTC (rev 107431)
+++ acx.install 2011-01-24 20:47:35 UTC (rev 107432)
@@ -1,19 +1,19 @@
 # arg 1:  the new package version
 post_install() {
-  KERNEL_VERSION='2.6.36-ARCH'
+  KERNEL_VERSION='2.6.37-ARCH'
   depmod $KERNEL_VERSION  /dev/null 21 
 }
 
 # arg 1:  the new package version
 # arg 2:  the old package version
 post_upgrade() {
-  KERNEL_VERSION='2.6.36-ARCH'
+  KERNEL_VERSION='2.6.37-ARCH'
   depmod $KERNEL_VERSION  /dev/null 21   
   
 }
 
 # arg 1:  the old package version
 post_remove() {
-  KERNEL_VERSION='2.6.36-ARCH'
+  KERNEL_VERSION='2.6.37-ARCH'
   depmod $KERNEL_VERSION  /dev/null 21   
 }



[arch-commits] Commit in tiacx/repos (testing-i686)

2011-01-24 Thread Tobias Powalowski
Date: Monday, January 24, 2011 @ 15:48:04
  Author: tpowa
Revision: 107433

archrelease: copy trunk to testing-i686

Added:
  tiacx/repos/testing-i686/



[arch-commits] Commit in tiacx/repos (testing-x86_64)

2011-01-24 Thread Tobias Powalowski
Date: Monday, January 24, 2011 @ 15:48:32
  Author: tpowa
Revision: 107434

archrelease: copy trunk to testing-x86_64

Added:
  tiacx/repos/testing-x86_64/



[arch-commits] Commit in perl/trunk (PKGBUILD fix-h2ph-and-tests.patch)

2011-01-24 Thread Angel Velásquez
Date: Monday, January 24, 2011 @ 15:50:53
  Author: angvp
Revision: 107435

upgpkg: perl 5.12.2-2
Fixing FS#22518

Added:
  perl/trunk/fix-h2ph-and-tests.patch
Modified:
  perl/trunk/PKGBUILD

--+
 PKGBUILD |   15 --
 fix-h2ph-and-tests.patch |  104 +
 2 files changed, 114 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-24 20:48:32 UTC (rev 107434)
+++ PKGBUILD2011-01-24 20:50:53 UTC (rev 107435)
@@ -4,7 +4,7 @@
 # Contributor: francois francois.archlinux.org 
 pkgname=perl
 pkgver=5.12.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A highly capable, feature-rich programming language
 arch=(i686 x86_64)
 license=('GPL' 'PerlArtistic')
@@ -12,7 +12,7 @@
 groups=('base')
 depends=('gdbm' 'db=4.8' 'coreutils' 'glibc' 'sh')
 changelog=ChangeLog
-source=(http://www.cpan.org/src/5.0/perl-${pkgver}.tar.bz2 perlbin.sh)
+source=(http://www.cpan.org/src/5.0/perl-${pkgver}.tar.bz2 perlbin.sh 
fix-h2ph-and-tests.patch)
 install=perl.install
 provides=(
 perl-archive-extract=0.38
@@ -156,8 +156,11 @@
 -Dinc_version_list=none \
 -Dman1ext=1perl -Dman3ext=3perl ${arch_opts}
 
#-Dotherlibdirs=/usr/lib/perl5/site_perl/5.10.1:/usr/share/perl5/site_perl/5.10.1:/usr/lib/perl5/current:/usr/lib/perl5/site_perl/current
 \
-
-  make || return 1
+  patch -Np1 -i $srcdir/fix-h2ph-and-tests.patch
+  make
+}
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make install
 
   ### Perl Settings ###
@@ -200,4 +203,6 @@
   find $pkgdir/usr/lib -name *.pod -delete
   find $pkgdir -name .packlist -delete
 }
-md5sums=('7b018fe9c2f434eff0c629b4c515a8fc' 'f86eb0dba1638ca6d1c8fff1b06c2a71')
+md5sums=('7b018fe9c2f434eff0c629b4c515a8fc'
+ 'f86eb0dba1638ca6d1c8fff1b06c2a71'
+ '294b5311cbfc50e7dcffbee85854da38')

Added: fix-h2ph-and-tests.patch
===
--- fix-h2ph-and-tests.patch(rev 0)
+++ fix-h2ph-and-tests.patch2011-01-24 20:50:53 UTC (rev 107435)
@@ -0,0 +1,104 @@
+From 8d66b3f930dc6d88b524d103e304308ae73a46e7 Mon Sep 17 00:00:00 2001
+From: Robin Barker rmbar...@cpan.org
+Date: Thu, 22 Apr 2010 11:51:20 +0100
+Subject: [PATCH 1/1] Fix h2ph and test
+
+---
+ lib/h2ph.t|   12 ++--
+ utils/h2ph.PL |   28 +++-
+ 2 files changed, 33 insertions(+), 7 deletions(-)
+
+diff --git a/lib/h2ph.t b/lib/h2ph.t
+index 27dd7b9..8d62d46 100644
+--- a/lib/h2ph.t
 b/lib/h2ph.t
+@@ -18,7 +18,7 @@ if (!(-e $extracted_program)) {
+ exit 0;
+ }
+ 
+-plan(4);
++plan(5);
+ 
+ # quickly compare two text files
+ sub txt_compare {
+@@ -41,8 +41,16 @@ $result = runperl( progfile = 'lib/h2ph.pht',
+stderr = 1 );
+ like( $result, qr/syntax OK$/, output compiles);
+ 
++$result = runperl( progfile = '_h2ph_pre.ph',
++   switches = ['-c'],
++   stderr = 1 );
++like( $result, qr/syntax OK$/, preamble compiles);
++
+ $result = runperl( switches = [-w], 
+-   prog = '$SIG{__WARN__} = sub { die $_[0] }; require 
q(lib/h2ph.pht);');
++   stderr = 1,
++   prog = 'PROG' );
++$SIG{__WARN__} = sub { die $_[0] }; require q(lib/h2ph.pht);
++PROG
+ is( $result, '', output free of warnings );
+ 
+ # cleanup
+diff --git a/utils/h2ph.PL b/utils/h2ph.PL
+index 8f56db4..1255807 100644
+--- a/utils/h2ph.PL
 b/utils/h2ph.PL
+@@ -401,7 +401,10 @@ if ($opt_e  (scalar(keys %bad_file)  0)) {
+ exit $Exit;
+ 
+ sub expr {
+-$new = '(assembly code)' and return if /\b__asm__\b/; # freak out.
++if (/\b__asm__\b/) {  # freak out
++  $new = '(assembly code)';
++  return
++}
+ my $joined_args;
+ if(keys(%curargs)) {
+   $joined_args = join('|', keys(%curargs));
+@@ -770,7 +773,7 @@ sub inc_dirs
+ sub build_preamble_if_necessary
+ {
+ # Increment $VERSION every time this function is modified:
+-my $VERSION = 2;
++my $VERSION = 3;
+ my $preamble= $Dest_dir/_h2ph_pre.ph;
+ 
+ # Can we skip building the preamble file?
+@@ -798,7 +801,16 @@ sub build_preamble_if_necessary
+   # parenthesized value:  d=(v)
+   $define{$_} = $1;
+   }
+-  if ($define{$_} =~ /^([+-]?(\d+)?\.\d+([eE][+-]?\d+)?)[FL]?$/) {
++  if (/^(\w+)\((\w)\)$/) {
++  my($macro, $arg) = ($1, $2);
++  my $def = $define{$_};
++  $def =~ s/$arg/\$\{$arg\}/g;
++  print PREAMBLE DEFINE;
++unless (defined $macro) { sub $macro(\$) { my (\$$arg) = \@_; \$def\ } }
++
++DEFINE
++  } elsif
++  ($define{$_} =~ /^([+-]?(\d+)?\.\d+([eE][+-]?\d+)?)[FL]?$/) {
+   # float:
+   print PREAMBLE
+   unless (defined $_) { sub $_() { $1 } }\n\n;
+@@ -807,8 +819,14 @@ sub build_preamble_if_necessary
+   

[arch-commits] Commit in perl/repos (testing-i686)

2011-01-24 Thread Angel Velásquez
Date: Monday, January 24, 2011 @ 15:53:53
  Author: angvp
Revision: 107436

archrelease: copy trunk to testing-i686

Added:
  perl/repos/testing-i686/



[arch-commits] Commit in perl/repos (testing-x86_64)

2011-01-24 Thread Angel Velásquez
Date: Monday, January 24, 2011 @ 15:56:42
  Author: angvp
Revision: 107437

archrelease: copy trunk to testing-x86_64

Added:
  perl/repos/testing-x86_64/



[arch-commits] Commit in python-gdata/repos (extra-any)

2011-01-24 Thread Angel Velásquez
Date: Monday, January 24, 2011 @ 16:28:30
  Author: angvp
Revision: 107438

db-move: python-gdata removed by angvp for move to [extra] (any)

Deleted:
  python-gdata/repos/extra-any/



[arch-commits] Commit in python-gdata/repos (extra-any testing-any)

2011-01-24 Thread Angel Velásquez
Date: Monday, January 24, 2011 @ 16:28:31
  Author: angvp
Revision: 107439

db-move: moved python-gdata from [testing] to [extra] (any)

Added:
  python-gdata/repos/extra-any/
Deleted:
  python-gdata/repos/testing-any/