rpms/ed/FC-5 ed.spec,1.17,1.18 sources,1.2,1.3

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jan 18 11:59:00 UTC 2007


Author: karsten

Update of /cvs/dist/rpms/ed/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv20310

Modified Files:
	ed.spec sources 
Log Message:
- rebuild for FC-5, fixes CVE-2006-6939
- update to ed-0.3



Index: ed.spec
===================================================================
RCS file: /cvs/dist/rpms/ed/FC-5/ed.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ed.spec	11 Feb 2006 02:32:58 -0000	1.17
+++ ed.spec	18 Jan 2007 11:58:58 -0000	1.18
@@ -1,14 +1,11 @@
 Summary: The GNU line editor.
 Name: ed
-Version: 0.2
-Release: 38.2.1
+Version: 0.3
+Release: 0%{?dist}
 License: GPL
 Group:	Applications/Text
-Source: ftp://ftp.gnu.org/gnu/ed/%{name}-%{version}.tar.gz
+Source: ftp://ftp.gnu.org/gnu/ed/%{name}-%{version}.tar.bz2
 URL: 	http://www.gnu.org/software/ed/
-Patch0: ed-mkstemp.patch
-Patch1: ed-0.2-autoconf253.patch
-Patch2: ed-0.2-regex.patch
 Prereq: /sbin/install-info
 Buildroot: %{_tmppath}/%{name}-root
 BuildRequires: autoconf
@@ -25,22 +22,20 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1 -b .ac
-%patch2 -p1 -b .regex
 rm -f stamp-h.in
 
 %build
-chmod 755 configure
-autoconf
 %configure --exec-prefix=/
 make %{?_smp_mflags}
 
 %install
+mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
 %makeinstall bindir=$RPM_BUILD_ROOT/bin \
 	mandir=$RPM_BUILD_ROOT%{_mandir}/man1
 
+rm -f $RPM_BUILD_ROOT%{_infodir}/dir*
 gzip -9qnf  $RPM_BUILD_ROOT%{_infodir}/*
+install doc/ed.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
 %post
 /sbin/install-info %{_infodir}/ed.info.gz %{_infodir}/dir --entry="* ed: (ed).                  The GNU Line Editor."
@@ -55,12 +50,24 @@
 
 %files
 %defattr(-,root,root)
-%doc ChangeLog NEWS POSIX README THANKS TODO
+%doc ChangeLog NEWS README TODO AUTHORS COPYING
 /bin/*
 %{_infodir}/ed.info.gz
-%{_mandir}/*/*
+%attr(0644,root,root) %{_mandir}/*/*
 
 %changelog
+* Thu Jan 18 2007 Karsten Hopp <karsten at redhat.com> 0.3-0.fc6
+- rebuild for FC-6, fixes CVE-2006-6939
+
+* Thu Jan 18 2007 Karsten Hopp <karsten at redhat.com> 0.3-2
+- fix man page permissions (#222581)
+
+* Mon Nov 13 2006 Karsten Hopp <karsten at redhat.com> 0.3-1
+- update to ed-0.3
+
+* Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 0.2-38.2.2
+- rebuild
+
 * Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 0.2-38.2.1
 - bump again for double-long bug on ppc(64)
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/ed/FC-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	9 Sep 2004 04:26:24 -0000	1.2
+++ sources	18 Jan 2007 11:58:58 -0000	1.3
@@ -1 +1 @@
-ddd57463774cae9b50e70cd51221281b  ed-0.2.tar.gz
+56950c74e0239556296310a01c83ae7d  ed-0.3.tar.bz2




More information about the fedora-cvs-commits mailing list