Hello community,

here is the log from the commit of package profanity for openSUSE:Factory 
checked in at 2016-09-23 11:41:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-17 
14:40:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.profanity.new/profanity.changes 2016-09-23 
11:41:02.000000000 +0200
@@ -1,0 +2,14 @@
+Thu Sep 22 08:37:58 UTC 2016 - mvet...@suse.com
+
+- Fixing gh/boothj5/profanity/#860:
+  profanity uses parts of the new API of libstrophe. But since 
+  the so name wasn't bumped this doesn't get autodetected.
+  Adding the requires manually: Requires: libstrophe0 >= 0.9.0
+
+-------------------------------------------------------------------
+Wed Sep 21 22:10:33 UTC 2016 - mvet...@suse.com
+
+- Add better information to description
+- Enable tray icon in profanity-standard
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ profanity.spec ++++++
--- /var/tmp/diff_new_pack.dAwbKN/_old  2016-09-23 11:41:03.000000000 +0200
+++ /var/tmp/diff_new_pack.dAwbKN/_new  2016-09-23 11:41:03.000000000 +0200
@@ -27,6 +27,7 @@
 Source1:        profanity-rpmlintrc
 BuildRequires:  glib2-devel
 BuildRequires:  gnutls-devel
+BuildRequires:  gtk2-devel
 BuildRequires:  libXss1
 BuildRequires:  libcurl-devel
 BuildRequires:  libexpat-devel
@@ -38,6 +39,7 @@
 BuildRequires:  ncurses-devel
 BuildRequires:  openssl-devel
 BuildRequires:  readline-devel
+Requires:       libstrophe0 >= 0.9.0
 Requires:       profanity-binary = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -54,7 +56,7 @@
 
 %description mini
 Profanity is a console based XMPP client written in C using ncurses and 
libstrophe, inspired by Irssi.
-This package holds the version without desktop notifications support. It is 
well suited for headless servers.
+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
@@ -67,7 +69,10 @@
 %description standard
 Profanity is a console based XMPP client written in C using ncurses and 
libstrophe, inspired by Irssi.
 
-This package holds the standard version with desktop notifications support.
+This package holds the standard version.
+Including:
+ * Desktop notifications (OSD)
+ * Tray icon
 
 %prep
 %setup -q
@@ -77,7 +82,8 @@
        --enable-notifications \
        --enable-otr \
        --with-themes \
-       --enable-pgp
+       --enable-pgp \
+       --enable-icons
 
 make %{?_smp_mflags}
 


Reply via email to