[httpie] Update to latest upstream and fix bogus date warning in changelog.

Ricky Elrod codeblock at fedoraproject.org
Mon Apr 29 10:30:14 UTC 2013


commit 8aa1b290480b69ae556f65caa9d15f44ee940fb0
Author: Ricky Elrod <ricky at elrod.me>
Date:   Mon Apr 29 06:30:01 2013 -0400

    Update to latest upstream and fix bogus date warning in changelog.

 .gitignore  |    1 +
 httpie.spec |    9 ++++++---
 sources     |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index adbee36..79a9ab0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /httpie-0.4.1.tar.gz
+/httpie-0.5.0.tar.gz
diff --git a/httpie.spec b/httpie.spec
index dfe3a74..3fb755f 100644
--- a/httpie.spec
+++ b/httpie.spec
@@ -3,8 +3,8 @@
 %endif
 
 Name:           httpie
-Version:        0.4.1
-Release:        3%{?dist}
+Version:        0.5.0
+Release:        1%{?dist}
 Summary:        A Curl-like tool for humans
 
 Group:          Applications/Internet
@@ -121,13 +121,16 @@ help2man --no-discard-stderr %{buildroot}/%{_bindir}/python3-http > %{buildroot}
 %endif
 
 %changelog
+* Mon Apr 29 2013 Ricky Elrod <codeblock at fedoraproject.org> - 0.5.0-1
+- Update to latest upstream release.
+
 * Mon Apr 8 2013 Ricky Elrod <codeblock at fedoraproject.org> - 0.4.1-3
 - Fix manpage generation by exporting PYTHONPATH.
 
 * Mon Mar 26 2013 Ricky Elrod <codeblock at fedoraproject.org> - 0.4.1-2
 - Include Python3 support, and fix other review blockers.
 
-* Mon Mar 11 2013 Ricky Elrod <codeblock at fedoraproject.org> - 0.4.1-1
+* Tue Mar 11 2013 Ricky Elrod <codeblock at fedoraproject.org> - 0.4.1-1
 - Update to latest upstream release
 
 * Thu Jul 19 2012 Ricky Elrod <codeblock at fedoraproject.org> - 0.2.5-1
diff --git a/sources b/sources
index 87a8883..76e3458 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6875e694bc5ed927c77b6619e3fe89b0  httpie-0.4.1.tar.gz
+ada50384b8acb4726638e48d521cce3d  httpie-0.5.0.tar.gz


More information about the scm-commits mailing list