[i3status] Updated to 2.5.1

Martin Preisler mpreisle at fedoraproject.org
Wed Jun 6 15:01:29 UTC 2012


commit 8f2ac7d8d3f50b5e1eb8e95fdb051b392a5c589f
Author: Martin Preisler <martin at preisler.me>
Date:   Wed Jun 6 17:01:18 2012 +0200

    Updated to 2.5.1

 .gitignore    |    1 +
 i3status.spec |   17 +++++++++--------
 sources       |    2 +-
 3 files changed, 11 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 02d3f94..8bfc7d8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 i3status-2.1.tar.bz2
+/i3status-2.5.1.tar.bz2
diff --git a/i3status.spec b/i3status.spec
index e811972..3fc6dbd 100644
--- a/i3status.spec
+++ b/i3status.spec
@@ -1,19 +1,19 @@
 Name:           i3status
-Version:        2.1
-Release:        3%{?dist}
+Version:        2.5.1
+Release:        1%{?dist}
 Summary:        Generates a status line for dzen2 or wmii
 
 Group:          User Interface/Desktops
 License:        MIT
-URL:            http://i3.zekjur.net/i3status/
-Source0:        http://i3.zekjur.net/%{name}/%{name}-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+URL:            http://i3wm.org/%{name}
+Source0:        http://i3wm.org//%{name}/%{name}-%{version}.tar.bz2
 
 BuildRequires:  libconfuse-devel
 BuildRequires:  wireless-tools-devel
 BuildRequires:  asciidoc
 BuildRequires:  libAfterImage-devel
-
+BuildRequires:  alsa-lib-devel
+BuildRequires:  yajl-devel
 
 %description
 i3status is a small program for filling dzen2 or wmii’s status bar via its 9P 
@@ -26,7 +26,6 @@ pseudo filesystem.
 sed \
     -e 's|CFLAGS+=-Wall -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare|CFLAGS+=%{optflags} -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare|g' \
     -e 's|CFLAGS+=-g|CFLAGS+=|g' \
-    -e 's|VERSION=$(shell git describe --tags --abbrev=0)|VERSION=2.0-%{gitversion}|g' \
     -e 's|@echo " CC $<"|@echo " $(CC) $(CFLAGS) -c -o $@ $<"|g' \
     -e 's|@echo " LD $@"|@echo " $(CC) -o $@ src/*.o *.o $(LDFLAGS)"|g' \
     -i Makefile
@@ -57,10 +56,12 @@ rm -rf %{buildroot}
 %config(noreplace) %{_sysconfdir}/%{name}.conf
 %{_bindir}/%{name}
 %{_mandir}/man*/%{name}*
-%{_sysconfdir}/%{name}.conf
 
 
 %changelog
+* Wed Jun 06 2012 Martin Preisler <mpreisle at redhat.com> - 2.5.1-1
+- Updated to 2.5.1
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 7d24f59..79a7792 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-712aba3f5e9f235b65bff51129d8eb04  i3status-2.1.tar.bz2
+28c27fc0c2294e12ae6ae390f3d89973  i3status-2.5.1.tar.bz2


More information about the scm-commits mailing list