Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package galene for openSUSE:Factory checked 
in at 2021-03-05 13:47:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/galene (Old)
 and      /work/SRC/openSUSE:Factory/.galene.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "galene"

Fri Mar  5 13:47:03 2021 rev:6 rq:876594 version:0.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/galene/galene.changes    2021-03-03 
18:34:37.927367086 +0100
+++ /work/SRC/openSUSE:Factory/.galene.new.2378/galene.changes  2021-03-05 
13:49:37.679859538 +0100
@@ -1,0 +2,5 @@
+Wed Mar  3 17:27:01 UTC 2021 - Michael Str??der <mich...@stroeder.com>
+
+- build without PIE on PPC64 platform
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ galene.spec ++++++
--- /var/tmp/diff_new_pack.2vgA9i/_old  2021-03-05 13:49:38.227860035 +0100
+++ /var/tmp/diff_new_pack.2vgA9i/_new  2021-03-05 13:49:38.227860035 +0100
@@ -60,9 +60,11 @@
 %patch1 -p0
 
 %build
-go build \
-   -mod=vendor \
-   -buildmode=pie ;
+%ifarch ppc64
+go build -mod=vendor
+%else
+go build -mod=vendor -buildmode=pie
+%endif
 
 %install
 %fdupes %{buildroot}/%{_prefix}

Reply via email to