[arch-commits] Commit in libotr/trunk (PKGBUILD kopete.patch)

Gaetan Bisson bisson at archlinux.org
Tue Oct 21 21:04:40 UTC 2014


    Date: Tuesday, October 21, 2014 @ 23:04:40
  Author: bisson
Revision: 225155

upstream update

Modified:
  libotr/trunk/PKGBUILD
Deleted:
  libotr/trunk/kopete.patch

--------------+
 PKGBUILD     |   17 +++++------------
 kopete.patch |   12 ------------
 2 files changed, 5 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-21 18:33:00 UTC (rev 225154)
+++ PKGBUILD	2014-10-21 21:04:40 UTC (rev 225155)
@@ -4,23 +4,16 @@
 # Contributor: Bug <Bug2000 at gmail.com>
 
 pkgname=libotr
-pkgver=4.0.0
-pkgrel=5
+pkgver=4.1.0
+pkgrel=1
 pkgdesc='Off-the-Record Messaging Library and Toolkit'
-url='http://www.cypherpunks.ca/otr/'
+url='http://otr.cypherpunks.ca/'
 license=('GPL' 'LGPL')
 arch=('i686' 'x86_64')
 depends=('libgcrypt')
-source=("http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz"
-        'kopete.patch')
-sha1sums=('8865e9011b8674290837afcf7caf90c492ae09cc'
-          '55988c4f11b6852491a758ea7a5b7071e8959c55')
+source=("http://otr.cypherpunks.ca/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha1sums=('df30bc87a7a8f37678dd679d17fa1f9638ea247e' 'SKIP')
 
-prepare() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	patch -p1 -i ../kopete.patch # FS#38326
-}
-
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 	./configure --prefix=/usr --mandir=/usr/share/man

Deleted: kopete.patch
===================================================================
--- kopete.patch	2014-10-21 18:33:00 UTC (rev 225154)
+++ kopete.patch	2014-10-21 21:04:40 UTC (rev 225155)
@@ -1,12 +0,0 @@
-diff -Naur old/src/message.c new/src/message.c
---- old/src/message.c	2012-08-31 02:15:35.000000000 -1000
-+++ new/src/message.c	2014-01-06 01:22:43.316831758 -1000
-@@ -441,7 +441,7 @@
- 	/* Fragment and send according to policy */
- 	if (!err && messagep && *messagep) {
- 	    if (context) {
--		err = fragment_and_send(ops, NULL, context, *messagep,
-+		err = fragment_and_send(ops, opdata, context, *messagep,
- 			fragPolicy, messagep);
- 	    }
- 	}



More information about the arch-commits mailing list