Hello community,

here is the log from the commit of package python-Twisted for openSUSE:Factory 
checked in at 2016-10-06 12:29:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Twisted (Old)
 and      /work/SRC/openSUSE:Factory/.python-Twisted.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Twisted"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Twisted/python-Twisted.changes    
2016-09-11 00:51:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-Twisted.new/python-Twisted.changes       
2016-10-06 12:29:51.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Sep 28 04:10:24 UTC 2016 - [email protected]
+
+- specfile:
+  * make twistd the update-alternative master, same as in the python3
+    version (bnc #1001523)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-Twisted.spec ++++++
--- /var/tmp/diff_new_pack.uRBEca/_old  2016-10-06 12:29:52.000000000 +0200
+++ /var/tmp/diff_new_pack.uRBEca/_new  2016-10-06 12:29:52.000000000 +0200
@@ -120,7 +120,8 @@
 
 %post
 %_sbindir/update-alternatives \
-   --install %{_bindir}/trial trial %{_bindir}/trial-%{py_ver} 30 \
+   --install %{_bindir}/twistd twistd %{_bindir}/twistd-%{py_ver} 30 \
+   --slave %{_bindir}/trial trial %{_bindir}/trial-%{py_ver} \
    --slave %{_bindir}/cftp cftp %{_bindir}/cftp-%{py_ver} \
    --slave %{_bindir}/ckeygen ckeygen %{_bindir}/ckeygen-%{py_ver} \
    --slave %{_bindir}/conch conch %{_bindir}/conch-%{py_ver} \
@@ -128,7 +129,6 @@
    --slave %{_bindir}/pyhtmlizer pyhtmlizer %{_bindir}/pyhtmlizer-%{py_ver} \
    --slave %{_bindir}/tkconch tkconch %{_bindir}/tkconch-%{py_ver} \
    --slave %{_bindir}/twist twist %{_bindir}/twist-%{py_ver} \
-   --slave %{_bindir}/twistd twistd %{_bindir}/twistd-%{py_ver} \
    --slave %{_mandir}/man1/trial.1.gz trial.1.gz 
%{_mandir}/man1/trial-%{py_ver}.1.gz \
    --slave %{_mandir}/man1/cftp.1.gz cftp.1.gz 
%{_mandir}/man1/cftp-%{py_ver}.1.gz \
    --slave %{_mandir}/man1/ckeygen.1.gz ckeygen.1.gz 
%{_mandir}/man1/ckeygen-%{py_ver}.1.gz \
@@ -140,7 +140,7 @@
 
 %postun
 if [ $1 -eq 0 ] ; then
-    %_sbindir/update-alternatives --remove trial %{_bindir}/trial-%{py_ver}
+    %_sbindir/update-alternatives --remove twistd %{_bindir}/twistd-%{py_ver}
 fi
 
 %files doc


Reply via email to