[dvtm] 0.12 bump

Petr Šabata psabata at fedoraproject.org
Tue Jul 15 07:36:51 UTC 2014


commit 70fb908792fa74d2e9d5894bdd9b7a7bfdc55941
Author: Petr Šabata <contyk at redhat.com>
Date:   Tue Jul 15 09:37:09 2014 +0200

    0.12 bump

 .gitignore                                     |    1 +
 dvtm-0.10-build.patch => dvtm-0.12-build.patch |   10 +++++-----
 dvtm.spec                                      |    9 ++++++---
 sources                                        |    2 +-
 4 files changed, 13 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 938d0cf..ce92c80 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ dvtm-0.5.2.tar.gz
 /dvtm-0.9.tar.gz
 /dvtm-0.10.tar.gz
 /dvtm-0.11.tar.gz
+/dvtm-0.12.tar.gz
diff --git a/dvtm-0.10-build.patch b/dvtm-0.12-build.patch
similarity index 86%
rename from dvtm-0.10-build.patch
rename to dvtm-0.12-build.patch
index 81e1d3b..9cab6fc 100644
--- a/dvtm-0.10-build.patch
+++ b/dvtm-0.12-build.patch
@@ -1,8 +1,8 @@
 diff --git a/Makefile b/Makefile
-index eb849f4..03fc50f 100644
+index abef9a9..1edeb7e 100644
 --- a/Makefile
 +++ b/Makefile
-@@ -42,20 +42,16 @@ dist: clean
+@@ -43,20 +43,16 @@ dist: clean
  	@rm -rf dvtm-${VERSION}
  
  install: dvtm
@@ -21,12 +21,12 @@ index eb849f4..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 -o ${DESTDIR}/usr/share/terminfo -s dvtm.info
+-	@tic -o ${DESTDIR}${PREFIX}/share/terminfo -s dvtm.info
  
  uninstall:
  	@echo removing executable file from ${DESTDIR}${PREFIX}/bin
 diff --git a/config.mk b/config.mk
-index bf2b565..3d09255 100644
+index 05106e5..f6b68ac 100644
 --- a/config.mk
 +++ b/config.mk
 @@ -15,7 +15,7 @@ LIBS = -lc -lutil -lncursesw
@@ -35,6 +35,6 @@ index bf2b565..3d09255 100644
  
 -CFLAGS += -std=c99 -Os ${INCS} -DVERSION=\"${VERSION}\" -DNDEBUG
 +CFLAGS += -std=c99 -Os ${INCS} -DVERSION=\"${VERSION}\" -DNDEBUG ${RPM_OPT_FLAGS}
- LDFLAGS += -L/usr/lib -L/usr/local/lib ${LIBS}
+ LDFLAGS += ${LIBS}
  
  DEBUG_CFLAGS = ${CFLAGS} -UNDEBUG -O0 -g -ggdb -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter
diff --git a/dvtm.spec b/dvtm.spec
index 1f4c442..636b4e1 100644
--- a/dvtm.spec
+++ b/dvtm.spec
@@ -1,12 +1,12 @@
 Name:           dvtm
-Version:        0.11
-Release:        2%{?dist}
+Version:        0.12
+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.10-build.patch
+Patch0:         %{name}-0.12-build.patch
 BuildRequires:  ncurses
 BuildRequires:  ncurses-devel
 
@@ -37,6 +37,9 @@ mkdir -p %{buildroot}/%{_datadir}/terminfo/d && \
 %{_datadir}/terminfo/d
 
 %changelog
+* Tue Jul 15 2014 Petr Šabata <contyk at redhat.com> - 0.12-1
+- 0.12 bump
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.11-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index c80f0c0..2a883aa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cd61476851b6fd121ebf0c0b9739ad2b  dvtm-0.11.tar.gz
+ce102246802bf443226c23e1e43aed3a  dvtm-0.12.tar.gz


More information about the scm-commits mailing list