Hello community,

here is the log from the commit of package gyp for openSUSE:Factory checked in 
at 2016-03-16 10:43:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2015-08-12 15:12:18.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.gyp.new/gyp.changes     2016-03-16 
10:43:25.000000000 +0100
@@ -1,0 +2,19 @@
+Wed Mar 09 16:38:28 UTC 2016 - mplus...@suse.com
+
+- Update to version 0~git.20160304:
+  + [Mac/iOS] Add custom fonts, target device and minimum 
+    ployment target to _CopyXIBFile
+  + Update Xcode emulation extra plist items.
+  + Revert "Update Xcode emulation extra plist items."
+  + Re-land update Xcode emulation extra plist items for Xcode 7.2
+  + Support sdk_version of None.
+  + Don't recompute environment for mac bundles unnecessarily.
+  + Make login.keychain and 'Provisioning Profiles' symlinks.
+  + Fix tests with Xcode 7.
+  + Xcode-ninja: Add excluded files to the project 
+    urces_for_indexing.xcodeproj
+  + ninja/win: Use qualified paths for precompiled headers.
+- Add _service
+- Cleanup spec file with spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  gyp.tar.xz

New:
----
  _service
  gyp-0~git.20160304.tar.xz

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

Other differences:
------------------
++++++ gyp.spec ++++++
--- /var/tmp/diff_new_pack.PkqXey/_old  2016-03-16 10:43:26.000000000 +0100
+++ /var/tmp/diff_new_pack.PkqXey/_new  2016-03-16 10:43:26.000000000 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package gyp
 #
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2015 SUSE LINUX Products GmbH, Nurenberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -15,21 +16,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%define rev_date 20150804
 
 Name:              gyp
-Summary:           Generate Your Projects
-Version:           0.git%{rev_date}
+Version:        0~git.20160304
 Release:           0
+Summary:        Generate Your Projects
 License:           BSD-3-Clause
 Group:                     Development/Tools/Building
-Url:                   http://code.google.com/p/gyp
-Source:                %{name}.tar.xz
-Patch:          gyp-rpmoptflags.patch
+Url:            https://gyp.gsrc.io
+Source:         %{name}-%{version}.tar.xz
+Patch0:         gyp-rpmoptflags.patch
+BuildRequires:  fdupes
 BuildRequires:         python-devel
 BuildRequires:  python-setuptools
 Requires:       python-setuptools
-BuildRequires:  fdupes
 BuildArch:             noarch
 
 %description
@@ -39,8 +39,8 @@
 flexibility to accommodate irreconcilable differences
 
 %prep
-%setup -q -n %{name}
-%patch -p1
+%setup -q
+%patch0 -p1
 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
@@ -52,7 +52,7 @@
 
 %install
 python setup.py install --root %{buildroot} --prefix=%{_prefix}
-%fdupes $RPM_BUILD_ROOT%{python_sitelib}
+%fdupes %{buildroot}%{python_sitelib}
 
 %files
 %defattr(-,root,root,-)

++++++ _service ++++++
<services>
  <service mode="localonly" name="tar_scm">
    <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.%ad</param>
  </service>
  <service mode="localonly" name="recompress">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service mode="localonly" name="set_version"/>
</services>

Reply via email to