Hello community, here is the log from the commit of package jfsutils for openSUSE:Factory checked in at 2012-11-21 17:01:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jfsutils (Old) and /work/SRC/openSUSE:Factory/.jfsutils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jfsutils", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/jfsutils/jfsutils.changes 2012-06-05 15:31:56.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.jfsutils.new/jfsutils.changes 2012-11-21 17:01:49.000000000 +0100 @@ -1,0 +2,5 @@ +Fri Nov 16 19:22:02 UTC 2012 - [email protected] + +- Fix missing include (patch jfs-headers.patch). + +------------------------------------------------------------------- New: ---- jfs-headers.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jfsutils.spec ++++++ --- /var/tmp/diff_new_pack.sXbqhe/_old 2012-11-21 17:01:51.000000000 +0100 +++ /var/tmp/diff_new_pack.sXbqhe/_new 2012-11-21 17:01:51.000000000 +0100 @@ -31,6 +31,7 @@ Source3: jfslog.pdf Source4: jfsroot.html Source5: jfs.txt +Patch1: jfs-headers.patch Provides: jfsprogs %if 0%{?suse_version} > 1010 Supplements: filesystem(jfs) @@ -52,6 +53,7 @@ %prep %setup -q +%patch1 -p1 %build sed -i -e 's@^\./"@\." @' fsck/jfs_fsck.8 \ ++++++ jfs-headers.patch ++++++ Index: jfsutils-1.1.15/libfs/devices.h =================================================================== --- jfsutils-1.1.15.orig/libfs/devices.h +++ jfsutils-1.1.15/libfs/devices.h @@ -42,6 +42,7 @@ struct stat; +#include <stdint.h> int ujfs_get_dev_size(FILE *, int64_t * size); int ujfs_rw_diskblocks(FILE *, int64_t, int32_t, void *, int32_t); int ujfs_flush_dev(FILE *); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
