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

Eric Bélanger eric at archlinux.org
Wed Jan 20 03:48:31 UTC 2010


    Date: Tuesday, January 19, 2010 @ 22:48:31
  Author: eric
Revision: 64379

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

........
  r64375 | eric | 2010-01-19 22:40:07 -0500 (Tue, 19 Jan 2010) | 2 lines
  
  upgpkg: imlib 1.9.15-9
      Fixed libpng patch
........

Modified:
  imlib/repos/testing-i686/	(properties)
  imlib/repos/testing-i686/PKGBUILD
  imlib/repos/testing-i686/libpng14.patch

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


Property changes on: imlib/repos/testing-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /imlib/trunk:1-63918
   + /imlib/trunk:1-64378

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2010-01-20 03:46:20 UTC (rev 64378)
+++ testing-i686/PKGBUILD	2010-01-20 03:48:31 UTC (rev 64379)
@@ -4,7 +4,7 @@
 
 pkgname=imlib
 pkgver=1.9.15
-pkgrel=8
+pkgrel=9
 pkgdesc="General image handling library for X11 and Gtk"
 arch=('i686' 'x86_64')
 url="http://freshmeat.net/projects/imlib/"
@@ -16,10 +16,10 @@
         debian-bug448360.patch CAN-2004-1026.patch aclocal-fixes.patch libpng14.patch)
 md5sums=('7db987e6c52e4daf70d7d0f471238eae' '5f9da697934b6bd3b497ac9160ce4f5c'\
          'b273d36aa60adbfaacaf6062234e4c1f' '33b832f0dc6c9723cd0dfe9c8d0a6797'\
-         'e7c5783a02a370cacd74f76f699c4f99')
+         '9d8a029f5fb05978db0dbcd4ff38fe23')
 sha1sums=('c9a732a354fbb3c7e1a426e5d19fc92d73f8f720' 'fe2fd9ce4d7bc62271e724153de39012de8ec5ee'\
          'ec1b47281c1a7fb21abe841f948ecc56ed13f310' 'af54cb1ee0c8c6122b277284ebdd1022e31df3b5'\
-         '793862d7a239d0b4a10f395f99640978f2bb1739')
+         '20ed6063ba787ac7c2677bb4b135c0b7285c52af')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: testing-i686/libpng14.patch
===================================================================
--- testing-i686/libpng14.patch	2010-01-20 03:46:20 UTC (rev 64378)
+++ testing-i686/libpng14.patch	2010-01-20 03:48:31 UTC (rev 64379)
@@ -6,7 +6,7 @@
    fread(buf, 1, 8, f);
    rewind(f);
 -  return (int)png_check_sig(buf, 8);
-+  return (int)png_sig_cmp(buf, 0, 8);
++  return (int)png_sig_cmp(buf, 0, 8)==0;
  #else
    return 0;
  #endif




More information about the arch-commits mailing list