diff --git a/_service b/_service
index a4ab6f1..8c8e395 100644
--- a/_service
+++ b/_service
@@ -3,8 +3,8 @@
https://github.com/docker/docker.git
git
.git
- 1.11.0
- v1.11.0
+ 1.11.1
+ v1.11.1
docker-*.tar
diff --git a/docker-1.11.0.tar.xz b/docker-1.11.0.tar.xz
deleted file mode 100644
index a5b9921..0000000
--- a/docker-1.11.0.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:ac135ae993b4967ab1fc590aa9f9d5cca9b1eb806e3ab611d0c8ab715f162739
-size 8788872
diff --git a/docker-1.11.1.tar.xz b/docker-1.11.1.tar.xz
new file mode 100644
index 0000000..5aa1f18
--- /dev/null
+++ b/docker-1.11.1.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d36c5f677ea5ddb77b25552509217674cd18a526f1e86202befb69fa1f9a242f
+size 8794588
diff --git a/docker.changes b/docker.changes
index 49563b4..9eaee5d 100644
--- a/docker.changes
+++ b/docker.changes
@@ -1,3 +1,36 @@
+-------------------------------------------------------------------
+Fri Apr 29 09:04:54 UTC 2016 - asarai@suse.de
+
+* Update to Docker 1.11.1. Changelog from upstream:
+
+ * Distribution
+ - Fix schema2 manifest media type to be of type `application/vnd.docker.container.image.v1+json` ([#21949](https://github.com/docker/docker/pull/21949))
+
+ * Documentation
+ + Add missing API documentation for changes introduced with 1.11.0 ([#22048](https://github.com/docker/docker/pull/22048))
+
+ * Builder
+ * Append label passed to `docker build` as arguments as an implicit `LABEL` command at the end of the processed `Dockerfile` ([#22184](https://github.com/docker/docker/pull/22184))
+
+ * Networking
+ - Fix a panic that would occur when forwarding DNS query ([#22261](https://github.com/docker/docker/pull/22261))
+ - Fix an issue where OS threads could end up within an incorrect network namespace when using user defined networks ([#22261](https://github.com/docker/docker/pull/22261))
+
+ * Runtime
+ - Fix a bug preventing labels configuration to be reloaded via the config file ([#22299](https://github.com/docker/docker/pull/22299))
+ - Fix a regression where container mounting `/var/run` would prevent other containers from being removed ([#22256](https://github.com/docker/docker/pull/22256))
+ - Fix an issue where it would be impossible to update both `memory-swap` and `memory` value together ([#22255](https://github.com/docker/docker/pull/22255))
+ - Fix a regression from 1.11.0 where the `/auth` endpoint would not initialize `serveraddress` if it is not provided ([#22254](https://github.com/docker/docker/pull/22254))
+ - Add missing cleanup of container temporary files when cancelling a schedule restart ([#22237](https://github.com/docker/docker/pull/22237))
+ - Removed scary error message when no restart policy is specified ([#21993](https://github.com/docker/docker/pull/21993))
+ - Fix a panic that would occur when the plugins were activated via the json spec ([#22191](https://github.com/docker/docker/pull/22191))
+ - Fix restart backoff logic to correctly reset delay if container ran for at least 10secs ([#22125](https://github.com/docker/docker/pull/22125))
+ - Remove error message when a container restart get cancelled ([#22123](https://github.com/docker/docker/pull/22123))
+ - Fix an issue where `docker` would not correcly clean up after `docker exec` ([#22121](https://github.com/docker/docker/pull/22121))
+ - Fix a panic that could occur when servicing concurrent `docker stats` commands ([#22120](https://github.com/docker/docker/pull/22120))`
+ - Revert deprecation of non-existing host directories auto-creation ([#22065](https://github.com/docker/docker/pull/22065))
+ - Hide misleading rpc error on daemon shutdown ([#22058](https://github.com/docker/docker/pull/22058))
+
-------------------------------------------------------------------
Fri Apr 22 10:43:37 UTC 2016 - asarai@suse.de
diff --git a/docker.spec b/docker.spec
index c2ab83f..eaeaafd 100644
--- a/docker.spec
+++ b/docker.spec
@@ -22,10 +22,10 @@
%define git_version 9e83765
%define go_arches %ix86 x86_64 aarch64
-%define version_unconverted 1.11.0
+%define version_unconverted 1.11.1
Name: docker
-Version: 1.11.0
+Version: 1.11.1
Release: 0
Summary: The Linux container runtime
License: Apache-2.0