summaryrefslogtreecommitdiff
path: root/scite-fedora
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-12-08 21:55:12 -0500
committerB Stack <bgstack15@gmail.com>2019-12-08 21:55:12 -0500
commit824ebc39d5f397b9faaf23349790696684735c6b (patch)
tree7cd85a55808441a7608e8a312fef193267e37389 /scite-fedora
parentupdate documentation (diff)
downloadstackrpms-824ebc39d5f397b9faaf23349790696684735c6b.tar.gz
stackrpms-824ebc39d5f397b9faaf23349790696684735c6b.tar.bz2
stackrpms-824ebc39d5f397b9faaf23349790696684735c6b.zip
scite 4.2.2 rpm
Diffstat (limited to 'scite-fedora')
-rw-r--r--scite-fedora/scite.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/scite-fedora/scite.spec b/scite-fedora/scite.spec
index 4f35b86..b80a183 100644
--- a/scite-fedora/scite.spec
+++ b/scite-fedora/scite.spec
@@ -1,5 +1,5 @@
# el is on 3.x, fc is on 4.x
-%global pkgversion 4.2.1
+%global pkgversion 4.2.2
%define tarballversion %( echo %pkgversion | tr -d '.' )
%define scl_env %{nil}
@@ -98,6 +98,9 @@ desktop-file-install --delete-original \
%{_datadir}/applications/*
%changelog
+* Mon Nov 11 2019 B Stack <bgstack15@gmail.com> - 4.2.2-1/3.7.6-1
+- Update version
+
* Mon Nov 11 2019 B Stack <bgstack15@gmail.com> - 4.2.1-1/3.7.6-1
- Rewritten to build Fedora and Enterprise Linux versions from a single spec with minor flags changed
bgstack15