Update to 0.6.0
This commit is contained in:
parent
ba44d6e20f
commit
75e30e25dc
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@
|
|||||||
/createrepo_c-983632d.tar.xz
|
/createrepo_c-983632d.tar.xz
|
||||||
/createrepo_c-7ef96a6.tar.xz
|
/createrepo_c-7ef96a6.tar.xz
|
||||||
/createrepo_c-d43f960.tar.xz
|
/createrepo_c-d43f960.tar.xz
|
||||||
|
/createrepo_c-e509b1f.tar.xz
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
%global gitrev d43f960
|
%global gitrev e509b1f
|
||||||
# gitrev is output of: git rev-parse --short HEAD
|
# gitrev is output of: git rev-parse --short HEAD
|
||||||
|
|
||||||
Summary: Creates a common metadata repository
|
Summary: Creates a common metadata repository
|
||||||
Name: createrepo_c
|
Name: createrepo_c
|
||||||
Version: 0.4.1
|
Version: 0.6.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -15,7 +15,6 @@ Source0: createrepo_c-%{gitrev}.tar.xz
|
|||||||
URL: https://github.com/Tojaj/createrepo_c
|
URL: https://github.com/Tojaj/createrepo_c
|
||||||
|
|
||||||
BuildRequires: bzip2-devel
|
BuildRequires: bzip2-devel
|
||||||
BuildRequires: check-devel
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: expat-devel
|
BuildRequires: expat-devel
|
||||||
@ -116,6 +115,12 @@ make install DESTDIR=$RPM_BUILD_ROOT/
|
|||||||
%{python_sitearch}/createrepo_c/
|
%{python_sitearch}/createrepo_c/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 5 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.6.0-1
|
||||||
|
- Support for updateinfo.xml manipulation (including Python bindings)
|
||||||
|
|
||||||
|
* Fri Jul 18 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.5.0-1
|
||||||
|
- Experimental delta rpm (DRPM) support (Disabled in Fedora build).
|
||||||
|
|
||||||
* Thu Jun 26 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.4.1-1
|
* Thu Jun 26 2014 Tomas Mlcoch <tmlcoch at redhat.com> - 0.4.1-1
|
||||||
- Initialize threads correctly on old versions of GLib2 (RhBug: 1108787)
|
- Initialize threads correctly on old versions of GLib2 (RhBug: 1108787)
|
||||||
- Do not print log domain (get rid off C_CREATEREPOLIB prefix in log messages)
|
- Do not print log domain (get rid off C_CREATEREPOLIB prefix in log messages)
|
||||||
|
Loading…
Reference in New Issue
Block a user