summaryrefslogtreecommitdiff
path: root/scite-fedora
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-12-11 12:38:38 +0000
committerB Stack <bgstack15@gmail.com>2019-12-11 12:38:38 +0000
commit9827060fb5b306fe8c19b01d8ca8dae5f1080999 (patch)
tree039da0be1f1fec508625d05e3d6807d582210956 /scite-fedora
parentMerge branch 'makemkv-bump' into 'master' (diff)
parentscite 4.2.2 rpm (diff)
downloadstackrpms-9827060fb5b306fe8c19b01d8ca8dae5f1080999.tar.gz
stackrpms-9827060fb5b306fe8c19b01d8ca8dae5f1080999.tar.bz2
stackrpms-9827060fb5b306fe8c19b01d8ca8dae5f1080999.zip
Merge branch 'updates' into 'master'
scite 4.2.2 rpm See merge request bgstack15/stackrpms!103
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