#1 update to version 0.13.11
Merged 3 years ago by decathorpe. Opened 3 years ago by decathorpe.
Unknown source master  into  master

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

  /git2-0.13.8.crate

  /git2-0.13.9.crate

  /git2-0.13.10.crate

+ /git2-0.13.11.crate

file modified
+2 -2
@@ -1,5 +1,5 @@

- --- git2-0.13.9/Cargo.toml	2020-08-19T20:16:39+00:00

- +++ git2-0.13.9/Cargo.toml	2020-08-20T00:04:52.719299+00:00

+ --- git2-0.13.11/Cargo.toml	2020-09-08T17:24:37+00:00

+ +++ git2-0.13.11/Cargo.toml	2020-09-18T18:58:28.751352+00:00

  @@ -54,8 +54,6 @@

   ssh = ["libgit2-sys/ssh"]

   ssh_key_from_memory = ["libgit2-sys/ssh_key_from_memory"]

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

  %global crate git2

  

  Name:           rust-%{crate}

- Version:        0.13.10

+ Version:        0.13.11

  Release:        1%{?dist}

  Summary:        Bindings to libgit2 for interoperating with git repositories

  
@@ -152,6 +152,9 @@

  %endif

  

  %changelog

+ * Fri Sep 18 2020 Fabio Valentini <decathorpe@gmail.com> - 0.13.11-1

+ - Update to version 0.13.11.

+ 

  * Fri Aug 21 2020 Josh Stone <jistone@redhat.com> - 0.13.10-1

  - Update to 0.13.10

  

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

- SHA512 (git2-0.13.10.crate) = c2d99cd9f564ecd3cfe68dd311517d513d0a4267f36d34284295dab10dc58008a42c91cdfb9b2c9ff89220e527010189e051c0f09de612744d58ed1759b38228

+ SHA512 (git2-0.13.11.crate) = 2cacde47dfbf9df7a46d8d25fcd182f3ef239c4dd987e7f21b3e49e29671bcbae84f387014610559b2bacdad0708a9ec2804b67befb1ec139848a625508e93a9

  • update to latest version (0.13.10 → 0.13.11)
  • rebase cargo metadata patch

Test builds in COPR:
https://copr.fedorainfracloud.org/coprs/decathorpe/git2-prs/monitor/

rust-cargo and rust-cargo-c are already broken in rawhide.

Requires: https://src.fedoraproject.org/rpms/rust-libgit2-sys/pull-request/1

Pull-Request has been merged by decathorpe

3 years ago