Hi Dave,
----- Original Message -----
> [...]
> This commit has been tagged with v3.2.0-rc2. I'd like everyone who
> can test this to test it, as all the issues that needed to be solved
> before a release could be made have now been addressed. If there are
> no new regressions or critical issues reported in the next week or
> so, I will make an official 3.2.0 release. So, please test. :)
>
I came across a couple of trivial build warnings when doing a test
build, and added a doc note for the debian/changelog - updates are
in a git tree over here if you'd like to pull 'em in...
Changes committed to git://oss.sgi.com/nathans/xfsprogs.git master
debian/changelog | 7 +++++++
libxfs/rdwr.c | 5 +++--
po/de.po | 1 +
3 files changed, 11 insertions(+), 2 deletions(-)
commit 75b480dad5f54d10e77750b2cf8793c04aa5537a
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Sat May 3 16:13:00 2014 +1000
Update debian changelog in preparation for pending release
In particular, add a note to the changelog about the added
dh_autoconf use so the BTS will be updated appropriately.
Signed-off-by: Nathan Scott <nathans@xxxxxxxxxx>
commit ce5da129319024236ce7e1af6b0f1fb448bcf4c7
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Sat May 3 16:10:38 2014 +1000
Fix msgfmt warning when building the German translation
Use the same header present in the Polish language files to
resolve the following warning in the de.po build:
[MSGFMT] de.mo
de.po:7: warning: header field 'Language' missing in header
Signed-off-by: Nathan Scott <nathans@xxxxxxxxxx>
commit b47c8cae3637a81c50a7f1e42938fc20d947f3aa
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Sat May 3 16:09:03 2014 +1000
Fix 32 bit build warning in libxfs, xfs_daddr_t printing
Add the usual type casts to resolve the following warnings:
rdwr.c: In function 'libxfs_getbufr_map':
rdwr.c:499:4: warning: format '%lx' expects argument of type 'long unsigned
int', but argument 5 has type 'xfs_daddr_t' [-Wformat]
rdwr.c:499:4: warning: format '%lx' expects argument of type 'long unsigned
int', but argument 6 has type 'xfs_daddr_t' [-Wformat]
Signed-off-by: Nathan Scott <nathans@xxxxxxxxxx>
--
Nathan
xfsprogs-warnings.patch
Description: Text Data
|