From 937d5189f7559239f46a40db64751df8194867573d881918d1429b2b0be76ff6 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 23 Apr 2010 17:10:34 +0000 Subject: [PATCH] Updating link to change in openSUSE:Factory/file revision 36.0 OBS-URL: https://build.opensuse.org/package/show/Base:System/file?expand=0&rev=f46bef8d7dd0208066bde45b81776627 --- file-5.04-llvm.dif | 9 +++++++++ file.changes | 5 +++++ file.spec | 4 +++- python-magic.spec | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 file-5.04-llvm.dif diff --git a/file-5.04-llvm.dif b/file-5.04-llvm.dif new file mode 100644 index 0000000..d0a03a1 --- /dev/null +++ b/file-5.04-llvm.dif @@ -0,0 +1,9 @@ +--- magic/Magdir/llvm ++++ magic/Magdir/llvm 2010-04-19 14:13:15.518924957 +0000 +@@ -9,3 +9,6 @@ + 0 string llvc0 LLVM byte-codes, null compression + 0 string llvc1 LLVM byte-codes, gzip compression + 0 string llvc2 LLVM byte-codes, bzip2 compression ++ ++0 string BC\xc0\xde LLVM bitcode ++0 string \xde\xc0\x17\x0b LLVM bitcode, wrapper diff --git a/file.changes b/file.changes index 4fdff28..2814ef0 100644 --- a/file.changes +++ b/file.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 19 16:18:08 CEST 2010 - werner@suse.de + +- Add llvm bicode magic (bnc#597752) + ------------------------------------------------------------------- Fri Feb 5 17:15:51 CET 2010 - werner@suse.de diff --git a/file.spec b/file.spec index 34e44a9..1768a0b 100644 --- a/file.spec +++ b/file.spec @@ -31,7 +31,7 @@ Obsoletes: file-64bit # # Set Version also in python-magic.spec Version: 5.04 -Release: 1 +Release: 2 Summary: A Tool to Determine File Types Source: ftp://ftp.astron.com/pub/file/file-%{version}.tar.bz2 Source2: baselibs.conf @@ -58,6 +58,7 @@ Patch25: file-5.02-javacheck.dif Patch26: file-4.24-solv.dif Patch27: file-5.04-zip2.0.dif Patch28: file-5.03-iso9660.dif +Patch29: file-5.04-llvm.dif BuildRoot: %{_tmppath}/%{name}-%{version}-build %global _sysconfdir /etc %global _miscdir %{_datadir}/misc @@ -122,6 +123,7 @@ Authors: %patch26 -p0 -b .solv %patch27 -p0 -b .zip2.0 %patch28 -p0 -b .iso9600 +%patch29 -p0 -b .llvm %patch %build diff --git a/python-magic.spec b/python-magic.spec index 89529e6..f04af0a 100644 --- a/python-magic.spec +++ b/python-magic.spec @@ -27,7 +27,7 @@ License: BSD 3 Clause, BSD 4 Clause Group: Development/Languages/Python AutoReqProv: on Version: 5.04 -Release: 1 +Release: 2 Summary: Python module to use libmagic %py_requires Source99: file.spec