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

2011-05-29 Thread Rémy Oudompheng
Date: Sunday, May 29, 2011 @ 04:40:18
  Author: remy
Revision: 125750

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

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



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

2011-05-29 Thread Rémy Oudompheng
Date: Sunday, May 29, 2011 @ 04:40:20
  Author: remy
Revision: 125752

db-move: namcap removed by remy for move to [extra] (any)

Deleted:
  namcap/repos/extra-any/



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

2011-05-29 Thread Rémy Oudompheng
Date: Sunday, May 29, 2011 @ 04:40:19
  Author: remy
Revision: 125751

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

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



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

2011-05-29 Thread Rémy Oudompheng
Date: Sunday, May 29, 2011 @ 04:40:21
  Author: remy
Revision: 125753

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

Added:
  namcap/repos/extra-any/
Deleted:
  namcap/repos/testing-any/



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

2011-05-29 Thread Thomas Bächler
Date: Sunday, May 29, 2011 @ 04:51:09
  Author: thomas
Revision: 125754

db-move: openvpn removed by thomas for move to [core] (i686)

Deleted:
  openvpn/repos/core-i686/



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

2011-05-29 Thread Thomas Bächler
Date: Sunday, May 29, 2011 @ 04:51:10
  Author: thomas
Revision: 125755

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

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



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

2011-05-29 Thread Thomas Bächler
Date: Sunday, May 29, 2011 @ 04:51:11
  Author: thomas
Revision: 125756

db-move: openvpn removed by thomas for move to [core] (x86_64)

Deleted:
  openvpn/repos/core-x86_64/



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

2011-05-29 Thread Thomas Bächler
Date: Sunday, May 29, 2011 @ 04:51:13
  Author: thomas
Revision: 125757

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

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



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

2011-05-29 Thread Andrea Scarpino
Date: Sunday, May 29, 2011 @ 08:01:04
  Author: andrea
Revision: 125758

upgpkg: bluez 4.93-2
re-add bluetooth-hid2hci udev rule

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-29 08:51:13 UTC (rev 125757)
+++ PKGBUILD2011-05-29 12:01:04 UTC (rev 125758)
@@ -4,7 +4,7 @@
 
 pkgname=bluez
 pkgver=4.93
-pkgrel=1
+pkgrel=2
 pkgdesc=Libraries and tools for the Bluetooth protocol stack
 url=http://www.bluez.org/;
 arch=('i686' 'x86_64')
@@ -49,7 +49,7 @@
 --enable-pand \
 --enable-dund \
 --enable-cups \
---disable-udevrules \
+--enable-udevrules \
 --enable-configfiles
   make
 }
@@ -73,4 +73,7 @@
   install -Dm755 test/simple-agent ${pkgdir}/usr/bin/bluez-simple-agent
   sed -i 's#/usr/bin/python#/usr/bin/python2#' \
 ${pkgdir}/usr/bin/bluez-simple-agent
+
+  # http://mailman.archlinux.org/pipermail/arch-general/2011-April/019787.html
+  rm ${pkgdir}/lib/udev/rules.d/97-bluetooth.rules
 }



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

2011-05-29 Thread Andrea Scarpino
Date: Sunday, May 29, 2011 @ 08:01:07
  Author: andrea
Revision: 125759

archrelease: remove extra-i686

Deleted:
  bluez/repos/extra-i686/



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

2011-05-29 Thread Andrea Scarpino
Date: Sunday, May 29, 2011 @ 08:01:39
  Author: andrea
Revision: 125760

archrelease: copy trunk to extra-i686

Added:
  bluez/repos/extra-i686/



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

2011-05-29 Thread Andrea Scarpino
Date: Sunday, May 29, 2011 @ 08:01:42
  Author: andrea
Revision: 125761

archrelease: remove extra-x86_64

Deleted:
  bluez/repos/extra-x86_64/



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

2011-05-29 Thread Andrea Scarpino
Date: Sunday, May 29, 2011 @ 08:01:54
  Author: andrea
Revision: 125762

archrelease: copy trunk to extra-x86_64

Added:
  bluez/repos/extra-x86_64/



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

2011-05-29 Thread Ionut Biru
Date: Sunday, May 29, 2011 @ 08:16:06
  Author: ibiru
Revision: 125763

rebuild against new gi to avoid missing attributes. FS#.24495

