[dvtm] 0.10 bugfix and enhancement bump

Petr Šabata psabata at fedoraproject.org
Mon Jan 6 13:22:03 UTC 2014


commit 224821dd773e7d033e4dd858d4debd18286078d6
Author: Petr Šabata <contyk at redhat.com>
Date:   Mon Jan 6 14:22:06 2014 +0100

    0.10 bugfix and enhancement bump

 .gitignore                                    |    1 +
 dvtm-0.9-build.patch => dvtm-0.10-build.patch |    6 +++---
 dvtm.spec                                     |    9 ++++++---
 sources                                       |    2 +-
 4 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 488af3b..77c1d06 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ dvtm-0.5.2.tar.gz
 /dvtm-0.7.tar.gz
 /dvtm-0.8.tar.gz
 /dvtm-0.9.tar.gz
+/dvtm-0.10.tar.gz
diff --git a/dvtm-0.9-build.patch b/dvtm-0.10-build.patch
similarity index 92%
rename from dvtm-0.9-build.patch
rename to dvtm-0.10-build.patch
index abf2849..81e1d3b 100644
--- a/dvtm-0.9-build.patch
+++ b/dvtm-0.10-build.patch
@@ -1,5 +1,5 @@
 diff --git a/Makefile b/Makefile
-index ff85deb..03fc50f 100644
+index eb849f4..03fc50f 100644
 --- a/Makefile
 +++ b/Makefile
 @@ -42,20 +42,16 @@ dist: clean
@@ -21,12 +21,12 @@ index ff85deb..03fc50f 100644
  	@sed "s/VERSION/${VERSION}/g" < dvtm.1 > ${DESTDIR}${MANPREFIX}/man1/dvtm.1
  	@chmod 644 ${DESTDIR}${MANPREFIX}/man1/dvtm.1
 -	@echo installing terminfo description
--	@tic -s dvtm.info
+-	@tic -o ${DESTDIR}/usr/share/terminfo -s dvtm.info
  
  uninstall:
  	@echo removing executable file from ${DESTDIR}${PREFIX}/bin
 diff --git a/config.mk b/config.mk
-index ac4e604..5d8f9fb 100644
+index bf2b565..3d09255 100644
 --- a/config.mk
 +++ b/config.mk
 @@ -15,7 +15,7 @@ LIBS = -lc -lutil -lncursesw
diff --git a/dvtm.spec b/dvtm.spec
index 8fba37e..0f44830 100644
--- a/dvtm.spec
+++ b/dvtm.spec
@@ -1,12 +1,12 @@
 Name:           dvtm
-Version:        0.9
-Release:        2%{?dist}
+Version:        0.10
+Release:        1%{?dist}
 Summary:        Tiling window management for the console
 Group:          Applications/System
 License:        MIT and ISC
 URL:            http://www.brain-dump.org/projects/%{name}/
 Source0:        http://www.brain-dump.org/projects/%{name}/%{name}-%{version}.tar.gz
-Patch0:         %{name}-0.9-build.patch
+Patch0:         %{name}-0.10-build.patch
 BuildRequires:  ncurses
 BuildRequires:  ncurses-devel
 
@@ -37,6 +37,9 @@ mkdir -p %{buildroot}/%{_datadir}/terminfo/d && \
 %{_datadir}/terminfo/d
 
 %changelog
+* Mon Jan 06 2014 Petr Šabata <contyk at redhat.com> - 0.10-1
+- 0.10 bugfix and enhancement bump
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 0b2858a..1ab3731 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7de1103abb0ca410f7250cf89f019a38  dvtm-0.9.tar.gz
+0c7167dc898df1693c20e2a34ba3e947  dvtm-0.10.tar.gz


More information about the scm-commits mailing list