Hello community,

here is the log from the commit of package python-Sphinx for openSUSE:Factory 
checked in at 2013-11-18 10:55:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Sphinx (Old)
 and      /work/SRC/openSUSE:Factory/.python-Sphinx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Sphinx"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Sphinx/python-Sphinx.changes      
2013-11-14 08:43:33.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-Sphinx.new/python-Sphinx.changes 
2013-11-18 10:55:59.000000000 +0100
@@ -1,0 +2,10 @@
+Mon Nov 18 09:05:53 UTC 2013 - [email protected]
+
+- Fix %preun update-alternatives, used wrong master
+
+-------------------------------------------------------------------
+Fri Nov 15 12:17:12 UTC 2013 - [email protected]
+
+- Only ghost /etc/alternatives on 12.3 or newer
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-Sphinx.spec ++++++
--- /var/tmp/diff_new_pack.jxPtUH/_old  2013-11-18 10:56:00.000000000 +0100
+++ /var/tmp/diff_new_pack.jxPtUH/_new  2013-11-18 10:56:00.000000000 +0100
@@ -132,38 +132,40 @@
 
 %preun
 if [ $1 -eq 0 ] ; then
-    update-alternatives --remove sphinx-build 
%{_bindir}/sphinx-apidoc-%{py_ver}
+    update-alternatives --remove sphinx-apidoc 
%{_bindir}/sphinx-apidoc-%{py_ver}
 fi
 
 %files -f sphinx.lang
 %defattr(-,root,root,-)
 %doc AUTHORS CHANGES LICENSE README.rst
 %ghost %{_bindir}/sphinx-apidoc
-%ghost %{_sysconfdir}/alternatives/sphinx-apidoc
 %{_bindir}/sphinx-apidoc-%{py_ver}
 %ghost %{_bindir}/sphinx-autogen
-%ghost %{_sysconfdir}/alternatives/sphinx-autogen
 %{_bindir}/sphinx-autogen-%{py_ver}
 %ghost %{_bindir}/sphinx-build
-%ghost %{_sysconfdir}/alternatives/sphinx-build
 %{_bindir}/sphinx-build-%{py_ver}
 %ghost %{_bindir}/sphinx-quickstart
-%ghost %{_sysconfdir}/alternatives/sphinx-quickstart
 %{_bindir}/sphinx-quickstart-%{py_ver}
 %ghost %{_mandir}/man1/sphinx-all.1.gz
-%ghost %{_sysconfdir}/alternatives/sphinx-all.1.gz
 %{_mandir}/man1/sphinx-all-%{py_ver}.1.gz
 %ghost %{_mandir}/man1/sphinx-apidoc.1.gz
-%ghost %{_sysconfdir}/alternatives/sphinx-apidoc.1.gz
 %{_mandir}/man1/sphinx-apidoc-%{py_ver}.1.gz
 %ghost %{_mandir}/man1/sphinx-build.1.gz
-%ghost %{_sysconfdir}/alternatives/sphinx-build.1.gz
 %{_mandir}/man1/sphinx-build-%{py_ver}.1.gz
 %ghost %{_mandir}/man1/sphinx-quickstart.1.gz
-%ghost %{_sysconfdir}/alternatives/sphinx-quickstart.1.gz
 %{_mandir}/man1/sphinx-quickstart-%{py_ver}.1.gz
 %{python_sitelib}/sphinx/
 %{python_sitelib}/Sphinx-%{version}-py%{py_ver}.egg-info
+%if 0%{?suse_version} >= 1230
+%ghost %{_sysconfdir}/alternatives/sphinx-apidoc
+%ghost %{_sysconfdir}/alternatives/sphinx-autogen
+%ghost %{_sysconfdir}/alternatives/sphinx-build
+%ghost %{_sysconfdir}/alternatives/sphinx-quickstart
+%ghost %{_sysconfdir}/alternatives/sphinx-all.1.gz
+%ghost %{_sysconfdir}/alternatives/sphinx-apidoc.1.gz
+%ghost %{_sysconfdir}/alternatives/sphinx-build.1.gz
+%ghost %{_sysconfdir}/alternatives/sphinx-quickstart.1.gz
+%endif
 
 %files doc
 %defattr(-,root,root,-)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to