Hello community, here is the log from the commit of package folks for openSUSE:Factory checked in at 2019-05-03 22:17:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/folks (Old) and /work/SRC/openSUSE:Factory/.folks.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "folks" Fri May 3 22:17:30 2019 rev:47 rq:695784 version:0.11.4 Changes: -------- --- /work/SRC/openSUSE:Factory/folks/folks.changes 2018-03-14 19:24:02.813144693 +0100 +++ /work/SRC/openSUSE:Factory/.folks.new.5148/folks.changes 2019-05-03 22:17:32.220117924 +0200 @@ -1,0 +2,6 @@ +Fri Jan 4 00:30:47 UTC 2019 - [email protected] + +- Drop post(un) handling of glib2_gsettings_schema_post(un) for + libfolks-data subpackage, no longer needed. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ folks.spec ++++++ --- /var/tmp/diff_new_pack.2JK36a/_old 2019-05-03 22:17:32.752118992 +0200 +++ /var/tmp/diff_new_pack.2JK36a/_new 2019-05-03 22:17:32.756119000 +0200 @@ -1,7 +1,7 @@ # # spec file for package folks # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -173,8 +173,7 @@ %lang_package %prep -%setup -q -%patch0 -p1 +%autosetup -p1 %build %configure \ @@ -182,8 +181,9 @@ --enable-eds-backend \ --enable-tracker-backend \ --disable-libsocialweb-backend \ - --disable-fatal-warnings -make %{?_smp_mflags} V=1 + --disable-fatal-warnings \ + %{nil} +%make_build %install %make_install @@ -192,16 +192,13 @@ %post -n libfolks%{soversion} -p /sbin/ldconfig %postun -n libfolks%{soversion} -p /sbin/ldconfig -%post -n libfolks-data -%glib2_gsettings_schema_post - -%postun -n libfolks-data -%glib2_gsettings_schema_postun %post -n libfolks-eds%{soversion} -p /sbin/ldconfig %postun -n libfolks-eds%{soversion} -p /sbin/ldconfig + %post -n libfolks-tracker%{soversion} -p /sbin/ldconfig %postun -n libfolks-tracker%{soversion} -p /sbin/ldconfig + %post -n libfolks-telepathy%{soversion} -p /sbin/ldconfig %postun -n libfolks-telepathy%{soversion} -p /sbin/ldconfig
