[meego-commits] 5454: Changes to Trunk/btrfs-progs

Anas Nashif nashif at linux.intel.com
Fri Jul 9 03:35:22 UTC 2010


Hi,
I have made the following changes to btrfs-progs in project Trunk. Please review and accept ASAP.

Thank You,
Anas Nashif

[This message was auto-generated]

---

Request #5454:

  submit:   Trunk:Testing/btrfs-progs(r5) -> Trunk/btrfs-progs


Message:
    * Tue Jul 6 2010 Zhu Yanhai <yanhai.zhu at linux.intel.com> - 0.19
- Add a patch to fix all the build warnings.

State:   new          2010-07-08T15:30:49 nashif
Comment: None



changes files:
--------------
--- btrfs-progs.changes
+++ btrfs-progs.changes
@@ -0,0 +1,3 @@
+* Tue Jul 6 2010 Zhu Yanhai <yanhai.zhu at linux.intel.com> - 0.19
+- Add a patch to fix all the build warnings.
+

new:
----
  fix-compile-warnings.patch

spec files:
-----------
--- btrfs-progs.spec
+++ btrfs-progs.spec
@@ -9,7 +9,7 @@
 Summary:    Btrfs helper utilities
 Version:    0.19
 Release:    1
-Group:      Applications/System
+Group:      System/Base
 License:    GPLv2
 URL:        http://www.kernel.org/pub/linux/kernel/people/mason/btrfs/
 Source0:    http://www.kernel.org/pub/linux/kernel/people/mason/btrfs/btrfs-progs-%{version}.tar.bz2
@@ -18,6 +18,7 @@
 Patch1:     btrfs-progs-install-fsck-symlink.patch
 Patch2:     btrfs-progs-complain-the-right-thing.patch
 Patch3:     silent-auto-repair.patch
+Patch4:     fix-compile-warnings.patch
 BuildRequires:  pkgconfig(uuid)
 
 
@@ -37,6 +38,8 @@
 %patch2 -p1
 # silent-auto-repair.patch
 %patch3 -p1
+# fix-compile-warnings.patch
+%patch4 -p1
 # >> setup
 # << setup
 

other changes:
--------------

++++++ btrfs-progs.yaml
--- btrfs-progs.yaml
+++ btrfs-progs.yaml
@@ -2,7 +2,7 @@
 Summary: Btrfs helper utilities
 Version: 0.19
 Release: 1
-Group: Applications/System
+Group: System/Base
 License: GPLv2
 URL: http://www.kernel.org/pub/linux/kernel/people/mason/btrfs/
 Sources:
@@ -12,6 +12,7 @@
     - btrfs-progs-install-fsck-symlink.patch
     - btrfs-progs-complain-the-right-thing.patch
     - silent-auto-repair.patch
+    - fix-compile-warnings.patch 
 
 PkgConfigBR:
     - uuid

++++++ fix-compile-warnings.patch (new)
--- fix-compile-warnings.patch
+++ fix-compile-warnings.patch
+diff -Nur old/btrfsck.c new/btrfsck.c
+--- old/btrfsck.c	2009-06-12 00:56:15.000000000 +0800
++++ new/btrfsck.c	2010-07-06 11:06:51.000000000 +0800
+@@ -21,6 +21,8 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <fcntl.h>
++#include <sys/types.h>
++#include <sys/stat.h>
+ #include "kerncompat.h"
+ #include "ctree.h"
+ #include "disk-io.h"



More information about the MeeGo-commits mailing list