diff --git a/dump_syms.spec b/dump_syms.spec index 8bc5bcf..d1b2c07 100644 --- a/dump_syms.spec +++ b/dump_syms.spec @@ -1,5 +1,5 @@ Name: dump_syms -Version: 0.0.7 +Version: 1.0.1 Release: 1mamba Summary: Rewrite of breakpad dump_syms tools in Rust Group: Development/Tools @@ -11,9 +11,7 @@ Source: https://github.com/mozilla/dump_syms.git/v%{version}/dump_syms-%{ License: Apache License 2.0, MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libbzip2-devel BuildRequires: libgcc -BuildRequires: libopenssl-devel BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END BuildRequires: rustc @@ -43,5 +41,8 @@ install -D -m0755 target/release/dump_syms %{buildroot}%{_bindir}/dump_syms %doc LICENSE-APACHE LICENSE-MIT %changelog +* Thu May 26 2022 Automatic Build System 1.0.1-1mamba +- automatic version update by autodist + * Tue Aug 17 2021 Silvan Calarco 0.0.7-1mamba - package created using the webbuild interface