- Update to 1.5.1

This commit is contained in:
Miroslav Lichvar 2008-04-01 10:30:19 +00:00
parent f6188cdad4
commit 947b6bcdb0
4 changed files with 6 additions and 18 deletions

View File

@ -1 +1 @@
conky-1.5.0.tar.bz2
conky-1.5.1.tar.bz2

View File

@ -1,12 +0,0 @@
diff -up conky-1.5.0/src/linux.c.includes conky-1.5.0/src/linux.c
--- conky-1.5.0/src/linux.c.includes 2008-03-23 00:02:32.000000000 +0100
+++ conky-1.5.0/src/linux.c 2008-03-23 12:27:33.000000000 +0100
@@ -52,7 +52,7 @@
#include <linux/sockios.h>
#include <net/if.h>
#include <arpa/inet.h>
-#include <linux/route.h>
+#include <net/route.h>
#include <math.h>
#ifdef HAVE_IWLIB

View File

@ -5,7 +5,7 @@
%bcond_without wlan
Name: conky
Version: 1.5.0
Version: 1.5.1
Release: 1%{?dist}
Summary: A system monitor for X
@ -15,8 +15,6 @@ URL: http://conky.sf.net/
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Patch0: conky-1.5.0-includes.patch
BuildRequires: libXft-devel
BuildRequires: libXt-devel
BuildRequires: libXdamage-devel
@ -39,7 +37,6 @@ It just keeps on given'er. Yeah.
%prep
%setup -q
%patch0 -p1 -b .includes
for i in AUTHORS ChangeLog; do
iconv -f iso8859-1 -t utf8 -o ${i}{_,} && touch -r ${i}{,_} && mv -f ${i}{_,}
@ -85,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Apr 01 2008 Miroslav Lichvar <mlichvar@redhat.com> - 1.5.1-1
- Update to 1.5.1
* Sun Mar 23 2008 Miroslav Lichvar <mlichvar@redhat.com> - 1.5.0-1
- Update to 1.5.0
- Convert doc files to UTF-8

View File

@ -1 +1 @@
07fa339276289ddc31303a8081c85214 conky-1.5.0.tar.bz2
afc121a67e4405cb44b7738be79946ac conky-1.5.1.tar.bz2