Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package doxygen for openSUSE:Factory checked in at 2025-01-16 18:30:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/doxygen (Old) and /work/SRC/openSUSE:Factory/.doxygen.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "doxygen" Thu Jan 16 18:30:59 2025 rev:104 rq:1237886 version:1.13.2 Changes: -------- --- /work/SRC/openSUSE:Factory/doxygen/doxygen.changes 2025-01-06 16:05:28.166390303 +0100 +++ /work/SRC/openSUSE:Factory/.doxygen.new.1881/doxygen.changes 2025-01-16 18:31:02.290289236 +0100 @@ -1,0 +2,10 @@ +Sat Jan 11 07:07:53 UTC 2025 - Christoph G <[email protected]> + +- update to Doxygen 1.13.2 + * Support for Plus sign code fence directives - GitHub flavor + * String representation at "show configuration" in doxywizard +- Remove special paths for older Suse versions for which packages + are no longer built anyway + * Drop related patch doxygen-no-libclang-cpp.patch + +------------------------------------------------------------------- Old: ---- doxygen-1.13.1.src.tar.gz doxygen-no-libclang-cpp.patch New: ---- doxygen-1.13.2.src.tar.gz BETA DEBUG BEGIN: Old: are no longer built anyway * Drop related patch doxygen-no-libclang-cpp.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ doxygen.spec ++++++ --- /var/tmp/diff_new_pack.9raeav/_old 2025-01-16 18:31:03.082321925 +0100 +++ /var/tmp/diff_new_pack.9raeav/_new 2025-01-16 18:31:03.082321925 +0100 @@ -15,14 +15,8 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # - -%if 0%{?sle_version} >= 150100 -# build with "--with libclang" to enable libclang support -%bcond_with libclang -%endif - Name: doxygen -Version: 1.13.1 +Version: 1.13.2 Release: 0 Summary: Automated C, C++, and Java Documentation Generator # qtools are used for building and they are GPL-3.0 licensed @@ -32,25 +26,18 @@ Source0: https://www.doxygen.nl/files/doxygen-%{version}.src.tar.gz # suse specific Patch1: %{name}-no-lowercase-man-names.patch -# The unified libclang-cpp library doesn't exist on older Leap / SLE -Patch2: doxygen-no-libclang-cpp.patch -Patch3: reproducible.patch +Patch2: reproducible.patch BuildRequires: bison BuildRequires: cmake >= 3.14 BuildRequires: flex -%if 0%{?suse_version} <= 1500 -BuildRequires: gcc9-c++ -%else BuildRequires: gcc-c++ -%endif +BuildRequires: llvm-clang-devel BuildRequires: python3-base BuildRequires: python3-xml # Do not bother building documentation with latex since it is present on the # web trivialy for all versions of doxygen Obsoletes: doxygen-doc -%if %{with libclang} -BuildRequires: llvm-clang-devel -%endif + %description Doxygen is the de facto standard tool for generating documentation @@ -62,14 +49,7 @@ %prep %setup -q -# Leap 15 and SLE don't accept '%%autopatch -M' -%patch -P 1 -p1 -%if %{with libclang} -%if 0%{?sle_version} == 150100 || (0%{?sle_version} == 150200 && !0%{?is_opensuse}) -%patch -P 2 -p1 -%endif -%endif -%patch -P 3 -p1 +%autopatch -p1 %build %cmake \ @@ -77,13 +57,7 @@ -Dbuild_xmlparser=ON \ -Dbuild_search=OFF \ -Dbuild_wizard=OFF \ -%if %{with libclang} -Duse_libclang=ON \ -%endif -%if 0%{?suse_version} <= 1500 - -DCMAKE_C_COMPILER=gcc-9 \ - -DCMAKE_CXX_COMPILER=g++-9 \ -%endif -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" \ ++++++ doxywizard.spec ++++++ --- /var/tmp/diff_new_pack.9raeav/_old 2025-01-16 18:31:03.110323081 +0100 +++ /var/tmp/diff_new_pack.9raeav/_new 2025-01-16 18:31:03.114323246 +0100 @@ -17,7 +17,7 @@ Name: doxywizard -Version: 1.13.1 +Version: 1.13.2 Release: 0 Summary: Graphical User Interface for Doxygen # qtools are used for building and they are GPL-3.0 licensed @@ -29,11 +29,7 @@ BuildRequires: bison BuildRequires: cmake >= 3.14 BuildRequires: flex -%if 0%{?suse_version} <= 1500 -BuildRequires: gcc9-c++ -%else BuildRequires: gcc-c++ -%endif BuildRequires: libjpeg-devel BuildRequires: pkgconfig BuildRequires: python3-base @@ -44,11 +40,9 @@ BuildRequires: pkgconfig(Qt5Widgets) BuildRequires: pkgconfig(Qt5Xml) Requires: doxygen = %{version} -%if 0%{?suse_version} > 1230 && 0%{?suse_version} != 1315 # for make tests BuildRequires: libxml2-tools BuildRequires: texlive-bibtex -%endif %description Doxywizard is a graphical front-end to read/edit/write doxygen @@ -60,10 +54,6 @@ %build %cmake \ -Dbuild_wizard=ON \ -%if 0%{?suse_version} <= 1500 - -DCMAKE_C_COMPILER=gcc-9 \ - -DCMAKE_CXX_COMPILER=g++-9 \ -%endif -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" \ @@ -71,13 +61,11 @@ -DBUILD_STATIC_LIBS=ON %cmake_build -%if 0%{?suse_version} > 1230 && 0%{?suse_version} != 1315 %check export LANG=C.UTF-8 # testing doxygen package here to avoid build # cycle between latex and doxygen %ctest -%endif %install %cmake_install ++++++ doxygen-1.13.1.src.tar.gz -> doxygen-1.13.2.src.tar.gz ++++++ /work/SRC/openSUSE:Factory/doxygen/doxygen-1.13.1.src.tar.gz /work/SRC/openSUSE:Factory/.doxygen.new.1881/doxygen-1.13.2.src.tar.gz differ: char 5, line 1
