#3 Update to 1.2
Closed 5 years ago by ignatenkobrain. Opened 5 years ago by sergesanspaille.
rpms/ sergesanspaille/pocl feature/1.2  into  master

file modified
+7 -4
@@ -1,18 +1,18 @@ 

  %global sover 2

  %global with_tests 1

- %global rc_ver 1

+ #%%global rc_ver 1

  

  Summary:        Portable Computing Language - an OpenCL implementation

  Name:           pocl

  Version:        1.2

- Release:        0.2.rc%{rc_ver}%{?dist}

+ Release:        1

  

  # The whole code is under MIT

  # except include/utlist.h which is under BSD (and unbundled) and

  # except lib/kernel/vecmath which is under GPLv3+ or LGPLv3+ (and unbundled in future)

  License:        MIT and BSD and (GPLv3+ or LGPLv3+)

  URL:            http://pocl.sourceforge.net

- Source0:        https://github.com/pocl/pocl/archive/v%{version}-RC%{rc_ver}.tar.gz

+ Source0:        https://github.com/pocl/pocl/archive/v%{version}%{?rc_ver:-RC%{rc_ver}}.tar.gz

  

  # FIXME: link

  Patch1001:      0001-wrap-more-stuff-for-64-bit-atomics.patch
@@ -69,7 +69,7 @@ 

  Portable Computing Language development files.

  

  %prep

- %autosetup -p1 -n %{name}-%{version}-RC%{rc_ver}

+ %autosetup -p1 -n %{name}-%{version}%{?rc_ver:-RC%{rc_ver}}

  

  # Unbundle uthash

  find . -depth -name utlist* -print -delete
@@ -132,6 +132,9 @@ 

  %{_libdir}/pkgconfig/%{name}.pc

  

  %changelog

+ * Tue Nov 27 2018 sguelton@redhat.com - 1.2-1

+ - Update to 1.2

+ 

  * Wed Aug 15 2018 Tom Stellard <tstellar@redhat.com> - 1.2-0.2.rc1

  - Update to 1.2-rc1

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (v1.2-RC1.tar.gz) = bcab03a478c3ffebce86ce632106ca2d5bcd9f5edb5f35b0df22d224c4fb45dd536d959c0e24a4a4997a8b2c9f1608a8d3a48319e4d2111376cbefe0e7084d80

+ SHA512 (v1.2.tar.gz) = bcab03a478c3ffebce86ce632106ca2d5bcd9f5edb5f35b0df22d224c4fb45dd536d959c0e24a4a4997a8b2c9f1608a8d3a48319e4d2111376cbefe0e7084d80

no initial comment

I've pushed a bit different commit. But thanks for bringing it up!

Pull-Request has been closed by ignatenkobrain

5 years ago