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

Thayer Williams thayer at archlinux.org
Sat Oct 4 18:12:05 UTC 2008


    Date: Saturday, October 4, 2008 @ 14:12:05
  Author: thayer
Revision: 14207

upgpkg: pm-utils 1.2.0-1
    upstream release v1.2.0

Modified:
  pm-utils/trunk/PKGBUILD
  pm-utils/trunk/service.patch

---------------+
 PKGBUILD      |    6 +++---
 service.patch |    8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-04 18:11:02 UTC (rev 14206)
+++ PKGBUILD	2008-10-04 18:12:05 UTC (rev 14207)
@@ -1,7 +1,7 @@
 #$Id$
 #Maintainer: Jan de Groot <jgc at archlinux.org>
 pkgname=pm-utils
-pkgver=1.1.2.4
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="Utilities and scripts for power management"
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 source=(http://pm-utils.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz
 	service.patch
 	11netcfg)
-md5sums=('5aa6d338fb8172f1826a1b08ae601a42'
-         '3e170a6c7ae7d9110f95bab54235c089'
+md5sums=('4f111de7b54275f09fbcd49775d6b1ae'
+         '344c6e6fa0c5234e9fab677840c5878b'
          '9839687c8787d99fd4ff36aa3238c27b')
 
 build() {

Modified: service.patch
===================================================================
--- service.patch	2008-10-04 18:11:02 UTC (rev 14206)
+++ service.patch	2008-10-04 18:12:05 UTC (rev 14207)
@@ -1,6 +1,6 @@
---- pm/functions.in~	2008-04-10 17:39:48.000000000 +0000
-+++ pm/functions.in	2008-04-10 17:39:58.000000000 +0000
-@@ -138,10 +138,10 @@
+--- pm/functions.in.edit	2008-09-05 21:34:15.000000000 -0700
++++ pm/functions.in	2008-10-04 09:36:09.000000000 -0700
+@@ -129,10 +129,10 @@
  if ! command_exists service; then
  	service()
  	{
@@ -11,5 +11,5 @@
 -			"/etc/init.d/$svc" "$@"
 +			"/etc/rc.d/$svc" "$@"
  		else
- 			log "$1" $": unrecognized service" 1>&2
+ 			log "${1}: unrecognized service"
  			return 1




More information about the arch-commits mailing list