public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xtl] epel10: Merge branch 'f29'
@ 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 : 5d999077c9c90813af4ae6ed73e10a48b3afa109
Author : Elliott Sales de Andrade <quantum.analyst@gmail.com>
Date   : 2019-09-18T01:18:47-04:00
Stats  : +14/-2 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/xtl/c/5d999077c9c90813af4ae6ed73e10a48b3afa109?branch=epel10

Log:
Merge branch 'f29'

---
diff --git a/.gitignore b/.gitignore
index 186f3db..85a07fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
 /xtl-0.6.3.tar.gz
 /xtl-0.6.4.tar.gz
 /xtl-0.6.5.tar.gz
+/xtl-0.6.6.tar.gz

diff --git a/sources b/sources
index bc1f310..f60732e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xtl-0.6.5.tar.gz) = 5cecb38696bc89119ba07d46a40dc88a6072fc8f350c2b81d82ba48a1ab7dc2b85a336c247cb67c14cdad1af82d1eb34f55cb3957309cc51e70b94f9451b3287
+SHA512 (xtl-0.6.6.tar.gz) = 11156c52fc6f55a27361fa6155aacd94e36a16044c76d4627c1ee0cb65029adab143a2b3a29f0952a8823260e1f51de90f2750a7d6e8deabccdee1e476f6ed23

diff --git a/xtl.spec b/xtl.spec
index 3398d67..2f1a6e8 100644
--- a/xtl.spec
+++ b/xtl.spec
@@ -2,7 +2,7 @@
 %global debug_package %{nil}
 
 Name:           xtl
-Version:        0.6.5
+Version:        0.6.6
 Release:        1%{?dist}
 License:        BSD
 Summary:        QuantStack tools library
@@ -80,6 +80,9 @@ make xtest
 
 
 %changelog
+* Wed Sep 18 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.6-1
+- Update to latest version
+
 * Tue Aug 27 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.5-1
 - Update to latest version
 - Exclude arches that don't work

diff --git a/xtl.spec b/xtl.spec
index 11e048d..2f1a6e8 100644
--- a/xtl.spec
+++ b/xtl.spec
@@ -11,6 +11,10 @@ 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
@@ -81,6 +85,10 @@ make xtest
 
 * Tue Aug 27 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.5-1
 - Update to latest version
+- Exclude arches that don't work
+
+* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.4-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
 
 * Mon Apr 29 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.4-1
 - Update to latest version

^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [rpms/xtl] epel10: Merge branch 'f29'
@ 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 : d6b28c254be56e599ea069320f7316b2f046037d
Author : Elliott Sales de Andrade <quantum.analyst@gmail.com>
Date   : 2019-08-27T01:58:02-04:00
Stats  : +14/-4 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/xtl/c/d6b28c254be56e599ea069320f7316b2f046037d?branch=epel10

Log:
Merge branch 'f29'

---
diff --git a/.gitignore b/.gitignore
index 289c854..186f3db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /xtl-0.6.2.tar.gz
 /xtl-0.6.3.tar.gz
 /xtl-0.6.4.tar.gz
+/xtl-0.6.5.tar.gz

diff --git a/sources b/sources
index d743b00..bc1f310 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xtl-0.6.4.tar.gz) = 92ff932634a88fee9bfd27d092ebdf91752d90be8a4f3fc41aef90c195718c989082e53f1fcfae9d67b153ecd29d3dde6f8e2b540eeec0db1d0d229a9b0d2fe8
+SHA512 (xtl-0.6.5.tar.gz) = 5cecb38696bc89119ba07d46a40dc88a6072fc8f350c2b81d82ba48a1ab7dc2b85a336c247cb67c14cdad1af82d1eb34f55cb3957309cc51e70b94f9451b3287

diff --git a/xtl.spec b/xtl.spec
index 9c9fae5..3398d67 100644
--- a/xtl.spec
+++ b/xtl.spec
@@ -2,8 +2,8 @@
 %global debug_package %{nil}
 
 Name:           xtl
-Version:        0.6.4
-Release:        2%{?dist}
+Version:        0.6.5
+Release:        1%{?dist}
 License:        BSD
 Summary:        QuantStack tools library
 Url:            https://github.com/QuantStack/xtl
@@ -80,7 +80,8 @@ make xtest
 
 
 %changelog
-* Tue Aug 27 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.4-2
+* Tue Aug 27 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.5-1
+- Update to latest version
 - Exclude arches that don't work
 
 * Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.4-2

diff --git a/xtl.spec b/xtl.spec
index 3b6bfca..3398d67 100644
--- a/xtl.spec
+++ b/xtl.spec
@@ -11,6 +11,10 @@ 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
@@ -78,6 +82,10 @@ make xtest
 %changelog
 * Tue Aug 27 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.5-1
 - Update to latest version
+- Exclude arches that don't work
+
+* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.4-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
 
 * Mon Apr 29 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.6.4-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 'f29' 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