Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package emptyepsilon for openSUSE:Factory checked in at 2024-02-23 16:45:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/emptyepsilon (Old) and /work/SRC/openSUSE:Factory/.emptyepsilon.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "emptyepsilon" Fri Feb 23 16:45:08 2024 rev:2 rq:1149592 version:2023.06.17 Changes: -------- --- /work/SRC/openSUSE:Factory/emptyepsilon/emptyepsilon.changes 2023-12-11 21:51:12.804999753 +0100 +++ /work/SRC/openSUSE:Factory/.emptyepsilon.new.1770/emptyepsilon.changes 2024-02-23 16:45:09.262956415 +0100 @@ -1,0 +2,10 @@ +Thu Feb 22 14:32:53 UTC 2024 - Dominik Heidler <[email protected]> + +- Use same doc dir for all versions + +------------------------------------------------------------------- +Thu Feb 22 11:41:39 UTC 2024 - Dominique Leuenberger <[email protected]> + +- Use %patch -P N instead of deprecated %patchN. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ emptyepsilon.spec ++++++ --- /var/tmp/diff_new_pack.XpTohk/_old 2024-02-23 16:45:12.647079088 +0100 +++ /var/tmp/diff_new_pack.XpTohk/_new 2024-02-23 16:45:12.663079669 +0100 @@ -1,7 +1,7 @@ # # spec file for package emptyepsilon # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -54,9 +54,9 @@ %setup -q -a1 -n EmptyEpsilon-EE-%{version} find -name .gitignore | xargs rm pushd SeriousProton-EE-%{version} -%patch0 -p1 +%patch -P 0 -p1 popd -%patch1 -p1 +%patch -P 1 -p1 # extract bundled dependencies mkdir -p SeriousProton/externals/basis @@ -73,7 +73,7 @@ popd %build -%if 0%{?sle_version:1} +%if 0%{?sle_version} # if sle_version is defined, this is not tumbleweed export CC=gcc-10 export CXX=g++-10 @@ -83,6 +83,9 @@ -DCPACK_PACKAGE_VERSION_MAJOR="$(echo %{version} | cut -d. -f1)" \ -DCPACK_PACKAGE_VERSION_MINOR="$(echo %{version} | cut -d. -f2)" \ -DCPACK_PACKAGE_VERSION_PATCH="$(echo %{version} | cut -d. -f3)" \ +%if 0%{?sle_version} + -DCMAKE_INSTALL_DOCDIR:PATH=%{_docdir}/%{name} \ +%endif -DOpenGL_GL_PREFERENCE=GLVND %cmake_build -j 8 @@ -92,7 +95,7 @@ %files %doc README.md %{_bindir}/EmptyEpsilon -%{_datadir}/doc/EmptyEpsilon/ +%{_docdir}/emptyepsilon/ %{_datadir}/emptyepsilon/ %{_datadir}/applications/EmptyEpsilon.desktop %{_datadir}/icons/hicolor/1024x1024/apps/EmptyEpsilon.png
