[arch-commits] Commit in gpm/repos (4 files)

Eric Bélanger eric at archlinux.org
Mon Sep 21 02:10:37 UTC 2009


    Date: Sunday, September 20, 2009 @ 22:10:37
  Author: eric
Revision: 52493

Merged revisions 52492 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/gpm/trunk

........
  r52492 | eric | 2009-09-20 22:10:22 -0400 (Sun, 20 Sep 2009) | 2 lines
  
  upgpkg: gpm 1.20.6-3
      Updated /dev/psaux to /dev/input/mice in stock config (close FS#16289)
........

Modified:
  gpm/repos/testing-x86_64/	(properties)
  gpm/repos/testing-x86_64/ChangeLog
  gpm/repos/testing-x86_64/PKGBUILD
  gpm/repos/testing-x86_64/gpm.conf.d

------------+
 ChangeLog  |    5 +++++
 PKGBUILD   |    6 +++---
 gpm.conf.d |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)


Property changes on: gpm/repos/testing-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /gpm/trunk:1-52457
   + /gpm/trunk:1-52492

Modified: testing-x86_64/ChangeLog
===================================================================
--- testing-x86_64/ChangeLog	2009-09-21 02:10:22 UTC (rev 52492)
+++ testing-x86_64/ChangeLog	2009-09-21 02:10:37 UTC (rev 52493)
@@ -1,5 +1,10 @@
 2009-09-20  Eric Belanger  <eric at archlinux.org>
 
+	* gpm 1.20.6-3
+	* Updated /dev/psaux to /dev/input/mice in stock config (close FS#16289)
+
+2009-09-20  Eric Belanger  <eric at archlinux.org>
+
 	* gpm 1.20.6-2
 	* Updated stock config and fixed rc.d script (close FS#16126)
 	* Removed array in install scriptlet

Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2009-09-21 02:10:22 UTC (rev 52492)
+++ testing-x86_64/PKGBUILD	2009-09-21 02:10:37 UTC (rev 52493)
@@ -4,7 +4,7 @@
 
 pkgname=gpm
 pkgver=1.20.6
-pkgrel=2
+pkgrel=3
 pkgdesc="A mouse server for the console and xterm"
 arch=('i686' 'x86_64')
 url="http://unix.schottelius.org/gpm/"
@@ -16,9 +16,9 @@
 source=(http://unix.schottelius.org/gpm/archives/${pkgname}-${pkgver}.tar.bz2 \
         gpm gpm.conf.d)
 md5sums=('6b534da16dc1b28ba828dea89e520f6f' '945ecde0836687e05c13ea837092ea6c'\
-         '13b7d82a20cc7a625ba098469d8b8d10')
+         '63e599950946e5f5a649432510aacf4c')
 sha1sums=('f3bb9272878b7934968381c8b25edab359114150' '19e1feb1493373512a77801699df012d186336ea'\
-         '2a415a5d9a48dc7ce02bd62c7518dfd5aacbc1d1')
+         'e483f893b4e6b9e1221a208527d728ffefe5438e')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: testing-x86_64/gpm.conf.d
===================================================================
--- testing-x86_64/gpm.conf.d	2009-09-21 02:10:22 UTC (rev 52492)
+++ testing-x86_64/gpm.conf.d	2009-09-21 02:10:37 UTC (rev 52493)
@@ -1,4 +1,4 @@
 #
 # Parameters to be passed to gpm
 #
-GPM_ARGS="-m /dev/psaux"
+GPM_ARGS="-m /dev/input/mice"




More information about the arch-commits mailing list