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

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

  /libgit2-sys-0.12.9+1.0.1.crate

  /libgit2-sys-0.12.11+1.0.1.crate

  /libgit2-sys-0.12.12+1.0.1.crate

+ /libgit2-sys-0.12.13+1.0.1.crate

@@ -1,11 +1,11 @@

- --- libgit2-sys-0.12.12+1.0.1/Cargo.toml	2020-08-21T02:01:21+00:00

- +++ libgit2-sys-0.12.12+1.0.1/Cargo.toml	2020-08-21T04:07:01.247234+00:00

+ --- libgit2-sys-0.12.13+1.0.1/Cargo.toml	2020-09-08T17:24:05+00:00

+ +++ libgit2-sys-0.12.13+1.0.1/Cargo.toml	2020-09-18T18:52:08.714292+00:00

  @@ -13,7 +13,7 @@

   [package]

   edition = "2018"

   name = "libgit2-sys"

- -version = "0.12.12+1.0.1"

- +version = "0.12.12"

+ -version = "0.12.13+1.0.1"

+ +version = "0.12.13"

   authors = ["Josh Triplett <josh@joshtriplett.org>", "Alex Crichton <alex@alexcrichton.com>"]

   build = "build.rs"

   links = "git2"

file modified
+5 -2
@@ -3,10 +3,10 @@

  %global debug_package %{nil}

  

  %global crate libgit2-sys

- %global upstream_version 0.12.12+1.0.1

+ %global upstream_version 0.12.13+1.0.1

  

  Name:           rust-%{crate}

- Version:        0.12.12

+ Version:        0.12.13

  Release:        1%{?dist}

  Summary:        Native bindings to the libgit2 library

  
@@ -141,6 +141,9 @@

  %endif

  

  %changelog

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

+ - Update to version 0.12.13+1.0.1.

+ 

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

  - Update to 0.12.12+1.0.1

  

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

- SHA512 (libgit2-sys-0.12.12+1.0.1.crate) = 32fa2a9318583dd46b5f31559c22b96721a0546d9ea8025f5e447bf5ee447b3997c1fd8678a897067a92c19e4143e5bbfa80968a3ef929faf3c1dfd436df6a86

+ SHA512 (libgit2-sys-0.12.13+1.0.1.crate) = fc8a1e85ab4d23a408ff5f0af9cea16db6a9a30a68885340431ce7e26bc4e13ae50c96cd09485c9f3bc3f74ab57cc16e3b50f0a73ed8c67571afed289bbbd913

  • update to latest version (0.12.12+1.0.1 → 0.12.13+1.0.1)
  • 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.

Pull-Request has been merged by decathorpe

3 years ago