[arch-commits] Commit in gd/repos (3 files)

Ionut Biru ibiru at archlinux.org
Wed Jan 20 12:11:27 UTC 2010


    Date: Wednesday, January 20, 2010 @ 07:11:26
  Author: ibiru
Revision: 64438

Merged revisions 64436 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/gd/trunk

........
  r64436 | ibiru | 2010-01-20 14:09:47 +0200 (Wed, 20 Jan 2010) | 2 lines
  
  upgpkg: gd 2.0.36RC1-3
      bad patch for libpng
........

Modified:
  gd/repos/testing-x86_64/	(properties)
  gd/repos/testing-x86_64/PKGBUILD
  gd/repos/testing-x86_64/libpng14.patch

----------------+
 PKGBUILD       |    4 ++--
 libpng14.patch |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


Property changes on: gd/repos/testing-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /gd/trunk:1-63465
   + /gd/trunk:1-64437

Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2010-01-20 12:10:30 UTC (rev 64437)
+++ testing-x86_64/PKGBUILD	2010-01-20 12:11:26 UTC (rev 64438)
@@ -3,7 +3,7 @@
 
 pkgname=gd
 pkgver=2.0.36RC1
-pkgrel=2
+pkgrel=3
 pkgdesc="Library for the dynamic creation of images by programmers"
 arch=('i686' 'x86_64')
 url="http://www.libgd.org/"
@@ -12,7 +12,7 @@
 options=('!libtool')
 source=(http://www.libgd.org/releases/${pkgname}-${pkgver}.tar.bz2 libpng14.patch)
 md5sums=('e876979ca3130623a4e7866d9579171a'
-         '7cfb63cdffcc5374b2bef1db685a81ba')
+         '7921556f4960e8d66cf4fb67ea7101b5')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: testing-x86_64/libpng14.patch
===================================================================
--- testing-x86_64/libpng14.patch	2010-01-20 12:10:30 UTC (rev 64437)
+++ testing-x86_64/libpng14.patch	2010-01-20 12:11:26 UTC (rev 64438)
@@ -6,7 +6,7 @@
    }
  
 -	if (!png_check_sig (sig, 8)) { /* bad signature */
-+	if (!png_sig_cmp (sig, 0, 8)) { /* bad signature */
++	if (png_sig_cmp (sig, 0, 8)) { /* bad signature */
      	return NULL;		/* bad signature */
  	}
  




More information about the arch-commits mailing list