[arch-commits] Commit in xdelta3/repos (6 files)

Alexander Rødseth arodseth at archlinux.org
Wed May 13 11:45:00 UTC 2015


    Date: Wednesday, May 13, 2015 @ 13:45:00
  Author: arodseth
Revision: 133366

archrelease: copy trunk to community-x86_64, community-i686

Added:
  xdelta3/repos/community-i686/PKGBUILD
    (from rev 133365, xdelta3/trunk/PKGBUILD)
  xdelta3/repos/community-x86_64/PKGBUILD
    (from rev 133365, xdelta3/trunk/PKGBUILD)
Deleted:
  xdelta3/repos/community-i686/PKGBUILD
  xdelta3/repos/community-i686/regtest_size_t.patch
  xdelta3/repos/community-x86_64/PKGBUILD
  xdelta3/repos/community-x86_64/regtest_size_t.patch

---------------------------------------+
 /PKGBUILD                             |   80 ++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD               |   44 -----------------
 community-i686/regtest_size_t.patch   |   11 ----
 community-x86_64/PKGBUILD             |   44 -----------------
 community-x86_64/regtest_size_t.patch |   11 ----
 5 files changed, 80 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-05-13 11:44:47 UTC (rev 133365)
+++ community-i686/PKGBUILD	2015-05-13 11:45:00 UTC (rev 133366)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Eduard "bekks" Warkentin <eduard.warkentin at gmail.com>
-# Contributor: Henning Garus <henning.garus at gmail.com>
-
-pkgname=xdelta3
-pkgver=3.0.8
-pkgrel=1
-pkgdesc='Diff utility which works with binary files'
-arch=('x86_64' 'i686')
-url='http://xdelta.org/'
-license=('GPL')
-depends=('xz')
-source=("http://${pkgname/3}.googlecode.com/files/$pkgname-$pkgver.tar.xz"
-        'regtest_size_t.patch')
-# SHA1 sum from https://code.google.com/p/xdelta/downloads/detail?name=xdelta3-3.0.8.tar.xz&can=2&q=        
-sha1sums=('62c7a029e96c0904bb47a5e2f3de08473a185539'
-          'c2816b5d4bfb405d3adb771fa09b367a88971240')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  
-  patch -Np1 -i ../regtest_size_t.patch
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  ./$pkgname test
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xdelta3/repos/community-i686/PKGBUILD (from rev 133365, xdelta3/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-05-13 11:45:00 UTC (rev 133366)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Eduard "bekks" Warkentin <eduard.warkentin at gmail.com>
+# Contributor: Henning Garus <henning.garus at gmail.com>
+
+pkgname=xdelta3
+pkgver=3.0.9
+pkgrel=1
+pkgdesc='Diff utility which works with binary files'
+arch=('x86_64' 'i686')
+url='http://xdelta.org/'
+license=('GPL')
+depends=('xz')
+source=("https://github.com/jmacd/xdelta-devel/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz")
+sha1sums=('a3c28412052f3f49ba1ea60ca9c97fcb377cc70f')
+
+# Check fails, but upstream says the failure is harmless:
+# https://github.com/jmacd/xdelta/issues/194
+# Disabling the check, for now.
+#
+#check() {
+#  cd "$pkgname-$pkgver"
+#
+#  ./$pkgname test
+#}
+
+build() {
+  cd "$pkgname-$pkgver"
+  
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# getver: github.com/jmacd/xdelta-devel/releases
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/regtest_size_t.patch
===================================================================
--- community-i686/regtest_size_t.patch	2015-05-13 11:44:47 UTC (rev 133365)
+++ community-i686/regtest_size_t.patch	2015-05-13 11:45:00 UTC (rev 133366)
@@ -1,11 +0,0 @@
---- a/testing/regtest.cc
-+++ b/testing/regtest.cc
-@@ -12,7 +12,7 @@ public:
-     Options() : encode_srcwin_maxsz(1<<20),
-		block_size(Constants::BLOCK_SIZE),
-		size_known(false) { }
--    size_t encode_srcwin_maxsz;
-+    uint64_t encode_srcwin_maxsz;
-     size_t block_size;
-     bool size_known;
-   };

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-05-13 11:44:47 UTC (rev 133365)
+++ community-x86_64/PKGBUILD	2015-05-13 11:45:00 UTC (rev 133366)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Eduard "bekks" Warkentin <eduard.warkentin at gmail.com>
-# Contributor: Henning Garus <henning.garus at gmail.com>
-
-pkgname=xdelta3
-pkgver=3.0.8
-pkgrel=1
-pkgdesc='Diff utility which works with binary files'
-arch=('x86_64' 'i686')
-url='http://xdelta.org/'
-license=('GPL')
-depends=('xz')
-source=("http://${pkgname/3}.googlecode.com/files/$pkgname-$pkgver.tar.xz"
-        'regtest_size_t.patch')
-# SHA1 sum from https://code.google.com/p/xdelta/downloads/detail?name=xdelta3-3.0.8.tar.xz&can=2&q=        
-sha1sums=('62c7a029e96c0904bb47a5e2f3de08473a185539'
-          'c2816b5d4bfb405d3adb771fa09b367a88971240')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  
-  patch -Np1 -i ../regtest_size_t.patch
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  ./$pkgname test
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xdelta3/repos/community-x86_64/PKGBUILD (from rev 133365, xdelta3/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-05-13 11:45:00 UTC (rev 133366)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Eduard "bekks" Warkentin <eduard.warkentin at gmail.com>
+# Contributor: Henning Garus <henning.garus at gmail.com>
+
+pkgname=xdelta3
+pkgver=3.0.9
+pkgrel=1
+pkgdesc='Diff utility which works with binary files'
+arch=('x86_64' 'i686')
+url='http://xdelta.org/'
+license=('GPL')
+depends=('xz')
+source=("https://github.com/jmacd/xdelta-devel/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz")
+sha1sums=('a3c28412052f3f49ba1ea60ca9c97fcb377cc70f')
+
+# Check fails, but upstream says the failure is harmless:
+# https://github.com/jmacd/xdelta/issues/194
+# Disabling the check, for now.
+#
+#check() {
+#  cd "$pkgname-$pkgver"
+#
+#  ./$pkgname test
+#}
+
+build() {
+  cd "$pkgname-$pkgver"
+  
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# getver: github.com/jmacd/xdelta-devel/releases
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/regtest_size_t.patch
===================================================================
--- community-x86_64/regtest_size_t.patch	2015-05-13 11:44:47 UTC (rev 133365)
+++ community-x86_64/regtest_size_t.patch	2015-05-13 11:45:00 UTC (rev 133366)
@@ -1,11 +0,0 @@
---- a/testing/regtest.cc
-+++ b/testing/regtest.cc
-@@ -12,7 +12,7 @@ public:
-     Options() : encode_srcwin_maxsz(1<<20),
-		block_size(Constants::BLOCK_SIZE),
-		size_known(false) { }
--    size_t encode_srcwin_maxsz;
-+    uint64_t encode_srcwin_maxsz;
-     size_t block_size;
-     bool size_known;
-   };



More information about the arch-commits mailing list