[spectrwm] BZ 1071352 - version bump to 2.5.0

Lokesh Mandvekar lsm5 at fedoraproject.org
Sat Mar 1 05:00:51 UTC 2014


commit aa0e9b544234f75548e091355370520fd57dbf1a
Author: Lokesh Mandvekar <lsm5 at redhat.com>
Date:   Fri Feb 28 23:56:24 2014 -0500

    BZ 1071352 - version bump to 2.5.0
    
    include README.md in docs
    
    	modified:   .gitignore
    	modified:   sources
    	deleted:    spectrwm-2.4.0-libdir-cflags.patch
    	deleted:    spectrwm.conf
    	modified:   spectrwm.spec

 .gitignore                         |    4 +-
 sources                            |    2 +-
 spectrwm-2.4.0-libdir-cflags.patch |   10 ---
 spectrwm.conf                      |  110 ------------------------------------
 spectrwm.spec                      |   18 +++---
 5 files changed, 10 insertions(+), 134 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 306d579..17d6b36 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1 @@
-/spectrwm-2.2.0.tgz
-/spectrwm-2.3.0.tgz
-/spectrwm-2.4.0.tgz
+/*.tgz
diff --git a/sources b/sources
index d1aba40..f651bee 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-23e32c1e292f2fc94ed88195ffe60023  spectrwm-2.4.0.tgz
+22355256693393779b2d366d312c4577  spectrwm-2.5.0.tgz
diff --git a/spectrwm.spec b/spectrwm.spec
index f08eacc..a238506 100644
--- a/spectrwm.spec
+++ b/spectrwm.spec
@@ -1,14 +1,11 @@
 Name:           spectrwm
-Version:        2.4.0
-Release:        2%{?dist}
+Version:        2.5.0
+Release:        1%{?dist}
 Summary:        Minimalist tiling window manager written in C
 License:        ISC
 
-# -Wl,-soname for libswmhack.so.0
-Patch0:         %{name}-%{version}-libdir-cflags.patch
 URL:            https://opensource.conformal.com/wiki/%{name}
 Source0:        https://opensource.conformal.com/snapshots/%{name}/%{name}-%{version}.tgz
-Source1:        spectrwm.conf
 BuildRequires:  xcb-util-devel
 BuildRequires:  xcb-util-keysyms-devel
 BuildRequires:  xcb-util-wm-devel
@@ -34,13 +31,10 @@ Requires:       %{name} = %{version}-%{release}
 Summary:        Spectrwm development files
 
 %description devel
-Contains development files used by spectrwm.
+Contains development files used by %{name}.
 
 %prep
 %setup -q
-
-%patch0 -p1 -b %{name}-%{version}-libdir-cflags.patch
-
 iconv -f iso8859-1 -t utf-8 %{name}_es.1 > %{name}_es.1.conv
 iconv -f iso8859-1 -t utf-8 %{name}_pt.1 > %{name}_pt.1.conv
 mv -f %{name}_es.1.conv %{name}_es.1
@@ -52,7 +46,7 @@ make -C linux/ %{?_smp_mflags} PREFIX=%{_prefix} LIBDIR=%{_libdir}
 %install
 make -C linux/ install PREFIX=%{_prefix} LIBDIR=%{_libdir} DESTDIR=%{buildroot}
 install -d %{buildroot}%{_sysconfdir}
-install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}
+install -m 644 %{name}.conf %{buildroot}%{_sysconfdir}
 install -d -p %{buildroot}%{_datadir}/xsessions
 install -m 755 linux/%{name}.desktop %{buildroot}%{_datadir}/xsessions
 
@@ -60,6 +54,7 @@ install -m 755 linux/%{name}.desktop %{buildroot}%{_datadir}/xsessions
 %postun -p /sbin/ldconfig
 
 %files
+%doc README.md
 %config(noreplace) %{_sysconfdir}/%{name}.conf
 %{_bindir}/%{name}
 %{_bindir}/scrotwm
@@ -74,6 +69,9 @@ install -m 755 linux/%{name}.desktop %{buildroot}%{_datadir}/xsessions
 %{_libdir}/libswmhack.so
 
 %changelog
+* Sat Mar 01 2014 Lokesh Mandvekar <lsm5 at redhat.com> - 2.5.0-1
+- BZ 1071352 - upstream version bump to 2.5.0
+
 * Tue Jan 21 2014 Lokesh Mandvekar <lsm5 at fedoraproject.org> - 2.4.0-2
 - install spectrwm.desktop file
 


More information about the scm-commits mailing list