Hello community,

here is the log from the commit of package umoci for openSUSE:Factory checked 
in at 2017-04-07 14:19:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/umoci (Old)
 and      /work/SRC/openSUSE:Factory/.umoci.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "umoci"

Fri Apr  7 14:19:36 2017 rev:2 rq:483196 version:0.1.0+20170321.ef7aa39

Changes:
--------
--- /work/SRC/openSUSE:Factory/umoci/umoci.changes      2017-02-28 
23:49:41.412719838 +0100
+++ /work/SRC/openSUSE:Factory/.umoci.new/umoci.changes 2017-04-07 
14:19:38.936243987 +0200
@@ -1,0 +2,22 @@
+Tue Mar 21 20:49:19 UTC 2017 - [email protected]
+
+- merge branch 'pr-103'
+- makefile: switch go-build to use full project name
+- contrib: pkg: fix make_spec version
+
+
+-------------------------------------------------------------------
+Tue Mar 21 10:43:53 UTC 2017 - [email protected]
+
+- merge branch 'pr-102'
+- packaging: move to contrib/pkg
+
+
+-------------------------------------------------------------------
+Tue Mar 21 09:16:12 UTC 2017 - [email protected]
+
+- merge branch 'pr-101'
+- packaging: add packaging helper to automate submissions to obs
+
+
+-------------------------------------------------------------------

Old:
----
  umoci-0.1.0.tar.xz

New:
----
  master.tar.gz

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

Other differences:
------------------
++++++ umoci.spec ++++++
--- /var/tmp/diff_new_pack.zcI2ic/_old  2017-04-07 14:19:39.604149667 +0200
+++ /var/tmp/diff_new_pack.zcI2ic/_new  2017-04-07 14:19:39.608149102 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package umoci
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,7 @@
 #
 # nodebuginfo
 
+
 # Handle all Go arches.
 %{!?go_arches: %global go_arches %ix86 x86_64 aarch64 ppc64le}
 
@@ -26,13 +27,13 @@
 %define project github.com/openSUSE/umoci
 
 Name:           umoci
-Version:        0.1.0
+Version:        0.1.0+20170321.ef7aa39
 Release:        0
 Summary:        Open Container Image manipulation tool
 License:        Apache-2.0
 Group:          System/Management
 Url:            https://github.com/openSUSE/umoci
-Source:         %{name}-%{version}.tar.xz
+Source:         master.tar.gz
 %ifarch %{go_arches}
 BuildRequires:  go >= 1.6
 BuildRequires:  go-go-md2man
@@ -40,7 +41,7 @@
 BuildRequires:  gcc6-go >= 6.1
 %endif
 BuildRequires:  fdupes
-BuildRoot:      %{_tmppath}/%{name}-%{raw_version}-build
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?is_opensuse}
 ExcludeArch:    s390x
 %endif
@@ -52,7 +53,7 @@
 alternative to oci-image-tools provided by the OCI.
 
 %prep
-%setup -q
+%setup -q -n umoci-master
 
 %build
 


Reply via email to