rpms/ratpoison/devel sources, 1.3, 1.4 .cvsignore, 1.3, 1.4 ratpoison.spec, 1.10, 1.11

Kevin Fenzi kevin at fedoraproject.org
Sat May 16 04:08:02 UTC 2009


Author: kevin

Update of /cvs/extras/rpms/ratpoison/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31597

Modified Files:
	sources .cvsignore ratpoison.spec 
Log Message:
Update to 1.4.4
Add libXft-devel to BuildRequires



Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ratpoison/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	31 Aug 2007 13:14:14 -0000	1.3
+++ sources	16 May 2009 04:07:32 -0000	1.4
@@ -1 +1 @@
-fcbdcc84cfad9b18518074f676eba270  ratpoison-1.4.1.tar.gz
+8ee91678b0086f16be3daf196f7e6166  ratpoison-1.4.4.tar.gz


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ratpoison/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	31 Aug 2007 13:14:13 -0000	1.3
+++ .cvsignore	16 May 2009 04:07:32 -0000	1.4
@@ -1 +1 @@
-ratpoison-1.4.1.tar.gz
+ratpoison-1.4.4.tar.gz


Index: ratpoison.spec
===================================================================
RCS file: /cvs/extras/rpms/ratpoison/devel/ratpoison.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- ratpoison.spec	25 Feb 2009 18:52:23 -0000	1.10
+++ ratpoison.spec	16 May 2009 04:07:32 -0000	1.11
@@ -1,8 +1,8 @@
 %define xsessiondir %{_datadir}/xsessions
 
 Name:           ratpoison
-Version:        1.4.1
-Release:        3%{?dist}
+Version:        1.4.4
+Release:        1%{?dist}
 Summary:        Minimalistic window manager
 Group:          Applications/Productivity
 License:        GPLv2+
@@ -10,11 +10,7 @@ URL:            http://www.nongnu.org/ra
 Source0:        http://savannah.nongnu.org/download/ratpoison/%{name}-%{version}.tar.gz
 Source1:	%{name}.desktop
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-%if %{fedora} <= 4 
-BuildRequires:  xorg-x11-devel, readline-devel
-%else
-BuildRequires: libX11-devel, readline-devel, libXt-devel, libXinerama-devel, libXtst-devel
-%endif
+BuildRequires: libXft-devel, libX11-devel, readline-devel, libXt-devel, libXinerama-devel, libXtst-devel
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
 
@@ -27,6 +23,7 @@ opposed to keyboard and mouse input.
 
 
 %build
+export CFLAGS+=-DHAVE_GETLINE
 %configure
 make %{?_smp_mflags}
 
@@ -66,6 +63,10 @@ fi
 %{_datadir}/xsessions/ratpoison.desktop
 
 %changelog
+* Thu May 14 2009 Kevin Fenzi <kevin at tummy.com> - 1.4.4-1
+- Update to 1.4.4
+- Add libXft-devel to BuildRequires
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list