Hello community, here is the log from the commit of package python-sqlparse for openSUSE:Factory checked in at 2014-11-18 22:45:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sqlparse (Old) and /work/SRC/openSUSE:Factory/.python-sqlparse.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sqlparse" Changes: -------- --- /work/SRC/openSUSE:Factory/python-sqlparse/python-sqlparse.changes 2013-12-18 16:55:19.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-sqlparse.new/python-sqlparse.changes 2014-11-18 22:45:47.000000000 +0100 @@ -1,0 +2,5 @@ +Sat Nov 08 20:20:00 UTC 2014 - Led <[email protected]> + +- fix bashism in pre script + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sqlparse.spec ++++++ --- /var/tmp/diff_new_pack.JKIVhE/_old 2014-11-18 22:45:48.000000000 +0100 +++ /var/tmp/diff_new_pack.JKIVhE/_new 2014-11-18 22:45:48.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-sqlparse # -# 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 @@ -59,8 +59,7 @@ %pre # Since /usr/bin/sqlformat 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}/sqlformat ]] && rm -f %{_bindir}/sqlformat -exit 0 +[ -h %{_bindir}/sqlformat ] || rm -f %{_bindir}/sqlformat %post update-alternatives --install %{_bindir}/sqlformat sqlformat %{_bindir}/sqlformat-%{py_ver} 20 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
