commit 278cad2ab0d482be94c38027859a14a53d401924

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7334
This commit is contained in:
Michal Marek 2012-08-28 06:02:13 +00:00 committed by Git OBS Bridge
parent cf7f5d8608
commit e2849b651b
28 changed files with 448 additions and 37 deletions

View File

@ -1,5 +1,5 @@
# The version of the main tarball to use
SRCVERSION=3.6-rc2
SRCVERSION=3.6-rc3
# variant of the kernel-source package, either empty or "-rt"
VARIANT=
# buildservice projects to build the kernel against

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7bb87d596b505f46d58a7700252932c96fd792e46480912fae8c8be348fb6652
size 229805
oid sha256:17e796763337a5485294d70993ec7e7b29c675f6c11e15c66d2334b1f0111b18
size 229418

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue Aug 28 00:15:16 CEST 2012 - jeffm@suse.com
- chipidea: Allow user to select PCI/IMX options.
This allows us to disable the ChipIdea IMX code on powerpc,
where it was causing build problems.
- commit 278cad2
-------------------------------------------------------------------
Tue Aug 28 00:00:35 CEST 2012 - jeffm@suse.com
- config: Disable EXYNOS_VIDEO and HW_RANDOM_EXYNOS on all configs except exynos
This hardware is only found on the Samsung EXYNOS boards.
- commit 429a008
-------------------------------------------------------------------
Mon Aug 27 22:54:06 CEST 2012 - jeffm@suse.com
- Revert "clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK)."
This reverts commit 54e1c0025e4757174d8d648e8224bf74009b3c2b.
The issue is either an incomplete clk API on powerpc or clk_devm needs
to be made generic. Discussion continues upstream.
- commit 8c9a4e9
-------------------------------------------------------------------
Mon Aug 27 17:27:10 CEST 2012 - jeffm@suse.com
- clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK).
This fixes the clk_devm_get build failures on ppc.
- commit 54e1c00
-------------------------------------------------------------------
Mon Aug 27 15:12:16 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc3.
- commit 0a688a0
-------------------------------------------------------------------
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.6-rc2
%define patchversion 3.6.0-rc2
%define srcversion 3.6-rc3
%define patchversion 3.6.0-rc3
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-debug
Summary: A Debug Version of the Kernel
Version: 3.6.rc2
Version: 3.6.rc3
Release: 0
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue Aug 28 00:15:16 CEST 2012 - jeffm@suse.com
- chipidea: Allow user to select PCI/IMX options.
This allows us to disable the ChipIdea IMX code on powerpc,
where it was causing build problems.
- commit 278cad2
-------------------------------------------------------------------
Tue Aug 28 00:00:35 CEST 2012 - jeffm@suse.com
- config: Disable EXYNOS_VIDEO and HW_RANDOM_EXYNOS on all configs except exynos
This hardware is only found on the Samsung EXYNOS boards.
- commit 429a008
-------------------------------------------------------------------
Mon Aug 27 22:54:06 CEST 2012 - jeffm@suse.com
- Revert "clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK)."
This reverts commit 54e1c0025e4757174d8d648e8224bf74009b3c2b.
The issue is either an incomplete clk API on powerpc or clk_devm needs
to be made generic. Discussion continues upstream.
- commit 8c9a4e9
-------------------------------------------------------------------
Mon Aug 27 17:27:10 CEST 2012 - jeffm@suse.com
- clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK).
This fixes the clk_devm_get build failures on ppc.
- commit 54e1c00
-------------------------------------------------------------------
Mon Aug 27 15:12:16 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc3.
- commit 0a688a0
-------------------------------------------------------------------
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.6-rc2
%define patchversion 3.6.0-rc2
%define srcversion 3.6-rc3
%define patchversion 3.6.0-rc3
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-default
Summary: The Standard Kernel
Version: 3.6.rc2
Version: 3.6.rc3
Release: 0
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue Aug 28 00:15:16 CEST 2012 - jeffm@suse.com
- chipidea: Allow user to select PCI/IMX options.
This allows us to disable the ChipIdea IMX code on powerpc,
where it was causing build problems.
- commit 278cad2
-------------------------------------------------------------------
Tue Aug 28 00:00:35 CEST 2012 - jeffm@suse.com
- config: Disable EXYNOS_VIDEO and HW_RANDOM_EXYNOS on all configs except exynos
This hardware is only found on the Samsung EXYNOS boards.
- commit 429a008
-------------------------------------------------------------------
Mon Aug 27 22:54:06 CEST 2012 - jeffm@suse.com
- Revert "clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK)."
This reverts commit 54e1c0025e4757174d8d648e8224bf74009b3c2b.
The issue is either an incomplete clk API on powerpc or clk_devm needs
to be made generic. Discussion continues upstream.
- commit 8c9a4e9
-------------------------------------------------------------------
Mon Aug 27 17:27:10 CEST 2012 - jeffm@suse.com
- clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK).
This fixes the clk_devm_get build failures on ppc.
- commit 54e1c00
-------------------------------------------------------------------
Mon Aug 27 15:12:16 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc3.
- commit 0a688a0
-------------------------------------------------------------------
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.6-rc2
%define patchversion 3.6.0-rc2
%define srcversion 3.6-rc3
%define patchversion 3.6.0-rc3
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-desktop
Summary: Kernel optimized for the desktop
Version: 3.6.rc2
Version: 3.6.rc3
Release: 0
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue Aug 28 00:15:16 CEST 2012 - jeffm@suse.com
- chipidea: Allow user to select PCI/IMX options.
This allows us to disable the ChipIdea IMX code on powerpc,
where it was causing build problems.
- commit 278cad2
-------------------------------------------------------------------
Tue Aug 28 00:00:35 CEST 2012 - jeffm@suse.com
- config: Disable EXYNOS_VIDEO and HW_RANDOM_EXYNOS on all configs except exynos
This hardware is only found on the Samsung EXYNOS boards.
- commit 429a008
-------------------------------------------------------------------
Mon Aug 27 22:54:06 CEST 2012 - jeffm@suse.com
- Revert "clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK)."
This reverts commit 54e1c0025e4757174d8d648e8224bf74009b3c2b.
The issue is either an incomplete clk API on powerpc or clk_devm needs
to be made generic. Discussion continues upstream.
- commit 8c9a4e9
-------------------------------------------------------------------
Mon Aug 27 17:27:10 CEST 2012 - jeffm@suse.com
- clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK).
This fixes the clk_devm_get build failures on ppc.
- commit 54e1c00
-------------------------------------------------------------------
Mon Aug 27 15:12:16 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc3.
- commit 0a688a0
-------------------------------------------------------------------
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com

