]> git.pld-linux.org Git - packages/file.git/commitdiff
up to 5.15 auto/th/file-5.15-1
authorElan Ruusamäe <glen@delfi.ee>
Thu, 26 Sep 2013 11:49:46 +0000 (14:49 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 26 Sep 2013 11:49:46 +0000 (14:49 +0300)
file.spec
sticky-bit.patch [deleted file]

index 8197bcda20777a575c9839df14abc3605886c072..e7a0a0bef1ce2656748ed4a034e8ca4831a6c987 100644 (file)
--- a/file.spec
+++ b/file.spec
@@ -28,12 +28,12 @@ Summary(uk.UTF-8):  Утиліта для визначення типів фай
 Summary(zh_CN.UTF-8):  判定文件类型的工具。
 Summary(zh_TW.UTF-8):  用於決定檔案類型的一個工具程式。
 Name:          file
-Version:       5.14
+Version:       5.15
 Release:       1
 License:       distributable
 Group:         Applications/File
 Source0:       ftp://ftp.astron.com/pub/file/%{name}-%{version}.tar.gz
-# Source0-md5: c26625f1d6773ad4bc5a87c0e315632c
+# Source0-md5: 3f99565532f548d7540912c4642d1ede
 Source1:       http://ftp1.pld-linux.org/people/glen/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: 6a45bcaefd19b94db36a1b2b7c5b806b
 Source2:       %{name}-zisofs.magic
@@ -43,7 +43,6 @@ Patch0:               %{name}-sparc.patch
 Patch1:                %{name}-selinux.patch
 Patch2:                searchpath.patch
 Patch3:                automake.patch
-Patch4:                sticky-bit.patch
 URL:           http://www.darwinsys.com/file/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -251,7 +250,6 @@ Wiązania Pythona dla libmagic.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%patch4 -p1
 
 %if "%{cc_version}" < "3.4"
 %{__sed} -i -e 's,-Wextra,,' configure.ac
diff --git a/sticky-bit.patch b/sticky-bit.patch
deleted file mode 100644 (file)
index fd3b9ad..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-http://mx.gw.com/pipermail/file/2012/000908.html
-
-diff --git a/src/ascmagic.c b/src/ascmagic.c
-index 5a1caac..8d6ca95 100644
---- a/src/ascmagic.c
-+++ b/src/ascmagic.c
-@@ -211,6 +211,7 @@ file_ascmagic_with_encoding(struct magic_set *ms, const unsigned char *buf,
-                               case 0:
-                                       if (file_printf(ms, ", ") == -1)
-                                               goto done;
-+                                      break;
-                               case -1:
-                                       goto done;
-                               default:
This page took 0.194665 seconds and 4 git commands to generate.