Hello community,

here is the log from the commit of package spirv-tools for openSUSE:Factory 
checked in at 2018-01-19 11:46:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spirv-tools (Old)
 and      /work/SRC/openSUSE:Factory/.spirv-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spirv-tools"

Fri Jan 19 11:46:46 2018 rev:6 rq:566499 version:2017.0.g103

Changes:
--------
--- /work/SRC/openSUSE:Factory/spirv-tools/spirv-tools.changes  2017-11-29 
10:52:24.705190472 +0100
+++ /work/SRC/openSUSE:Factory/.spirv-tools.new/spirv-tools.changes     
2018-01-19 11:46:47.673793822 +0100
@@ -1,0 +2,7 @@
+Thu Jan  4 15:47:38 UTC 2018 - [email protected]
+
+- Make sure to build just with python3
+- Remove needles buildroot variable and default defattrs
+- Use autopatch to apply patches
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ spirv-tools.spec ++++++
--- /var/tmp/diff_new_pack.JQIq2Y/_old  2018-01-19 11:46:48.265765907 +0100
+++ /var/tmp/diff_new_pack.JQIq2Y/_new  2018-01-19 11:46:48.265765907 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package spirv-tools
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -35,9 +35,8 @@
 BuildRequires:  bison
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  gcc-c++
-BuildRequires:  python
-BuildRequires:  python-xml
-BuildRequires:  python3
+BuildRequires:  python3-base
+BuildRequires:  python3-xml
 BuildRequires:  spirv-headers >= 1.2
 
 %description
@@ -67,33 +66,29 @@
 
 %prep
 %setup -q
-%patch -P 1 -P 2 -p1
+%autopatch -p1
 
 %build
 %cmake -D"SPIRV-Headers_SOURCE_DIR=%_prefix" -DSPIRV_BUILD_COMPRESSION=BOOL:ON
 make %{?_smp_mflags}
 
 %install
-b="%buildroot"
 %cmake_install
 
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %_bindir/spirv-*
 %doc LICENSE
 
 %files -n %lname
-%defattr(-,root,root)
 %_libdir/libSPIRV-Tools.so.*
 %_libdir/libSPIRV-Tools-comp.so.*
 %_libdir/libSPIRV-Tools-link.so.*
 %_libdir/libSPIRV-Tools-opt.so.*
 
 %files devel
-%defattr(-,root,root)
 %_libdir/libSPIRV-Tools.so
 %_libdir/libSPIRV-Tools-comp.so
 %_libdir/libSPIRV-Tools-link.so


Reply via email to