Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package givaro for openSUSE:Factory checked 
in at 2024-11-02 16:12:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/givaro (Old)
 and      /work/SRC/openSUSE:Factory/.givaro.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "givaro"

Sat Nov  2 16:12:18 2024 rev:11 rq:1220180 version:4.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/givaro/givaro.changes    2023-03-28 
17:51:53.987708575 +0200
+++ /work/SRC/openSUSE:Factory/.givaro.new.2020/givaro.changes  2024-11-02 
16:12:32.689164964 +0100
@@ -1,0 +2,5 @@
+Mon Aug 19 21:14:59 UTC 2024 - Jan Engelhardt <jeng...@inai.de>
+
+- Add gcc14.patch
+
+-------------------------------------------------------------------

New:
----
  _scmsync.obsinfo
  build.specials.obscpio
  gcc14.patch

BETA DEBUG BEGIN:
  New:
- Add gcc14.patch
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ givaro.spec ++++++
--- /var/tmp/diff_new_pack.FShhzp/_old  2024-11-02 16:12:33.405194690 +0100
+++ /var/tmp/diff_new_pack.FShhzp/_new  2024-11-02 16:12:33.409194856 +0100
@@ -29,6 +29,7 @@
 Source:         
https://github.com/linbox-team/givaro/releases/download/v%version/%name-%version.tar.gz
 Patch1:         givaro-doc-no-build-time.patch
 Patch2:         0001-Add-missing-include-cstdint-for-u-int64_t.patch
+Patch3:         gcc14.patch
 # Old doxygen does not properly handle symlink recursion
 BuildRequires:  doxygen >= 1.5.7.1
 BuildRequires:  fdupes

++++++ _scmsync.obsinfo ++++++
mtime: 1724102463
commit: c0009e685bb3b4638ef28b4bb4d9639b44ad0e59ca41a4eb167376d30c9697e4
url: https://src.opensuse.org/jengelh/givaro
revision: master

++++++ gcc14.patch ++++++
References: https://github.com/linbox-team/givaro/issues/226

The reference to a singleton element should not be copied.

---
 src/kernel/integer/random-integer.h |    1 -
 1 file changed, 1 deletion(-)

Index: givaro-4.2.0/src/kernel/integer/random-integer.h
===================================================================
--- givaro-4.2.0.orig/src/kernel/integer/random-integer.h
+++ givaro-4.2.0/src/kernel/integer/random-integer.h
@@ -91,7 +91,6 @@ namespace Givaro
             if (this != &R) {
                 _bits = R._bits;
                 _integer = R._integer;
-                const_cast<Integer_Domain&>(_ring)=R._ring;
             }
             return *this;
         }

Reply via email to