Hello community,

here is the log from the commit of package docker-compose for openSUSE:Factory 
checked in at 2015-12-29 13:00:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/docker-compose (Old)
 and      /work/SRC/openSUSE:Factory/.docker-compose.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "docker-compose"

Changes:
--------
--- /work/SRC/openSUSE:Factory/docker-compose/docker-compose.changes    
2015-12-09 22:15:11.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.docker-compose.new/docker-compose.changes       
2015-12-29 13:00:14.000000000 +0100
@@ -1,0 +2,16 @@
+Mon Dec 21 16:30:48 UTC 2015 - [email protected]
+
+- Update to version 1.5.2:
+  * Fixed a bug which broke the use of environment and env_file with extends,
+    and caused environment keys without values to have a None value, instead of
+    a value from the host environment.
+  * Fixed a regression in 1.5.1 that caused a warning about volumes to be
+    raised incorrectly when containers were recreated.
+  * Fixed a bug which prevented building a Dockerfile that used ADD <url>
+  * Fixed a bug with docker-compose restart which prevented it from starting
+    stopped containers.
+  * Fixed handling of SIGTERM and SIGINT to properly stop containers
+  * Add support for using a url as the value of build
+  * Improved the validation of the expose option
+
+-------------------------------------------------------------------

Old:
----
  compose-1.5.1.tar.gz

New:
----
  _service
  compose-1.5.2.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ docker-compose.spec ++++++
--- /var/tmp/diff_new_pack.sVTwBJ/_old  2015-12-29 13:00:15.000000000 +0100
+++ /var/tmp/diff_new_pack.sVTwBJ/_new  2015-12-29 13:00:15.000000000 +0100
@@ -19,13 +19,13 @@
 %define mod_name compose
 
 Name:           docker-compose
-Version:        1.5.1
+Version:        1.5.2
 Release:        0
 Summary:        Define and run complex applications using Docker
 License:        Apache-2.0
 Group:          System/Management
 Url:            https://pypi.python.org/pypi/fig
-Source0:        %{mod_name}-%{version}.tar.gz
+Source0:        %{mod_name}-%{version}.tar.xz
 Source1:        README.SUSE
 Patch0:         fix-requirements.patch
 Requires:       docker

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="scm">git</param>
    <param name="url">[email protected]:docker/compose.git</param>
    <param name="exclude">.git</param>
    <param name="filename">compose</param>
    <param name="versionformat">1.5.2</param>
    <param name="revision">1.5.2</param>
    <param name="changesgenerate">enable</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service mode="disabled" name="set_version"/>
</services>

Reply via email to