Update to 1.0.0
This commit is contained in:
parent
8f0a7788d9
commit
35ccc4de3f
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
|||||||
/librepo-cd5291e.tar.xz
|
/librepo-cd5291e.tar.xz
|
||||||
/librepo-57f5f9a.tar.xz
|
/librepo-57f5f9a.tar.xz
|
||||||
/librepo-024ef3d.tar.xz
|
/librepo-024ef3d.tar.xz
|
||||||
|
/librepo-b28e796.tar.xz
|
||||||
|
16
librepo.spec
16
librepo.spec
@ -1,9 +1,9 @@
|
|||||||
%global gitrev 024ef3d
|
%global gitrev b28e796
|
||||||
# gitrev is output of: git rev-parse --short HEAD
|
# gitrev is output of: git rev-parse --short HEAD
|
||||||
|
|
||||||
Name: librepo
|
Name: librepo
|
||||||
Version: 0.0.5
|
Version: 1.0.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Repodata downloading library
|
Summary: Repodata downloading library
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -80,6 +80,16 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
%{python_sitearch}/librepo/
|
%{python_sitearch}/librepo/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 28 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 1.0.0-1
|
||||||
|
- Huge API changes
|
||||||
|
- Library starts to use GLib2
|
||||||
|
- Support for parallel downloads
|
||||||
|
- Better error reporting
|
||||||
|
- More GLib2 style C api
|
||||||
|
- More descriptive Python exception messages
|
||||||
|
- A lot of bugfixes
|
||||||
|
- Updated examples
|
||||||
|
|
||||||
* Thu Jul 25 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.0.5-3
|
* Thu Jul 25 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.0.5-3
|
||||||
- python: Raise exception if handle has bad repo type configured
|
- python: Raise exception if handle has bad repo type configured
|
||||||
(RhBug: 988013)
|
(RhBug: 988013)
|
||||||
|
Loading…
Reference in New Issue
Block a user