[arch-commits] Commit in file/trunk (PKGBUILD file-5.05-python-3.2.patch)

Allan McRae allan at archlinux.org
Fri Apr 15 12:49:27 UTC 2011


    Date: Friday, April 15, 2011 @ 08:49:27
  Author: allan
Revision: 119819

upgpkg: file 5.06-1
upstream update

Modified:
  file/trunk/PKGBUILD
Deleted:
  file/trunk/file-5.05-python-3.2.patch

----------------------------+
 PKGBUILD                   |   15 +++++----------
 file-5.05-python-3.2.patch |   11 -----------
 2 files changed, 5 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-15 12:27:56 UTC (rev 119818)
+++ PKGBUILD	2011-04-15 12:49:27 UTC (rev 119819)
@@ -3,8 +3,8 @@
 # Contributor: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=file
-pkgver=5.05
-pkgrel=2
+pkgver=5.06
+pkgrel=1
 pkgdesc="File type identification utility"
 arch=('i686' 'x86_64')
 license=('custom')
@@ -13,11 +13,9 @@
 depends=('glibc' 'zlib')
 options=('!libtool')
 source=(ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz 
-        file-5.05-zip64.patch 
-        file-5.05-python-3.2.patch)
-md5sums=('0b429063710457be2bd17a18389cb018'
-         '385f020467debd98bd2d8df6143f93d0'
-         '3f5e147be5b9c36c74323a1317328538')
+        file-5.05-zip64.patch)
+md5sums=('deb12b0fb9d09e7681be72bad6eba4e0'
+         '385f020467debd98bd2d8df6143f93d0')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -26,9 +24,6 @@
   # identify zip64 files
   patch -Np1 -i ${srcdir}/file-5.05-zip64.patch
 
-  # identify python 3.2 files
-  patch -Np1 -i ../file-5.05-python-3.2.patch
-
   ./configure --prefix=/usr --datadir=/usr/share/file
   make 
 }

Deleted: file-5.05-python-3.2.patch
===================================================================
--- file-5.05-python-3.2.patch	2011-04-15 12:27:56 UTC (rev 119818)
+++ file-5.05-python-3.2.patch	2011-04-15 12:49:27 UTC (rev 119819)
@@ -1,11 +0,0 @@
-diff -Naur file-5.05.ori/magic/Magdir/python file-5.05/magic/Magdir/python
---- file-5.05.ori/magic/Magdir/python	2010-12-31 10:15:28.000000000 -0800
-+++ file-5.05/magic/Magdir/python	2011-02-24 07:07:36.030004467 -0800
-@@ -20,6 +20,7 @@
- 0	belong		0x03f30d0a	python 2.7 byte-compiled
- 0	belong		0x3b0c0d0a	python 3.0 byte-compiled
- 0	belong		0x4f0c0d0a	python 3.1 byte-compiled
-+0	belong		0x6c0c0d0a	python 3.2 byte-compiled
- 
- 0	search/1/w	#!\ /usr/bin/python	Python script text executable
- !:mime text/x-python




More information about the arch-commits mailing list