View File

@ -17,14 +17,14 @@
# norootforbuild
%define patchversion 3.6.0-rc2
%define patchversion 3.6.0-rc3
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
Name: kernel-docs
Summary: Kernel Documentation
Version: 3.6.rc2
Version: 3.6.rc3
Release: 0
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
BuildRequires: kernel-source%variant

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue Aug 28 00:15:16 CEST 2012 - jeffm@suse.com
- chipidea: Allow user to select PCI/IMX options.
This allows us to disable the ChipIdea IMX code on powerpc,
where it was causing build problems.
- commit 278cad2
-------------------------------------------------------------------
Tue Aug 28 00:00:35 CEST 2012 - jeffm@suse.com
- config: Disable EXYNOS_VIDEO and HW_RANDOM_EXYNOS on all configs except exynos
This hardware is only found on the Samsung EXYNOS boards.
- commit 429a008
-------------------------------------------------------------------
Mon Aug 27 22:54:06 CEST 2012 - jeffm@suse.com
- Revert "clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK)."
This reverts commit 54e1c0025e4757174d8d648e8224bf74009b3c2b.
The issue is either an incomplete clk API on powerpc or clk_devm needs
to be made generic. Discussion continues upstream.
- commit 8c9a4e9
-------------------------------------------------------------------
Mon Aug 27 17:27:10 CEST 2012 - jeffm@suse.com
- clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK).
This fixes the clk_devm_get build failures on ppc.
- commit 54e1c00
-------------------------------------------------------------------
Mon Aug 27 15:12:16 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc3.
- commit 0a688a0
-------------------------------------------------------------------
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.6-rc2
%define patchversion 3.6.0-rc2
%define srcversion 3.6-rc3
%define patchversion 3.6.0-rc3
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-pae
Summary: Kernel with PAE Support
Version: 3.6.rc2
Version: 3.6.rc3
Release: 0
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue Aug 28 00:15:16 CEST 2012 - jeffm@suse.com
- chipidea: Allow user to select PCI/IMX options.
This allows us to disable the ChipIdea IMX code on powerpc,
where it was causing build problems.
- commit 278cad2
-------------------------------------------------------------------
Tue Aug 28 00:00:35 CEST 2012 - jeffm@suse.com
- config: Disable EXYNOS_VIDEO and HW_RANDOM_EXYNOS on all configs except exynos
This hardware is only found on the Samsung EXYNOS boards.
- commit 429a008
-------------------------------------------------------------------
Mon Aug 27 22:54:06 CEST 2012 - jeffm@suse.com
- Revert "clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK)."
This reverts commit 54e1c0025e4757174d8d648e8224bf74009b3c2b.
The issue is either an incomplete clk API on powerpc or clk_devm needs
to be made generic. Discussion continues upstream.
- commit 8c9a4e9
-------------------------------------------------------------------
Mon Aug 27 17:27:10 CEST 2012 - jeffm@suse.com
- clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK).
This fixes the clk_devm_get build failures on ppc.
- commit 54e1c00
-------------------------------------------------------------------
Mon Aug 27 15:12:16 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc3.
- commit 0a688a0
-------------------------------------------------------------------
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.6-rc2
%define patchversion 3.6.0-rc2
%define srcversion 3.6-rc3
%define patchversion 3.6.0-rc3
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-ppc64
Summary: Kernel for ppc64 Systems
Version: 3.6.rc2
Version: 3.6.rc3
Release: 0
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue Aug 28 00:15:16 CEST 2012 - jeffm@suse.com
- chipidea: Allow user to select PCI/IMX options.
This allows us to disable the ChipIdea IMX code on powerpc,
where it was causing build problems.
- commit 278cad2
-------------------------------------------------------------------
Tue Aug 28 00:00:35 CEST 2012 - jeffm@suse.com
- config: Disable EXYNOS_VIDEO and HW_RANDOM_EXYNOS on all configs except exynos
This hardware is only found on the Samsung EXYNOS boards.
- commit 429a008
-------------------------------------------------------------------
Mon Aug 27 22:54:06 CEST 2012 - jeffm@suse.com
- Revert "clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK)."
This reverts commit 54e1c0025e4757174d8d648e8224bf74009b3c2b.
The issue is either an incomplete clk API on powerpc or clk_devm needs
to be made generic. Discussion continues upstream.
- commit 8c9a4e9
-------------------------------------------------------------------
Mon Aug 27 17:27:10 CEST 2012 - jeffm@suse.com
- clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK).
This fixes the clk_devm_get build failures on ppc.
- commit 54e1c00
-------------------------------------------------------------------
Mon Aug 27 15:12:16 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc3.
- commit 0a688a0
-------------------------------------------------------------------
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.6-rc2
%define patchversion 3.6.0-rc2
%define srcversion 3.6-rc3
%define patchversion 3.6.0-rc3
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-s390
Summary: The Standard Kernel
Version: 3.6.rc2
Version: 3.6.rc3
Release: 0
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue Aug 28 00:15:16 CEST 2012 - jeffm@suse.com
- chipidea: Allow user to select PCI/IMX options.
This allows us to disable the ChipIdea IMX code on powerpc,
where it was causing build problems.
- commit 278cad2
-------------------------------------------------------------------
Tue Aug 28 00:00:35 CEST 2012 - jeffm@suse.com
- config: Disable EXYNOS_VIDEO and HW_RANDOM_EXYNOS on all configs except exynos
This hardware is only found on the Samsung EXYNOS boards.
- commit 429a008
-------------------------------------------------------------------
Mon Aug 27 22:54:06 CEST 2012 - jeffm@suse.com
- Revert "clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK)."
This reverts commit 54e1c0025e4757174d8d648e8224bf74009b3c2b.
The issue is either an incomplete clk API on powerpc or clk_devm needs
to be made generic. Discussion continues upstream.
- commit 8c9a4e9
-------------------------------------------------------------------
Mon Aug 27 17:27:10 CEST 2012 - jeffm@suse.com
- clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK).
This fixes the clk_devm_get build failures on ppc.
- commit 54e1c00
-------------------------------------------------------------------
Mon Aug 27 15:12:16 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc3.
- commit 0a688a0
-------------------------------------------------------------------
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com

