public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xtl] epel10: Merge branch 'f31'
@ 2026-07-11 22:45 Elliott Sales de Andrade
0 siblings, 0 replies; 2+ messages in thread
From: Elliott Sales de Andrade @ 2026-07-11 22:45 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/xtl
Branch : epel10
Commit : 66bc25547da7d3fd606473d94196501f32fdbf2b
Author : Elliott Sales de Andrade <quantum.analyst@gmail.com>
Date : 2020-07-21T16:10:39-04:00
Stats : +13/-10 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/xtl/c/66bc25547da7d3fd606473d94196501f32fdbf2b?branch=epel10
Log:
Merge branch 'f31'
---
diff --git a/.gitignore b/.gitignore
index e4b5f85..040d4c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
/xtl-0.6.11.tar.gz
/xtl-0.6.12.tar.gz
/xtl-0.6.13.tar.gz
+/xtl-0.6.15.tar.gz
diff --git a/sources b/sources
index 3015939..d84a05a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xtl-0.6.13.tar.gz) = 80c9abf8bb13356757eb8a3d72a81675f88f81fdb45a1ac4f650d0ce64b6c95874ed30a80016b0e6b1e8d3bb6eb42b1ded4bff583de8c4d99c8d2dc3cde953af
+SHA512 (xtl-0.6.15.tar.gz) = 2587b15f9b2035851a9e4472151fcac846da797b4e680af235b24f871447b6b615b459b3f62d68c5f2677f83773bd34e5fb74ec86ac66dc3de4ddb83d55e6cff
diff --git a/xtl.spec b/xtl.spec
index a3d3914..b178c1f 100644
--- a/xtl.spec
+++ b/xtl.spec
@@ -2,7 +2,7 @@
%global debug_package %{nil}
Name: xtl
-Version: 0.6.13
+Version: 0.6.15
Release: 1%{?dist}
License: BSD
Summary: QuantStack tools library
@@ -47,8 +47,8 @@ Documentation files for %{name} library.
%build
-%cmake -DBUILD_TESTS=ON .
-%make_build
+%cmake -DBUILD_TESTS=ON
+%cmake_build
pushd docs
make html SPHINXBUILD=sphinx-build-3
@@ -57,11 +57,11 @@ popd
%install
-%make_install
+%cmake_install
%check
-make xtest
+make -C "%{_vpath_builddir}" xtest
%files devel
@@ -76,6 +76,9 @@ make xtest
%changelog
+* Tue Jul 21 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.15-1
+- Update to latest version
+
* Sat Mar 14 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.13-1
- Update to latest version
diff --git a/xtl.spec b/xtl.spec
index db0e2be..b178c1f 100644
--- a/xtl.spec
+++ b/xtl.spec
@@ -11,10 +11,6 @@ Source0: https://github.com/QuantStack/%{name}/archive/%{version}/%{name}
# https://github.com/QuantStack/xtl/issues/97
Patch0001: 0001-Fix-complex-test.patch
-# https://bugzilla.redhat.com/show_bug.cgi?id=1745840
-# https://bugzilla.redhat.com/show_bug.cgi?id=1745841
-ExcludeArch: armv7hl ppc64le
-
BuildRequires: binutils
BuildRequires: cmake
BuildRequires: doxygen
@@ -86,6 +82,9 @@ make -C "%{_vpath_builddir}" xtest
* Sat Mar 14 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.13-1
- Update to latest version
+* Fri Feb 14 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.12-2
+- Re-enable armv7hl and ppc64le
+
* Fri Feb 14 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.12-1
- Update to latest version
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [rpms/xtl] epel10: Merge branch 'f31'
@ 2026-07-11 22:45 Elliott Sales de Andrade
0 siblings, 0 replies; 2+ messages in thread
From: Elliott Sales de Andrade @ 2026-07-11 22:45 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/xtl
Branch : epel10
Commit : c123dd7e156d051a44fa453c3b716130eb518f6c
Author : Elliott Sales de Andrade <quantum.analyst@gmail.com>
Date : 2020-03-14T19:19:00-04:00
Stats : +10/-7 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/xtl/c/c123dd7e156d051a44fa453c3b716130eb518f6c?branch=epel10
Log:
Merge branch 'f31'
---
diff --git a/.gitignore b/.gitignore
index d933e4f..e4b5f85 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@
/xtl-0.6.8.tar.gz
/xtl-0.6.11.tar.gz
/xtl-0.6.12.tar.gz
+/xtl-0.6.13.tar.gz
diff --git a/sources b/sources
index ab70930..3015939 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xtl-0.6.12.tar.gz) = 8018fcbc0f3ec438d42374e6436c1fa2b2bca326a25c1fe81bda0d97e0e7bb2c60c4977c6d857d8c599c3fce44f4ac2f1b4f7a94f0b75731913c9fd95bb3657b
+SHA512 (xtl-0.6.13.tar.gz) = 80c9abf8bb13356757eb8a3d72a81675f88f81fdb45a1ac4f650d0ce64b6c95874ed30a80016b0e6b1e8d3bb6eb42b1ded4bff583de8c4d99c8d2dc3cde953af
diff --git a/xtl.spec b/xtl.spec
index 2e1e1fd..a3d3914 100644
--- a/xtl.spec
+++ b/xtl.spec
@@ -2,8 +2,8 @@
%global debug_package %{nil}
Name: xtl
-Version: 0.6.12
-Release: 2%{?dist}
+Version: 0.6.13
+Release: 1%{?dist}
License: BSD
Summary: QuantStack tools library
Url: https://github.com/QuantStack/xtl
@@ -76,6 +76,9 @@ make xtest
%changelog
+* Sat Mar 14 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.13-1
+- Update to latest version
+
* Fri Feb 14 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.12-2
- Re-enable armv7hl and ppc64le
diff --git a/xtl.spec b/xtl.spec
index fe97a73..a3d3914 100644
--- a/xtl.spec
+++ b/xtl.spec
@@ -11,10 +11,6 @@ Source0: https://github.com/QuantStack/%{name}/archive/%{version}/%{name}
# https://github.com/QuantStack/xtl/issues/97
Patch0001: 0001-Fix-complex-test.patch
-# https://bugzilla.redhat.com/show_bug.cgi?id=1745840
-# https://bugzilla.redhat.com/show_bug.cgi?id=1745841
-ExcludeArch: armv7hl ppc64le
-
BuildRequires: binutils
BuildRequires: cmake
BuildRequires: doxygen
@@ -83,6 +79,9 @@ make xtest
* Sat Mar 14 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.13-1
- Update to latest version
+* Fri Feb 14 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.12-2
+- Re-enable armv7hl and ppc64le
+
* Fri Feb 14 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.12-1
- Update to latest version
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-07-11 22:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-11 22:45 [rpms/xtl] epel10: Merge branch 'f31' Elliott Sales de Andrade
-- strict thread matches above, loose matches on Subject: below --
2026-07-11 22:45 Elliott Sales de Andrade
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox