diff --git a/newsflash.spec b/newsflash.spec index d46a7e6..613ccf0 100644 --- a/newsflash.spec +++ b/newsflash.spec @@ -2,7 +2,7 @@ Name: newsflash Version: 1.0.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Modern feed reader # (MIT or ASL 2.0) and BSD @@ -41,6 +41,7 @@ shortcuts and having access to all your articles as long as you like. # Use packaged crates with proper versions sed -i \ -e '/tokio/s/=0.2/0.2/' \ + -e '/gettext-rs/s/0\.4/0.5/' \ Cargo.toml # We will build by cargo ourselves sed -i -e '/\(build_by_default\|install\)/s/true/false/' src/meson.build @@ -79,6 +80,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/com.gitla %{_datadir}/metainfo/com.gitlab.newsflash.appdata.xml %changelog +* Fri Oct 09 2020 Jan Staněk - 1.0.5-3 +- Bump gettext-rs dependency to 0.5 + * Fri Sep 11 2020 Josh Stone - 1.0.5-2 - Update to