[dmenu] 4.5 bump

Petr Šabata psabata at fedoraproject.org
Mon Jan 9 09:27:53 UTC 2012


commit 8a334d8a2d1d222128c12a436fda0451dde702db
Author: Petr Šabata <contyk at redhat.com>
Date:   Mon Jan 9 10:24:48 2012 +0100

    4.5 bump

 .gitignore |    1 +
 dmenu.spec |   14 +++++++++-----
 sources    |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 406cabd..75dd8d4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ dmenu-4.1.1.tar.gz
 /dmenu-4.3.1.tar.gz
 /dmenu-4.4.tar.gz
 /dmenu-4.4.1.tar.gz
+/dmenu-4.5.tar.gz
diff --git a/dmenu.spec b/dmenu.spec
index 8be2c0c..60db51a 100644
--- a/dmenu.spec
+++ b/dmenu.spec
@@ -1,16 +1,16 @@
 Name:           dmenu
-Version:        4.4.1
+Version:        4.5
 Release:        1%{?dist}
 Summary:        Generic menu for X
 Group:          User Interface/Desktops
 License:        MIT
 URL:            http://www.suckless.org/programs/%{name}.html
 Source0:        http://dl.suckless.org/tools/%{name}-%{version}.tar.gz
-Patch0:         dmenu-4.3-make.patch
+Patch0:         dmenu-4.5-make.patch
 BuildRequires:  libX11-devel
 BuildRequires:  libXinerama-devel
 Requires:       terminus-fonts
-
+# dmenu-4.5 switched to a more generic tool, stest (f17 note)
 Obsoletes:      lsx < 0.1-2
 Provides:       lsx = 0.1-2
 
@@ -37,11 +37,15 @@ make install \
 %files
 %doc LICENSE README
 %{_bindir}/%{name}*
-%{_bindir}/lsx
+%{_bindir}/stest
 %{_mandir}/man*/%{name}.*
-%{_mandir}/man*/lsx.*
+%{_mandir}/man*/stest.*
 
 %changelog
+* Mon Jan 09 2012 Petr Šabata <contyk at redhat.com> - 4.5-1
+- 4.5 bump
+- Switching from lsx to stest
+
 * Mon Sep 19 2011 Petr Sabata <contyk at redhat.com> - 4.4.1-1
 - 4.4.1 bump
 
diff --git a/sources b/sources
index 5187096..5ab40e2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d18aaa9ac3265f92ec34a0df0cb6ebd4  dmenu-4.4.1.tar.gz
+9c46169ed703732ec52ed946c27d84b4  dmenu-4.5.tar.gz


More information about the scm-commits mailing list