forked from pool/e2fsprogs
Rev openSUSE:Factory/30 Md5 14c4f4890d6611e7c73cd73b6c19343f 2008-07-11 18:41:52 unknown None
This commit is contained in:
parent
a644347ab7
commit
2fa0fff367
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 2 20:21:49 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Remove doubleplusungood -fsigned-char.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 24 10:07:19 CEST 2008 - mkoenig@suse.de
|
||||
|
||||
|
@ -20,7 +20,7 @@ Supplements: filesystem(ext2) filesystem(ext3)
|
||||
PreReq: %install_info_prereq
|
||||
AutoReqProv: on
|
||||
Version: 1.40.11
|
||||
Release: 1
|
||||
Release: 4
|
||||
Summary: Utilities for the Second Extended File System
|
||||
Url: http://e2fsprogs.sourceforge.net
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
@ -92,7 +92,7 @@ Authors:
|
||||
%package -n libext2fs-devel
|
||||
License: GPL v2 or later
|
||||
Summary: Development files for libext2fs
|
||||
Group: System/Filesystems
|
||||
Group: Development/Libraries/C and C++
|
||||
AutoReqProv: on
|
||||
Requires: libext2fs2 = %version libcom_err-devel
|
||||
|
||||
@ -127,7 +127,7 @@ Authors:
|
||||
%package -n libcom_err-devel
|
||||
License: GPL v2 or later
|
||||
Summary: Development files for libcom_err
|
||||
Group: System/Filesystems
|
||||
Group: Development/Libraries/C and C++
|
||||
AutoReqProv: on
|
||||
Requires: libcom_err2 = %version
|
||||
|
||||
@ -160,7 +160,7 @@ Authors:
|
||||
%package -n libblkid-devel
|
||||
License: GPL v2 or later
|
||||
Summary: Development files for the filesystem detection library
|
||||
Group: System/Filesystems
|
||||
Group: Development/Libraries/C and C++
|
||||
AutoReqProv: on
|
||||
Requires: libblkid1 = %version libuuid-devel
|
||||
|
||||
@ -214,7 +214,7 @@ Authors:
|
||||
%package -n libuuid-devel
|
||||
License: GPL v2 or later
|
||||
Summary: Development files for libuuid1
|
||||
Group: System/Filesystems
|
||||
Group: Development/Libraries/C and C++
|
||||
AutoReqProv: on
|
||||
Requires: libuuid1 = %version
|
||||
|
||||
@ -256,7 +256,7 @@ cp %{SOURCE2} .
|
||||
--libdir=%{_libdir} \
|
||||
--enable-elf-shlibs \
|
||||
--disable-evms \
|
||||
CFLAGS="$RPM_OPT_FLAGS -fsigned-char"
|
||||
CFLAGS="$RPM_OPT_FLAGS"
|
||||
make
|
||||
|
||||
%install
|
||||
@ -441,6 +441,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/com_err.3.gz
|
||||
|
||||
%changelog
|
||||
* Wed Jul 02 2008 schwab@suse.de
|
||||
- Remove doubleplusungood -fsigned-char.
|
||||
* Tue Jun 24 2008 mkoenig@suse.de
|
||||
- update to version 1.40.11
|
||||
most important changes since 1.40.8:
|
||||
|
Loading…
Reference in New Issue
Block a user