Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gyp for openSUSE:Factory checked in 
at 2024-12-10 23:49:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gyp (Old)
 and      /work/SRC/openSUSE:Factory/.gyp.new.29675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gyp"

Tue Dec 10 23:49:29 2024 rev:16 rq:1229801 version:0+git.20240207

Changes:
--------
--- /work/SRC/openSUSE:Factory/gyp/gyp.changes  2023-05-05 15:59:41.836914323 
+0200
+++ /work/SRC/openSUSE:Factory/.gyp.new.29675/gyp.changes       2024-12-10 
23:49:33.679623382 +0100
@@ -1,0 +2,8 @@
+Tue Dec 10 13:35:14 UTC 2024 - Martin Pluskal <[email protected]>
+
+- Update to version 0+git.20240207:
+  * Make gyp.el conform to conventional library format
+  * Correct toolset version for Visual Studio 2019
+  * Added support for constructing Xcode project files that import 
XCFrameworks.
+
+-------------------------------------------------------------------

Old:
----
  gyp-0+git.20230301.obscpio

New:
----
  gyp-0+git.20240207.obscpio

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

Other differences:
------------------
++++++ gyp.spec ++++++
--- /var/tmp/diff_new_pack.2rfAUQ/_old  2024-12-10 23:49:34.371652230 +0100
+++ /var/tmp/diff_new_pack.2rfAUQ/_new  2024-12-10 23:49:34.375652396 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gyp
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 # Copyright (c) 2015 SUSE LINUX Products GmbH, Nurenberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,11 +18,10 @@
 
 
 Name:           gyp
-Version:        0+git.20230301
+Version:        0+git.20240207
 Release:        0
 Summary:        Generate Your Projects
 License:        BSD-3-Clause
-Group:          Development/Tools/Building
 URL:            https://gyp.gsrc.io
 Source:         %{name}-%{version}.tar.gz
 Patch0:         gyp-rpmoptflags.patch
@@ -31,7 +30,7 @@
 Requires:       ninja
 Requires:       python-setuptools
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 Provides:       gyp = %{version}
 Obsoletes:      gyp < %{version}
 BuildArch:      noarch
@@ -69,5 +68,6 @@
 %license LICENSE
 %doc AUTHORS
 %python_alternative %{_bindir}/gyp
