Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2017-12-04 12:15:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/empathy (Old)
 and      /work/SRC/openSUSE:Factory/.empathy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "empathy"

Mon Dec  4 12:15:38 2017 rev:101 rq:547589 version:3.12.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2017-09-04 
12:23:40.478209058 +0200
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes     2017-12-04 
12:15:39.774144132 +0100
@@ -1,0 +2,13 @@
+Thu Nov 30 09:22:10 UTC 2017 - [email protected]
+
+- Export LANG=C.UTF-8 before building: in case we use python3 to
+  build (we rely on what we get into the build system), an UTF-8
+  setting is required or pyhon won't be able to parse all files.
+- Only call the post/postun scriptlets conditional on suse_version
+  < 1330. Newer systems use file triggers.
+- Switch to using python3 to build:
+  + Add python3-base and python3-xml BuildRequires.
+  + Export PYTHON=/usr/bin/python3 before running configure: use
+    python3 for the build process.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ empathy.spec ++++++
--- /var/tmp/diff_new_pack.oYcp65/_old  2017-12-04 12:15:40.502117702 +0100
+++ /var/tmp/diff_new_pack.oYcp65/_new  2017-12-04 12:15:40.506117556 +0100
@@ -30,6 +30,8 @@
 Source99:       %{name}-rpmlintrc
 BuildRequires:  fdupes
 BuildRequires:  intltool
+BuildRequires:  python3-base
+BuildRequires:  python3-xml
 %if !0%{?is_opensuse}
 BuildRequires:  translation-update-upstream
 %endif
@@ -124,6 +126,8 @@
 %endif
 
 %build
+export LANG=C.UTF-8
+export PYTHON=%{_bindir}/python3
 %configure      --disable-static \
                 --with-pic \
                 --enable-goa \
@@ -144,6 +148,7 @@
 # create hardlinks for the rest
 %fdupes %{buildroot}
 
+%if 0%{?suse_version} < 1330
 %post
 %glib2_gsettings_schema_post
 %desktop_database_post
@@ -153,6 +158,7 @@
 %glib2_gsettings_schema_postun
 %desktop_database_postun
 %icon_theme_cache_postun
+%endif
 
 %files
 %defattr(-,root,root)


Reply via email to