Hello community,

here is the log from the commit of package doxygen for openSUSE:Factory checked 
in at 2016-03-01 09:36:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/doxygen (Old)
 and      /work/SRC/openSUSE:Factory/.doxygen.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "doxygen"

Changes:
--------
--- /work/SRC/openSUSE:Factory/doxygen/doxygen.changes  2016-01-08 
15:22:08.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.doxygen.new/doxygen.changes     2016-03-01 
09:36:10.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Feb 21 00:48:27 UTC 2016 - [email protected]
+
+- Do not link with -pie if we are not compiling with -fPIE
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/doxygen/doxywizard.changes       2016-01-08 
15:22:08.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.doxygen.new/doxywizard.changes  2016-03-01 
09:36:11.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Feb 21 00:41:56 UTC 2016 - [email protected]
+
+- Build against QT5 in newer products
+- Do not link with -pie as we are not compiling with -fPIE
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ doxygen.spec ++++++
--- /var/tmp/diff_new_pack.BVIcCX/_old  2016-03-01 09:36:12.000000000 +0100
+++ /var/tmp/diff_new_pack.BVIcCX/_new  2016-03-01 09:36:12.000000000 +0100
@@ -65,9 +65,9 @@
     -Dbuild_xmlparser=ON \
     -Dbuild_search=OFF \
     -Dbuild_wizard=OFF \
-    -DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -pie -Wl,-z,relro,-z,now" \
-    -DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -pie -Wl,-z,relro,-z,now" \
-    -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -pie -Wl,-z,relro,-z,now"
+    -DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,relro,-z,now" \
+    -DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,relro,-z,now" \
+    -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,relro,-z,now"
 make %{?_smp_mflags}
 
 %install

++++++ doxywizard.spec ++++++
--- /var/tmp/diff_new_pack.BVIcCX/_old  2016-03-01 09:36:12.000000000 +0100
+++ /var/tmp/diff_new_pack.BVIcCX/_new  2016-03-01 09:36:12.000000000 +0100
@@ -32,7 +32,15 @@
 BuildRequires:  flex
 BuildRequires:  gcc-c++
 BuildRequires:  libjpeg-devel
+BuildRequires:  python-xml
+%if 0%{?suse_version} < 1320
 BuildRequires:  libqt4-devel >= 4.3
+%else
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5Gui)
+BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  pkgconfig(Qt5Xml)
+%endif
 BuildRequires:  update-desktop-files
 Requires:       doxygen = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -55,9 +63,9 @@
 export CXXFLAGS="%{optflags} -fPIC"
 %cmake \
     -Dbuild_wizard=ON \
-    -DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -pie -Wl,-z,relro,-z,now" \
-    -DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -pie -Wl,-z,relro,-z,now" \
-    -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -pie -Wl,-z,relro,-z,now"
+    -DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,relro,-z,now" \
+    -DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,relro,-z,now" \
+    -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,relro,-z,now"
 make %{?_smp_mflags}
 
 %if 0%{?suse_version} > 1230 && 0%{?suse_version} != 1315


Reply via email to