[fedora-packager] New upstream release to work with new branch style

Jesse Keating jkeating at fedoraproject.org
Wed Feb 23 19:44:03 UTC 2011


commit b65e009b5550413edc5d691ac8dc818a695bace7
Author: Jesse Keating <jkeating at redhat.com>
Date:   Wed Feb 23 09:31:49 2011 -0700

    New upstream release to work with new branch style
    
    This also includes the patch that was here before.

 .gitignore           |    1 +
 fedora-packager.spec |   19 ++++++++++++-------
 sources              |    2 +-
 3 files changed, 14 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 62ecdf9..01990c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ fedora-packager-0.5.1.2.tar.bz2
 /fedora-packager-0.5.3.0.tar.bz2
 /fedora-packager-0.5.4.0.tar.bz2
 /fedora-packager-0.5.5.0.tar.bz2
+/fedora-packager-0.5.6.0.tar.bz2
diff --git a/fedora-packager.spec b/fedora-packager.spec
index ed62ca2..fd28dfe 100644
--- a/fedora-packager.spec
+++ b/fedora-packager.spec
@@ -3,8 +3,8 @@
 %endif
 
 Name:           fedora-packager
-Version:        0.5.5.0
-Release:        2%{?dist}
+Version:        0.5.6.0
+Release:        1%{?dist}
 Summary:        Tools for setting up a fedora maintainer environment
 
 Group:          Applications/Productivity
@@ -24,7 +24,6 @@ Requires:       fedora-cert = %{version}-%{release}
 Requires:       ykpers
 
 BuildArch:      noarch
-Patch0:         0001-Don-t-error-out-just-from-stderr-from-rpm.patch
 
 %description
 Set of utilities useful for a fedora packager in setting up their environment.
@@ -35,7 +34,7 @@ Group:          Applications/Databases
 Requires:       GitPython >= 0.2.0, python-argparse
 Requires:       python-pycurl, koji, python-fedora
 Requires:       fedora-cert = %{version}-%{release}
-Requires:       python-offtrac
+Requires:       python-offtrac, rpm-build
 %if 0%{?rhel} == 5 || 0%{?rhel} == 4
 Requires:       python-kitchen
 %endif
@@ -59,7 +58,6 @@ Provides fedora-cert and the fedora_cert python library
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure
@@ -98,8 +96,15 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Fri Feb 11 2011 Jesse Keating <jkeating at redhat.com> - 0.5.5.0-2
-- Patch fix spec parsing.
+* Wed Feb 23 2011 Jesse Keating <jkeating at redhat.com> - 0.5.6.0-1
+- Fix improper use of strip() (jkeating)
+- Improve the way we detect branch data (jkeating)
+- Fix clone to work with old/new branch styles (jkeating)
+- Add new and old support to switch_branches (jkeating)
+- Update the regexes used for finding branches (jkeating)
+- Don't use temporary editor files for spec (#677121) (jkeating)
+- fedpkg requires rpm-build (#676973) (jkeating)
+- Don't error out just from stderr from rpm (jkeating)
 
 * Wed Feb 09 2011 Jesse Keating <jkeating at redhat.com> - 0.5.5.0-1
 - Re-add 'lint' command hookup into argparse magic (hun)
diff --git a/sources b/sources
index 83b5030..89962b5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-53396e17a1d978dcae40d884e8d0b51b  fedora-packager-0.5.5.0.tar.bz2
+c8b8ad98e6f7a771eb687d0591fc6990  fedora-packager-0.5.6.0.tar.bz2


More information about the scm-commits mailing list