[createrepo] update to latest HEAD

Zdeněk Pavlas zpavlas at fedoraproject.org
Fri Oct 18 09:54:46 UTC 2013


commit b974faf47ca3df003c44b2acc2c142e57f3b15b4
Author: Zdenek Pavlas <zpavlas at redhat.com>
Date:   Fri Oct 18 11:50:58 2013 +0200

    update to latest HEAD
    
    - Don't spawn more workers that #pkgfiles.
    - abort if $PWD does not exist. BZ 1001629
    - mergerepo: merge package versions from multiple repos. BZ 1020756
    - mergerepo: --repo option should work with relative paths.

 .gitignore            |    1 +
 createrepo-drpm.patch |   78 --
 createrepo-head.patch | 2195 -------------------------------------------------
 createrepo.spec       |   15 +-
 sources               |    2 +-
 5 files changed, 12 insertions(+), 2279 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0838a34..60ecd03 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 createrepo-0.9.8.tar.gz
 /createrepo-0.9.9.tar.gz
+/createrepo-0.10.tar.gz
diff --git a/createrepo.spec b/createrepo.spec
index 7a5c13d..f00c024 100644
--- a/createrepo.spec
+++ b/createrepo.spec
@@ -14,12 +14,11 @@ BuildRequires: bash-completion
 
 Summary: Creates a common metadata repository
 Name: createrepo
-Version: 0.9.9
-Release: 23%{?dist}
+Version: 0.10
+Release: 0%{?dist}
 License: GPLv2
 Group: System Environment/Base
-Source: %{name}-%{version}.tar.gz
-Patch0: createrepo-head.patch
+Source: http://createrepo.baseurl.org/download/%{name}-%{version}.tar.gz
 Patch1: ten-changelog-limit.patch
 URL: http://createrepo.baseurl.org/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -34,7 +33,6 @@ packages.
 
 %prep
 %setup -q
-%patch0 -p1
 %patch1 -p0
 
 %build
@@ -59,6 +57,13 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/createrepo
 
 %changelog
+* Fri Oct 18 2013 Zdenek Pavlas <zpavlas at redhat.com> - 0.10-0
+- update to latest HEAD
+- Don't spawn more workers that #pkgfiles.
+- abort if $PWD does not exist. BZ 1001629
+- mergerepo: merge package versions from multiple repos. BZ 1020756
+- mergerepo: --repo option should work with relative paths.
+
 * Tue Oct  1 2013 Zdenek Pavlas <zpavlas at redhat.com> - 0.9.9-23
 - update to latest HEAD
 - docs: Escape dashes in command-line options
diff --git a/sources b/sources
index 49bb4a4..64df14b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-10641f19a40e9f633b300e23dde00349  createrepo-0.9.9.tar.gz
+55f83ca2f2d137490ea2182a354d2e68  createrepo-0.10.tar.gz


More information about the scm-commits mailing list