diff --git a/pipe-fix-metadata.diff b/pipe-fix-metadata.diff deleted file mode 100644 index f29cba5..0000000 --- a/pipe-fix-metadata.diff +++ /dev/null @@ -1,22 +0,0 @@ ---- pipe-0.2.0/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ pipe-0.2.0/Cargo.toml 2020-05-01T13:41:20.971152+00:00 -@@ -30,16 +30,16 @@ - name = "pipe" - harness = false - [dependencies.crossbeam-channel] --version = "^0.3.8" -+version = "^0.4.0" - - [dependencies.readwrite] - version = "^0.1.1" - optional = true - [dev-dependencies.criterion] --version = "^0.2.11" -+version = "^0.3.0" - - [dev-dependencies.os_pipe] --version = "^0.8.1" -+version = "^0.9.0" - - [features] - bidirectional = ["readwrite"] diff --git a/rust-pipe.spec b/rust-pipe.spec index a3d7216..76f705a 100644 --- a/rust-pipe.spec +++ b/rust-pipe.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Synchronous Read/Write memory pipe # Upstream license specification: MIT @@ -107,7 +107,11 @@ which use "unstable-doc-cfg" feature of "%{crate}" crate. %endif %changelog -* Mon May 11 Robert Fairley - 0.3.0-1 +* Mon May 11 2020 Robert Fairley - 0.3.0-2 +- Remove pipe-fix-metadata.diff from git repo +- Fix dates in changelog + +* Mon May 11 2020 Robert Fairley - 0.3.0-1 - Update to 0.3.0 * Fri May 01 01:40:30 UTC 2020 Robert Fairley - 0.2.0-1