Rev openSUSE:Factory/38 Md5 e4f8587cc906079ea1163a6718d46f94 2008-11-03 00:00:37 unknown None

This commit is contained in:
OBS User unknown 2008-11-03 00:00:37 +00:00 committed by Git OBS Bridge
parent f8a565651e
commit 9b4a71bf79
3 changed files with 34 additions and 3 deletions

View File

@ -0,0 +1,22 @@
Index: e2fsprogs-1.41.1/lib/ext2fs/alloc.c
===================================================================
--- e2fsprogs-1.41.1.orig/lib/ext2fs/alloc.c 2008-08-28 16:39:14.000000000 +0200
+++ e2fsprogs-1.41.1/lib/ext2fs/alloc.c 2008-10-28 11:28:34.000000000 +0100
@@ -29,7 +29,7 @@
/*
* Check for uninit block bitmaps and deal with them appropriately
*/
-static check_block_uninit(ext2_filsys fs, ext2fs_block_bitmap map,
+static void check_block_uninit(ext2_filsys fs, ext2fs_block_bitmap map,
dgrp_t group)
{
int i;
@@ -75,7 +75,7 @@ static check_block_uninit(ext2_filsys fs
/*
* Check for uninit inode bitmaps and deal with them appropriately
*/
-static check_inode_uninit(ext2_filsys fs, ext2fs_inode_bitmap map,
+static void check_inode_uninit(ext2_filsys fs, ext2fs_inode_bitmap map,
dgrp_t group)
{
int i;

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 28 12:41:54 CET 2008 - mkoenig@suse.de
- fix function signature to avoid compiler warning [bnc#439129]
-------------------------------------------------------------------
Tue Oct 7 12:46:16 CEST 2008 - mkoenig@suse.de

View File

@ -27,7 +27,7 @@ Supplements: filesystem(ext2) filesystem(ext3)
PreReq: %install_info_prereq
AutoReqProv: on
Version: 1.41.1
Release: 10
Release: 11
Summary: Utilities for the Second Extended File System
Url: http://e2fsprogs.sourceforge.net
Source: %{name}-%{version}.tar.bz2
@ -45,6 +45,7 @@ Patch5: e2fsprogs-1.40.4-uuidd_pid_path.patch
Patch6: e2fsprogs-1.41.1-link_fix.patch
Patch7: e2fsprogs-1.41.1-splash_support.patch
Patch8: e2fsprogs-1.41.1-e2fsck_fix_automatic_blocksize_detection.patch
Patch9: e2fsprogs-1.41.1-function_signature_fix.patch
# libcom_err patches
# 66534 - [SL 10.0] et_list handling of krb5 and libcom_err.so.2 conflict
Patch31: libcom_err-no-init_error_table.patch
@ -249,6 +250,7 @@ Authors:
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
# libcom_err patches
%patch31 -p1
%patch32 -p1
@ -470,6 +472,8 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/com_err.3.gz
%changelog
* Tue Oct 28 2008 mkoenig@suse.de
- fix function signature to avoid compiler warning [bnc#439129]
* Tue Oct 07 2008 mkoenig@suse.de
- e2fsck: fix e2fsck automatic blocksize detetion
* Mon Sep 29 2008 mkoenig@suse.de
@ -974,7 +978,7 @@ rm -rf $RPM_BUILD_ROOT
- fix install_info --delete call and move from preun to postun
* Fri Feb 07 2003 ro@suse.de
- added install_info macros
* Wed Oct 02 2002 garloff@suse.de
* Tue Oct 01 2002 garloff@suse.de
- Fix segfault in display of real device in presence of volume
name. #20422
* Tue Sep 03 2002 mls@suse.de
@ -995,7 +999,7 @@ rm -rf $RPM_BUILD_ROOT
from util-linux:mount)
* Sun Jul 28 2002 kukuk@suse.de
- Remove unused tetex from neededforbuild
* Sat Jul 20 2002 olh@suse.de
* Fri Jul 19 2002 olh@suse.de
- use a better method for finding missed filelist entries
* Fri Apr 12 2002 sf@suse.de
- added %%{_libdir}