View File

@ -18,8 +18,8 @@
# norootforbuild
# icecream 0
%define srcversion 3.6-rc2
%define patchversion 3.6.0-rc2
%define srcversion 3.6-rc3
%define patchversion 3.6.0-rc3
%define variant %{nil}
%define vanilla_only 0
@ -29,7 +29,7 @@
Name: kernel-source
Summary: The Linux Kernel Sources
Version: 3.6.rc2
Version: 3.6.rc3
Release: 0
License: GPL-2.0
Group: Development/Sources

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue Aug 28 00:15:16 CEST 2012 - jeffm@suse.com
- chipidea: Allow user to select PCI/IMX options.
This allows us to disable the ChipIdea IMX code on powerpc,
where it was causing build problems.
- commit 278cad2
-------------------------------------------------------------------
Tue Aug 28 00:00:35 CEST 2012 - jeffm@suse.com
- config: Disable EXYNOS_VIDEO and HW_RANDOM_EXYNOS on all configs except exynos
This hardware is only found on the Samsung EXYNOS boards.
- commit 429a008
-------------------------------------------------------------------
Mon Aug 27 22:54:06 CEST 2012 - jeffm@suse.com
- Revert "clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK)."
This reverts commit 54e1c0025e4757174d8d648e8224bf74009b3c2b.
The issue is either an incomplete clk API on powerpc or clk_devm needs
to be made generic. Discussion continues upstream.
- commit 8c9a4e9
-------------------------------------------------------------------
Mon Aug 27 17:27:10 CEST 2012 - jeffm@suse.com
- clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK).
This fixes the clk_devm_get build failures on ppc.
- commit 54e1c00
-------------------------------------------------------------------
Mon Aug 27 15:12:16 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc3.
- commit 0a688a0
-------------------------------------------------------------------
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com

