[st: 1/2] 0.4 bump

Petr Šabata psabata at fedoraproject.org
Tue Apr 2 07:58:07 UTC 2013


commit eab4e4f57af7c70ff61b297f1e0cf0d772df63dc
Author: Petr Šabata <contyk at redhat.com>
Date:   Tue Apr 2 09:53:02 2013 +0200

    0.4 bump

 .gitignore |    1 +
 sources    |    2 +-
 st.spec    |   16 +++++++++++-----
 3 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 39a726c..26aa0c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /0.2.tar.gz
 /0.2.1.tar.gz
 /st-0.3.tar.gz
+/st-0.4.tar.gz
diff --git a/sources b/sources
index 8452b14..a4bc8dc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b81392157bd9ff7a89da8a90588e420e  st-0.3.tar.gz
+222406dd0ae7b543119b22d53b772fed  st-0.4.tar.gz
diff --git a/st.spec b/st.spec
index f015883..5b3c660 100644
--- a/st.spec
+++ b/st.spec
@@ -1,12 +1,13 @@
 Name:           st
-Version:        0.3
+Version:        0.4
 Release:        1%{?dist}
 Summary:        A simple terminal implementation for X
 Group:          User Interface/X
-License:        BSD
+License:        MIT
 URL:            http://%{name}.suckless.org/
 Source0:        http://dl.suckless.org/%{name}/%{name}-%{version}.tar.gz
 Source1:        %{name}.desktop
+Patch0:         %{name}-0.4-optflags.patch
 BuildRequires:  libX11-devel
 BuildRequires:  libXext-devel
 BuildRequires:  libXft-devel
@@ -19,8 +20,7 @@ A simple virtual terminal emulator for X which sucks less.
 
 %prep
 %setup -q
-# Do not install terminfo
-sed -i '/@tic -s st.info/d' Makefile
+%patch0 -p1
 
 %build
 make %{?_smp_mflags}
@@ -31,12 +31,18 @@ make install DESTDIR=%{buildroot} PREFIX=%{_prefix}
 desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}
 
 %files
-%doc LICENSE README
+%doc LICENSE README TODO st.info
 %{_bindir}/*
 %{_mandir}/man1/*
 %{_datadir}/applications
 
 %changelog
+* Tue Apr 02 2013 Petr Šabata <contyk at redhat.com> - 0.4-1
+- 0.4 bump
+- License change to MIT
+- Switching back to Xinerama
+- Include terminfo in doc so users can build it themselves if needed
+
 * Mon Nov 05 2012 Petr Šabata <contyk at redhat.com> - 0.3-1
 - 0.3 bump
 - Switch to Xft


More information about the scm-commits mailing list