-------------------------------------------------------------------
Tue Sep  2 18:20:17 UTC 2014 - p.drouand@gmail.com

- Update to version 0.20.2
  + Fix regression with Python 2, ``IndexEntry.path`` returns str
    (bytes in Python 2 and unicode in Python 3)
  + Get back ``IndexEntry.oid`` for backwards compatibility
  + Config, iterate over the keys (instead of the key/value pairs)
    `#395 <https://github.com/libgit2/pygit2/pull/395>`_
  + ``Diff.find_similar`` supports new threshold arguments
    `#396 <https://github.com/libgit2/pygit2/pull/396>`_
  + Optimization, do not load the object when expanding an oid prefix
   `#397 <https://github.com/libgit2/pygit2/pull/397>`_
- Changes from version 0.20.1
  + Install fix
    `#382 <https://github.com/libgit2/pygit2/pull/382>`_
  + Documentation improved, including
    `#383 <https://github.com/libgit2/pygit2/pull/383>`_
    `#385 <https://github.com/libgit2/pygit2/pull/385>`_
    `#388 <https://github.com/libgit2/pygit2/pull/388>`_
  + Documentation, use the read-the-docs theme
    `#387 <https://github.com/libgit2/pygit2/pull/387>`_
  + Coding style improvements
    `#392 <https://github.com/libgit2/pygit2/pull/392>`_
  + New ``Repository.state_cleanup()``
    `#386 <https://github.com/libgit2/pygit2/pull/386>`_
  + New ``Index.conflicts``
    `#345 <https://github.com/libgit2/pygit2/issues/345>`_
    `#389 <https://github.com/libgit2/pygit2/pull/389>`_
  + New checkout option to define the target directory
    `#390 <https://github.com/libgit2/pygit2/pull/390>`_
- Fix build
- Remove python_sitelib definition; pygit2 is arch dependant

-------------------------------------------------------------------
Mon Dec  9 13:31:12 UTC 2013 - p.drouand@gmail.com

- Update to version 0.20.0
  + Upstream provides no changelog, but you can check
    https://github.com/libgit2/pygit2/compare/v0.19.0...v0.20.0
- Fix build on openSUSE >= 12.3 and SLE11SP3
- Remove obsolete conditionnal macros

-------------------------------------------------------------------
Sun Aug 18 13:24:03 UTC 2013 - toddrme2178@gmail.com

- Update to 0.19.0
  + Upstream provides no changelog, but you can check
    https://github.com/libgit2/pygit2/compare/v0.17.3...v0.19.0
- Keep 0.17.3 for compatibility with openSUSE 12.2

-------------------------------------------------------------------
Thu Dec 27 10:03:25 UTC 2012 - cfarrell@suse.com

- license update: GPL-2.0
  See COPYING (and the majority of the source code files). Not sure why
  Apache-2.0 was chosen as license here - there is absolutely no indication
  of Apache style licensing in the package

-------------------------------------------------------------------
Tue Dec 18 10:48:23 UTC 2012 - saschpe@suse.de

- Update to version 0.17.3:
  + Upstream provides no changelog, but you can check
    https://github.com/libgit2/pygit2/compare/v0.17.2...v0.17.3
- Changes from previous versions:
  + https://github.com/libgit2/pygit2/compare/v0.16.1...v0.17.2
- Enable testsuite again
- Package file COPYING

-------------------------------------------------------------------
Tue Apr 24 08:49:31 UTC 2012 - saschpe@suse.de

- Update to version 0.16.1:
  + Upstream provides no changelog

-------------------------------------------------------------------
Wed Jan 26 17:26:21 UTC 2011 - saschpe@gmx.de

- Removed SUSE-specific --record-rpm for file lists

-------------------------------------------------------------------
Tue Jan 18 21:49:47 UTC 2011 - saschpe@gmx.de

- Install documentation (README.md and COPYING)
- Fix install section for other distros

-------------------------------------------------------------------
Tue Jan 18 20:48:40 UTC 2011 - saschpe@gmx.de

- Initial commit (0.1)
- Added patch include recent libgit2 changes