public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/kokkos] epel10: bump to latest release candidate snapshot
@ 2026-07-11 7:20 Christoph Junghans
0 siblings, 0 replies; 2+ messages 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 : e39b3bed0ff933c68ff81ee3d1b19ff3af3d8b87
Author : Christoph Junghans <junghans@lanl.gov>
Date : 2019-12-23T14:47:28-07:00
Stats : +7/-3 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/kokkos/c/e39b3bed0ff933c68ff81ee3d1b19ff3af3d8b87?branch=epel10
Log:
bump to latest release candidate snapshot
---
diff --git a/.gitignore b/.gitignore
index 874150d..235983b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/kokkos-d93e239baee253fca66b8b7f2196edaa40a2ef17.tar.gz
/kokkos-445c17625fe6dcfa8ddf98046301a648550c5738.tar.gz
/kokkos-6619d83a6d682ee83eabc7d23cf051d0ff77ff61.tar.gz
+/kokkos-cb90e9484286b8728d821bb5b1c23e74373bc47b.tar.gz
diff --git a/kokkos.spec b/kokkos.spec
index 185b56c..9738337 100644
--- a/kokkos.spec
+++ b/kokkos.spec
@@ -1,10 +1,10 @@
%global git 1
-%global commit 6619d83a6d682ee83eabc7d23cf051d0ff77ff61
+%global commit cb90e9484286b8728d821bb5b1c23e74373bc47b
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: kokkos
Version: 3.0.0
-Release: 0.2.20191216git%{shortcommit}%{?dist}
+Release: 0.2.20191219git%{shortcommit}%{?dist}
Summary: Kokkos C++ Performance Portability Programming
#no support for 32-bit archs https://github.com/kokkos/kokkos/issues/2312
ExcludeArch: i686 armv7hl
@@ -84,6 +84,9 @@ make -C build test CTEST_OUTPUT_ON_FAILURE=1 %{?testargs:%{testargs}}
%{_bindir}/nvcc_wrapper
%changelog
+* Mon Dec 23 2019 Christoph Junghans <junghans@votca.org> - 3.0.0-0.2.20191219gitcb90e9
+- bump to latest release candidate snapshot
+
* Fri Dec 20 2019 Christoph Junghans <junghans@votca.org> - 3.0.0-0.2.20191216git6619d83
- bump to latest snapshot and enable Kokkos_ENABLE_DEPRECATED_CODE
- disable StackTrace Unittests
diff --git a/sources b/sources
index 6135d50..0a40c38 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (kokkos-6619d83a6d682ee83eabc7d23cf051d0ff77ff61.tar.gz) = 18101e683262eed30f1a60eac054a7cc70e01a400529c39aea568678cae78e96f3954468df5548b29c7a91f836334d59ed9f4c0b37d7f8bfdc4cec412cd86733
+SHA512 (kokkos-cb90e9484286b8728d821bb5b1c23e74373bc47b.tar.gz) = 50183d66bcdfd4ed565e57cf2f9053879bd7067766e1d3bff077d7d682fa06518ddc6565a99e19f07c114a3b7af2327ffdaa247c9a70f6b757cec9fa763c6373
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [rpms/kokkos] epel10: bump to latest release candidate snapshot
@ 2026-07-11 7:20 Christoph Junghans
0 siblings, 0 replies; 2+ messages 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 : 32741062673de146d95441d5a7f00d09860d8914
Author : Christoph Junghans <junghans@lanl.gov>
Date : 2020-01-12T19:34:40-07:00
Stats : +8/-3 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/kokkos/c/32741062673de146d95441d5a7f00d09860d8914?branch=epel10
Log:
bump to latest release candidate snapshot
---
diff --git a/.gitignore b/.gitignore
index 235983b..a120a05 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,6 @@
+/kokkos-*/
/kokkos-d93e239baee253fca66b8b7f2196edaa40a2ef17.tar.gz
/kokkos-445c17625fe6dcfa8ddf98046301a648550c5738.tar.gz
/kokkos-6619d83a6d682ee83eabc7d23cf051d0ff77ff61.tar.gz
/kokkos-cb90e9484286b8728d821bb5b1c23e74373bc47b.tar.gz
+/kokkos-e79d6b7311fb91c81477a7fc458ca5408e0c19d2.tar.gz
diff --git a/kokkos.spec b/kokkos.spec
index 9738337..2f8ac75 100644
--- a/kokkos.spec
+++ b/kokkos.spec
@@ -1,10 +1,10 @@
%global git 1
-%global commit cb90e9484286b8728d821bb5b1c23e74373bc47b
+%global commit e79d6b7311fb91c81477a7fc458ca5408e0c19d2
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: kokkos
Version: 3.0.0
-Release: 0.2.20191219git%{shortcommit}%{?dist}
+Release: 0.2.20200107git%{shortcommit}%{?dist}
Summary: Kokkos C++ Performance Portability Programming
#no support for 32-bit archs https://github.com/kokkos/kokkos/issues/2312
ExcludeArch: i686 armv7hl
@@ -84,6 +84,9 @@ make -C build test CTEST_OUTPUT_ON_FAILURE=1 %{?testargs:%{testargs}}
%{_bindir}/nvcc_wrapper
%changelog
+* Sun Jan 12 2020 Christoph Junghans <junghans@votca.org> - 3.0.0-0.2.20200107gite79d6b7
+- bump to latest release candidate snapshot
+
* Mon Dec 23 2019 Christoph Junghans <junghans@votca.org> - 3.0.0-0.2.20191219gitcb90e9
- bump to latest release candidate snapshot
diff --git a/sources b/sources
index 0a40c38..abe3faa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (kokkos-cb90e9484286b8728d821bb5b1c23e74373bc47b.tar.gz) = 50183d66bcdfd4ed565e57cf2f9053879bd7067766e1d3bff077d7d682fa06518ddc6565a99e19f07c114a3b7af2327ffdaa247c9a70f6b757cec9fa763c6373
+SHA512 (kokkos-e79d6b7311fb91c81477a7fc458ca5408e0c19d2.tar.gz) = 5a5b9b6acfb69410cba2234d7575b65ed30d9f45ffabff1d6ba984abac56272f4a433f6d5a1e9a0b381803b823091a0902e071d546e7be49071f689d1cd43d11
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-07-11 7:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-11 7:20 [rpms/kokkos] epel10: bump to latest release candidate snapshot Christoph Junghans
-- strict thread matches above, loose matches on Subject: below --
2026-07-11 7:20 Christoph Junghans
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox