Update to 0.0.4-2

This commit is contained in:
Tomas Mlcoch 2013-06-12 13:05:51 +02:00
parent 806c08df83
commit 2f1b90ada7
3 changed files with 14 additions and 4 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/librepo-b3c3323.tar.xz
/librepo-720d68d.tar.xz
/librepo-6df340e.tar.xz
/librepo-55c1c08.tar.xz

View File

@ -1,6 +1,9 @@
%global gitrev 55c1c08
# gitrev is output of: git rev-parse --short HEAD
Name: librepo
Version: 0.0.4
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Repodata downloading library
Group: System Environment/Libraries
@ -9,8 +12,8 @@ URL: https://github.com/Tojaj/librepo
# Use the following commands to generate the tarball:
# git clone https://github.com/Tojaj/librepo.git
# cd librepo
# utils/make_tarball.sh 6df340e
Source0: librepo-6df340e.tar.xz
# utils/make_tarball.sh %{gitrev}
Source0: librepo-%{gitrev}.tar.xz
BuildRequires: check-devel
BuildRequires: cmake
@ -75,6 +78,12 @@ make install DESTDIR=$RPM_BUILD_ROOT
%{python_sitearch}/librepo/
%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
- Fix type conversion long long -> long.(RhBug: 957656)
- python: Handle.perfrom() could be called without Result().

View File

@ -1 +1 @@
4a2ae5a6ab24c9d59971fdaa4c4cbb00 librepo-6df340e.tar.xz
ad1862275ec17bc2a0243e2307f799ec librepo-55c1c08.tar.xz