bump to v1.0.0
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
48d0aae754
commit
6ded834deb
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/aardvark-dns-43cd189.tar.gz
|
/aardvark-dns-43cd189.tar.gz
|
||||||
/v1.0.0-rc1.tar.gz
|
/v1.0.0-rc1.tar.gz
|
||||||
/v1.0.0-rc2.tar.gz
|
/v1.0.0-rc2.tar.gz
|
||||||
|
/v1.0.0.tar.gz
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# debuginfo doesn't work yet
|
# debuginfo doesn't work yet
|
||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
%global built_tag v1.0.0-rc2
|
%global built_tag v1.0.0
|
||||||
%global built_tag_strip %(b=%{built_tag}; echo ${b:1})
|
%global built_tag_strip %(b=%{built_tag}; echo ${b:1})
|
||||||
%global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"})
|
%global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"})
|
||||||
|
|
||||||
@ -21,7 +21,7 @@ BuildRequires: make
|
|||||||
BuildRequires: rust-srpm-macros
|
BuildRequires: rust-srpm-macros
|
||||||
ExclusiveArch: %{rust_arches}
|
ExclusiveArch: %{rust_arches}
|
||||||
# cargo tree --prefix none | awk '{print "Provides: bundled(crate("$1")) = "$2}' | sort | uniq
|
# cargo tree --prefix none | awk '{print "Provides: bundled(crate("$1")) = "$2}' | sort | uniq
|
||||||
Provides: bundled(crate(aardvark-dns)) = v1.0.0-rc2
|
Provides: bundled(crate(aardvark-dns)) = v1.0.0
|
||||||
Provides: bundled(crate(aho-corasick)) = v0.7.18
|
Provides: bundled(crate(aho-corasick)) = v0.7.18
|
||||||
Provides: bundled(crate(anyhow)) = v1.0.53
|
Provides: bundled(crate(anyhow)) = v1.0.53
|
||||||
Provides: bundled(crate(async-broadcast)) = v0.3.4
|
Provides: bundled(crate(async-broadcast)) = v0.3.4
|
||||||
@ -56,6 +56,7 @@ Provides: bundled(crate(getrandom)) = v0.2.3
|
|||||||
Provides: bundled(crate(getset)) = v0.1.2
|
Provides: bundled(crate(getset)) = v0.1.2
|
||||||
Provides: bundled(crate(git2)) = v0.13.25
|
Provides: bundled(crate(git2)) = v0.13.25
|
||||||
Provides: bundled(crate(hashbrown)) = v0.11.2
|
Provides: bundled(crate(hashbrown)) = v0.11.2
|
||||||
|
Provides: bundled(crate(heck)) = v0.3.3
|
||||||
Provides: bundled(crate(heck)) = v0.4.0
|
Provides: bundled(crate(heck)) = v0.4.0
|
||||||
Provides: bundled(crate(hostname)) = v0.3.1
|
Provides: bundled(crate(hostname)) = v0.3.1
|
||||||
Provides: bundled(crate(humantime)) = v2.1.0
|
Provides: bundled(crate(humantime)) = v2.1.0
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (v1.0.0-rc2.tar.gz) = 69aa55e53f44c76fa1d65a5bc0c923f3c26ed887d065bb88f56723463a466b4f314438b04ca2efc3607cc830f56f55d22bd56dbb5d9c90b18fb305db5a5ced9f
|
SHA512 (v1.0.0.tar.gz) = 06cc6d3082fd1ec7030536ed4b806535f617e61db34f1546f81e65648651bfa52d8a8d3706f98861fd0c78651b27605210faacad80e05f6e975d1d6685f1483a
|
||||||
|
Loading…
Reference in New Issue
Block a user