]> git.pld-linux.org Git - packages/file.git/commitdiff
- drop php-wsdl-cache.magic, applied upstream
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 25 May 2011 17:15:28 +0000 (17:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    file.spec -> 1.179
    php-wsdl-cache.magic -> 1.5

file.spec
php-wsdl-cache.magic [deleted file]

index f1c74ba37b28abed03d2c78f4246f93cf4938089..988eda524bec98e2f914791b2950ca04a04f3d87 100644 (file)
--- a/file.spec
+++ b/file.spec
@@ -39,6 +39,7 @@ Source1:      http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-ma
 Source2:       %{name}-zisofs.magic
 Source3:       %{name}-mscompress.magic
 Source4:       %{name}-magic.mime-gen.awk
+Patch0:                git.patch
 Patch1:                %{name}-sparc.patch
 Patch3:                %{name}-greedy-dump.patch
 Patch4:                %{name}-selinux.patch
@@ -247,6 +248,7 @@ Wiązania Pythona dla libmagic.
 
 %prep
 %setup -q
+%patch0 -p1
 %patch1 -p1
 %patch3 -p1
 %patch4 -p1
diff --git a/php-wsdl-cache.magic b/php-wsdl-cache.magic
deleted file mode 100644 (file)
index 1161aa5..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-# PHP WSDL Cache, http://www.php.net/manual/en/book.soap.php
-# Cache format extracted from source:
-# http://svn.php.net/viewvc/php/php-src/trunk/ext/soap/php_sdl.c?revision=HEAD&view=markup
-# Requires file >= 5.05, see http://mx.gw.com/pipermail/file/2010/000683.html
-# By Elan Ruusamäe <glen@delfi.ee>, Patryk Zawadzki <patrys@pld-linux.org>, 2010-2011
-0   string      wsdl    PHP WSDL cache,
->4  byte        x   version 0x%02x
->6  ledate      x   \b, created %s
-
-# uri
->10 lelong <0x7fffffff
->>10 pstring/l x \b, uri: "%s"
-
-# source
->>>&0 lelong <0x7fffffff
->>>>&-4 pstring/l x \b, source: "%s"
-
-# target_ns
->>>>>&0 lelong <0x7fffffff
->>>>>>&-4 pstring/l x \b, target_ns: "%s"
This page took 0.108132 seconds and 4 git commands to generate.