Modified:
  pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-29 12:01:54 UTC (rev 125762)
+++ PKGBUILD2011-05-29 12:16:06 UTC (rev 125763)
@@ -3,7 +3,7 @@
 
 pkgname=pango
 pkgver=1.28.4
-pkgrel=2
+pkgrel=3
 pkgdesc=A library for layout and rendering of text
 arch=('i686' 'x86_64')
 license=('LGPL')



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

2011-05-29 Thread Ionut Biru
Date: Sunday, May 29, 2011 @ 08:18:43
  Author: ibiru
Revision: 125764

archrelease: remove extra-i686

Deleted:
  pango/repos/extra-i686/



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

2011-05-29 Thread Ionut Biru
Date: Sunday, May 29, 2011 @ 08:18:58
  Author: ibiru
Revision: 125765

archrelease: copy trunk to extra-i686

Added:
  pango/repos/extra-i686/



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

2011-05-29 Thread Ionut Biru
Date: Sunday, May 29, 2011 @ 08:19:02
  Author: ibiru
Revision: 125766

archrelease: remove extra-x86_64

Deleted:
  pango/repos/extra-x86_64/



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

2011-05-29 Thread Ionut Biru
Date: Sunday, May 29, 2011 @ 08:19:18
  Author: ibiru
Revision: 125767

archrelease: copy trunk to extra-x86_64

Added:
  pango/repos/extra-x86_64/



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

2011-05-29 Thread Ionut Biru
Date: Sunday, May 29, 2011 @ 08:37:27
  Author: ibiru
Revision: 125768

update to 0.2.10

Modified:
  telepathy-logger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-29 12:19:18 UTC (rev 125767)
+++ PKGBUILD2011-05-29 12:37:27 UTC (rev 125768)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=telepathy-logger
-pkgver=0.2.9
+pkgver=0.2.10
 pkgrel=1
 pkgdesc=Telepathy framework logging daemon
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 makedepends=('intltool' 'gnome-doc-utils' 'gobject-introspection')
 options=('!libtool')
 
source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('6d4a1c916883e4d1f19ed1002be6700c')
+md5sums=('ec01a8f99fc11406e85153095433c155')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2011-05-29 Thread Ionut Biru
Date: Sunday, May 29, 2011 @ 08:37:55
  Author: ibiru
Revision: 125769

archrelease: remove extra-i686

Deleted:
  telepathy-logger/repos/extra-i686/



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

2011-05-29 Thread Ionut Biru
Date: Sunday, May 29, 2011 @ 08:38:12
  Author: ibiru
Revision: 125770

archrelease: copy trunk to extra-i686

Added:
  telepathy-logger/repos/extra-i686/



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

2011-05-29 Thread Ionut Biru
Date: Sunday, May 29, 2011 @ 08:38:15
  Author: ibiru
Revision: 125771

archrelease: remove extra-x86_64

Deleted:
  telepathy-logger/repos/extra-x86_64/



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

2011-05-29 Thread Ionut Biru
Date: Sunday, May 29, 2011 @ 08:38:31
  Author: ibiru
Revision: 125772

archrelease: copy trunk to extra-x86_64

Added:
  telepathy-logger/repos/extra-x86_64/



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

2011-05-29 Thread Thomas Bächler
Date: Sunday, May 29, 2011 @ 09:34:22
  Author: thomas
Revision: 125773

v4l-utils: Fix udev rule location

Modified:
  v4l-utils/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-29 12:38:31 UTC (rev 125772)
+++ PKGBUILD2011-05-29 13:34:22 UTC (rev 125773)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 pkgname=v4l-utils
 pkgver=0.8.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Userspace tools and conversion library for Video 4 Linux
 arch=('i686' 'x86_64')
 url=http://freshmeat.net/projects/libv4l;
@@ -28,4 +28,7 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   make install PREFIX=/usr DESTDIR=${pkgdir}/
   rm -f ${pkgdir}/usr/bin/ivtv-ctl
+  # Fix udev rule location
+  mkdir -p ${pkgdir}/lib
+  mv ${pkgdir}/etc/udev ${pkgdir}/lib
 }



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

2011-05-29 Thread Thomas Bächler
Date: Sunday, May 29, 2011 @ 09:34:29
  Author: thomas
Revision: 125774

