diff --git a/.gitignore b/.gitignore index dd3b8a9..24aef03 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/dialog-1.2-20150920.tgz +/dialog-1.3-20160126.tgz diff --git a/dialog.spec b/dialog.spec index affa8ca..761ace5 100644 --- a/dialog.spec +++ b/dialog.spec @@ -1,8 +1,8 @@ Summary: A utility for creating TTY dialog boxes Name: dialog -%global dialogsubversion 20150920 -Version: 1.2 -Release: 17.%{dialogsubversion}%{?dist} +%global dialogsubversion 20160126 +Version: 1.3 +Release: 1.%{dialogsubversion}%{?dist} License: LGPLv2 Group: Applications/System URL: http://invisible-island.net/dialog/dialog.html @@ -68,7 +68,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libdialog.{,l}a %files -f %{name}.lang %doc COPYING dialog.lsm README _samples/samples %{_bindir}/dialog -%{_libdir}/libdialog.so.* +%{_libdir}/libdialog.so.13* %{_mandir}/man1/dialog.* %files devel @@ -78,6 +78,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libdialog.{,l}a %{_mandir}/man3/dialog.* %changelog +* Thu Jan 28 2016 Miroslav Lichvar - 1.3-1.20160126 +- update to 1.3-20160126 + * Tue Sep 22 2015 Miroslav Lichvar - 1.2-17.20150528 - update to 1.2-20150920 diff --git a/sources b/sources index 745c6e2..ea1cf38 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2b7c002b0a88ce1e0014af34b6b1ebdc dialog-1.2-20150920.tgz +d10ecf2b4ee83c78df9cc3b610a4301e dialog-1.3-20160126.tgz