#23 Update to 3.0.0
Merged 2 years ago by churchyard. Opened 2 years ago by churchyard.
rpms/ churchyard/httpie 3.0.0  into  rawhide

file modified
+1
@@ -11,3 +11,4 @@ 

  /httpie-2.4.0.tar.gz

  /httpie-2.5.0.tar.gz

  /httpie-2.6.0.tar.gz

+ /httpie-3.0.0.tar.gz

file modified
+9 -2
@@ -1,6 +1,6 @@ 

  Name:           httpie

- Version:        2.6.0

- Release:        2%{?dist}

+ Version:        3.0.0

+ Release:        1%{?dist}

  Summary:        A Curl-like tool for humans

  

  License:        BSD
@@ -56,6 +56,7 @@ 

  mkdir -p %{buildroot}%{_mandir}/man1

  help2man %{buildroot}%{_bindir}/http > %{buildroot}%{_mandir}/man1/http.1

  help2man %{buildroot}%{_bindir}/https > %{buildroot}%{_mandir}/man1/https.1

+ help2man %{buildroot}%{_bindir}/httpie > %{buildroot}%{_mandir}/man1/httpie.1

  

  

  %check
@@ -67,14 +68,20 @@ 

  %license LICENSE

  %{_bindir}/http

  %{_bindir}/https

+ %{_bindir}/httpie

  %{_mandir}/man1/http.1*

  %{_mandir}/man1/https.1*

+ %{_mandir}/man1/httpie.1*

  # we co-own the entire directory structures for bash/fish completion to avoid a dependency

  %{_datadir}/bash-completion/

  %{_datadir}/fish/

  

  

  %changelog

+ * Fri Jan 21 2022 Miro Hrončok <mhroncok@redhat.com> - 3.0.0-1

+ - Update to 3.0.0

+ - Fixes: rhbz#2043680

+ 

  * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.0-2

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (httpie-2.6.0.tar.gz) = acd7dc847b67e27909c49ccddec84321c4d73fa5b49f06ce3d94d790093a8f168a1c6627bc4921ca8c0e48b9904f38e17935b645495e2313d16ac2eecf659038

+ SHA512 (httpie-3.0.0.tar.gz) = 2758ee62f0053670ab88ac05d2bcace30753f1857fba5bb36581dba5580b57b6525a247b14b2edd6afaaa4323fa4f4f72eed673de8eb1e9491b2cd432935c54c

no initial comment

rebased onto 767aa7f

2 years ago

Pull-Request has been merged by churchyard

2 years ago