Hello community,

here is the log from the commit of package gyp for openSUSE:Factory checked in 
at 2016-04-30 23:28:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gyp (Old)
 and      /work/SRC/openSUSE:Factory/.gyp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gyp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gyp/gyp.changes  2016-03-26 15:09:53.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.gyp.new/gyp.changes     2016-04-30 
23:28:30.000000000 +0200
@@ -1,0 +2,15 @@
+Fri Apr 15 14:30:35 UTC 2016 - mplus...@suse.com
+
+- Update to version 0+git.20160413:
+  * ninja: Add target_rpath generator flag
+  * Add support for iOS Frameworks with header maps.
+  * Detect and warn on missing vcvarsall.bat
+  * Support DEVELOPER_DIR in gyp-ninja for mac.
+  * [GN] Use hard-link if possible when copying to bundle.
+  * Fix mac_tool.py copy-bundle-resource errors.
+  * [iOS/OS X] Copy file instead of hard-linking them.
+  * gyp-win-tool: Let LinkWrapper only transmogrify / when the host platform 
is Windows.
+  * gyp-win-tool: Fix regression from my last change.
+  * gyp-win-tool: Don't use shell=True on non-Windows hosts.
+
+-------------------------------------------------------------------

Old:
----
  gyp-0~git.20160318.tar.xz

New:
----
  gyp-0+git.20160413.tar.xz

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

Other differences:
------------------
++++++ gyp.spec ++++++
--- /var/tmp/diff_new_pack.8r9JQ3/_old  2016-04-30 23:28:31.000000000 +0200
+++ /var/tmp/diff_new_pack.8r9JQ3/_new  2016-04-30 23:28:31.000000000 +0200
@@ -17,10 +17,10 @@
 #
 
 
-%define version_unconverted 0~git.20160318
+%define version_unconverted 0+git.20160413
 
 Name:           gyp
-Version:        0~git.20160318
+Version:        0+git.20160413
 Release:        0
 Summary:        Generate Your Projects
 License:        BSD-3-Clause
@@ -42,7 +42,7 @@
 
 %prep
 %setup -q
-%patch0 -p1
+%patch0
 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.8r9JQ3/_old  2016-04-30 23:28:31.000000000 +0200
+++ /var/tmp/diff_new_pack.8r9JQ3/_new  2016-04-30 23:28:31.000000000 +0200
@@ -4,7 +4,7 @@
     <param name="scm">git</param>
     <param name="filename">gyp</param>
     <param name="changesgenerate">enable</param>
-    <param name="versionformat">0~git.%ad</param>
+    <param name="versionformat">0+git.%ad</param>
   </service>
   <service mode="localonly" name="recompress">
     <param name="file">*.tar</param>

++++++ gyp-rpmoptflags.patch ++++++
--- /var/tmp/diff_new_pack.8r9JQ3/_old  2016-04-30 23:28:31.000000000 +0200
+++ /var/tmp/diff_new_pack.8r9JQ3/_new  2016-04-30 23:28:31.000000000 +0200
@@ -1,7 +1,7 @@
-Index: gyp-0~git.20160318/pylib/gyp/generator/make.py
+Index: pylib/gyp/generator/make.py
 ===================================================================
---- gyp-0~git.20160318.orig/pylib/gyp/generator/make.py
-+++ gyp-0~git.20160318/pylib/gyp/generator/make.py
+--- pylib/gyp/generator/make.py.orig
++++ pylib/gyp/generator/make.py
 @@ -1183,6 +1183,7 @@ $(obj).$(TOOLSET)/$(TARGET)/%%.o: $(obj)
      # Write configuration-specific variables for CFLAGS, etc.
      for configname in sorted(configs.keys()):


Reply via email to