Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gyp for openSUSE:Factory checked in at 2021-04-29 01:38:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gyp (Old) and /work/SRC/openSUSE:Factory/.gyp.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gyp" Thu Apr 29 01:38:05 2021 rev:14 rq:888941 version:0+git.20200512 Changes: -------- --- /work/SRC/openSUSE:Factory/gyp/gyp.changes 2020-08-31 16:49:12.096323917 +0200 +++ /work/SRC/openSUSE:Factory/.gyp.new.12324/gyp.changes 2021-04-29 01:39:06.578638755 +0200 @@ -1,0 +2,6 @@ +Wed Apr 28 07:16:21 UTC 2021 - Martin Pluskal <[email protected]> + +- Use obs service +- Small spec file cleanup + +------------------------------------------------------------------- Old: ---- gyp-0+git.20200512.tar.xz New: ---- gyp-0+git.20200512.obscpio gyp.obsinfo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gyp.spec ++++++ --- /var/tmp/diff_new_pack.oJNA6q/_old 2021-04-29 01:39:07.034639401 +0200 +++ /var/tmp/diff_new_pack.oJNA6q/_new 2021-04-29 01:39:07.038639407 +0200 @@ -1,7 +1,7 @@ # # spec file for package gyp # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2015 SUSE LINUX Products GmbH, Nurenberg, Germany. # # All modifications and additions to the file contributed by third parties @@ -24,7 +24,7 @@ License: BSD-3-Clause Group: Development/Tools/Building URL: https://gyp.gsrc.io -Source: %{name}-%{version}.tar.xz +Source: %{name}-%{version}.tar.gz Patch0: gyp-rpmoptflags.patch BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -44,8 +44,7 @@ flexibility to accommodate irreconcilable differences %prep -%setup -q -%patch0 +%autosetup -p0 for i in $(find pylib -name '*.py'); do sed -e '\,#![ \t]*/.*python,{d}' $i > $i.new && touch -r $i $i.new && mv $i.new $i done ++++++ _service ++++++ --- /var/tmp/diff_new_pack.oJNA6q/_old 2021-04-29 01:39:07.070639452 +0200 +++ /var/tmp/diff_new_pack.oJNA6q/_new 2021-04-29 01:39:07.070639452 +0200 @@ -1,14 +1,14 @@ <services> - <service mode="disabled" name="tar_scm"> + <service name="obs_scm" mode="disabled"> + <param name="versionformat">0+git.%cd</param> <param name="url">https://chromium.googlesource.com/external/gyp</param> <param name="scm">git</param> - <param name="filename">gyp</param> <param name="changesgenerate">enable</param> - <param name="versionformat">0+git.%cd</param> + <param name="exclude">.*</param> </service> - <service mode="disabled" name="recompress"> + <service name="tar" mode="buildtime"/> + <service name="recompress" mode="buildtime"> + <param name="compression">gz</param> <param name="file">*.tar</param> - <param name="compression">xz</param> </service> - <service mode="disabled" name="set_version"/> </services> ++++++ gyp.obsinfo ++++++ name: gyp version: 0+git.20200512 mtime: 1589295593 commit: caa60026e223fc501e8b337fd5086ece4028b1c6
