rpms/conky/devel conky.spec,1.21,1.22

Miroslav Lichvar mlichvar at fedoraproject.org
Wed Apr 14 15:10:45 UTC 2010


Author: mlichvar

Update of /cvs/pkgs/rpms/conky/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10666

Modified Files:
	conky.spec 
Log Message:
- enable imlib support (#581986)



Index: conky.spec
===================================================================
RCS file: /cvs/pkgs/rpms/conky/devel/conky.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- conky.spec	1 Apr 2010 16:40:16 -0000	1.21
+++ conky.spec	14 Apr 2010 15:10:44 -0000	1.22
@@ -1,10 +1,10 @@
 %bcond_without alsa
 %bcond_without audacious
 %bcond_without curl
-%bcond_with imlib
+%bcond_without imlib
 %bcond_without lua
 %bcond_without lua_cairo
-%bcond_with lua_imlib
+%bcond_without lua_imlib
 %bcond_with moc
 %bcond_without mpd
 %bcond_with ncurses
@@ -15,7 +15,7 @@
 
 Name:           conky 
 Version:        1.8.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A system monitor for X 
 
 Group:          User Interface/X
@@ -100,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Apr 14 2010 Miroslav Lichvar <mlichvar at redhat.com> - 1.8.0-3
+- enable imlib support (#581986)
+
 * Thu Apr 01 2010 Miroslav Lichvar <mlichvar at redhat.com> - 1.8.0-2
 - update to 1.8.0
 



More information about the scm-commits mailing list