Hello community,

here is the log from the commit of package mozc for openSUSE:Factory checked in 
at 2020-06-02 14:37:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mozc (Old)
 and      /work/SRC/openSUSE:Factory/.mozc.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mozc"

Tue Jun  2 14:37:18 2020 rev:34 rq:810376 version:2.23.2815.102

Changes:
--------
--- /work/SRC/openSUSE:Factory/mozc/mozc.changes        2020-04-27 
23:32:02.182780511 +0200
+++ /work/SRC/openSUSE:Factory/.mozc.new.3606/mozc.changes      2020-06-02 
14:38:07.299423244 +0200
@@ -1,0 +2,6 @@
+Wed May 27 15:42:20 UTC 2020 - Fuminobu Takeyama <[email protected]>
+
+- Remove third party files which are not distributed BSD-3-Clause
+  from the source tar.xz 
+
+-------------------------------------------------------------------

New:
----
  make_archive.sh

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

Other differences:
------------------
++++++ mozc.spec ++++++
--- /var/tmp/diff_new_pack.7fK5ka/_old  2020-06-02 14:38:09.435429996 +0200
+++ /var/tmp/diff_new_pack.7fK5ka/_new  2020-06-02 14:38:09.435429996 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mozc
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -79,6 +79,8 @@
 Patch:          fcitx-mozc-2.23.2815.102.1.patch
 Source21:       fcitx-mozc-icons.tar.gz
 %endif
+# A script for making a source tar.xz archive
+Source99:       make_archive.sh
 
 # PATCH-FEATURE-OPENSUSE [email protected]
 Patch1:         ibus-provide-layout-variations.patch
@@ -195,6 +197,7 @@
 tar xvf %{SOURCE5}
 # protobuf
 %if ! %{use_libprotobuf}
+mkdir protobuf
 tar xvf %{SOURCE6} -C protobuf --strip-components 1
 %endif
 cd ../..



++++++ make_archive.sh ++++++
#!/bin/sh

version=2.23.2815.102
commit=afb03ddf

set -e

# git clone --depth=1 https://github.com/google/mozc.git
cd mozc
git archive --prefix=mozc-$version/ $commit | tar xC ../
cd ..
rm -r mozc-$version/src/third_party/*
rm -r mozc-$version/docker
tar --owner=0 --group=0 -cvJf mozc-$version.tar.xz mozc-$version++++++ 
mozc-2.23.2815.102.tar.xz ++++++
/work/SRC/openSUSE:Factory/mozc/mozc-2.23.2815.102.tar.xz 
/work/SRC/openSUSE:Factory/.mozc.new.3606/mozc-2.23.2815.102.tar.xz differ: 
char 25, line 1


Reply via email to