Hello community, here is the log from the commit of package openmw for openSUSE:Factory checked in at 2020-11-17 21:24:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openmw (Old) and /work/SRC/openSUSE:Factory/.openmw.new.24930 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openmw" Tue Nov 17 21:24:55 2020 rev:9 rq:848806 version:0.46.0 Changes: -------- --- /work/SRC/openSUSE:Factory/openmw/openmw.changes 2020-08-29 20:33:31.357242316 +0200 +++ /work/SRC/openSUSE:Factory/.openmw.new.24930/openmw.changes 2020-11-17 21:24:58.825359655 +0100 @@ -1,0 +2,7 @@ +Mon Nov 16 02:29:59 UTC 2020 - [email protected] + +- Add openmw-add-missing-include.patch: Add missing algorithm + include for later boost releases, (gh#OpenMW/openmw!2817). +- Add missing build requires on boost regex. + +------------------------------------------------------------------- New: ---- openmw-add-missing-include.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openmw.spec ++++++ --- /var/tmp/diff_new_pack.hboYle/_old 2020-11-17 21:24:59.469360294 +0100 +++ /var/tmp/diff_new_pack.hboYle/_new 2020-11-17 21:24:59.473360297 +0100 @@ -26,6 +26,8 @@ URL: https://www.openmw.org Source: https://github.com/OpenMW/openmw/archive/%{name}-%{version}.tar.gz Source2: %{name}.rpmlintrc +#PATCH-FIX-UPSTREAM openmw-add-missing-include.patch gh#OpenMW/openmw!2817 [email protected] -- Add missing algorithm include for later boost releases. +Patch0: openmw-add-missing-include.patch BuildRequires: MyGUI-devel >= 3.2.1 BuildRequires: cmake BuildRequires: doxygen @@ -34,6 +36,7 @@ BuildRequires: libboost_filesystem-devel BuildRequires: libboost_iostreams-devel BuildRequires: libboost_program_options-devel +BuildRequires: libboost_regex-devel BuildRequires: libboost_system-devel BuildRequires: pkgconfig BuildRequires: tinyxml-devel @@ -87,6 +90,7 @@ %prep %setup -q -n openmw-openmw-%{version} +%patch0 -p2 cp 'files/mygui/DejaVu Font License.txt' ./DejaVuFontLicense.txt ## fix __DATE__ and __TIME__ ++++++ openmw-add-missing-include.patch ++++++ diff -Naur a/openmw-openmw-0.46.0/components/detournavigator/offmeshconnectionsmanager.hpp b/openmw-openmw-0.46.0/components/detournavigator/offmeshconnectionsmanager.hpp --- a/openmw-openmw-0.46.0/components/detournavigator/offmeshconnectionsmanager.hpp 2020-06-08 04:11:24.000000000 -0500 +++ b/openmw-openmw-0.46.0/components/detournavigator/offmeshconnectionsmanager.hpp 2020-11-15 20:03:09.136071793 -0600 @@ -13,6 +13,7 @@ #include <boost/optional.hpp> +#include <algorithm> #include <map> #include <mutex> #include <unordered_map> _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
