Hello community,

here is the log from the commit of package profanity for openSUSE:Factory 
checked in at 2018-03-22 12:04:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/profanity (Old)
 and      /work/SRC/openSUSE:Factory/.profanity.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "profanity"

Thu Mar 22 12:04:31 2018 rev:10 rq:589209 version:0.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/profanity/profanity.changes      2018-03-19 
23:38:10.885779281 +0100
+++ /work/SRC/openSUSE:Factory/.profanity.new/profanity.changes 2018-03-22 
12:10:26.162234606 +0100
@@ -1,0 +2,5 @@
+Tue Mar 20 13:52:18 UTC 2018 - [email protected]
+
+- Enable C and Python plugin API
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ profanity.spec ++++++
--- /var/tmp/diff_new_pack.Voo2EL/_old  2018-03-22 12:10:28.242160055 +0100
+++ /var/tmp/diff_new_pack.Voo2EL/_new  2018-03-22 12:10:28.246159912 +0100
@@ -35,6 +35,7 @@
 BuildRequires:  libotr-devel
 BuildRequires:  libuuid-devel
 BuildRequires:  ncurses-devel
+BuildRequires:  python3-devel
 BuildRequires:  readline-devel
 Requires:       libmesode0 >= 0.9.0
 Requires:       profanity-binary = %{version}
@@ -78,13 +79,17 @@
 
 %prep
 %setup -q
+sed -i -e "s/python-config/python3-config/g" configure
 
 %build
-%configure \
+%configure PYTHON_VERSION=3 \
        --enable-notifications \
        --enable-otr \
        --with-themes \
        --enable-pgp \
+       --enable-python-plugins \
+       --enable-c-plugins \
+       --enable-plugins \
        --enable-icons
 
 make %{?_smp_mflags}
@@ -97,11 +102,14 @@
 
 make clean
 
-%configure \
+%configure PYTHON_VERSION=3 \
        --disable-notifications \
        --enable-otr \
        --with-themes \
        --enable-pgp \
+       --enable-python-plugins \
+       --enable-c-plugins \
+       --enable-plugins \
        --disable-icons
 
 make %{?_smp_mflags}


Reply via email to