Hello community,

here is the log from the commit of package libclc for openSUSE:Factory checked 
in at 2019-10-10 11:48:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libclc (Old)
 and      /work/SRC/openSUSE:Factory/.libclc.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libclc"

Thu Oct 10 11:48:44 2019 rev:12 rq:733456 version:0.2.0+git.20190805

Changes:
--------
--- /work/SRC/openSUSE:Factory/libclc/libclc.changes    2019-03-24 
14:56:42.571203912 +0100
+++ /work/SRC/openSUSE:Factory/.libclc.new.2352/libclc.changes  2019-10-10 
11:48:45.568067423 +0200
@@ -1,0 +2,9 @@
+Thu Sep 26 13:20:28 UTC 2019 - Martin Pluskal <mplus...@suse.com>
+
+- Update to version 0.2.0+git.20190805:
+  * Revert "Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC"
+  * Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
+  * travis: Add LLVM-8 build
+- Small spec file updates
+
+-------------------------------------------------------------------

Old:
----
  libclc-0.2.0+git.20190313.tar.xz

New:
----
  libclc-0.2.0+git.20190805.tar.xz

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

Other differences:
------------------
++++++ libclc.spec ++++++
--- /var/tmp/diff_new_pack.V8mbza/_old  2019-10-10 11:48:46.348065353 +0200
+++ /var/tmp/diff_new_pack.V8mbza/_new  2019-10-10 11:48:46.352065343 +0200
@@ -17,28 +17,28 @@
 
 
 Name:           libclc
-Version:        0.2.0+git.20190313
+Version:        0.2.0+git.20190805
 Release:        0
 Summary:        OpenCL C programming language library
-License:        (BSD-3-Clause or MIT) and Apache-2.0 WITH LLVM-exception
+License:        (BSD-3-Clause OR MIT) AND Apache-2.0 WITH LLVM-exception
 Group:          Development/Libraries/C and C++
-Url:            http://libclc.llvm.org/
+URL:            https://libclc.llvm.org/
 Source0:        %{name}-%{version}.tar.xz
 Source1:        %{name}-rpmlintrc
 BuildRequires:  gcc
 BuildRequires:  libstdc++-devel >= 3.9
 BuildRequires:  llvm >= 4.0
 BuildRequires:  llvm-clang-devel >= 4.0
-BuildRequires:  ncurses-devel
 BuildRequires:  pkgconfig
-BuildRequires:  python3
-BuildRequires:  zlib-devel
+BuildRequires:  python3-base
+BuildRequires:  pkgconfig(ncurses)
+BuildRequires:  pkgconfig(zlib)
 
 %description
 Library requirements of the OpenCL C programming language.
 
 %prep
-%setup -q
+%autosetup
 
 %build
 sed -i "s|python|python3|g" configure.py
@@ -54,13 +54,13 @@
   --enable-runtime-subnormal \
   --pkgconfigdir=%{_libdir}/pkgconfig/ \
   --libexecdir=%{_libdir}/clc/
-make %{?_smp_mflags} VERBOSE=1
+%make_build
 
 %install
 %make_install
 
 %files
-%doc LICENSE.TXT
+%license LICENSE.TXT
 %{_includedir}/clc
 %{_libdir}/clc
 %{_libdir}/pkgconfig/libclc.pc

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.V8mbza/_old  2019-10-10 11:48:46.388065247 +0200
+++ /var/tmp/diff_new_pack.V8mbza/_new  2019-10-10 11:48:46.388065247 +0200
@@ -1,6 +1,6 @@
 <servicedata>
   <service name="tar_scm">
     <param name="url">https://github.com/llvm-mirror/libclc.git</param>
-    <param 
name="changesrevision">45017385361603d6328997a2272d140e50786686</param>
+    <param 
name="changesrevision">0db3817c4e48f2fd56dc926e7c21cfc6a8ecff8f</param>
   </service>
-</servicedata>
+</servicedata>
\ No newline at end of file

++++++ libclc-0.2.0+git.20190313.tar.xz -> libclc-0.2.0+git.20190805.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libclc-0.2.0+git.20190313/.travis.yml 
new/libclc-0.2.0+git.20190805/.travis.yml
--- old/libclc-0.2.0+git.20190313/.travis.yml   2019-03-13 08:13:34.000000000 
+0100
+++ new/libclc-0.2.0+git.20190805/.travis.yml   2019-08-05 19:23:23.000000000 
+0200
@@ -87,6 +87,23 @@
             - llvm-7-dev
             - clang-7
     - env:
+        - LABEL="make gcc LLVM-8"
+        - LLVM_VERSION=8
+        - CHECK_FILES="barts-r600--.bc cayman-r600--.bc cedar-r600--.bc 
cypress-r600--.bc tahiti-amdgcn--.bc amdgcn--amdhsa.bc 
tahiti-amdgcn-mesa-mesa3d.bc nvptx--nvidiacl.bc nvptx64--nvidiacl.bc"
+        - MATRIX_EVAL="CC=gcc-6 && CXX=g++-6"
+      addons:
+        apt:
+          sources:
+            - sourceline: 'deb http://apt.llvm.org/trusty/ 
llvm-toolchain-trusty-8 main'
+              key_url: https://apt.llvm.org/llvm-snapshot.gpg.key
+            - ubuntu-toolchain-r-test
+          packages:
+            - libedit-dev
+            - g++-6
+            # From sources above
+            - llvm-8-dev
+            - clang-8
+    - env:
         - LABEL="cmake gcc LLVM-3.9"
         - LLVM_VERSION=3.9
         - CHECK_FILES="barts-r600--.bc cayman-r600--.bc cedar-r600--.bc 
cypress-r600--.bc tahiti-amdgcn--.bc amdgcn--amdhsa.bc nvptx--nvidiacl.bc 
nvptx64--nvidiacl.bc"
@@ -163,6 +180,23 @@
             # From sources above
             - llvm-7-dev
             - clang-7
+    - env:
+        - LABEL="cmake gcc LLVM-8"
+        - LLVM_VERSION=8
+        - CHECK_FILES="barts-r600--.bc cayman-r600--.bc cedar-r600--.bc 
cypress-r600--.bc tahiti-amdgcn--.bc amdgcn--amdhsa.bc 
tahiti-amdgcn-mesa-mesa3d.bc nvptx--nvidiacl.bc nvptx64--nvidiacl.bc"
+        - MATRIX_EVAL="CC=gcc-6 && CXX=g++-6"
+      addons:
+        apt:
+          sources:
+            - sourceline: 'deb http://apt.llvm.org/trusty/ 
llvm-toolchain-trusty-8 main'
+              key_url: https://apt.llvm.org/llvm-snapshot.gpg.key
+            - ubuntu-toolchain-r-test
+          packages:
+            - libedit-dev
+            - g++-6
+            # From sources above
+            - llvm-8-dev
+            - clang-8
 
 before_install:
     - eval "${MATRIX_EVAL}"


Reply via email to