Hello community, here is the log from the commit of package presage for openSUSE:Factory checked in at 2020-02-14 16:30:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/presage (Old) and /work/SRC/openSUSE:Factory/.presage.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "presage" Fri Feb 14 16:30:35 2020 rev:20 rq:772573 version:0.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/presage/presage.changes 2020-01-30 09:33:03.213222080 +0100 +++ /work/SRC/openSUSE:Factory/.presage.new.26092/presage.changes 2020-02-14 16:30:35.431360521 +0100 @@ -1,0 +2,18 @@ +Sun Feb 9 20:46:18 UTC 2020 - Stefan Brüns <[email protected]> + +- Revert change of the source package name for the doc flavor. + Different flavors require distinct package names for _multibuild + to work properly. + +------------------------------------------------------------------- +Sat Feb 8 14:54:29 UTC 2020 - Dominique Leuenberger <[email protected]> + +- Update presage-0.9.1-python3.patch: Adjust two more env python to + for python3. + +------------------------------------------------------------------- +Thu Feb 6 08:16:36 UTC 2020 - Tomáš Chvátal <[email protected]> + +- Export the include path to fix the build under python 3.8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ presage.spec ++++++ --- /var/tmp/diff_new_pack.RPUGJG/_old 2020-02-14 16:30:36.099360884 +0100 +++ /var/tmp/diff_new_pack.RPUGJG/_new 2020-02-14 16:30:36.099360884 +0100 @@ -1,7 +1,7 @@ # # spec file for package presage # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ %global pname %{sname} %endif -Name: %pname +Name: %{pname} Version: 0.9.1 Release: 0 Summary: Intelligent predictive text entry platform (tools and demos) @@ -238,6 +238,8 @@ %else export LIBS+="-lm -lgmodule-2.0" export PYTHON="/usr/bin/python3" +export CFLAGS="%{optflags} $(python3-config --includes)" +export CXXFLAGS="%{optflags} $(python3-config --includes)" %configure make %{?_smp_mflags} %endif ++++++ presage-0.9.1-python3.patch ++++++ --- /var/tmp/diff_new_pack.RPUGJG/_old 2020-02-14 16:30:36.159360916 +0100 +++ /var/tmp/diff_new_pack.RPUGJG/_new 2020-02-14 16:30:36.159360916 +0100 @@ -1203,3 +1203,23 @@ config = conffile - print 'Configuration file: ' + str(config) + print('Configuration file: ' + str(config)) +Index: presage-0.9.1/apps/dbus/presage_dbus_python_demo +=================================================================== +--- presage-0.9.1.orig/apps/dbus/presage_dbus_python_demo ++++ presage-0.9.1/apps/dbus/presage_dbus_python_demo +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/python3 + + ########## + # Presage, an extensible predictive text entry system +Index: presage-0.9.1/apps/dbus/presage_dbus_service +=================================================================== +--- presage-0.9.1.orig/apps/dbus/presage_dbus_service ++++ presage-0.9.1/apps/dbus/presage_dbus_service +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/python3 + + ########## + # Presage, an extensible predictive text entry system
