rpms/mksh/F-7 .cvsignore,1.6,1.7 mksh.spec,1.7,1.8 sources,1.6,1.7

Robert Scheck (robert) fedora-extras-commits at redhat.com
Wed Sep 12 18:37:54 UTC 2007


Author: robert

Update of /cvs/pkgs/rpms/mksh/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25587/F-7

Modified Files:
	.cvsignore mksh.spec sources 
Log Message:
- Upgrade to 31c
- Added a buildrequirement to ed, added arc4random.c file




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mksh/F-7/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	11 Sep 2007 18:12:41 -0000	1.6
+++ .cvsignore	12 Sep 2007 18:37:22 -0000	1.7
@@ -1 +1,2 @@
-mksh-R31b.cpio.gz
+mksh-R31c.cpio.gz
+arc4random.c


Index: mksh.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mksh/F-7/mksh.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mksh.spec	11 Sep 2007 18:12:41 -0000	1.7
+++ mksh.spec	12 Sep 2007 18:37:22 -0000	1.8
@@ -2,15 +2,16 @@
 
 Summary:          MirBSD enhanced version of the Korn Shell
 Name:             mksh
-Version:          31b
+Version:          31c
 Release:          1%{?dist}
 License:          BSD with advertising
 Group:            System Environment/Shells
 URL:              http://www.mirbsd.de/%{name}/
-Source:           http://www.mirbsd.org/MirOS/dist/mir/%{name}/%{name}-R%{version}.cpio.gz
+Source0:          http://www.mirbsd.org/MirOS/dist/mir/%{name}/%{name}-R%{version}.cpio.gz
+Source1:          http://www.mirbsd.org/MirOS/dist/hosted/other/arc4random.c
 Requires(post):   grep
 Requires(postun): coreutils, grep
-BuildRequires:    util-linux
+BuildRequires:    util-linux, ed
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -26,6 +27,7 @@
 # RPM 4.4.2 has no support for *.cpio.gz
 gzip -dc %{SOURCE0} | cpio -imd
 mv %{name}/* . && rm -rf %{name}
+cp -f %{SOURCE1} .
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" sh Build.sh -r -Q
@@ -62,6 +64,10 @@
 %{_mandir}/man1/%{name}.1*
 
 %changelog
+* Wed Sep 12 2007 Robert Scheck <robert at fedoraproject.org> 31c-1
+- Upgrade to 31c
+- Added a buildrequirement to ed, added arc4random.c file
+
 * Tue Sep 11 2007 Robert Scheck <robert at fedoraproject.org> 31b-1
 - Upgrade to 31b
 - Use script to get %%check happy (thanks to Thorsten Glaser)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mksh/F-7/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	11 Sep 2007 18:12:41 -0000	1.6
+++ sources	12 Sep 2007 18:37:22 -0000	1.7
@@ -1 +1,2 @@
-819feed2336274f939c67547c5a3ddbd  mksh-R31b.cpio.gz
+08b6354ad94b9c5d5bfc301e3314e412  mksh-R31c.cpio.gz
+4c61767ff91253869cff5f7b366d54af  arc4random.c




More information about the fedora-extras-commits mailing list