Update to 0.0.4-2
This commit is contained in:
parent
806c08df83
commit
2f1b90ada7
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/librepo-b3c3323.tar.xz
|
/librepo-b3c3323.tar.xz
|
||||||
/librepo-720d68d.tar.xz
|
/librepo-720d68d.tar.xz
|
||||||
/librepo-6df340e.tar.xz
|
/librepo-6df340e.tar.xz
|
||||||
|
/librepo-55c1c08.tar.xz
|
||||||
|
15
librepo.spec
15
librepo.spec
@ -1,6 +1,9 @@
|
|||||||
|
%global gitrev 55c1c08
|
||||||
|
# gitrev is output of: git rev-parse --short HEAD
|
||||||
|
|
||||||
Name: librepo
|
Name: librepo
|
||||||
Version: 0.0.4
|
Version: 0.0.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Repodata downloading library
|
Summary: Repodata downloading library
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -9,8 +12,8 @@ URL: https://github.com/Tojaj/librepo
|
|||||||
# Use the following commands to generate the tarball:
|
# Use the following commands to generate the tarball:
|
||||||
# git clone https://github.com/Tojaj/librepo.git
|
# git clone https://github.com/Tojaj/librepo.git
|
||||||
# cd librepo
|
# cd librepo
|
||||||
# utils/make_tarball.sh 6df340e
|
# utils/make_tarball.sh %{gitrev}
|
||||||
Source0: librepo-6df340e.tar.xz
|
Source0: librepo-%{gitrev}.tar.xz
|
||||||
|
|
||||||
BuildRequires: check-devel
|
BuildRequires: check-devel
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
@ -75,6 +78,12 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
%{python_sitearch}/librepo/
|
%{python_sitearch}/librepo/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 12 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.0.4-2
|
||||||
|
- examples: Add C example of usage.
|
||||||
|
- Fix predefined lists in types.h (GitHub issue 4). Thank you hughsie
|
||||||
|
- Add LRO_VARSUB and LRI_VARSUB. (RhBug: 965131)
|
||||||
|
- py: Change reported name from _librepo.Exception to librepo.LibrepoException
|
||||||
|
|
||||||
* Thu May 2 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.0.4-1
|
* Thu May 2 2013 Tomas Mlcoch <tmlcoch at redhat.com> - 0.0.4-1
|
||||||
- Fix type conversion long long -> long.(RhBug: 957656)
|
- Fix type conversion long long -> long.(RhBug: 957656)
|
||||||
- python: Handle.perfrom() could be called without Result().
|
- python: Handle.perfrom() could be called without Result().
|
||||||
|
Loading…
Reference in New Issue
Block a user