[arch-commits] Commit in lzo2/trunk (PKGBUILD configure-2.07.patch)

Tobias Powalowski tpowa at nymeria.archlinux.org
Mon Jun 30 10:50:46 UTC 2014


    Date: Monday, June 30, 2014 @ 12:50:46
  Author: tpowa
Revision: 215731

upgpkg: lzo2 2.08-1

bump to latest version

Modified:
  lzo2/trunk/PKGBUILD
Deleted:
  lzo2/trunk/configure-2.07.patch

----------------------+
 PKGBUILD             |   15 ++++-----------
 configure-2.07.patch |   12 ------------
 2 files changed, 4 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-30 10:50:45 UTC (rev 215730)
+++ PKGBUILD	2014-06-30 10:50:46 UTC (rev 215731)
@@ -2,23 +2,16 @@
 # Contributor: Low Kian Seong <fastmail_low at speedymail.org>
 # Maintainer: dorphell <dorphell at archlinux.org>
 pkgname=lzo2
-pkgver=2.07
-pkgrel=2
+pkgver=2.08
+pkgrel=1
 pkgdesc="Portable lossless data compression library"
 arch=('i686' 'x86_64')
 url="http://www.oberhumer.com/opensource/lzo"
 license=('GPL')
 depends=('glibc')
-source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz
-        configure-2.07.patch)
-md5sums=('4011935e95171e78ad4894f7335c982a'
-         'db3ead3fb5590275838d3080ea7342d1')
+source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz)
+md5sums=('fcec64c26a0f4f4901468f360029678f')
 
-prepare() {
-  cd "${srcdir}/lzo-${pkgver}"
-  patch -Np0 -i ${srcdir}/configure-2.07.patch
-}
-
 build() {
   cd "${srcdir}/lzo-${pkgver}"
   ./configure --prefix=/usr --enable-shared

Deleted: configure-2.07.patch
===================================================================
--- configure-2.07.patch	2014-06-30 10:50:45 UTC (rev 215730)
+++ configure-2.07.patch	2014-06-30 10:50:46 UTC (rev 215731)
@@ -1,12 +0,0 @@
---- configure.ORIG      2014-06-25 15:47:13.000000000 +0200
-+++ configure   2014-06-26 00:05:33.000000000 +0200
-@@ -13953,7 +13953,7 @@
- /* end confdefs.h.  */
- #define LZO_CFG_NO_CONFIG_HEADER 1
- #define LZO_WANT_ACC_INCD_H 1
--#include "include/lzo/lzodefs.h"
-+#include "include/lzo/lzoconf.h"
- #include "src/lzo_supp.h"
-
- #undef  LZOCHK_ASSERT
-




More information about the arch-commits mailing list