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

2011-04-22 Thread Pierre Schmitz
Date: Friday, April 22, 2011 @ 02:18:05
  Author: pierre
Revision: 120286

upstream update

Modified:
  ca-certificates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-22 05:43:48 UTC (rev 120285)
+++ PKGBUILD2011-04-22 06:18:05 UTC (rev 120286)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=ca-certificates
-pkgver=20090814+nmu2
+pkgver=20110421
 pkgrel=1
 pkgdesc='Common CA certificates'
 arch=('any')
@@ -10,10 +10,10 @@
 license=('MPL' 'GPL')
 
source=(http://ftp.debian.org/debian/pool/main/c/${pkgname}/${pkgname}_${pkgver}.tar.gz;)
 depends=('bash' 'run-parts' 'openssl' 'findutils' 'coreutils' 'sed')
-makedepends=('ruby' 'python2')
+makedepends=('python2')
 install='ca-certificates.install'
 backup=('etc/ca-certificates.conf')
-md5sums=('76a2b0381b0aa7a6892e2340cd2c159a')
+sha256sums=('30069a2a39ddd0cda32851a8292d2f489e0bed40a64a19e6e384d4d37d9fc418')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in ca-certificates/repos (testing-any)

2011-04-22 Thread Pierre Schmitz
Date: Friday, April 22, 2011 @ 02:19:03
  Author: pierre
Revision: 120287

archrelease: copy trunk to testing-any

Added:
  ca-certificates/repos/testing-any/



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

2011-04-22 Thread Pierre Schmitz
Date: Friday, April 22, 2011 @ 02:59:00
  Author: pierre
Revision: 120288

upstream update

Modified:
  run-parts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-22 06:19:03 UTC (rev 120287)
+++ PKGBUILD2011-04-22 06:59:00 UTC (rev 120288)
@@ -2,15 +2,15 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=run-parts
-pkgver=3.4.1
+pkgver=3.4.4
 pkgrel=1
 pkgdesc='run scripts or programs in a directory'
 arch=('i686' 'x86_64')
 url='http://packages.qa.debian.org/d/debianutils.html'
 license=('GPL')
 depends=('glibc')
-source=(ftp://ftp.archlinux.org/other/run-parts/debianutils_${pkgver}.tar.gz;)
-md5sums=('d488563ad7ea356d83f848becb1a3a4a')
+source=(http://ftp.de.debian.org/debian/pool/main/d/debianutils/debianutils_${pkgver}.tar.gz;)
+sha256sums=('f5d6f6116bb2b474399c07f519c3a30bcda5c85994b43195fdf09508031c72fe')
 
 build() {
cd $srcdir/debianutils-$pkgver



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

2011-04-22 Thread Pierre Schmitz
Date: Friday, April 22, 2011 @ 02:59:24
  Author: pierre
Revision: 120289

archrelease: copy trunk to testing-i686

Added:
  run-parts/repos/testing-i686/



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

2011-04-22 Thread Pierre Schmitz
Date: Friday, April 22, 2011 @ 02:59:54
  Author: pierre
Revision: 120290

archrelease: copy trunk to testing-x86_64

Added:
  run-parts/repos/testing-x86_64/



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

2011-04-22 Thread Ionut Biru
Date: Friday, April 22, 2011 @ 03:59:55
  Author: ibiru
Revision: 120291

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

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



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

2011-04-22 Thread Ionut Biru
Date: Friday, April 22, 2011 @ 03:59:56
  Author: ibiru
Revision: 120292

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

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



[arch-commits] Commit in ca-certificates-java/trunk (PKGBUILD)

2011-04-22 Thread Pierre Schmitz
Date: Friday, April 22, 2011 @ 05:37:40
  Author: pierre
Revision: 120293

keystore rebuild

Modified:
  ca-certificates-java/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-22 07:59:56 UTC (rev 120292)
+++ PKGBUILD2011-04-22 09:37:40 UTC (rev 120293)
@@ -3,7 +3,7 @@
 
 pkgname=ca-certificates-java
 pkgver=20100412
-pkgrel=2
+pkgrel=3
 pkgdesc='Common CA certificates (JKS keystore)'
 arch=('any')
 url='http://packages.qa.debian.org/c/ca-certificates-java.html'
@@ -44,7 +44,7 @@
cat keytool.log
else
cat keytool.log
-   false
+   #false
fi
done
 }



[arch-commits] Commit in ca-certificates-java/repos (testing-any)

2011-04-22 Thread Pierre Schmitz
Date: Friday, April 22, 2011 @ 05:38:07
  Author: pierre
Revision: 120294

archrelease: copy trunk to testing-any

Added:
  ca-certificates-java/repos/testing-any/



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

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 05:44:30
  Author: andyrtr
Revision: 120295

prepare 3.4 branch builds, beta2

Modified:
  libreoffice/trunk/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-22 09:38:07 UTC (rev 120294)
+++ PKGBUILD2011-04-22 09:44:30 UTC (rev 120295)
@@ -5,8 +5,8 @@
 pkgname=('libreoffice' 'libreoffice-sdk' 'libreoffice-extension-nlpsolver' 
'libreoffice-extension-pdfimport' 
'libreoffice-extension-presentation-minimizer' 
'libreoffice-extension-presenter-screen' 
  'libreoffice-extension-report-builder' 
'libreoffice-extension-wiki-publisher' 'libreoffice-extension-ct2n' 
'libreoffice-extension-hunart' 'libreoffice-extension-numbertext'
 'libreoffice-extension-oooblogger' 'libreoffice-extension-typo' 
'libreoffice-extension-watch-window' 'libreoffice-extension-diagram')
-_LOver=3.3.99.1
-pkgver=3.3.4beta1
+_LOver=3.3.99.2
+pkgver=3.3.4beta2
 pkgrel=1
 arch=('i686' 'x86_64')
 #_LO_tree=3.4
@@ -97,26 +97,26 @@
ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
451ccf439a36a568653b024534669971-ConvertTextToNumber-1.3.2.oxt
90401bca927835b6fbae4a707ed187c8-nlpsolver-0.9.tar.bz2)
-md5sums=('3dec32be5e6d9de3c4c5d549cec6e9e3'
- 'cb1f4e5005a2fd82a85b1982d172a8c0'
- '1840a6c219b1f68460529204bb396c7a'
- '7226e5b612313b4e99ccf14cb9ef112b'
- '4fe16642e5e0c55a1e53d1b44492a905'
- '4eedbc23115d2a6ef491870b02c87953'
- '84a392a8e027b354cd7cf5e637599d3e'
- 'e3bf7eb4b7d051ee8c7884ac3526c43f'
- '0c4267a389d99aaa7b13ba5db3385072'
- 'a5ac8c59961c0f46164856b0a6885b30'
- '2b058457f61505485aca3212cc30f842'
- 'c111fa94966e0dfbf8106c95a41e0d52'
- '100506fcf623bbaa650b38ee1fdd7f12'
- 'c226739110eb805a39b878de6f728ee3'
- 'bc39162ea42554218fe0402363a8be03'
- '1e5d84bc356cca313979f44a7fb323d5'
- 'e890384a4f728eed14e4f95b9abb'
- '487ffc59476f9e7c5940277096e42c08'
- 'ac5692709b11c061849290e31b80fbd2'
- '659adf30d4e614d51f482947c1d1121e'
+md5sums=('3b162daf1f68d8448fe2da774464b154'
+ 'c6d5c8d049b71aedfa06e58ebfd1f66b'
+ '5273abb776b01c8f6ab643d19cbd0b45'
+ '34904d2ea9fef2b7ad40177d4e11efea'
+ '9af3a41591863d4adb2c9929920e1e44'
+ '1280d013a5601401469ed0893b09a584'
+ '0fffe1d088045fc185a946822b356adf'
+ '95e8ec284d76aaf395422a8da578f002'
+ 'bb66885d1ef0ff89f06fc0a23204b8b6'
+ 'b35b3bf57bb93f8f2d52745205144d6a'
+ '4b0cf024a31ba9ae8263ba211df8822b'
+ '399fa85e82572d2e9773cf8e2539a404'
+ '1226361d6ae74ea614da0a2363ed'
+ '98c144c809b0693464ef54a10ab6a488'
+ 'ce3ac78cd95d267754d5a374f3881453'
+ 'a9d215bdacc52a72d359324290f91d56'
+ 'cc1ab6a4432c42187793b5f21794a63f'
+ '8d4f2f72ca5f3729b60df78ad1b08aee'
+ '53a30144ae578e5778c78f57ea03a30c'
+ '621da516b0130067ebcc61ba571db062'
  '128cfc86ed5953e57fe0f5ae98b62c2e'
  '1f24ab1d39f4a51faf22244c94a6203f'
  '35c94d2df8893241173de1d16b6034c0'



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

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 06:14:30
  Author: andyrtr
Revision: 120296

db-move: moved ardour from [staging] to [testing] (i686)

Added:
  ardour/repos/testing-i686/
Deleted:
  ardour/repos/staging-i686/



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

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 06:14:30
  Author: andyrtr
Revision: 120297

db-move: moved ardour from [staging] to [testing] (x86_64)

Added:
  ardour/repos/testing-x86_64/
Deleted:
  ardour/repos/staging-x86_64/



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

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 06:14:31
  Author: andyrtr
Revision: 120298

db-move: moved liblrdf from [staging] to [testing] (i686)

Added:
  liblrdf/repos/testing-i686/
Deleted:
  liblrdf/repos/staging-i686/



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

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 06:14:34
  Author: andyrtr
Revision: 120300

db-move: moved raptor1 from [staging] to [testing] (i686)

Added:
  raptor1/repos/testing-i686/
Deleted:
  raptor1/repos/staging-i686/



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

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 06:14:38
  Author: andyrtr
Revision: 120301

db-move: moved raptor1 from [staging] to [testing] (x86_64)

Added:
  raptor1/repos/testing-x86_64/
Deleted:
  raptor1/repos/staging-x86_64/



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

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 06:14:39
  Author: andyrtr
Revision: 120302

db-move: moved raptor from [staging] to [testing] (i686)

Added:
  raptor/repos/testing-i686/
Deleted:
  raptor/repos/staging-i686/



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

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 06:14:32
  Author: andyrtr
Revision: 120299

db-move: moved liblrdf from [staging] to [testing] (x86_64)

Added:
  liblrdf/repos/testing-x86_64/
Deleted:
  liblrdf/repos/staging-x86_64/



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

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 06:14:40
  Author: andyrtr
Revision: 120304

db-move: moved rasqal from [staging] to [testing] (i686)

Added:
  rasqal/repos/testing-i686/
Deleted:
  rasqal/repos/staging-i686/



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

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 06:14:40
  Author: andyrtr
Revision: 120303

db-move: moved raptor from [staging] to [testing] (x86_64)

Added:
  raptor/repos/testing-x86_64/
Deleted:
  raptor/repos/staging-x86_64/



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

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 06:14:41
  Author: andyrtr
Revision: 120305

db-move: moved rasqal from [staging] to [testing] (x86_64)

Added:
  rasqal/repos/testing-x86_64/
Deleted:
  rasqal/repos/staging-x86_64/



[arch-commits] Commit in rasqal-compat/repos (staging-i686 testing-i686)

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 06:14:42
  Author: andyrtr
Revision: 120306

db-move: moved rasqal-compat from [staging] to [testing] (i686)

Added:
  rasqal-compat/repos/testing-i686/
Deleted:
  rasqal-compat/repos/staging-i686/



[arch-commits] Commit in rasqal-compat/repos (staging-x86_64 testing-x86_64)

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 06:14:43
  Author: andyrtr
Revision: 120307

db-move: moved rasqal-compat from [staging] to [testing] (x86_64)

Added:
  rasqal-compat/repos/testing-x86_64/
Deleted:
  rasqal-compat/repos/staging-x86_64/



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

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 06:14:44
  Author: andyrtr
Revision: 120308

db-move: moved redland from [staging] to [testing] (i686)

Added:
  redland/repos/testing-i686/
Deleted:
  redland/repos/staging-i686/



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

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 06:14:45
  Author: andyrtr
Revision: 120309

db-move: moved redland from [staging] to [testing] (x86_64)

Added:
  redland/repos/testing-x86_64/
Deleted:
  redland/repos/staging-x86_64/



[arch-commits] Commit in redland-compat/repos (staging-i686 testing-i686)

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 06:14:46
  Author: andyrtr
Revision: 120310

db-move: moved redland-compat from [staging] to [testing] (i686)

Added:
  redland-compat/repos/testing-i686/
Deleted:
  redland-compat/repos/staging-i686/



[arch-commits] Commit in redland-compat/repos (staging-x86_64 testing-x86_64)

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 06:14:47
  Author: andyrtr
Revision: 120311

db-move: moved redland-compat from [staging] to [testing] (x86_64)

Added:
  redland-compat/repos/testing-x86_64/
Deleted:
  redland-compat/repos/staging-x86_64/



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

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 06:14:48
  Author: andyrtr
Revision: 120312

db-move: moved slv2 from [staging] to [testing] (i686)

Added:
  slv2/repos/testing-i686/
Deleted:
  slv2/repos/staging-i686/



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

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 06:14:49
  Author: andyrtr
Revision: 120314

db-move: moved soprano from [staging] to [testing] (i686)

Added:
  soprano/repos/testing-i686/
Deleted:
  soprano/repos/staging-i686/



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

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 06:14:49
  Author: andyrtr
Revision: 120313

db-move: moved slv2 from [staging] to [testing] (x86_64)

Added:
  slv2/repos/testing-x86_64/
Deleted:
  slv2/repos/staging-x86_64/



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

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 06:14:50
  Author: andyrtr
Revision: 120315

db-move: moved soprano from [staging] to [testing] (x86_64)

Added:
  soprano/repos/testing-x86_64/
Deleted:
  soprano/repos/staging-x86_64/



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

2011-04-22 Thread Andrea Scarpino
Date: Friday, April 22, 2011 @ 06:18:02
  Author: andrea
Revision: 120316

db-move: gpsd removed by andrea for move to [extra] (i686)

Deleted:
  gpsd/repos/extra-i686/



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

2011-04-22 Thread Andrea Scarpino
Date: Friday, April 22, 2011 @ 06:18:02
  Author: andrea
Revision: 120317

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

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



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

2011-04-22 Thread Andrea Scarpino
Date: Friday, April 22, 2011 @ 06:18:03
  Author: andrea
Revision: 120318

db-move: gpsd removed by andrea for move to [extra] (x86_64)

Deleted:
  gpsd/repos/extra-x86_64/



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

2011-04-22 Thread Andrea Scarpino
Date: Friday, April 22, 2011 @ 06:18:04
  Author: andrea
Revision: 120319

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

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



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

2011-04-22 Thread Andrea Scarpino
Date: Friday, April 22, 2011 @ 06:18:07
  Author: andrea
Revision: 120320

db-move: kdeedu removed by andrea for move to [extra] (i686)

Deleted:
  kdeedu/repos/extra-i686/



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

2011-04-22 Thread Andrea Scarpino
Date: Friday, April 22, 2011 @ 06:18:08
  Author: andrea
Revision: 120321

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

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



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

2011-04-22 Thread Andrea Scarpino
Date: Friday, April 22, 2011 @ 06:18:09
  Author: andrea
Revision: 120322

db-move: kdeedu removed by andrea for move to [extra] (x86_64)

Deleted:
  kdeedu/repos/extra-x86_64/



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

2011-04-22 Thread Andrea Scarpino
Date: Friday, April 22, 2011 @ 06:18:10
  Author: andrea
Revision: 120323

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

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



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

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 06:23:21
  Author: andyrtr
Revision: 120324

db-move: bin86 removed by andyrtr for move to [core] (i686)

Deleted:
  bin86/repos/core-i686/



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

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 06:23:22
  Author: andyrtr
Revision: 120325

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

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



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

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 06:23:23
  Author: andyrtr
Revision: 120326

db-move: bin86 removed by andyrtr for move to [core] (x86_64)

Deleted:
  bin86/repos/core-x86_64/



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

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 06:23:23
  Author: andyrtr
Revision: 120327

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

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



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

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 06:59:26
  Author: andyrtr
Revision: 120328

db-move: kernel26-lts removed by andyrtr for move to [core] (i686)

Deleted:
  kernel26-lts/repos/core-i686/



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

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 06:59:27
  Author: andyrtr
Revision: 120329

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

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



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

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 06:59:29
  Author: andyrtr
Revision: 120330

db-move: kernel26-lts removed by andyrtr for move to [core] (x86_64)

Deleted:
  kernel26-lts/repos/core-x86_64/



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

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 06:59:31
  Author: andyrtr
Revision: 120331

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

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



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

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 07:15:12
  Author: andyrtr
Revision: 120332

upgpkg: tzdata 2011f-1
update to 2011f; change optdep to bash

Modified:
  tzdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-22 10:59:31 UTC (rev 120331)
+++ PKGBUILD2011-04-22 11:15:12 UTC (rev 120332)
@@ -2,23 +2,23 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=tzdata
-pkgver=2011e
+pkgver=2011f
 pkgrel=1
 _tzcode=2011e
-_tzdata=2011e
+_tzdata=2011f
 pkgdesc=Sources for time zone and daylight saving time data
 arch=('i686' 'x86_64')
 url=http://www.twinsun.com/tz/tz-link.htm;
 license=('GPL')
 depends=()
 makedepends=()
-optdepends=('sh: required by tzselect')
+optdepends=('bash: required by tzselect')
 options=('!emptydirs')
 source=(ftp://elsie.nci.nih.gov/pub/tzcode${_tzcode}.tar.gz \
 ftp://elsie.nci.nih.gov/pub/${pkgname}${_tzdata}.tar.gz \
 Makefile.patch)
 md5sums=('fbfc05dbf9ebcfe7c4bba18549870173'
- '044a07072300a0ee72b046e5a9a4ec90'
+ 'cc8136284ae1e6c720a18e0f080242e0'
  'a64ed97d1fc03c66ee8612c0d9f40507')
 
 build() {



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

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 07:15:38
  Author: andyrtr
Revision: 120333

archrelease: copy trunk to testing-i686

Added:
  tzdata/repos/testing-i686/



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

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 07:15:56
  Author: andyrtr
Revision: 120334

archrelease: copy trunk to testing-x86_64

Added:
  tzdata/repos/testing-x86_64/



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

2011-04-22 Thread Ronald van Haren
Date: Friday, April 22, 2011 @ 07:24:14
  Author: ronald
Revision: 120335

upgpkg: grub2 1.99~rc2-1
update to latest version; fix memtest reboot bug; handle initrd-less kernels 
(not tested); some other minor bugs

Added:
  grub2/trunk/fix_stack_pointer_handling_16_relocator.patch
  grub2/trunk/grub2_bzr_export.sh
Modified:
  grub2/trunk/PKGBUILD
  grub2/trunk/archlinux_grub2_mkconfig_fixes.patch
  grub2/trunk/grub.cfg
  grub2/trunk/grub.default

---+
 PKGBUILD  |   60 -
 archlinux_grub2_mkconfig_fixes.patch  |   51 
 fix_stack_pointer_handling_16_relocator.patch |   29 
 grub.cfg  |  149 
 grub.default  |   17 +-
 grub2_bzr_export.sh   |  103 
 6 files changed, 324 insertions(+), 85 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-22 11:15:56 UTC (rev 120334)
+++ PKGBUILD2011-04-22 11:24:14 UTC (rev 120335)
@@ -1,49 +1,53 @@
 # Maintainer: Ronald van Haren ronald.archlinux.org
 # Contributor: Keshav P R skodabenz at rocketmail dot com
 
-# _grub2_rev=3072
+# The src pkg includes grub2_bzr_export.sh to create newer grub-extras 
snapshots. Modify the paths in it accordingly.
 
-_grub2_lua_ver=19
+# _grub2_rev=3229
+
+_grub2_lua_ver=20
 _grub2_gpxe_ver=12
-_grub2_ntldr_ver=13
-_grub2_915_ver=6
+_grub2_ntldr_ver=17
+_grub2_915_ver=7
 
 pkgname=('grub2-common' 'grub2-bios' 'grub2-efi-i386')
 pkgbase=grub2
-pkgver='1.99~rc1'
-pkgrel=3
+pkgver='1.99~rc2'
+pkgrel=1
 url=http://www.gnu.org/software/grub/;
 arch=('i686' 'x86_64')
 license=('GPL3')
 makedepends=('bdf-unifont' 'python2' 'xz' 'autogen' 'texinfo' 'help2man' 
'gettext' 'device-mapper')
 options=(strip purge docs zipman !emptydirs)
 
-source=(ftp://alpha.gnu.org/gnu/grub/grub-${pkgver}.tar.gz;
+source=(http://alpha.gnu.org/gnu/grub/grub-${pkgver}.tar.xz;

ftp://ftp.archlinux.org/other/grub2/grub2_extras_lua_r${_grub2_lua_ver}.tar.xz;

ftp://ftp.archlinux.org/other/grub2/grub2_extras_gpxe_r${_grub2_gpxe_ver}.tar.xz;

ftp://ftp.archlinux.org/other/grub2/grub2_extras_ntldr-img_r${_grub2_ntldr_ver}.tar.xz;

ftp://ftp.archlinux.org/other/grub2/grub2_extras_915resolution_r${_grub2_915_ver}.tar.xz;
'archlinux_grub2_mkconfig_fixes.patch'
+   'fix_stack_pointer_handling_16_relocator.patch'
'grub.default'
'grub.cfg'
'20_memtest86+'
-   '05_archtheme')
+   'grub2_bzr_export.sh')
 
 noextract=(grub2_extras_lua_r${_grub2_lua_ver}.tar.xz
grub2_extras_gpxe_r${_grub2_gpxe_ver}.tar.xz
grub2_extras_ntldr-img_r${_grub2_ntldr_ver}.tar.xz
grub2_extras_915resolution_r${_grub2_915_ver}.tar.xz)
 
-sha1sums=('866b6979974ad7209d236cb4e1819039f0bd1c6d'
-  'f116fed72eb70da1d503cf3c225dce68d658dabd'
+sha1sums=('786e7edb849e1bd2be917f574da92ebefd0e1915'
+  '9f2dbf7a3faab24ca92266400aa513fecd3895c8'
   'b04994c005910b4bf123f034b30109d5c8d6fd86'
-  '963517b6f178d3cec3ff65f64cf6128cbde2f515'
-  '644fe2bd6edaff03bc2e7a27bf1c0845a4568d6f'
-  '2c22c7e900e4da9a555d26d455ed3fbf974d553d'
-  '94b91fb6c7ddae9141af7568d476d69670f2706e'
-  '29ea1e5d400d21a199724db8f1da30c66b310595'
+  'e0c1a97770cc23226cf4535c029ef50b17f67974'
+  '8bcaed545956bb33581e1b97ac96a2c3717ec793'
+  '2b0c48b0121c47f0fc97871a08460420b4753b08'
+  '0d28fb02aec6a5fc5763482733ca07385a69'
+  'e1477db3700b27b5e5ad3d8fa43028555204759b'
+  '8948d89537c12a4202df7c001e65a77030bbe5a3'
   '82a27eca5277218cf57c6c5767e0b17a72f62229'
-  '22bd1a4c18d8b93130ca46348c2a9ea2f8b90c6b')
+  'beb31419045db70fee7401aa6448c220a491e2a3')
 
 build() {
# set architecture dependent variables
@@ -65,6 +69,8 @@
## Apply Archlinux specific fixes to enable grub2-mkconfig detect Arch 
kernels and initramfs
cd ${srcdir}/grub2_bios-${pkgver}
patch -Np1 -i ${srcdir}/archlinux_grub2_mkconfig_fixes.patch
+   # Patch to fix memtest reboot issue 
https://bugs.archlinux.org/task/22993
+   patch -Np1 -i ${srcdir}/fix_stack_pointer_handling_16_relocator.patch
 
# add the grub-extra sources
export GRUB_CONTRIB=${srcdir}/grub2_bios-${pkgver}/grub2-extras/  
@@ -135,14 +141,11 @@
 package_grub2-common() {
pkgdesc=The GNU GRand Unified Bootloader version 2 - Files common for 
all platforms
install=grub2.install
-   depends=('xz' 'freetype2' 'device-mapper')
+   depends=('xz' 'freetype2' 'device-mapper' 'gettext')
conflicts=('grub')
backup=('boot/grub/grub.cfg' 'etc/default/grub' 'etc/grub.d/40_custom')
cd ${srcdir}/grub2_bios-${pkgver}
-   make DESTDIR=${pkgdir} install 
-
-   ## install grub2-extras 

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

2011-04-22 Thread Ronald van Haren
Date: Friday, April 22, 2011 @ 07:24:19
  Author: ronald
Revision: 120336

archrelease: remove extra-i686

Deleted:
  grub2/repos/extra-i686/



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

2011-04-22 Thread Ronald van Haren
Date: Friday, April 22, 2011 @ 07:24:35
  Author: ronald
Revision: 120337

archrelease: copy trunk to extra-i686

Added:
  grub2/repos/extra-i686/



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

2011-04-22 Thread Ronald van Haren
Date: Friday, April 22, 2011 @ 07:24:38
  Author: ronald
Revision: 120338

archrelease: remove extra-x86_64

Deleted:
  grub2/repos/extra-x86_64/



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

2011-04-22 Thread Ronald van Haren
Date: Friday, April 22, 2011 @ 07:24:53
  Author: ronald
Revision: 120339

archrelease: copy trunk to extra-x86_64

Added:
  grub2/repos/extra-x86_64/



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

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 07:24:54
  Author: andyrtr
Revision: 120340

upgpkg: libisoburn 1.0.8.pl00-1
upstream update 1.0.8; pickup info files

Added:
  libisoburn/trunk/libisoburn.install
Modified:
  libisoburn/trunk/PKGBUILD

+
 PKGBUILD   |5 +++--
 libisoburn.install |   20 
 2 files changed, 23 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-22 11:24:53 UTC (rev 120339)
+++ PKGBUILD2011-04-22 11:24:54 UTC (rev 120340)
@@ -3,7 +3,7 @@
 # Contributor: Gour Gour g...@mail.inet.hr
 
 pkgname=libisoburn
-pkgver=1.0.6.pl00
+pkgver=1.0.8.pl00
 pkgrel=1
 pkgdesc=frontend for libraries libburn and libisofs
 url=http://libburnia.pykix.org/wiki/Libisoburn;
@@ -11,8 +11,9 @@
 license=('GPL2')
 depends=('libburn=1.0.6' 'libisofs=1.0.6' 'readline=6.1')
 options=('!libtool')
+install=${pkgname}.install
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz)
-md5sums=('f4eff76915c08dba533180d618df95a1')
+md5sums=('e9d4c2916f591cdf3b7248366ba54506')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver/.pl??/}

Added: libisoburn.install
===
--- libisoburn.install  (rev 0)
+++ libisoburn.install  2011-04-22 11:24:54 UTC (rev 120340)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(xorriso.info.gz xorrisofs.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}



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

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 07:24:58
  Author: andyrtr
Revision: 120341

archrelease: remove extra-i686

Deleted:
  libisoburn/repos/extra-i686/



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

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 07:25:17
  Author: andyrtr
Revision: 120342

archrelease: copy trunk to extra-i686

Added:
  libisoburn/repos/extra-i686/



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

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 07:25:20
  Author: andyrtr
Revision: 120343

archrelease: remove extra-x86_64

Deleted:
  libisoburn/repos/extra-x86_64/



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

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 07:25:38
  Author: andyrtr
Revision: 120344

archrelease: copy trunk to extra-x86_64

Added:
  libisoburn/repos/extra-x86_64/



[arch-commits] Commit in libreoffice/trunk (4 files)

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 08:06:05
  Author: andyrtr
Revision: 120345

prepare 3.4 branch builds, add boost fix for gcc 4.6; switch to internal boost; 
install still broken

Added:
  libreoffice/trunk/buildfix_boost.diff
Modified:
  libreoffice/trunk/PKGBUILD
Deleted:
  libreoffice/trunk/buildfix_kde4.diff
  libreoffice/trunk/buildfix_kde4_2.diff

--+
 PKGBUILD |   18 +-
 buildfix_boost.diff  |   40 
 buildfix_kde4.diff   |   30 --
 buildfix_kde4_2.diff |   34 --
 4 files changed, 49 insertions(+), 73 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-22 11:25:38 UTC (rev 120344)
+++ PKGBUILD2011-04-22 12:06:05 UTC (rev 120345)
@@ -63,9 +63,9 @@

http://download.go-oo.org/extern/b4cae0700aa1c2aef7eb7f345365e6f1-translate-toolkit-1.8.1.tar.bz2

http://download.go-oo.org/src/451ccf439a36a568653b024534669971-ConvertTextToNumber-1.3.2.oxt

http://download.go-oo.org/src/90401bca927835b6fbae4a707ed187c8-nlpsolver-0.9.tar.bz2
+   
http://download.go-oo.org/src/f02578f5218f217a9f20e9c30e119c6a-boost_1_44_0.tar.bz2
buildfix_i116795.diff
-   buildfix_kde4.diff
-   buildfix_kde4_2.diff
+   buildfix_boost.diff
buildfix_ct2n.diff
old-install-behaviour.diff)
 noextract=(185d60944ea767075d27247c3162b3bc-unowinreg.dll
@@ -96,7 +96,8 @@
db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip
ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
451ccf439a36a568653b024534669971-ConvertTextToNumber-1.3.2.oxt
-   90401bca927835b6fbae4a707ed187c8-nlpsolver-0.9.tar.bz2)
+   90401bca927835b6fbae4a707ed187c8-nlpsolver-0.9.tar.bz2
+   f02578f5218f217a9f20e9c30e119c6a-boost_1_44_0.tar.bz2)
 md5sums=('3b162daf1f68d8448fe2da774464b154'
  'c6d5c8d049b71aedfa06e58ebfd1f66b'
  '5273abb776b01c8f6ab643d19cbd0b45'
@@ -146,9 +147,9 @@
  'b4cae0700aa1c2aef7eb7f345365e6f1'
  '451ccf439a36a568653b024534669971'
  '90401bca927835b6fbae4a707ed187c8'
+ 'f02578f5218f217a9f20e9c30e119c6a'
  '0520d63c946e272ed3bdfc863fbdc42e'
- '765cdd3c64b332e5c279b8ecd9663936'
- '6eb230c49f747c0b9e74d0cfb0c8ef38'
+ 'bc228237108cab7745897a9f466b6d39'
  'eee273f501ff45dc5f1365e78c6d57c0'
  '4bd1a068a3065c5c59b01985247a875e')
 
@@ -175,8 +176,7 @@
 
# buildfixes  bugfixes
patch -Np1 -i ${srcdir}/buildfix_i116795.diff
-   patch -Np1 -i ${srcdir}/buildfix_kde4.diff
-   patch -Np1 -i ${srcdir}/buildfix_kde4_2.diff
+   patch -Np1 -i ${srcdir}/buildfix_boost.diff
patch -Np1 -i ${srcdir}/buildfix_ct2n.diff
patch -Np1 -i ${srcdir}/old-install-behaviour.diff

@@ -202,7 +202,7 @@
 #sed -i '/fields-table-formula.diff/d' patches/dev300/apply || 
return 1
fi
 
-   autoconf -v
+   autoconf -v -f
./configure --with-build-version=${_LOver} ArchLinux build-${pkgrel} \
--with-unix-wrapper=libreoffice \
--with-max-jobs=${MAKEFLAGS/-j/} \
@@ -253,7 +253,7 @@
--without-system-libtextcat\
--with-openldap\
--with-ant-home=/usr/share/java/apache-ant\
-   --with-system-boost\
+   --without-system-boost\
--with-system-cairo\
--with-system-libs\
--with-system-mozilla\

Added: buildfix_boost.diff
===
--- buildfix_boost.diff (rev 0)
+++ buildfix_boost.diff 2011-04-22 12:06:05 UTC (rev 120345)
@@ -0,0 +1,40 @@
+From bae4fdbd105142cd3f317445eddc826da529a732 Mon Sep 17 00:00:00 2001
+From: Caolán McNamara caol...@redhat.com
+Date: Tue, 05 Apr 2011 14:07:02 +
+Subject: silence some more of that annoying gcc#47679
+
+---
+diff --git a/boost/boost.gcc47679.patch b/boost/boost.gcc47679.patch
+index 1c804aa..9b33a5f 100644
+--- a/boost/boost.gcc47679.patch
 b/boost/boost.gcc47679.patch
+@@ -36,3 +36,26 @@
+  template int MaxDigits
+  inline bool allow_more_digits(std::size_t i)
+  {
++--- misc/boost_1_44_0/boost/optional/optional.hpp 2011-04-05 
13:19:01.223587256 +0100
+ misc/build/boost_1_44_0/boost/optional/optional.hpp   2011-04-05 
13:19:01.223587256 +0100
++@@ -31,6 +31,8 @@
++ 
++ #include boost/optional/optional_fwd.hpp
++ 
+++#include string.h
+++
++ #if BOOST_WORKAROUND(BOOST_MSVC, == 1200)
++ // VC6.0 has the following bug:
++ //   When a templated assignment operator exist, an implicit conversion
++@@ -114,6 +116,11 @@
++ 
++   public:
++ 
+++aligned_storage()
+++{
+++  memset(dummy_, 0, sizeof(dummy_));
+++}
+++
++ void const* address() const { return dummy_.data[0]; }
++ void

[arch-commits] Commit in grub2-efi-x86_64/trunk (PKGBUILD)

2011-04-22 Thread Ronald van Haren
Date: Friday, April 22, 2011 @ 08:35:31
  Author: ronald
Revision: 120346

upgpkg: grub2-efi-x86_64 1.99~rc2-1
update to latest version

Modified:
  grub2-efi-x86_64/trunk/PKGBUILD

--+
 PKGBUILD |   18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-22 12:06:05 UTC (rev 120345)
+++ PKGBUILD2011-04-22 12:35:31 UTC (rev 120346)
@@ -3,33 +3,33 @@
 
 ## This PKGBUILD has the same structure as the main grub2 split PKGBUILD for 
grub2-common, grub2-bios and grub2-efi-i386 .
 
-# _grub2_rev=3072
+# _grub2_rev=3229
 
-_grub2_lua_ver=19
+_grub2_lua_ver=20
 _grub2_gpxe_ver=12
 
 pkgname=grub2-efi-x86_64
-pkgver=1.99~rc1
-pkgrel=2
+pkgver='1.99~rc2'
+pkgrel=1
 pkgdesc=The GNU GRand Unified Bootloader version 2 - x86_64 UEFI version
 url=http://www.gnu.org/software/grub/;
 arch=('any')
 license=('GPL3')
-depends=(grub2-common=${pkgver} 'dosfstools')
-optdepends=('efibootmgr')
+depends=(grub2-common=${pkgver} 'dosfstools' 'efibootmgr')
+optdepends=('mtools')
 makedepends=('python2' 'xz' 'autogen' 'texinfo' 'help2man' 'gettext')
 options=(strip purge docs zipman !emptydirs)
 replaces=('grub2-efi-x64')
 
-source=(ftp://alpha.gnu.org/gnu/grub/grub-${pkgver}.tar.gz;
+source=(http://alpha.gnu.org/gnu/grub/grub-${pkgver}.tar.xz;
 
ftp://ftp.archlinux.org/other/grub2/grub2_extras_lua_r${_grub2_lua_ver}.tar.xz;
 
ftp://ftp.archlinux.org/other/grub2/grub2_extras_gpxe_r${_grub2_gpxe_ver}.tar.xz;)
 
 noextract=(grub2_extras_lua_r${_grub2_lua_ver}.tar.xz
grub2_extras_gpxe_r${_grub2_gpxe_ver}.tar.xz)
 
-sha1sums=('866b6979974ad7209d236cb4e1819039f0bd1c6d'
-  'f116fed72eb70da1d503cf3c225dce68d658dabd'
+sha1sums=('786e7edb849e1bd2be917f574da92ebefd0e1915'
+  '9f2dbf7a3faab24ca92266400aa513fecd3895c8'
   'b04994c005910b4bf123f034b30109d5c8d6fd86')
 
 build() {



[arch-commits] Commit in grub2-efi-x86_64/repos (extra-any)

2011-04-22 Thread Ronald van Haren
Date: Friday, April 22, 2011 @ 08:35:35
  Author: ronald
Revision: 120347

archrelease: remove extra-any

Deleted:
  grub2-efi-x86_64/repos/extra-any/



[arch-commits] Commit in grub2-efi-x86_64/repos (extra-any)

2011-04-22 Thread Ronald van Haren
Date: Friday, April 22, 2011 @ 08:35:51
  Author: ronald
Revision: 120348

archrelease: copy trunk to extra-any

Added:
  grub2-efi-x86_64/repos/extra-any/



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

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 09:23:33
  Author: andyrtr
Revision: 120349

prepare 3.4 branch builds; add STLport source for i686 builds

Modified:
  libreoffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-22 12:35:51 UTC (rev 120348)
+++ PKGBUILD2011-04-22 13:23:33 UTC (rev 120349)
@@ -57,6 +57,7 @@

${_additional_source_url}/ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip

${_additional_source_url}/db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip

${_additional_source_url}/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
+   
${_additional_source_url}/7376930b0d3f3d77a685d94c4a3acda8-STLport-4.5-0119.tar.gz

http://download.go-oo.org/src/7a0dcb3fe1e8c7229ab4fb868b7325e6-mdds_0.5.2.tar.bz2

http://download.go-oo.org/src/9e436bff44c60dc8b97cba0c7fc11a5c-libwps-0.2.0.tar.bz2

http://download.go-oo.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll
@@ -141,6 +142,7 @@
  'ace6ab49184e329db254e454a010f56d'
  'db60e4fde8dd6d6807523deb71ee34dc'
  'ba2930200c9f019c2d93a8c88c651a0f'
+ '7376930b0d3f3d77a685d94c4a3acda8'
  '7a0dcb3fe1e8c7229ab4fb868b7325e6'
  '9e436bff44c60dc8b97cba0c7fc11a5c'
  '185d60944ea767075d27247c3162b3bc'



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

2011-04-22 Thread Ionut Biru
Date: Friday, April 22, 2011 @ 13:50:43
  Author: ibiru
Revision: 120350

upgpkg: telepathy-gabble 0.12.0-2
use openssl instead of broken gnutls 2.12

Modified:
  telepathy-gabble/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-22 13:23:33 UTC (rev 120349)
+++ PKGBUILD2011-04-22 17:50:43 UTC (rev 120350)
@@ -4,7 +4,7 @@
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
 pkgver=0.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
 url=http://telepathy.freedesktop.org;
@@ -12,7 +12,7 @@
 license=('LGPL2.1')
 depends=('telepathy-glib' 'libsoup' 'libnice' 'util-linux' 'sqlite3')
 makedepends=('libxslt' 'python2')
-options=('!libtool')
+options=('!libtool' '!strip')
 
source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/${pkgname}-${pkgver}.tar.gz)
 install=telepathy-gabble.install
 md5sums=('89e47b131911a969cc2a2ccefa1fc015')
@@ -20,7 +20,7 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr \
-   --libexecdir=/usr/lib/telepathy
+   --libexecdir=/usr/lib/telepathy --with-tls=openssl
   make
 }
 



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

2011-04-22 Thread Ionut Biru
Date: Friday, April 22, 2011 @ 13:50:45
  Author: ibiru
Revision: 120351

archrelease: remove testing-i686

Deleted:
  telepathy-gabble/repos/testing-i686/



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

2011-04-22 Thread Ionut Biru
Date: Friday, April 22, 2011 @ 13:50:58
  Author: ibiru
Revision: 120352

archrelease: copy trunk to testing-i686

Added:
  telepathy-gabble/repos/testing-i686/



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

2011-04-22 Thread Ionut Biru
Date: Friday, April 22, 2011 @ 13:51:13
  Author: ibiru
Revision: 120354

archrelease: copy trunk to testing-x86_64

Added:
  telepathy-gabble/repos/testing-x86_64/



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

2011-04-22 Thread Ionut Biru
Date: Friday, April 22, 2011 @ 13:51:01
  Author: ibiru
Revision: 120353

archrelease: remove testing-x86_64

Deleted:
  telepathy-gabble/repos/testing-x86_64/



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

2011-04-22 Thread Ionut Biru
Date: Friday, April 22, 2011 @ 14:03:17
  Author: ibiru
Revision: 120355

remove strip

Modified:
  telepathy-gabble/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-22 17:51:13 UTC (rev 120354)
+++ PKGBUILD2011-04-22 18:03:17 UTC (rev 120355)
@@ -12,7 +12,7 @@
 license=('LGPL2.1')
 depends=('telepathy-glib' 'libsoup' 'libnice' 'util-linux' 'sqlite3')
 makedepends=('libxslt' 'python2')
-options=('!libtool' '!strip')
+options=('!libtool')
 
source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/${pkgname}-${pkgver}.tar.gz)
 install=telepathy-gabble.install
 md5sums=('89e47b131911a969cc2a2ccefa1fc015')



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

2011-04-22 Thread Ionut Biru
Date: Friday, April 22, 2011 @ 14:05:05
  Author: ibiru
Revision: 120356

archrelease: remove testing-i686

Deleted:
  telepathy-gabble/repos/testing-i686/



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

2011-04-22 Thread Ionut Biru
Date: Friday, April 22, 2011 @ 14:05:21
  Author: ibiru
Revision: 120357

archrelease: copy trunk to testing-i686

Added:
  telepathy-gabble/repos/testing-i686/



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

2011-04-22 Thread Ionut Biru
Date: Friday, April 22, 2011 @ 14:05:24
  Author: ibiru
Revision: 120358

archrelease: remove testing-x86_64

Deleted:
  telepathy-gabble/repos/testing-x86_64/



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

2011-04-22 Thread Ionut Biru
Date: Friday, April 22, 2011 @ 14:05:40
  Author: ibiru
Revision: 120359

archrelease: copy trunk to testing-x86_64

Added:
  telepathy-gabble/repos/testing-x86_64/



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

2011-04-22 Thread Tobias Powalowski
Date: Friday, April 22, 2011 @ 14:35:22
  Author: tpowa
Revision: 120360

upgpkg: kernel26 2.6.38.4-1
bump to latest version

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

---+
 PKGBUILD  |8 
 config|3 ++-
 config.x86_64 |3 ++-
 3 files changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-22 18:05:40 UTC (rev 120359)
+++ PKGBUILD2011-04-22 18:35:22 UTC (rev 120360)
@@ -6,7 +6,7 @@
 # pkgname=kernel26-custom   # Build kernel with a different name
 _kernelname=${pkgname#kernel26}
 _basekernel=2.6.38
-pkgver=${_basekernel}.3
+pkgver=${_basekernel}.4
 pkgrel=1
 makedepends=('xmlto' 'docbook-xsl')
 _patchname=patch-${pkgver}-${pkgrel}-ARCH
@@ -22,9 +22,9 @@
 # standard config files for mkinitcpio ramdisk
 kernel26.preset)
 md5sums=('7d471477bfa67546f902da62227fa976'
- '5b14b6eb2cdcb074905d4974437c4df6'
- 'c21c8595204ae0f53ee43dde52ef7fff'
- '53296fefa8bbcdfa12754480a0ce8a36'
+ 'ae3154770df72278d9c9864a800b38c7'
+ 'da6114b415bb8eab471fae496a70fcba'
+ '39ead6257d74ab816bb8c2205bc9c31f'
  '25584700a0a679542929c4bed31433b6')
 
 build() {

Modified: config
===
--- config  2011-04-22 18:05:40 UTC (rev 120359)
+++ config  2011-04-22 18:35:22 UTC (rev 120360)
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Linux/i386 2.6.38 Kernel Configuration
-# Sun Apr 17 12:35:51 2011
+# Fri Apr 22 17:32:05 2011
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -5320,6 +5320,7 @@
 # CONFIG_KGDB is not set
 CONFIG_HAVE_ARCH_KMEMCHECK=y
 # CONFIG_KMEMCHECK is not set
+CONFIG_TEST_KSTRTOX=m
 CONFIG_STRICT_DEVMEM=y
 CONFIG_X86_VERBOSE_BOOTUP=y
 CONFIG_EARLY_PRINTK=y

Modified: config.x86_64
===
--- config.x86_64   2011-04-22 18:05:40 UTC (rev 120359)
+++ config.x86_64   2011-04-22 18:35:22 UTC (rev 120360)
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Linux/x86_64 2.6.38 Kernel Configuration
-# Sun Apr 17 14:31:49 2011
+# Fri Apr 22 19:25:29 2011
 #
 CONFIG_64BIT=y
 # CONFIG_X86_32 is not set
@@ -5061,6 +5061,7 @@
 # CONFIG_KGDB is not set
 CONFIG_HAVE_ARCH_KMEMCHECK=y
 # CONFIG_KMEMCHECK is not set
+CONFIG_TEST_KSTRTOX=m
 CONFIG_STRICT_DEVMEM=y
 CONFIG_X86_VERBOSE_BOOTUP=y
 CONFIG_EARLY_PRINTK=y



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

2011-04-22 Thread Tobias Powalowski
Date: Friday, April 22, 2011 @ 14:35:37
  Author: tpowa
Revision: 120361

archrelease: copy trunk to testing-i686

Added:
  kernel26/repos/testing-i686/



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

2011-04-22 Thread Tobias Powalowski
Date: Friday, April 22, 2011 @ 14:35:52
  Author: tpowa
Revision: 120362

archrelease: copy trunk to testing-x86_64

Added:
  kernel26/repos/testing-x86_64/



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

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 14:39:32
  Author: andyrtr
Revision: 120363

upgpkg: xfdesktop 4.8.2-1
upstream update 4.8.2

Modified:
  xfdesktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-22 18:35:52 UTC (rev 120362)
+++ PKGBUILD2011-04-22 18:39:32 UTC (rev 120363)
@@ -3,8 +3,8 @@
 # Contributor: tobias tobias funnychar archlinux.org
 
 pkgname=xfdesktop
-pkgver=4.8.1
-pkgrel=2
+pkgver=4.8.2
+pkgrel=1
 pkgdesc=A desktop manager for Xfce
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -18,7 +18,7 @@
 options=('!libtool')
 install=xfdesktop.install
 
source=(http://archive.xfce.org/src/xfce/${pkgname}/4.8/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('a3a255cc7756ddc2a0a6fdee9fb8b2c9')
+md5sums=('ed25d59f478afda552d121e96657d16f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 14:39:38
  Author: andyrtr
Revision: 120364

archrelease: remove extra-i686

Deleted:
  xfdesktop/repos/extra-i686/



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

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 14:40:11
  Author: andyrtr
Revision: 120366

archrelease: remove extra-x86_64

Deleted:
  xfdesktop/repos/extra-x86_64/



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

2011-04-22 Thread andyrtr
Date: Friday, April 22, 2011 @ 14:40:41
  Author: andyrtr
Revision: 120367

archrelease: copy trunk to extra-x86_64

Added:
  xfdesktop/repos/extra-x86_64/



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

2011-04-22 Thread Allan McRae
Date: Friday, April 22, 2011 @ 18:01:28
  Author: allan
Revision: 120368

upgpkg: sudo 1.8.1.p1-1
upstream update

Modified:
  sudo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-04-22 18:40:41 UTC (rev 120367)
+++ PKGBUILD2011-04-22 22:01:28 UTC (rev 120368)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=sudo
-_ver=1.8.1
+_ver=1.8.1p1
 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
 pkgrel=1
 pkgdesc=Give certain users the ability to run some commands as root
@@ -15,7 +15,7 @@
 source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$_ver.tar.gz
 sudo.pam)
 options=('!libtool' '!makeflags')
-md5sums=('e4402f243c6697b1eeab496053dd'
+md5sums=('318337804d976c9419cf3004b707945c'
  '4e7ad4ec8f2fe6a40e12bcb2c0b256e3')
 
 build() {



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

2011-04-22 Thread Allan McRae
Date: Friday, April 22, 2011 @ 18:01:52
  Author: allan
Revision: 120369

archrelease: copy trunk to testing-i686

Added:
  sudo/repos/testing-i686/



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

2011-04-22 Thread Allan McRae
Date: Friday, April 22, 2011 @ 18:02:15
  Author: allan
Revision: 120370

archrelease: copy trunk to testing-x86_64

Added:
  sudo/repos/testing-x86_64/



[arch-commits] Commit in libfetch/trunk (PKGBUILD fetch-handle-temp-redirect.patch)

2011-04-22 Thread Dan McGee
Date: Friday, April 22, 2011 @ 19:35:40
  Author: dan
Revision: 120371

upgpkg: libfetch 2.33-3
fix 307 redirect being handled incorrectly

Added:
  libfetch/trunk/fetch-handle-temp-redirect.patch
Modified:
  libfetch/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 fetch-handle-temp-redirect.patch |   15 +++
 2 files changed, 21 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-22 22:02:15 UTC (rev 120370)
+++ PKGBUILD2011-04-22 23:35:40 UTC (rev 120371)
@@ -1,19 +1,21 @@
-# $Id$
+# $Id:$
 # Maintainer: Aaron Griffin aa...@archlinux.org
 # Contributor: Xavier Chantry shinin...@gmail.com
 
 pkgname=libfetch
 pkgver=2.33
-pkgrel=2
+pkgrel=3
 pkgdesc=URL based download library
 arch=('i686' 'x86_64')
 license=('BSD')
 depends=('openssl=1.0.0')
 url=http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/net/libfetch/;
 source=(Makefile
-ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz)
+ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz
+fetch-handle-temp-redirect.patch)
 md5sums=('7dffdd5a81bb32084a2f45e61f70dcf9'
- 'a176b94f7f30344ef8a71c047ca2136b')
+ 'a176b94f7f30344ef8a71c047ca2136b'
+ '2ee40d7e7d76c39ae5500d89075ef8a6')
 
 # keep an upgrade path for older installations
 PKGEXT='.pkg.tar.gz'

Added: fetch-handle-temp-redirect.patch
===
--- fetch-handle-temp-redirect.patch(rev 0)
+++ fetch-handle-temp-redirect.patch2011-04-22 23:35:40 UTC (rev 120371)
@@ -0,0 +1,15 @@
+Index: http.c
+===
+RCS file: /cvsroot/pkgsrc/net/libfetch/files/http.c,v
+retrieving revision 1.29
+diff -u -r1.29 http.c
+--- http.c 24 Jan 2010 19:10:35 -  1.29
 http.c 19 Apr 2011 13:29:04 -
+@@ -974,6 +974,7 @@
+   case HTTP_MOVED_PERM:
+   case HTTP_MOVED_TEMP:
+   case HTTP_SEE_OTHER:
++  case HTTP_TEMP_REDIRECT:
+   /*
+* Not so fine, but we still have to read the
+* headers to get the new location.



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

2011-04-22 Thread Dan McGee
Date: Friday, April 22, 2011 @ 19:35:47
  Author: dan
Revision: 120372

archrelease: copy trunk to testing-x86_64

Added:
  libfetch/repos/testing-x86_64/



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

2011-04-22 Thread Dan McGee
Date: Friday, April 22, 2011 @ 19:37:14
  Author: dan
Revision: 120373

archrelease: copy trunk to testing-i686

Added:
  libfetch/repos/testing-i686/