View File

@ -23,7 +23,7 @@
Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
Version: 3.6.rc2
Version: 3.6.rc3
%if %using_buildservice
Release: 0
%else

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue Aug 28 00:15:16 CEST 2012 - jeffm@suse.com
- chipidea: Allow user to select PCI/IMX options.
This allows us to disable the ChipIdea IMX code on powerpc,
where it was causing build problems.
- commit 278cad2
-------------------------------------------------------------------
Tue Aug 28 00:00:35 CEST 2012 - jeffm@suse.com
- config: Disable EXYNOS_VIDEO and HW_RANDOM_EXYNOS on all configs except exynos
This hardware is only found on the Samsung EXYNOS boards.
- commit 429a008
-------------------------------------------------------------------
Mon Aug 27 22:54:06 CEST 2012 - jeffm@suse.com
- Revert "clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK)."
This reverts commit 54e1c0025e4757174d8d648e8224bf74009b3c2b.
The issue is either an incomplete clk API on powerpc or clk_devm needs
to be made generic. Discussion continues upstream.
- commit 8c9a4e9
-------------------------------------------------------------------
Mon Aug 27 17:27:10 CEST 2012 - jeffm@suse.com
- clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK).
This fixes the clk_devm_get build failures on ppc.
- commit 54e1c00
-------------------------------------------------------------------
Mon Aug 27 15:12:16 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc3.
- commit 0a688a0
-------------------------------------------------------------------
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.6-rc2
%define patchversion 3.6.0-rc2
%define srcversion 3.6-rc3
%define patchversion 3.6.0-rc3
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-trace
Summary: The Standard Kernel with Tracing Features
Version: 3.6.rc2
Version: 3.6.rc3
Release: 0
License: GPL-2.0
Group: System/Kernel

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue Aug 28 00:15:16 CEST 2012 - jeffm@suse.com
- chipidea: Allow user to select PCI/IMX options.
This allows us to disable the ChipIdea IMX code on powerpc,
where it was causing build problems.
- commit 278cad2
-------------------------------------------------------------------
Tue Aug 28 00:00:35 CEST 2012 - jeffm@suse.com
- config: Disable EXYNOS_VIDEO and HW_RANDOM_EXYNOS on all configs except exynos
This hardware is only found on the Samsung EXYNOS boards.
- commit 429a008
-------------------------------------------------------------------
Mon Aug 27 22:54:06 CEST 2012 - jeffm@suse.com
- Revert "clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK)."
This reverts commit 54e1c0025e4757174d8d648e8224bf74009b3c2b.
The issue is either an incomplete clk API on powerpc or clk_devm needs
to be made generic. Discussion continues upstream.
- commit 8c9a4e9
-------------------------------------------------------------------
Mon Aug 27 17:27:10 CEST 2012 - jeffm@suse.com
- clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK).
This fixes the clk_devm_get build failures on ppc.
- commit 54e1c00
-------------------------------------------------------------------
Mon Aug 27 15:12:16 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc3.
- commit 0a688a0
-------------------------------------------------------------------
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com

