#2 Rebase to 0.10.0 (rhbz#2267675)
Merged 3 months ago by jonathanspw. Opened 3 months ago by jcline.
rpms/ jcline/uhttpmock rawhide  into  rawhide

Rebase to 0.10.0 (rhbz#2267675)
Jeremy Cline • 3 months ago  
file modified
+1
@@ -5,3 +5,4 @@ 

  /uhttpmock-0.5.0.tar.xz

  /uhttpmock-0.5.5.tar.bz2

  /uhttpmock-0.9.0.tar.gz

+ /uhttpmock-0.10.0.tar.gz

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

- SHA512 (uhttpmock-0.9.0.tar.gz) = 807f46772a05e333ad45118ca791079d509bdad6dd0912562698284465e9d92b6582a9f142f9637a1087dff0006006b5d7b0b4bfe7ee6d1255f3e02b78729294

+ SHA512 (uhttpmock-0.10.0.tar.gz) = 7515cdffe84152038595daae341a5562527899f797c76d84c352135dfe7134f1a9e63ce469d483dc00714c10196b1bf0320bceabd943c61eea35fe84e6065c60

file modified
+4 -1
@@ -8,7 +8,7 @@ 

  %global apiver %{somajor}.0

  

  Name:           uhttpmock

- Version:        0.9.0

+ Version:        0.10.0

  Release:        1%{?dist}

  Summary:        HTTP web service mocking library

  
@@ -85,6 +85,9 @@ 

  

  

  %changelog

+ * Tue Mar 05 2024 Jeremy Cline <jeremycline@microsoft.com> - 0.10.0-1

+ - Rebase to 0.10.0 (rhbz#2267675)

+ 

  * Fri Mar 01 2024 Neal Gompa <ngompa@fedoraproject.org> - 0.9.0-1

  - Rebase to 0.9.0 (rhbz#2264130, rhbz#1217971)

  - Modernize spec

This is a small release that adds PATCH and CONNECT support, and is
needed for libmsgraph 0.2.1.

I think you forgot to update sources.

rebased onto a365e60

3 months ago

I sure did, sorry about that. Just fixed it.

Pull-Request has been merged by jonathanspw

3 months ago

I think so, yes. Thanks!