Hello community,

here is the log from the commit of package skopeo for openSUSE:Factory checked 
in at 2018-11-20 22:23:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/skopeo (Old)
 and      /work/SRC/openSUSE:Factory/.skopeo.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "skopeo"

Tue Nov 20 22:23:22 2018 rev:10 rq:649486 version:0.1.32

Changes:
--------
--- /work/SRC/openSUSE:Factory/skopeo/skopeo.changes    2018-08-02 
14:55:02.451965399 +0200
+++ /work/SRC/openSUSE:Factory/.skopeo.new.19453/skopeo.changes 2018-11-20 
22:23:35.310908578 +0100
@@ -1,0 +2,14 @@
+Thu Nov 15 17:22:15 UTC 2018 - Marco Vedovati <[email protected]>
+
+- Update to skopeo v0.1.32:
+  * Add command time out support
+  * Updates to vendored libraries
+
+- Add a patch that implements the `skopeo sync` command, generated from the
+  upstream PR: https://github.com/containers/skopeo/pull/524
+  Fix bsc#1115165
+  + bsc1115165-0001-Introduce-the-sync-command.patch
+
+- Update project location from 'projectatomic' to 'containers'
+
+-------------------------------------------------------------------

Old:
----
  skopeo-0.1.31.tar.xz

New:
----
  bsc1115165-0001-Introduce-the-sync-command.patch
  skopeo-0.1.32.tar.xz

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

Other differences:
------------------
++++++ skopeo.spec ++++++
--- /var/tmp/diff_new_pack.AvocKk/_old  2018-11-20 22:23:38.222906952 +0100
+++ /var/tmp/diff_new_pack.AvocKk/_new  2018-11-20 22:23:38.258906932 +0100
@@ -17,18 +17,23 @@
 # nodebuginfo
 
 
+%define project        github.com/containers/skopeo
+
 %if 0%{?suse_version} >= 1500
 # Build with libostree-devel in Tumbleweed, Leap 15 and SLES 15
 %define with_libostree 1
 %endif
 Name:           skopeo
-Version:        0.1.31
+Version:        0.1.32
 Release:        0
 Summary:        Container image repository tool
 License:        Apache-2.0
 Group:          System/Management
-URL:            https://github.com/projectatomic/skopeo
+URL:            https://github.com/containers/skopeo
 Source:         %{name}-%{version}.tar.xz
+# SUSE-FEATURE: Implement the skopeo sync command
+#               (https://github.com/containers/skopeo/pull/524)
+Patch000:       bsc1115165-0001-Introduce-the-sync-command.patch
 BuildRequires:  device-mapper-devel >= 1.2.68
 BuildRequires:  glib2-devel
 BuildRequires:  go >= 1.5
@@ -50,10 +55,12 @@
 
 %prep
 %setup -q
+# bsc#1115165
+%patch000 -p1
 
 %build
-mkdir -p .gopath/src/github.com/projectatomic
-ln -s $PWD .gopath/src/github.com/projectatomic/skopeo
+mkdir -p .gopath/src/github.com/containers
+ln -s $PWD .gopath/src/%{project}
 export GOPATH=$PWD/.gopath
 
 export BUILDTAGS="exclude_graphdriver_aufs"
@@ -65,7 +72,7 @@
 %endif
 
 # Build.
-go build -buildmode=pie -ldflags "-X main.gitCommit=" -gcflags "" -tags 
"$BUILDTAGS" -o skopeo github.com/projectatomic/skopeo/cmd/skopeo
+go build -buildmode=pie -ldflags "-X main.gitCommit=" -gcflags "" -tags 
"$BUILDTAGS" -o skopeo %{project}/cmd/skopeo
 make %{?_smp_mflags} docs
 
 %install

++++++ _service ++++++
--- /var/tmp/diff_new_pack.AvocKk/_old  2018-11-20 22:23:38.654906711 +0100
+++ /var/tmp/diff_new_pack.AvocKk/_new  2018-11-20 22:23:38.670906702 +0100
@@ -3,8 +3,8 @@
     <param name="url">https://github.com/projectatomic/skopeo</param>
     <param name="scm">git</param>
     <param name="filename">skopeo</param>
-    <param name="versionformat">0.1.31</param>
-    <param name="revision">v0.1.31</param>
+    <param name="versionformat">0.1.32</param>
+    <param name="revision">v0.1.32</param>
     <param name="exclude">.git</param>
   </service>
   <service name="recompress" mode="disabled">

++++++ bsc1115165-0001-Introduce-the-sync-command.patch ++++++
++++ 746 lines (skipped)

++++++ skopeo-0.1.31.tar.xz -> skopeo-0.1.32.tar.xz ++++++
++++ 144909 lines of diff (skipped)


Reply via email to