public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/kokkos] epel10: Version bump to 3.0.00
@ 2026-07-11  7:20 Christoph Junghans
  0 siblings, 0 replies; only message in thread
From: Christoph Junghans @ 2026-07-11  7:20 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/kokkos
Branch : epel10
Commit : 06e5d34cdbb9f6bba36c541aa0d3e5274a07ef5f
Author : Christoph Junghans <junghans@lanl.gov>
Date   : 2020-02-27T17:20:24-07:00
Stats  : +11/-20 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/kokkos/c/06e5d34cdbb9f6bba36c541aa0d3e5274a07ef5f?branch=epel10

Log:
Version bump to 3.0.00

---
diff --git a/.gitignore b/.gitignore
index a120a05..e6c553b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /kokkos-6619d83a6d682ee83eabc7d23cf051d0ff77ff61.tar.gz
 /kokkos-cb90e9484286b8728d821bb5b1c23e74373bc47b.tar.gz
 /kokkos-e79d6b7311fb91c81477a7fc458ca5408e0c19d2.tar.gz
+/kokkos-3.0.00.tar.gz

diff --git a/kokkos.spec b/kokkos.spec
index 80f4603..ce41564 100644
--- a/kokkos.spec
+++ b/kokkos.spec
@@ -1,21 +1,14 @@
-%global git 1
-%global commit e79d6b7311fb91c81477a7fc458ca5408e0c19d2
-%global shortcommit %(c=%{commit}; echo ${c:0:7})
-
 Name:           kokkos
-Version:        3.0.0
-Release:        0.3.20200107git%{shortcommit}%{?dist}.1
+Version:        3.0.00
+%global         sover 3.0.0
+Release:        1%{?dist}
 Summary:        Kokkos C++ Performance Portability Programming 
 #no support for 32-bit archs https://github.com/kokkos/kokkos/issues/2312
 ExcludeArch: i686 armv7hl
 
 License:        BSD 
 URL:            https://github.com/kokkos/kokkos
-%if %{git}
-Source0:        https://github.com/%{name}/%{name}/archive/%{commit}/%{name}-%{commit}.tar.gz
-%else
-Source0:       https://github.com/%{name}/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
-%endif
+Source0:        https://github.com/kokkos/kokkos/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 
 
 BuildRequires:  gcc-c++
@@ -43,11 +36,7 @@ Requires:       hwloc-devel
 This package contains the development files of %{name}.
 
 %prep
-%if %{git}
-%setup -q -n %{name}-%{commit}
-%else
 %setup -q
-%endif
 
 %build
 mkdir build
@@ -68,14 +57,12 @@ popd
 %make_install -C build
 
 %check
-# https://github.com/kokkos/kokkos/issues/2613
-%global testargs ARGS='-E UnitTest_StackTraceTest'
-make -C build test CTEST_OUTPUT_ON_FAILURE=1 %{?testargs:%{testargs}}
+make -C build test CTEST_OUTPUT_ON_FAILURE=1 %{?testargs}
 
 %files
 %doc README.md
 %license LICENSE
-%{_libdir}/libkokkos*.so.%{version}
+%{_libdir}/libkokkos*.so.%{sover}
 
 %files devel
 %{_libdir}/libkokkos*.so
@@ -85,6 +72,9 @@ make -C build test CTEST_OUTPUT_ON_FAILURE=1 %{?testargs:%{testargs}}
 %{_bindir}/nvcc_wrapper
 
 %changelog
+* Thu Feb 27 2020 Christoph Junghans <junghans@votca.org> - 3.0.00-1
+- Version bump to 3.0.00
+
 * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-0.3.20200107gite79d6b7.1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
 

diff --git a/sources b/sources
index abe3faa..316e01f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (kokkos-e79d6b7311fb91c81477a7fc458ca5408e0c19d2.tar.gz) = 5a5b9b6acfb69410cba2234d7575b65ed30d9f45ffabff1d6ba984abac56272f4a433f6d5a1e9a0b381803b823091a0902e071d546e7be49071f689d1cd43d11
+SHA512 (kokkos-3.0.00.tar.gz) = f98feaedfb3b5759fdab35f68ca5b6bd3eacdb658ff0a7b91a33839fa266a8533c76213ebba6445ff7f2430bcdec8d05d7e4c023b63532515ba30223a27f3ebb

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-11  7:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-11  7:20 [rpms/kokkos] epel10: Version bump to 3.0.00 Christoph Junghans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox