X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail.ovgu.de (mail.ovgu.de [141.44.1.66]) by lists.alpinelinux.org (Postfix) with ESMTP id 938135C4F4F for ; Wed, 9 May 2018 18:13:57 +0000 (GMT) Received: from mail.ovgu.de (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id E563B40067 for ; Wed, 9 May 2018 20:13:56 +0200 (CEST) Received: from faultier2go.fritz.box (i577B0BC0.versanet.de [87.123.11.192]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.ovgu.de (Postfix) with ESMTPSA id 95C4940060; Wed, 9 May 2018 20:13:56 +0200 (CEST) From: Marian Buschsieweke To: alpine-aports@lists.alpinelinux.org Cc: Marian Buschsieweke Subject: [alpine-aports] [PATCH] main/{consolekit2,lxdm}: Incremented pkgrel Date: Wed, 9 May 2018 20:13:54 +0200 Message-Id: <20180509181354.25700-1-marian.buschsieweke@ovgu.de> X-Mailer: git-send-email 2.17.0 X-PMX-Version: 6.4.3.2751440, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2018.5.9.180615, AntiVirus-Engine: 5.49.1, AntiVirus-Data: 2018.5.9.5491002 X-PMX-Spam: Gauge=IIIIIIII, Probability=8%, Report=' HTML_00_01 0.05, HTML_00_10 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_1100_1199 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, LEGITIMATE_SIGNS 0, MULTIPLE_REAL_RCPTS 0, RDNS_POOLED 0, RDNS_SUSP 0, RDNS_SUSP_SPECIFIC 0, SINGLE_URI_IN_BODY 0, URI_WITH_PATH_ONLY 0, __ANY_URI 0, __CC_NAME 0, __CC_NAME_DIFF_FROM_ACC 0, __CC_REAL_NAMES 0, __CP_URI_IN_BODY 0, __FRAUD_MONEY_CURRENCY 0, __FRAUD_MONEY_CURRENCY_DOLLAR 0, __FROM_DOMAIN_IN_ANY_CC1 0, __FROM_DOMAIN_IN_RCPT 0, __HAS_CC_HDR 0, __HAS_FROM 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __HTTPS_URI 0, __INT_PROD_COMP 0, __MIME_TEXT_ONLY 0, __MIME_TEXT_P 0, __MIME_TEXT_P1 0, __NO_HTML_TAG_RAW 0, __RDNS_POOLED_3 0, __SANE_MSGID 0, __SINGLE_URI_TEXT 0, __SUBJ_ALPHA_END 0, __TO_MALFORMED_2 0, __TO_NO_NAME 0, __URI_IN_BODY 0, __URI_NOT_IMG 0, __URI_NO_WWW 0, __URI_NS , __URI_WITH_PATH 0' X-Spam-Score: Gauge=IIIIIIII X-PMX-consideredAsSpam: no X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: A recent updated broke lxdm for me (failed to load symbols from a shared lib in consolekit2). I needed to rebuild both consolekit2 and lxdm to fix it - just rebuilding lxdm didn't solve the issue for me. --- main/consolekit2/APKBUILD | 2 +- main/lxdm/APKBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main/consolekit2/APKBUILD b/main/consolekit2/APKBUILD index ae1a21a0b5..f5c0e3ee52 100644 --- a/main/consolekit2/APKBUILD +++ b/main/consolekit2/APKBUILD @@ -3,7 +3,7 @@ pkgbase=ConsoleKit2 pkgname=consolekit2 pkgver=1.2.1 -pkgrel=0 +pkgrel=1 pkgdesc="A framework for defining and tracking users, login sessions, and seats" provides="consolekit=$pkgver" replaces=consolekit diff --git a/main/lxdm/APKBUILD b/main/lxdm/APKBUILD index 6a7cb34709..fa3772740c 100644 --- a/main/lxdm/APKBUILD +++ b/main/lxdm/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: William Pitcock pkgname=lxdm pkgver=0.5.3 -pkgrel=1 +pkgrel=2 pkgdesc="LXDE desktop login manager" url="https://wiki.lxde.org/en/LXDM" license="GPL" -- 2.17.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---