.
OBS-URL: https://build.opensuse.org/package/show/Base:System/file?expand=0&rev=41
This commit is contained in:
parent
6e210c9c72
commit
72479e42c8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:73ae51889006b1ddb95db729237d411eb8d353884dfb149f0b4427d314aff68a
|
|
||||||
size 608726
|
|
3
file-5.11.tar.gz
Normal file
3
file-5.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c70ae29a28c0585f541d5916fc3248c3e91baa481f63d7ccec53d1534cbcc9b7
|
||||||
|
size 610019
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 21 12:39:50 UTC 2012 - werner@suse.de
|
||||||
|
|
||||||
|
- Update to file version 5.11 (bnc#753303, CVE-2012-1571)
|
||||||
|
* Fix CDF parsing issues found by CERT's fuzzing tool (Will Dormann)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 16 13:42:35 UTC 2012 - werner@suse.de
|
Mon Jan 16 13:42:35 UTC 2012 - werner@suse.de
|
||||||
|
|
||||||
|
19
file.spec
19
file.spec
@ -16,25 +16,25 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: file
|
Name: file
|
||||||
BuildRequires: findutils zlib-devel
|
BuildRequires: findutils
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
BuildRequires: zlib-devel
|
||||||
Url: http://www.darwinsys.com/file/
|
Url: http://www.darwinsys.com/file/
|
||||||
License: BSD 2 Clause
|
|
||||||
Group: Productivity/File utilities
|
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: file-64bit
|
Obsoletes: file-64bit
|
||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
# Set Version also in python-magic.spec
|
# Set Version also in python-magic.spec
|
||||||
Version: 5.10
|
Version: 5.11
|
||||||
Release: 1
|
Release: 0
|
||||||
Summary: A Tool to Determine File Types
|
Summary: A Tool to Determine File Types
|
||||||
|
License: BSD-2-Clause
|
||||||
|
Group: Productivity/File utilities
|
||||||
Source: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
|
Source: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
Patch: file-%{version}.dif
|
Patch: file-5.10.dif
|
||||||
Patch1: file-5.07-misc.dif
|
Patch1: file-5.07-misc.dif
|
||||||
Patch4: file-4.24-autoconf.dif
|
Patch4: file-4.24-autoconf.dif
|
||||||
Patch5: file-4.03-tex.dif
|
Patch5: file-4.03-tex.dif
|
||||||
@ -69,11 +69,12 @@ specified file. File type recognition is controlled by the file
|
|||||||
used by apsfilter to permit automatic printing of different file types.
|
used by apsfilter to permit automatic printing of different file types.
|
||||||
|
|
||||||
%package -n file-devel
|
%package -n file-devel
|
||||||
License: Other uncritical OpenSource License
|
|
||||||
Summary: Include Files and Libraries mandatory for Development
|
Summary: Include Files and Libraries mandatory for Development
|
||||||
|
License: Other uncritical OpenSource License
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
Provides: file:/usr/include/magic.h
|
Provides: file:/usr/include/magic.h
|
||||||
Requires: file = %{version} glibc-devel
|
Requires: file = %{version}
|
||||||
|
Requires: glibc-devel
|
||||||
|
|
||||||
%description -n file-devel
|
%description -n file-devel
|
||||||
This package contains all necessary include files and libraries needed
|
This package contains all necessary include files and libraries needed
|
||||||
|
@ -16,18 +16,18 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: python-magic
|
Name: python-magic
|
||||||
%define build_python_bindings 1
|
%define build_python_bindings 1
|
||||||
BuildRequires: findutils zlib-devel
|
BuildRequires: findutils
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
|
BuildRequires: zlib-devel
|
||||||
Url: http://www.darwinsys.com/file/
|
Url: http://www.darwinsys.com/file/
|
||||||
|
Version: 5.10
|
||||||
|
Release: 0
|
||||||
|
Summary: Python module to use libmagic
|
||||||
License: BSD 3 Clause, BSD 4 Clause
|
License: BSD 3 Clause, BSD 4 Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Version: 5.10
|
|
||||||
Release: 1
|
|
||||||
Summary: Python module to use libmagic
|
|
||||||
%py_requires
|
%py_requires
|
||||||
Source99: file.spec
|
Source99: file.spec
|
||||||
%{expand:%(sed -n -e '/^Source:/,/^BuildRoot:/p' <%_sourcedir/file.spec)}
|
%{expand:%(sed -n -e '/^Source:/,/^BuildRoot:/p' <%_sourcedir/file.spec)}
|
||||||
|
Loading…
Reference in New Issue
Block a user