Hello community, here is the log from the commit of package profanity for openSUSE:Factory checked in at 2016-11-24 21:21:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/profanity (Old) and /work/SRC/openSUSE:Factory/.profanity.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "profanity" Changes: -------- --- /work/SRC/openSUSE:Factory/profanity/profanity.changes 2016-09-23 11:41:02.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.profanity.new/profanity.changes 2016-11-24 21:21:50.000000000 +0100 @@ -1,0 +2,12 @@ +Sun Nov 6 18:53:02 UTC 2016 - [email protected] + +- Orthographic fixes. +- Remove useless BuildRequire on shlib package. + +------------------------------------------------------------------- +Wed Nov 02 10:52:58 UTC 2016 - [email protected] + +- Switch to libmesode insted of libstrophe + * This allows better SSL cert validation + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ profanity.spec ++++++ --- /var/tmp/diff_new_pack.br94p7/_old 2016-11-24 21:21:51.000000000 +0100 +++ /var/tmp/diff_new_pack.br94p7/_new 2016-11-24 21:21:51.000000000 +0100 @@ -19,7 +19,7 @@ Name: profanity Version: 0.5.0 Release: 0 -Summary: Console based XMPP client +Summary: Console-based XMPP client License: SUSE-GPL-3.0+-with-openssl-exception Group: Productivity/Networking/Instant Messenger Url: http://profanity.im/ @@ -28,26 +28,26 @@ BuildRequires: glib2-devel BuildRequires: gnutls-devel BuildRequires: gtk2-devel -BuildRequires: libXss1 BuildRequires: libcurl-devel BuildRequires: libexpat-devel BuildRequires: libgpgme-devel +BuildRequires: libmesode-devel >= 0.9.0 BuildRequires: libnotify-devel BuildRequires: libotr-devel -BuildRequires: libstrophe-devel >= 0.9.0 BuildRequires: libuuid-devel BuildRequires: ncurses-devel BuildRequires: openssl-devel BuildRequires: readline-devel -Requires: libstrophe0 >= 0.9.0 +Requires: libmesode0 >= 0.9.0 Requires: profanity-binary = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -Profanity is a console based XMPP client written in C using ncurses and libstrophe, inspired by Irssi. +Profanity is a console-based XMPP client written in C using ncurses, +and inspired by Irssi. %package mini -Summary: Console based XMPP client +Summary: Console-based XMPP client Group: Productivity/Networking/Instant Messenger Requires: profanity = %{version} Requires(post): update-alternatives @@ -55,11 +55,14 @@ Provides: profanity-binary = %{version}-%{release} %description mini -Profanity is a console based XMPP client written in C using ncurses and libstrophe, inspired by Irssi. -This package holds a minimal version. With most options not compiled in to have fewer dependencies. It is thus well suited for headless servers. +Profanity is a console-based XMPP client written in C using ncurses, +and inspired by Irssi. +This package holds a minimal version, with most options not compiled +in to have fewer dependencies. It is thus well suited for headless +servers. %package standard -Summary: Console based XMPP client +Summary: Console-based XMPP client Group: Productivity/Networking/Instant Messenger Requires: profanity = %{version} Requires(post): update-alternatives @@ -67,7 +70,8 @@ Provides: profanity-binary = %{version}-%{release} %description standard -Profanity is a console based XMPP client written in C using ncurses and libstrophe, inspired by Irssi. +Profanity is a-console based XMPP client written in C using ncurses, +and inspired by Irssi. This package holds the standard version. Including:
