[fedpkg/f18] clean up arches in fedpkg bash completeion - drop sparc - add i686 - add arm

Dennis Gilmore ausil at fedoraproject.org
Mon Aug 26 19:23:05 UTC 2013


commit 6c4f4975aedec6d603da3472df77b6d9b2f863db
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Mon Aug 26 14:19:56 2013 -0500

    clean up arches in fedpkg bash completeion - drop sparc - add i686 - add arm
    
      variants - add ppc64p7 (dennis)
    - Add arm7hl to bash completion arches (opensource)
    - Add more ppc64-only packages (opensource)
    - remove --push from retire command in bash completion (opensource)
    - undefine macros rather than define as nil (dennis)

 .gitignore  |    1 +
 fedpkg.spec |   10 +++++++++-
 sources     |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a4d5bc3..2eec8c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /fedpkg-1.11.tar.bz2
 /fedpkg-1.12.tar.bz2
 /fedpkg-1.13.tar.bz2
+/fedpkg-1.14.tar.bz2
diff --git a/fedpkg.spec b/fedpkg.spec
index 59c978c..19efe48 100644
--- a/fedpkg.spec
+++ b/fedpkg.spec
@@ -2,7 +2,7 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           fedpkg
-Version:        1.13
+Version:        1.14
 Release:        1%{?dist}
 Summary:        Fedora utility for working with dist-git
 
@@ -64,6 +64,14 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Aug 26 2013 Dennis Gilmore <dennis at ausil.us> - 1.14-1
+- clean up arches in fedpkg bash completeion - drop sparc - add i686 - add arm
+  variants - add ppc64p7 (dennis)
+- Add arm7hl to bash completion arches (opensource)
+- Add more ppc64-only packages (opensource)
+- remove --push from retire command in bash completion (opensource)
+- undefine macros rather than define as nil (dennis)
+
 * Sat Aug 24 2013 Dennis Gilmore <dennis at ausil.us> - 1.13-1
 - Rework --retire (opensource)
 
diff --git a/sources b/sources
index 9294a88..e627489 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-98eae6fb294ca138c34c7d0f8e6e8f66  fedpkg-1.13.tar.bz2
+38fb8e0d32324f4768a81991cbe007f4  fedpkg-1.14.tar.bz2


More information about the scm-commits mailing list