summaryrefslogtreecommitdiffstats
path: root/termbox.spec
diff options
context:
space:
mode:
Diffstat (limited to 'termbox.spec')
-rw-r--r--termbox.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/termbox.spec b/termbox.spec
index 5a5465b..9fd369d 100644
--- a/termbox.spec
+++ b/termbox.spec
@@ -6,15 +6,15 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit aba34487481da9c7102573f8f5db1be469386a72
+%global gh_commit bbb64e9da7c5590dc7657eb1bece562089656dc1
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
#global gh_date 20140912
%global gh_owner nsf
%global gh_project termbox
Name: termbox
-Version: 1.1.0
-Release: 3%{?dist}
+Version: 1.1.2
+Release: 1%{?dist}
Summary: Minimalist library for text-based user interfaces
License: MIT
@@ -78,13 +78,16 @@ fi
%{_libdir}/lib%{name}.so.*
%files devel
-%doc README.rst
+%doc README.md
%doc src/demo/
%{_includedir}/%{name}.h
%{_libdir}/lib%{name}.so
%changelog
+* Tue Mar 20 2018 Remi Collet <remi@remirepo.net> - 1.1.2-1
+- update to 1.1.2
+
* Mon Feb 26 2018 Remi Collet <remi@remirepo.net> - 1.1.0-3
- F28 cleanup