Hello community, here is the log from the commit of package evolution for openSUSE:Factory checked in at 2019-08-15 12:24:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/evolution (Old) and /work/SRC/openSUSE:Factory/.evolution.new.9556 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "evolution" Thu Aug 15 12:24:26 2019 rev:228 rq:720995 version:3.32.4 Changes: -------- --- /work/SRC/openSUSE:Factory/evolution/evolution.changes 2019-07-21 11:31:17.948808167 +0200 +++ /work/SRC/openSUSE:Factory/.evolution.new.9556/evolution.changes 2019-08-15 12:24:27.530620284 +0200 @@ -1,0 +2,7 @@ +Mon Jul 22 19:23:33 UTC 2019 - Antoine Belvire <[email protected]> + +- Split text highlight plugin into a subpackage. +- Add missing runtime dependency on the 'highlight' package. +- Replace packageand() by boolean dependencies. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ evolution.spec ++++++ --- /var/tmp/diff_new_pack.XQpXK1/_old 2019-08-15 12:24:28.750619980 +0200 +++ /var/tmp/diff_new_pack.XQpXK1/_new 2019-08-15 12:24:28.754619979 +0200 @@ -37,7 +37,6 @@ BuildRequires: gcc-c++ BuildRequires: gettext BuildRequires: gtk-doc -BuildRequires: highlight BuildRequires: intltool BuildRequires: openldap2-devel BuildRequires: pkgconfig @@ -107,7 +106,7 @@ Group: Development/Tools/GUI Builders Requires: %{name} = %{version} Requires: glade -Supplements: packageand(glade:%{name}-devel) +Supplements: (glade and %{name}-devel) %description -n glade-catalog-evolution Evolution consists of modular components (at the moment: mailer, @@ -124,7 +123,7 @@ Requires: %{name} Requires: bogofilter Enhances: %{name} -Supplements: packageand(%{name}:bogofilter) +Supplements: (%{name} and bogofilter) %description -n evolution-plugin-bogofilter Adds support for junk-mail filtering via bogofilter. @@ -144,11 +143,23 @@ Requires: %{name} Requires: spamassassin Enhances: %{name} -Supplements: packageand(%{name}:spamassassin) +Supplements: (%{name} and spamassassin) %description -n evolution-plugin-spamassassin Adds support for junk-mail filtering via spamassassin. +%package -n evolution-plugin-text-highlight +Summary: Text highlight plugin for the Evolution groupware suite +Group: Productivity/Networking/Email/Clients +BuildRequires: highlight +Requires: %{name} +Requires: highlight +Enhances: %{name} +Supplements: (%{name} and highlight) + +%description -n evolution-plugin-text-highlight +Adds support to highlight syntax of mails and their attachments. + %package devel Summary: Development files for the Evolution groupware suite Group: Development/Libraries/C and C++ @@ -237,7 +248,6 @@ %{_datadir}/glib-2.0/schemas/org.gnome.evolution.mail.gschema.xml %{_libdir}/evolution/modules/module-accounts-window.so %{_libdir}/evolution/modules/module-config-lookup.so -%{_datadir}/glib-2.0/schemas/org.gnome.evolution.text-highlight.gschema.xml %{_libdir}/evolution/modules/module-mailto-handler.so %{_libdir}/evolution/modules/module-mdn.so %{_libdir}/evolution/modules/module-offline-alert.so @@ -246,7 +256,6 @@ %{_libdir}/evolution/modules/module-prefer-plain.so %{_libdir}/evolution/modules/module-settings.so %{_libdir}/evolution/modules/module-startup-wizard.so -%{_libdir}/evolution/modules/module-text-highlight.so %{_libdir}/evolution/modules/module-vcard-inline.so %{_libdir}/evolution/modules/module-webkit-editor.so %{_libdir}/evolution/modules/module-webkit-inspector.so @@ -301,6 +310,10 @@ %{_libdir}/evolution/plugins/*-pst-import.* %{_datadir}/metainfo/org.gnome.Evolution-pst.metainfo.xml +%files -n evolution-plugin-text-highlight +%{_datadir}/glib-2.0/schemas/org.gnome.evolution.text-highlight.gschema.xml +%{_libdir}/evolution/modules/module-text-highlight.so + %files devel %doc ChangeLog HACKING MAINTAINERS NEWS-1.0 README %doc %{_datadir}/gtk-doc/html/evolution-*/