View File

@ -17,8 +17,8 @@
# norootforbuild
%define srcversion 3.6-rc2
%define patchversion 3.6.0-rc2
%define srcversion 3.6-rc3
%define patchversion 3.6.0-rc3
%define variant %{nil}
%define vanilla_only 0
@ -57,7 +57,7 @@
Name: kernel-vanilla
Summary: The Standard Kernel - without any SUSE patches
Version: 3.6.rc2
Version: 3.6.rc3
Release: 0
License: GPL-2.0
Group: System/Kernel

3
linux-3.6-rc3.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9db40097959e2c1eb556ad5ecb30ba0bfd571836ce555f53e2c39a3413aafc94
size 82261174

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b7d334ad3516583dc1d2f5b0eed19cf3a453f5fdc14c2c1d3cd02053c324feb9
size 4953
oid sha256:f6a48baed1678862132100d674e37372ddb3bf40e829be8553f61ce04ccee80e
size 5484

View File

@ -38,6 +38,7 @@
patches.rpmify/pti-depends-on-x86-pci
patches.rpmify/geode-depends-on-x86_32
patches.rpmify/ubifs-remove-DATE-TIME.patch
patches.rpmify/chipidea-clean-up-dependencies
########################################################
# kABI consistency patches

View File

@ -1,3 +1,3 @@
2012-08-21 18:17:16 +0200
GIT Revision: e0fa47252949bbbc71468eea93344d3f81de97ba
2012-08-28 00:15:16 +0200
GIT Revision: 278cad2ab0d482be94c38027859a14a53d401924
GIT Branch: master