Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libxpp for openSUSE:Factory checked 
in at 2024-03-05 18:52:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libxpp (Old)
 and      /work/SRC/openSUSE:Factory/.libxpp.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libxpp"

Tue Mar  5 18:52:18 2024 rev:3 rq:1155199 version:0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libxpp/libxpp.changes    2024-02-16 
21:42:42.722471785 +0100
+++ /work/SRC/openSUSE:Factory/.libxpp.new.1770/libxpp.changes  2024-03-05 
18:52:21.440736463 +0100
@@ -1,0 +2,5 @@
+Tue Mar  5 13:29:42 UTC 2024 - Matthias Gerstner <[email protected]>
+
+- fix -debugsource package contents
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libxpp.spec ++++++
--- /var/tmp/diff_new_pack.67zMGE/_old  2024-03-05 18:52:22.396771176 +0100
+++ /var/tmp/diff_new_pack.67zMGE/_new  2024-03-05 18:52:22.396771176 +0100
@@ -68,6 +68,14 @@
 %setup -q -n libxpp-0.2.0+git%{commit}
 
 %build
+# include/xpp is a symlink to -> .
+# this doesn't go well with the `debugedit` tool that determines source files.
+# The -debugsource package will be incomplete and confusing.
+# work around this at the moment by moving the symlink out of the way.
+rm include/xpp
+mkdir xpp
+mv include/* xpp
+mv xpp include
 scons libtype=shared use-system-pkgs=1
 
 %install

Reply via email to