-%{python_sitelib}/*
+%{python_sitelib}/gyp
+%{python_sitelib}/gyp-*-info
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.2rfAUQ/_old  2024-12-10 23:49:34.399653397 +0100
+++ /var/tmp/diff_new_pack.2rfAUQ/_new  2024-12-10 23:49:34.403653563 +0100
@@ -1,5 +1,5 @@
 <services>
-  <service name="obs_scm" mode="disabled">
+  <service name="obs_scm" mode="manual">
     <param name="versionformat">0+git.%cd</param>
     <param name="url">https://chromium.googlesource.com/external/gyp</param>
     <param name="scm">git</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.2rfAUQ/_old  2024-12-10 23:49:34.423654397 +0100
+++ /var/tmp/diff_new_pack.2rfAUQ/_new  2024-12-10 23:49:34.427654564 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://chromium.googlesource.com/external/gyp</param>
-              <param 
name="changesrevision">c6d8b9f7ee355cff1531b0f369cd338a50baeb07</param></service></servicedata>
+              <param 
name="changesrevision">1615ec326858f8c2bd8f30b3a86ea71830409ce4</param></service></servicedata>
 (No newline at EOF)
 

++++++ gyp-0+git.20230301.obscpio -> gyp-0+git.20240207.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gyp-0+git.20230301/.gitignore 
new/gyp-0+git.20240207/.gitignore
--- old/gyp-0+git.20230301/.gitignore   2023-03-01 19:52:40.000000000 +0100
+++ new/gyp-0+git.20240207/.gitignore   1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-*.pyc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gyp-0+git.20230301/pylib/gyp/MSVSVersion.py 
new/gyp-0+git.20240207/pylib/gyp/MSVSVersion.py
--- old/gyp-0+git.20230301/pylib/gyp/MSVSVersion.py     2023-03-01 
19:52:40.000000000 +0100
+++ new/gyp-0+git.20240207/pylib/gyp/MSVSVersion.py     2024-02-07 
14:51:09.000000000 +0100
@@ -282,7 +282,7 @@
                                   uses_vcxproj=True,
                                   path=path,
                                   sdk_based=sdk_based,
-                                  default_toolset='v141',
+                                  default_toolset='v142',
                                   compatible_sdks=['v8.1', 'v10.0']),
       '2017': VisualStudioVersion('2017',
                                   'Visual Studio 2017',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gyp-0+git.20230301/pylib/gyp/generator/xcode.py 
new/gyp-0+git.20240207/pylib/gyp/generator/xcode.py
--- old/gyp-0+git.20230301/pylib/gyp/generator/xcode.py 2023-03-01 
19:52:40.000000000 +0100
+++ new/gyp-0+git.20240207/pylib/gyp/generator/xcode.py 2024-02-07 
14:51:09.000000000 +0100
@@ -499,7 +499,7 @@
   # of "sources" as things to compile and "libraries" (or "frameworks") as
   # things to link with. Adding an object file to an Xcode target's frameworks
   # phase works properly.
-  library_extensions = ['a', 'dylib', 'framework', 'o']
+  library_extensions = ['a', 'dylib', 'framework', 'xcframework', 'o']
 
   basename = posixpath.basename(source)
   (root, ext) = posixpath.splitext(basename)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gyp-0+git.20230301/pylib/gyp/xcode_emulation.py 
new/gyp-0+git.20240207/pylib/gyp/xcode_emulation.py
--- old/gyp-0+git.20230301/pylib/gyp/xcode_emulation.py 2023-03-01 
19:52:40.000000000 +0100
+++ new/gyp-0+git.20240207/pylib/gyp/xcode_emulation.py 2024-02-07 
14:51:09.000000000 +0100
@@ -1154,7 +1154,7 @@
     return pre + postbuilds + post
 
   def _AdjustLibrary(self, library, config_name=None):
-    if library.endswith('.framework'):
+    if library.endswith('.framework') or library.endswith('.xcframework'):
       l = '-framework ' + os.path.splitext(os.path.basename(library))[0]
     else:
       m = self.library_re.match(library)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gyp-0+git.20230301/pylib/gyp/xcodeproj_file.py 
new/gyp-0+git.20240207/pylib/gyp/xcodeproj_file.py
--- old/gyp-0+git.20230301/pylib/gyp/xcodeproj_file.py  2023-03-01 
19:52:40.000000000 +0100
+++ new/gyp-0+git.20240207/pylib/gyp/xcodeproj_file.py  2024-02-07 
14:51:09.000000000 +0100
@@ -1531,6 +1531,7 @@
         'xcconfig':    'text.xcconfig',
         'xcdatamodel': 'wrapper.xcdatamodel',
         'xcdatamodeld':'wrapper.xcdatamodeld',
+        'xcframework': 'wrapper.xcframework',
         'xib':         'file.xib',
         'y':           'sourcecode.yacc',
         'tbd':         'sourcecode.text-based-dylib-definition',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gyp-0+git.20230301/tools/emacs/gyp.el 
new/gyp-0+git.20240207/tools/emacs/gyp.el
--- old/gyp-0+git.20230301/tools/emacs/gyp.el   2023-03-01 19:52:40.000000000 
+0100
+++ new/gyp-0+git.20240207/tools/emacs/gyp.el   2024-02-07 14:51:09.000000000 
+0100
@@ -1,9 +1,11 @@
-;;; gyp.el - font-lock-mode support for gyp files.
+;;; gyp.el --- font-lock-mode support for gyp files.
 
 ;; Copyright (c) 2012 Google Inc. All rights reserved.
 ;; Use of this source code is governed by a BSD-style license that can be
 ;; found in the LICENSE file.
 
+;; Version: 0.1.0
+
 ;; Put this somewhere in your load-path and
 ;; (require 'gyp)
 
@@ -273,3 +275,4 @@
     )))
 
 (provide 'gyp)
+;;; gyp.el ends here

++++++ gyp.obsinfo ++++++
--- /var/tmp/diff_new_pack.2rfAUQ/_old  2024-12-10 23:49:34.959676741 +0100
+++ /var/tmp/diff_new_pack.2rfAUQ/_new  2024-12-10 23:49:34.963676908 +0100
@@ -1,5 +1,5 @@
 name: gyp
-version: 0+git.20230301
-mtime: 1677696760
-commit: c6d8b9f7ee355cff1531b0f369cd338a50baeb07
+version: 0+git.20240207
+mtime: 1707313869
+commit: 1615ec326858f8c2bd8f30b3a86ea71830409ce4
 

Reply via email to