From 09ee937a8ac48f01c0b01145373e230606f1f1f254d5409beb1802be98156a12 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 21 Mar 2008 00:40:23 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/file?expand=0&rev=15 --- file-4.21-reiserfs.dif | 10 ++++++++++ file.changes | 5 +++++ file.spec | 7 ++++++- python-magic.spec | 3 ++- 4 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 file-4.21-reiserfs.dif diff --git a/file-4.21-reiserfs.dif b/file-4.21-reiserfs.dif new file mode 100644 index 0000000..71d2155 --- /dev/null +++ b/file-4.21-reiserfs.dif @@ -0,0 +1,10 @@ +--- magic/Magdir/filesystems ++++ magic/Magdir/filesystems 2008-03-13 19:10:55.050787490 +0100 +@@ -1109,6 +1109,7 @@ + # reiserfs - russell@coker.com.au + 0x10034 string ReIsErFs ReiserFS V3.5 + 0x10034 string ReIsEr2Fs ReiserFS V3.6 ++0x10034 string ReIsEr3Fs ReiserFS V3.6.19 + >0x1002c leshort x block size %d + >0x10032 leshort &2 (mounted or unclean) + >0x10000 lelong x num blocks %d diff --git a/file.changes b/file.changes index 93566a0..b8b67ac 100644 --- a/file.changes +++ b/file.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 13 19:19:56 CET 2008 - werner@suse.de + +- Remember ReiserFS V3.6.19 (bnc#370535) + ------------------------------------------------------------------- Mon Jan 28 18:09:01 CET 2008 - rguenther@suse.de diff --git a/file.spec b/file.spec index 8facfb0..2781fa1 100644 --- a/file.spec +++ b/file.spec @@ -10,6 +10,7 @@ # norootforbuild + Name: file BuildRequires: findutils zlib-devel Url: http://www.darwinsys.com/file/ @@ -17,7 +18,7 @@ License: Other uncritical OpenSource License Group: Productivity/File utilities AutoReqProv: on Version: 4.21 -Release: 30 +Release: 40 Summary: A Tool to Determine File Types Source: ftp://ftp.astron.com/pub/file/file-%{version}.tar.bz2 Patch: file-%{version}.dif @@ -36,6 +37,7 @@ Patch12: file-4.21-option.dif Patch13: file-4.21-scribus.dif Patch14: file-4.21-awk.dif Patch15: file-4.21-xcursor.dif +Patch16: file-4.21-reiserfs.dif Patch20: file-4.16-mips.dif Patch21: file-4.16-python.dif BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -90,6 +92,7 @@ Authors: %patch13 -p0 -b .scri %patch14 -p0 -b .awk %patch15 -p0 -b .xcur +%patch16 -p0 -b .reiserfs %ifarch mips %patch20 -p0 -b .mips %endif @@ -161,6 +164,8 @@ unset LD_LIBRARY_PATH %attr(644,root,root) %{_mandir}/man3/libmagic.3.gz %changelog +* Thu Mar 13 2008 werner@suse.de +- Remember ReiserFS V3.6.19 (bnc#370535) * Mon Jan 28 2008 rguenther@suse.de - Split python-magic off to separate spec file to avoid pulling python into the base build cycle diff --git a/python-magic.spec b/python-magic.spec index dea1042..8f11575 100644 --- a/python-magic.spec +++ b/python-magic.spec @@ -10,6 +10,7 @@ # norootforbuild + Name: python-magic %define build_python_bindings 1 BuildRequires: findutils zlib-devel @@ -19,7 +20,7 @@ License: Other uncritical OpenSource License Group: Development/Languages/Python AutoReqProv: on Version: 4.21 -Release: 30 +Release: 44 Summary: Python module to use libmagic %py_requires Source99: file.spec