[conky] update to 1.8.1

Miroslav Lichvar mlichvar at fedoraproject.org
Wed Oct 6 13:41:37 UTC 2010


commit 41cc446a2631f1a252a027d2e32c9bb6a4bdcf31
Author: Miroslav Lichvar <mlichvar at redhat.com>
Date:   Wed Oct 6 15:39:19 2010 +0200

    update to 1.8.1

 .gitignore                  |    2 +-
 conky-1.8.0-audclient.patch |   35 -----------------------------------
 conky-1.8.0-truefalse.patch |   37 -------------------------------------
 conky.spec                  |   11 +++++------
 sources                     |    2 +-
 5 files changed, 7 insertions(+), 80 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cb964f7..51ae27a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-conky-1.8.0.tar.bz2
+conky-1.8.1.tar.bz2
diff --git a/conky.spec b/conky.spec
index 3a76429..0a4106b 100644
--- a/conky.spec
+++ b/conky.spec
@@ -14,16 +14,14 @@
 %bcond_without wlan
 
 Name:           conky 
-Version:        1.8.0
-Release:        4%{?dist}
+Version:        1.8.1
+Release:        1%{?dist}
 Summary:        A system monitor for X 
 
 Group:          User Interface/X
 License:        GPLv3+
 URL:            http://conky.sf.net/
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
-Patch0:         conky-1.8.0-audclient.patch
-Patch1:         conky-1.8.0-truefalse.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libXft-devel
@@ -48,8 +46,6 @@ It just keeps on given'er. Yeah.
 
 %prep
 %setup -q
-%patch0 -p1 -b .audclient
-%patch1 -p1 -b .truefalse
 
 for i in AUTHORS; do
     iconv -f iso8859-1 -t utf8 -o ${i}{_,} && touch -r ${i}{,_} && mv -f ${i}{_,}
@@ -104,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Oct 06 2010 Miroslav Lichvar <mlichvar at redhat.com> - 1.8.1-1
+- update to 1.8.1
+
 * Wed Apr 21 2010 Miroslav Lichvar <mlichvar at redhat.com> - 1.8.0-4
 - remove rpath
 
diff --git a/sources b/sources
index 63a237e..7785754 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-494cbaf1108cfdb977fc80454d9b13e2  conky-1.8.0.tar.bz2
+366dc6a5c2ebebfbe6f53da25061b5d6  conky-1.8.1.tar.bz2


More information about the scm-commits mailing list