diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..95199ae --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/cursive-0.20.0.crate diff --git a/.rust-cursive.metadata b/.rust-cursive.metadata index e69de29..0b85d7a 100644 --- a/.rust-cursive.metadata +++ b/.rust-cursive.metadata @@ -0,0 +1 @@ +49cab11d469d151ba428e7e46ba0fefe06e0d1f4 SOURCES/cursive-0.20.0.crate diff --git a/SOURCES/cursive-0.20.0.crate b/SOURCES/cursive-0.20.0.crate deleted file mode 100644 index e42be89..0000000 Binary files a/SOURCES/cursive-0.20.0.crate and /dev/null differ diff --git a/SOURCES/cursive-fix-metadata.diff b/SOURCES/cursive-fix-metadata.diff new file mode 100644 index 0000000..7260a91 --- /dev/null +++ b/SOURCES/cursive-fix-metadata.diff @@ -0,0 +1,11 @@ +--- cursive-0.16.3/Cargo.toml 1970-01-01T00:00:00+00:00 ++++ cursive-0.16.3/Cargo.toml 2021-05-11T22:40:24.668327+00:00 +@@ -28,7 +28,7 @@ + [lib] + name = "cursive" + [dependencies.ahash] +-version = "0.6" ++version = "0.7.2" + + [dependencies.bear-lib-terminal] + version = "2" diff --git a/SOURCES/rust2rpm.conf b/SOURCES/rust2rpm.conf new file mode 100644 index 0000000..4469379 --- /dev/null +++ b/SOURCES/rust2rpm.conf @@ -0,0 +1,5 @@ +[DEFAULT] +unwanted-features = + ansi + bear-lib-terminal + blt-backend