From d890204383a29d5f91c34f39049199793d8782c9 Mon Sep 17 00:00:00 2001 From: Tomas Mlcoch Date: Fri, 20 Feb 2015 09:24:20 +0100 Subject: [PATCH] Update to 0.7.7 --- .gitignore | 1 + createrepo_c.spec | 17 +++++++++++------ sources | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 249492f..4fc1d4a 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /createrepo_c-d78d504.tar.xz /createrepo_c-05783bf.tar.xz /createrepo_c-9c22993.tar.xz +/createrepo_c-d745b02.tar.xz diff --git a/createrepo_c.spec b/createrepo_c.spec index a780085..a97b537 100644 --- a/createrepo_c.spec +++ b/createrepo_c.spec @@ -1,10 +1,10 @@ -%global gitrev 9c22993 +%global gitrev d745b02 # gitrev is output of: git rev-parse --short HEAD Summary: Creates a common metadata repository Name: createrepo_c -Version: 0.7.5 -Release: 2%{?dist} +Version: 0.7.7 +Release: 1%{?dist} License: GPLv2 Group: System Environment/Base # Use the following commands to generate the tarball: @@ -14,6 +14,7 @@ Group: System Environment/Base Source0: createrepo_c-%{gitrev}.tar.xz URL: https://github.com/Tojaj/createrepo_c +BuildRequires: bash-completion BuildRequires: bzip2-devel BuildRequires: cmake BuildRequires: doxygen @@ -65,7 +66,7 @@ These development files are for easy manipulation with a repodata. %package -n python-createrepo_c Summary: Python bindings for the createrepo_c library Group: Development/Languages -Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: %{name}-libs = %{version}-%{release} %description -n python-createrepo_c Python bindings for the createrepo_c library. @@ -95,7 +96,7 @@ make install DESTDIR=$RPM_BUILD_ROOT/ %_mandir/man8/createrepo_c.8.* %_mandir/man8/mergerepo_c.8.* %_mandir/man8/modifyrepo_c.8.* -%config%{_sysconfdir}/bash_completion.d/createrepo_c.bash +%{_datadir}/bash-completion/completions/* %{_bindir}/createrepo_c %{_bindir}/mergerepo_c %{_bindir}/modifyrepo_c @@ -115,7 +116,11 @@ make install DESTDIR=$RPM_BUILD_ROOT/ %{python_sitearch}/createrepo_c/ %changelog -* Sun Dec 28 2014 Tomas Mlcoch - 0.7.5-2 +* Fri Feb 20 2015 Tomas Mlcoch - 0.7.7-1 +- Proper directory for temporary files when --local-sqlite is used (Issue #12) +- Bring bash completion install dir and filenames up to date with current bash-completion + +* Thu Jan 8 2015 Tomas Mlcoch - 0.7.6-1 - Python: Add __contains__ method to Repomd() class * Sun Dec 28 2014 Tomas Mlcoch - 0.7.5-1 diff --git a/sources b/sources index 7908ab8..05786c0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5062ad2cca3bc9c0bbfae7047efbbd4a createrepo_c-9c22993.tar.xz +faa8ce7d402b7161193282ee8ebcbbfe createrepo_c-d745b02.tar.xz