Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package vte for openSUSE:Factory checked in 
at 2021-08-05 20:47:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vte (Old)
 and      /work/SRC/openSUSE:Factory/.vte.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vte"

Thu Aug  5 20:47:51 2021 rev:132 rq:909941 version:0.64.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/vte/vte.changes  2021-06-13 23:05:44.847625642 
+0200
+++ /work/SRC/openSUSE:Factory/.vte.new.1899/vte.changes        2021-08-05 
20:48:09.151928706 +0200
@@ -1,0 +2,7 @@
+Wed Jul 28 08:22:35 UTC 2021 - Yifan Jiang <yfji...@suse.com>
+
+- Add vte-enable-build-flag-pie.patch: enable PIE flag to be
+  compatible with gcc default linking option. Otherwise build will
+  be failed with current SLE-15-SP4 project setup.
+
+-------------------------------------------------------------------

New:
----
  vte-enable-build-flag-pie.patch

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

Other differences:
------------------
++++++ vte.spec ++++++
--- /var/tmp/diff_new_pack.dcCFLB/_old  2021-08-05 20:48:09.759928024 +0200
+++ /var/tmp/diff_new_pack.dcCFLB/_new  2021-08-05 20:48:09.763928020 +0200
@@ -30,6 +30,8 @@
 Group:          Development/Libraries/GNOME
 URL:            https://gitlab.gnome.org/GNOME/vte
 Source:         %{_name}-%{version}.tar.xz
+# PATCH-FIX-OPENSUSE vte-enable-build-flag-pie.patch yfji...@suse.com -- 
enable PIE flag to be compatible with gcc default linking option
+Patch0:         vte-enable-build-flag-pie.patch
 
 BuildRequires:  c++_compiler
 BuildRequires:  fdupes

++++++ vte-0.64.2.obscpio ++++++

++++++ vte-enable-build-flag-pie.patch ++++++
Index: vte/meson.build
===================================================================
--- vte.orig/meson.build
+++ vte/meson.build
@@ -25,6 +25,7 @@ project(
     'cpp_std=gnu++17',
     'warning_level=0',
     'b_ndebug=false',
+    'b_pie=true',
   ],
   meson_version: '>= 0.50.0',
 )

Reply via email to