Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pop for openSUSE:Factory checked in 
at 2024-12-03 20:47:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pop (Old)
 and      /work/SRC/openSUSE:Factory/.pop.new.28523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pop"

Tue Dec  3 20:47:35 2024 rev:3 rq:1227969 version:0.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/pop/pop.changes  2024-07-02 18:19:38.782437538 
+0200
+++ /work/SRC/openSUSE:Factory/.pop.new.28523/pop.changes       2024-12-03 
20:49:00.599563247 +0100
@@ -1,0 +2,5 @@
+Sat Nov 30 10:11:00 UTC 2024 - Sai Karthik Karra <kskart...@disroot.org>
+
+- build: disable pie flag for ppc64 arch
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pop.spec ++++++
--- /var/tmp/diff_new_pack.LJMZG1/_old  2024-12-03 20:49:01.887617243 +0100
+++ /var/tmp/diff_new_pack.LJMZG1/_new  2024-12-03 20:49:01.895617579 +0100
@@ -40,9 +40,11 @@
 %build
 export GOWORK=off
 
-go build \
-   -buildmode=pie \
-   -ldflags "-s -w"
+%ifnarch ppc64
+export GOFLAGS="-buildmode=pie"
+%endif
+
+go build
 
 %install
 # Install the binary.

Reply via email to