archrelease: remove extra-i686

Deleted:
  v4l-utils/repos/extra-i686/



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

2011-05-29 Thread Thomas Bächler
Date: Sunday, May 29, 2011 @ 09:34:38
  Author: thomas
Revision: 125775

archrelease: copy trunk to extra-i686

Added:
  v4l-utils/repos/extra-i686/



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

2011-05-29 Thread Thomas Bächler
Date: Sunday, May 29, 2011 @ 09:34:39
  Author: thomas
Revision: 125776

archrelease: remove extra-x86_64

Deleted:
  v4l-utils/repos/extra-x86_64/



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

2011-05-29 Thread Thomas Bächler
Date: Sunday, May 29, 2011 @ 09:34:49
  Author: thomas
Revision: 125777

archrelease: copy trunk to extra-x86_64

Added:
  v4l-utils/repos/extra-x86_64/



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

2011-05-29 Thread andyrtr
Date: Sunday, May 29, 2011 @ 12:38:52
  Author: andyrtr
Revision: 125778

upgpkg: thunar 1.2.2-1
upstream update 1.2.2

Modified:
  thunar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-29 13:34:49 UTC (rev 125777)
+++ PKGBUILD2011-05-29 16:38:52 UTC (rev 125778)
@@ -3,8 +3,8 @@
 # Contributor: Andrew Simmons andrew.simm...@gmail.com
 
 pkgname=thunar
-pkgver=1.2.1
-pkgrel=2
+pkgver=1.2.2
+pkgrel=1
 pkgdesc=modern file manager for Xfce
 arch=('i686' 'x86_64')
 license=('GPL2' 'LGPL2.1')
@@ -24,7 +24,7 @@
 backup=('etc/polkit-1/localauthority/50-local.d/org.freedesktop.udisks.pkla')
 
