diff --git a/bugzillatools-0.5.2.tar.gz b/bugzillatools-0.5.2.tar.gz deleted file mode 100644 index c0fe6ba..0000000 --- a/bugzillatools-0.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bfce4ccac856b73ee658517b304ff228084da4457094a1de274cdf0e814c2fda -size 39940 diff --git a/bugzillatools-0.5.5.tar.gz b/bugzillatools-0.5.5.tar.gz new file mode 100644 index 0000000..e8efd33 --- /dev/null +++ b/bugzillatools-0.5.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e1dfa5a74c4ac071333ae5c450304e7cb5bb705cbada00a9da236670954b984 +size 41910 diff --git a/python-bugzillatools.changes b/python-bugzillatools.changes index f37b032..f92e095 100644 --- a/python-bugzillatools.changes +++ b/python-bugzillatools.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Tue Apr 28 20:56:37 UTC 2015 - benoit.monin@gmx.fr + +- update to version 0.5.5: + * comment command learned the --private option + * fix comment enumeration order + * fix string encoding error when invoking editor which could lead + to invalid XML being sent to server +- additional changes from version 0.5.4: + * better error messages on missing server/account configuration + (#3) + * remove fields without name data from bug records (#5) + * make user and password configuration optional (#12) +- additional changes from version 0.5.3.1: + * fix installation error +- additional changes from version 0.5.3: + * editor: fix incorrect path to vi(1) when EDITOR is not defined + * create command: treat "defaulted" fields as mandatory in case + no default is set + * ui: fix some unicode encoding errors + * fields command: handle minor changes in result format in 4.4 + * correct the name of the platform field + (platform -> rep_platform) + * expand bzr plugin documentation +- replace README with README.rst: changed upstream + ------------------------------------------------------------------- Mon Oct 21 13:13:33 UTC 2013 - speilicke@suse.com diff --git a/python-bugzillatools.spec b/python-bugzillatools.spec index 1e24215..2c4cd60 100644 --- a/python-bugzillatools.spec +++ b/python-bugzillatools.spec @@ -1,7 +1,7 @@ # # spec file for package python-bugzillatools # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX 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-bugzillatools -Version: 0.5.2 +Version: 0.5.5 Release: 0 -License: GPL-3.0+ Summary: Bugzilla CLI client, XML-RPC binding and VCS plugins -Url: https://github.com/frasertweedale/bugzillatools +License: GPL-3.0+ Group: Development/Languages/Python +Url: https://github.com/frasertweedale/bugzillatools Source: https://pypi.python.org/packages/source/b/bugzillatools/bugzillatools-%{version}.tar.gz BuildRequires: python-devel #Recommends: bzr @@ -51,7 +52,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} --install-data=% %files %defattr(-,root,root,-) -%doc CHANGES README gpl-3.0.txt +%doc CHANGES README.rst gpl-3.0.txt %{_bindir}/bugzilla %{python_sitelib}/bzlib %{python_sitelib}/bzrlib