Hello community,

here is the log from the commit of package python-numpydoc for openSUSE:Factory 
checked in at 2014-11-18 22:45:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-numpydoc (Old)
 and      /work/SRC/openSUSE:Factory/.python-numpydoc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-numpydoc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-numpydoc/python-numpydoc.changes  
2013-11-13 12:44:34.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-numpydoc.new/python-numpydoc.changes     
2014-11-18 22:45:37.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Nov 08 20:43:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix bashism in pre script
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-numpydoc.spec ++++++
--- /var/tmp/diff_new_pack.ZdX4oX/_old  2014-11-18 22:45:38.000000000 +0100
+++ /var/tmp/diff_new_pack.ZdX4oX/_new  2014-11-18 22:45:38.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-numpydoc
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -13,15 +13,16 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:           python-numpydoc
 Version:        0.4
 Release:        0
-License:        BSD-3-Clause
 Summary:        Sphinx extension to support docstrings in Numpy format
-Url:            http://github.com/numpy/numpy/tree/master/doc/sphinxext
+License:        BSD-3-Clause
 Group:          Development/Languages/Python
+Url:            http://github.com/numpy/numpy/tree/master/doc/sphinxext
 Source:         
https://pypi.python.org/packages/source/n/numpydoc/numpydoc-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
@@ -60,8 +61,7 @@
 %pre
 # Since /usr/bin/autosummary_generate became ghosted to be used with 
update-alternatives, we have
 # to get rid of the old binary resulting from the 
non-update-alternativies-ified package:
-[[ ! -L %{_bindir}/autosummary_generate ]] && rm -f 
%{_bindir}/autosummary_generate
-exit 0
+[ -h %{_bindir}/autosummary_generate ] || rm -f %{_bindir}/autosummary_generate
 
 %post
 update-alternatives \
@@ -72,7 +72,6 @@
     update-alternatives --remove autosummary_generate 
%{_bindir}/autosummary_generate-%{py_ver}
 fi
 
-
 %files
 %defattr(-,root,root,-)
 %doc LICENSE.txt README.txt

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to