source=(http://archive.xfce.org/src/xfce/${pkgname}/1.2/Thunar-${pkgver}.tar.bz2
org.freedesktop.udisks.pkla)
-md5sums=('d8dce796890619d67aed0cd7ef84c7b1'
+md5sums=('a86df0212db71e61f459bda6bc7b7fb6'
  'a7ddb5eec02d9a8e91a2997862e73cd8')
 
 build() {



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

2011-05-29 Thread andyrtr
Date: Sunday, May 29, 2011 @ 12:38:59
  Author: andyrtr
Revision: 125779

archrelease: remove extra-i686

Deleted:
  thunar/repos/extra-i686/



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

2011-05-29 Thread andyrtr
Date: Sunday, May 29, 2011 @ 12:39:15
  Author: andyrtr
Revision: 125780

archrelease: copy trunk to extra-i686

Added:
  thunar/repos/extra-i686/



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

2011-05-29 Thread andyrtr
Date: Sunday, May 29, 2011 @ 12:39:20
  Author: andyrtr
Revision: 125781

archrelease: remove extra-x86_64

Deleted:
  thunar/repos/extra-x86_64/



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

2011-05-29 Thread andyrtr
Date: Sunday, May 29, 2011 @ 12:39:36
  Author: andyrtr
Revision: 125782

archrelease: copy trunk to extra-x86_64

Added:
  thunar/repos/extra-x86_64/



[arch-commits] Commit in xfce4-sensors-plugin/trunk (PKGBUILD)

2011-05-29 Thread andyrtr
Date: Sunday, May 29, 2011 @ 12:48:03
  Author: andyrtr
Revision: 125783

upgpkg: xfce4-sensors-plugin 1.2.3-1
upstream update 1.2.3

Modified:
  xfce4-sensors-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-29 16:39:36 UTC (rev 125782)
+++ PKGBUILD2011-05-29 16:48:03 UTC (rev 125783)
@@ -3,7 +3,7 @@
 # Contributor: Merk Matthias ma...@chello.at
 
 pkgname=xfce4-sensors-plugin
-pkgver=1.2.1
+pkgver=1.2.3
 pkgrel=1
 pkgdesc=A lm_sensors plugin for the Xfce panel
 arch=('i686' 'x86_64')
@@ -15,19 +15,11 @@
 optdepends=('gnu-netcat: for hddtemp access')
 options=(!libtool !makeflags)
 install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.2/${pkgname}-${pkgver}.tar.bz2
-   git.patch)
-md5sums=('3fd270762d69eb281594bdf16be924b9'
- '181df53dc5bb647274293f72f73ef39b')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.2/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('2edf376d140449ca42c4e4f591e626f8')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  # panel 4.8 patch from http://bugzilla.xfce.org/show_bug.cgi?id=7095
-#  patch -Np1 -i ${srcdir}/xfce4-sensors-plugin-1.0.0-underlink.patch
-
-#  patch -Np1 -i ${srcdir}/xfce4-sensors-plugin-1.0.0-libnotify-0.7.patch
-  patch -Np1 -i ${srcdir}/git.patch
-  #xdt-autogen
   ./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \



[arch-commits] Commit in xfce4-sensors-plugin/repos (extra-i686)

2011-05-29 Thread andyrtr
Date: Sunday, May 29, 2011 @ 12:48:07
  Author: andyrtr
Revision: 125784

archrelease: remove extra-i686

Deleted:
  xfce4-sensors-plugin/repos/extra-i686/



[arch-commits] Commit in xfce4-sensors-plugin/repos (extra-i686)

2011-05-29 Thread andyrtr
Date: Sunday, May 29, 2011 @ 12:48:25
  Author: andyrtr
Revision: 125785

archrelease: copy trunk to extra-i686

Added:
  xfce4-sensors-plugin/repos/extra-i686/



[arch-commits] Commit in xfce4-sensors-plugin/repos (extra-x86_64)

2011-05-29 Thread andyrtr
Date: Sunday, May 29, 2011 @ 12:48:28
  Author: andyrtr
Revision: 125786

archrelease: remove extra-x86_64

Deleted:
  xfce4-sensors-plugin/repos/extra-x86_64/



[arch-commits] Commit in xfce4-sensors-plugin/repos (extra-x86_64)

2011-05-29 Thread andyrtr
Date: Sunday, May 29, 2011 @ 12:48:46
  Author: andyrtr
Revision: 125787

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-sensors-plugin/repos/extra-x86_64/



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

2011-05-29 Thread andyrtr
Date: Sunday, May 29, 2011 @ 12:50:23
  Author: andyrtr
Revision: 125788

fix source typo in desc, FS#24474

Modified:
  xfwm4-themes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-29 16:48:46 UTC (rev 125787)
+++ PKGBUILD2011-05-29 16:50:23 UTC (rev 125788)
@@ -4,7 +4,7 @@
 pkgname=xfwm4-themes
 pkgver=4.6.0
 pkgrel=1
-pkgdesc=A set of additionnal themes for the Xfce window manager
+pkgdesc=A set of additional themes for the Xfce window manager
 arch=(i686 x86_64)
 license=('GPL2')
 url=http://www.xfce.org/;



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

2011-05-29 Thread andyrtr
Date: Sunday, May 29, 2011 @ 12:59:08
  Author: andyrtr
Revision: 125789

upgpkg: xfdesktop 4.8.2-2
add dep on garcron, FS#24489

Modified:
  xfdesktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-29 16:50:23 UTC (rev 125788)
+++ PKGBUILD2011-05-29 16:59:08 UTC (rev 125789)
@@ -4,14 +4,14 @@
 
 pkgname=xfdesktop
 pkgver=4.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A desktop manager for Xfce
 arch=('i686' 'x86_64')
 license=('GPL2')
 url=http://www.xfce.org/;
 groups=('xfce4')
-depends=('libxfce4ui' 'thunar=1.2.0' 'hicolor-icon-theme' 'libwnck=2.30.0')
-makedepends=(xfce4-panel=4.8.0 'intltool')
+depends=('libxfce4ui' 'thunar=1.2.0' 'garcon' 'hicolor-icon-theme' 
'libwnck=2.30.0')
+makedepends=('intltool' 'xfce4-panel=4.8.0')
 optdepends=('xfce4-panel: panel menu plugin')
 conflicts=('xfce4-menueditor')
 replaces=('xfce4-menueditor')
@@ -22,8 +22,6 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  # git fixes
-
   ./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \



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

2011-05-29 Thread andyrtr
Date: Sunday, May 29, 2011 @ 12:59:16
  Author: andyrtr
Revision: 125790

archrelease: remove extra-i686

Deleted:
  xfdesktop/repos/extra-i686/



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

2011-05-29 Thread andyrtr
Date: Sunday, May 29, 2011 @ 12:59:32
  Author: andyrtr
Revision: 125791

archrelease: copy trunk to extra-i686

Added:
  xfdesktop/repos/extra-i686/



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

2011-05-29 Thread andyrtr
Date: Sunday, May 29, 2011 @ 12:59:35
  Author: andyrtr
Revision: 125792

archrelease: remove extra-x86_64

Deleted:
  xfdesktop/repos/extra-x86_64/



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

2011-05-29 Thread andyrtr
Date: Sunday, May 29, 2011 @ 12:59:51
  Author: andyrtr
Revision: 125793

archrelease: copy trunk to extra-x86_64

Added:
  xfdesktop/repos/extra-x86_64/



[arch-commits] Commit in jack/trunk (PKGBUILD jack.changelog)

2011-05-29 Thread Ray Rashif
Date: Sunday, May 29, 2011 @ 16:29:19
  Author: schiv
Revision: 125794

upgpkg: jack 0.120.2-1
upstream release

Modified:
  jack/trunk/PKGBUILD
  jack/trunk/jack.changelog

+
 PKGBUILD   |4 ++--
 jack.changelog |6 +-
 2 files changed, 3 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-29 16:59:51 UTC (rev 125793)
+++ PKGBUILD2011-05-29 20:29:19 UTC (rev 125794)
@@ -5,7 +5,7 @@
 
 pkgname=jack
 _longname=jack-audio-connection-kit
-pkgver=0.120.1
+pkgver=0.120.2
 pkgrel=1
 pkgdesc=A low-latency audio server
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 replaces=($_longname)
 changelog=$pkgname.changelog
 source=(http://jackaudio.org/downloads/$_longname-$pkgver.tar.gz;)
-md5sums=('e45bab906be64e4e2752cbd855a8efd5')
+md5sums=('21f453676bfb9cb63a3df7e19546f0ed')
 
 build() {
   cd $srcdir/$_longname-$pkgver

Modified: jack.changelog
===
--- jack.changelog  2011-05-29 16:59:51 UTC (rev 125793)
+++ jack.changelog  2011-05-29 20:29:19 UTC (rev 125794)
@@ -1,8 +1,3 @@
-3 Mar 2011 (GMT+8) Ray Rashif sc...@archlinux.org
-
-   * 0.120.1-1:
-   Upstream release
-
 8 Aug 2010 (GMT+8) Ray Rashif sc...@archlinux.org
 
* 0.118.0-4 :
@@ -17,3 +12,4 @@
 
* jack.changelog :
Added this changelog.
+   Only important things will be logged.



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

2011-05-29 Thread Ray Rashif
Date: Sunday, May 29, 2011 @ 16:32:04
  Author: schiv
Revision: 125795

archrelease: remove extra-i686

Deleted:
  jack/repos/extra-i686/



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

2011-05-29 Thread Ray Rashif
Date: Sunday, May 29, 2011 @ 16:32:20
  Author: schiv
Revision: 125796

archrelease: copy trunk to extra-i686

Added:
  jack/repos/extra-i686/



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

2011-05-29 Thread Ray Rashif
Date: Sunday, May 29, 2011 @ 16:32:24
  Author: schiv
Revision: 125797

archrelease: remove extra-x86_64

Deleted:
  jack/repos/extra-x86_64/



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

2011-05-29 Thread Ray Rashif
Date: Sunday, May 29, 2011 @ 16:32:39
  Author: schiv
Revision: 125798

archrelease: copy trunk to extra-x86_64

Added:
  jack/repos/extra-x86_64/



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

2011-05-29 Thread andyrtr
Date: Monday, May 30, 2011 @ 01:42:20
  Author: andyrtr
Revision: 125799

upgpkg: libreoffice-i18n 3.4.0-1
upstream update 3.4.0

Modified:
  libreoffice-i18n/trunk/PKGBUILD

--+
 PKGBUILD | 1270 -
 1 file changed, 585 insertions(+), 685 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 125798:125799 to see the changes.


[arch-commits] Commit in libreoffice-i18n/repos (testing-any)

2011-05-29 Thread andyrtr
Date: Monday, May 30, 2011 @ 01:43:05
  Author: andyrtr
Revision: 125800

archrelease: copy trunk to testing-any

Added:
  libreoffice-i18n/repos/testing-any/