diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2020-04-24 03:07:33 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2020-04-24 03:07:33 +0800 |
commit | e392643e8126a4f929b1154e09b467f7d00ed235 (patch) | |
tree | f9d7dbef416a4a98b26cce31e6322b026d1aeadf /qelly | |
parent | 30821a8dfa0dc402006929cbbe75407b03f7c637 (diff) | |
download | copr-rpm-spec-e392643e8126a4f929b1154e09b467f7d00ed235.tar copr-rpm-spec-e392643e8126a4f929b1154e09b467f7d00ed235.tar.gz copr-rpm-spec-e392643e8126a4f929b1154e09b467f7d00ed235.tar.bz2 copr-rpm-spec-e392643e8126a4f929b1154e09b467f7d00ed235.tar.lz copr-rpm-spec-e392643e8126a4f929b1154e09b467f7d00ed235.tar.xz copr-rpm-spec-e392643e8126a4f929b1154e09b467f7d00ed235.tar.zst copr-rpm-spec-e392643e8126a4f929b1154e09b467f7d00ed235.zip |
qelly: Rebuild packages for Fedora 32 and 33
Diffstat (limited to 'qelly')
-rw-r--r-- | qelly/qelly/qelly.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/qelly/qelly/qelly.spec b/qelly/qelly/qelly.spec index 20f88e0..1090e78 100644 --- a/qelly/qelly/qelly.spec +++ b/qelly/qelly/qelly.spec @@ -1,6 +1,6 @@ Name: qelly Version: 1.0 -Release: 0.14.beta%{?dist} +Release: 0.15.beta%{?dist} Summary: Qelly is a Qt port of Nally %global real_name Qelly @@ -42,6 +42,9 @@ install -m 755 "bin/Qelly" "%{buildroot}/usr/bin" %doc AUTHORS CHANGES README.md %changelog +* Thu Apr 23 2020 Ting-Wei Lan <lantw44@gmail.com> - 1.0-0.15.beta +- Rebuilt for Fedora 32 and 33 + * Tue Sep 17 2019 Ting-Wei Lan <lantw44@gmail.com> - 1.0-0.14.beta - Rebuilt for Fedora 31 and 32 |