Hello community, here is the log from the commit of package gyp for openSUSE:Factory checked in at 2020-08-31 16:47:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gyp (Old) and /work/SRC/openSUSE:Factory/.gyp.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gyp" Mon Aug 31 16:47:58 2020 rev:13 rq:830707 version:0+git.20200512 Changes: -------- --- /work/SRC/openSUSE:Factory/gyp/gyp.changes 2017-11-09 13:49:59.592171848 +0100 +++ /work/SRC/openSUSE:Factory/.gyp.new.3399/gyp.changes 2020-08-31 16:49:12.096323917 +0200 @@ -1,0 +2,45 @@ +Mon Aug 31 08:51:44 UTC 2020 - Martin Pluskal <[email protected]> + +- Convert to singlespec +- Update to version 0+git.20200512: + * Add support for CLANG_ENABLE_OBJC_WEAK + * Prevent propogation to configurations of nested 'dependent-settings' directives + * Add .tbd to the .xcodeproj generator’s extension map + * fix encoding issues with inputs for better Python 3 support + * fix make output checks under C locale + * Fix Python 3 incompatibilities + * Add missing b'' qualifier from da63cb0f. + * Misc python3 fixes in xcode_emulation. + * Fix incorrect depfile path relativization + * Add flake8 checks to travis configuration. + * Changes for windows and easy xml to get gyp to run under python 3. + * More miscellaneous fixes for Python3 compatibility. + * src,win: add VS2019 version + * Fixes needed for Python3 on Win32. + * Fix one dangling utf8 decode call needed for python 3. + * Mostly mechanical changes for Python3 support. + * Update simple_copy.py for Python3 types. + * Use ast module instead of compiler module for parsing files. + * Make Visual Studio 2017 Community Edition work w/ GYP. + * Add a copyright header to TestCmd.py. + * Fix issue with missing resources in Xcode ui tests targets. + * Patch GYP so that building with Xcode 10 works. + * infra: remove cq.cfg, which is no longer used. + * Make Travis build only the master branch + * Disable some tests that fail on bots to try to get a green build + * and try clang + * readd osx + * try a wrapper script + * see if ninja is getting pulled + * see if ninja is getting pulled + * try other order for sync: + * try exporting PATH and only build ninja for now + * fiddling with directories + * set +x on buildbot/travis-checkout.sh + * add copyright to .sh + * . + * osx + * . + * Add prototype of Travis config + +------------------------------------------------------------------- Old: ---- gyp-0+git.20171012.tar.xz New: ---- gyp-0+git.20200512.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gyp.spec ++++++ --- /var/tmp/diff_new_pack.z5gqUF/_old 2020-08-31 16:49:15.024325336 +0200 +++ /var/tmp/diff_new_pack.z5gqUF/_new 2020-08-31 16:49:15.028325338 +0200 @@ -1,7 +1,7 @@ # # spec file for package gyp # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2015 SUSE LINUX Products GmbH, Nurenberg, Germany. # # All modifications and additions to the file contributed by third parties @@ -13,24 +13,29 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: gyp -Version: 0+git.20171012 +Version: 0+git.20200512 Release: 0 Summary: Generate Your Projects License: BSD-3-Clause Group: Development/Tools/Building -Url: https://gyp.gsrc.io +URL: https://gyp.gsrc.io Source: %{name}-%{version}.tar.xz Patch0: gyp-rpmoptflags.patch +BuildRequires: %{python_module setuptools} BuildRequires: fdupes -BuildRequires: python2-devel -BuildRequires: python2-setuptools -Requires: python2-setuptools +Requires: ninja +Requires: python-setuptools +Requires(post): update-alternatives +Requires(postun): update-alternatives +Provides: gyp = %{version} +Obsoletes: gyp < %{version} BuildArch: noarch +%python_subpackages %description GYP is a tool to generates native Visual Studio, Xcode and SCons and/or make @@ -48,15 +53,23 @@ sed -i '/^#!/d' ./pylib/%{name}/generator/*.py %build -python2 setup.py build +%python_build %install -python2 setup.py install --root %{buildroot} --prefix=%{_prefix} -%fdupes -s %{buildroot}%{python_sitelib} - -%files -%doc AUTHORS LICENSE -%{_bindir}/%{name} +%python_install +%python_clone -a %{buildroot}%{_bindir}/gyp +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%post +%python_install_alternative gyp + +%postun +%python_uninstall_alternative gyp + +%files %{python_files} +%license LICENSE +%doc AUTHORS +%python_alternative %{_bindir}/gyp %{python_sitelib}/* %changelog ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.z5gqUF/_old 2020-08-31 16:49:15.080325364 +0200 +++ /var/tmp/diff_new_pack.z5gqUF/_new 2020-08-31 16:49:15.080325364 +0200 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">https://chromium.googlesource.com/external/gyp</param> - <param name="changesrevision">5e2b3ddde7cda5eb6bc09a5546a76b00e49d888f</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">caa60026e223fc501e8b337fd5086ece4028b1c6</param></service></servicedata> \ No newline at end of file ++++++ gyp-0+git.20171012.tar.xz -> gyp-0+git.20200512.tar.xz ++++++ ++++ 8462 lines of diff (skipped)
