rpms/coreutils/devel .cvsignore, 1.18, 1.19 coreutils-6.10-configuration.patch, 1.18, 1.19 coreutils.spec, 1.255, 1.256 sources, 1.20, 1.21 coreutils-7.1-cp-a-xattrs.patch, 1.1, NONE coreutils-7.1-cp-recursiveinfloop.patch, 1.1, NONE coreutils-7.1-sort-endoffields.patch, 1.3, NONE

Ondrej Vasik ovasik at fedoraproject.org
Tue Mar 31 15:48:56 UTC 2009


Author: ovasik

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

Modified Files:
	.cvsignore coreutils-6.10-configuration.patch coreutils.spec 
	sources 
Removed Files:
	coreutils-7.1-cp-a-xattrs.patch 
	coreutils-7.1-cp-recursiveinfloop.patch 
	coreutils-7.1-sort-endoffields.patch 
Log Message:
New upstream bugfix release 7.2, removed applied patches


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/coreutils/devel/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- .cvsignore	24 Feb 2009 11:53:36 -0000	1.18
+++ .cvsignore	31 Mar 2009 15:48:26 -0000	1.19
@@ -1 +1 @@
-coreutils-7.1.tar.gz
+coreutils-7.2.tar.gz

coreutils-6.10-configuration.patch:

Index: coreutils-6.10-configuration.patch
===================================================================
RCS file: /cvs/extras/rpms/coreutils/devel/coreutils-6.10-configuration.patch,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- coreutils-6.10-configuration.patch	25 Feb 2009 13:13:05 -0000	1.18
+++ coreutils-6.10-configuration.patch	31 Mar 2009 15:48:26 -0000	1.19
@@ -23,43 +23,6 @@
        skip_test_ "this system (or maybe just" \
          "the current file system) lacks SELinux support"
      ;;
-diff -urNp coreutils-7.1-orig/gnulib-tests/test-getaddrinfo.c coreutils-7.1/gnulib-tests/test-getaddrinfo.c
---- coreutils-7.1-orig/gnulib-tests/test-getaddrinfo.c	2009-01-27 21:33:19.000000000 +0100
-+++ coreutils-7.1/gnulib-tests/test-getaddrinfo.c	2009-02-25 13:52:59.000000000 +0100
-@@ -36,6 +36,8 @@
- # define dbgprintf if (0) printf
- #endif
- 
-+static int skip = 0;
-+
- /* BeOS does not have AF_UNSPEC.  */
- #ifndef AF_UNSPEC
- # define AF_UNSPEC 0
-@@ -52,6 +54,9 @@ int simple (char *host, char *service)
-   struct addrinfo *ai0, *ai;
-   int res;
- 
-+  if (skip)
-+    return 0;
-+
-   dbgprintf ("Finding %s service %s...\n", host, service);
- 
-   /* This initializes "hints" but does not use it.  Is there a reason
-@@ -72,8 +77,12 @@ int simple (char *host, char *service)
- 	 in-law's farm. */
-       if (res == EAI_AGAIN)
- 	{
--	  fprintf (stderr, "skipping getaddrinfo test: no network?\n");
--	  return 77;
-+	if (!skip)
-+	  {
-+	    skip++;
-+	    fprintf (stderr, "skipping getaddrinfo test: no network?\n");
-+	    return 77;
-+	  }
- 	}
-       /* IRIX reports EAI_NONAME for "https".  Don't fail the test
- 	 merely because of this.  */
 diff -urNp coreutils-7.1-orig/src/ls.c coreutils-7.1/src/ls.c
 --- coreutils-7.1-orig/src/ls.c	2009-02-25 13:23:59.000000000 +0100
 +++ coreutils-7.1/src/ls.c	2009-02-25 13:25:20.000000000 +0100


Index: coreutils.spec
===================================================================
RCS file: /cvs/extras/rpms/coreutils/devel/coreutils.spec,v
retrieving revision 1.255
retrieving revision 1.256
diff -u -r1.255 -r1.256
--- coreutils.spec	19 Mar 2009 15:10:54 -0000	1.255
+++ coreutils.spec	31 Mar 2009 15:48:26 -0000	1.256
@@ -1,7 +1,7 @@
 Summary: A set of basic GNU tools commonly used in shell scripts
 Name:    coreutils
-Version: 7.1
-Release: 7%{?dist}
+Version: 7.2
+Release: 1%{?dist}
 License: GPLv3+
 Group:   System Environment/Base
 Url:     http://www.gnu.org/software/coreutils/
@@ -19,8 +19,6 @@
 Source203:  coreutils-runuser-l.pamd
 
 # From upstream
-Patch1: coreutils-7.1-sort-endoffields.patch
-Patch2: coreutils-7.1-cp-recursiveinfloop.patch
 
 # Our patches
 Patch100: coreutils-6.10-configuration.patch
@@ -50,7 +48,6 @@
 #(upstream did some SELinux implementation unlike with RedHat patch)
 Patch950: coreutils-selinux.patch
 Patch951: coreutils-selinuxmanpages.patch
-Patch952: coreutils-7.1-cp-a-xattrs.patch
 
 BuildRequires: libselinux-devel >= 1.25.6-1
 BuildRequires: libacl-devel
@@ -101,8 +98,6 @@
 %setup -q
 
 # From upstream
-%patch1 -p1 -b .endfield
-%patch2 -p1 -b .recinfloop
 
 # Our patches
 %patch100 -p1 -b .configure
@@ -128,7 +123,6 @@
 #SELinux
 %patch950 -p1 -b .selinux
 %patch951 -p1 -b .selinuxman
-%patch952 -p1 -b .xattrs
 
 chmod a+x tests/misc/sort-mb-tests
 
@@ -315,6 +309,10 @@
 /sbin/runuser
 
 %changelog
+* Tue Mar 31 2009 Ondrej Vasik <ovasik at redhat.com> 7.2-1
+- New upstream bugfix release 7.2
+- removed applied patches
+
 * Thu Mar 19 2009 Ondrej Vasik <ovasik at redhat.com> 7.1-7
 - do not ship /etc/DIR_COLORS.xterm - as many terminals
   use TERM xterm and black background as default - making


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/coreutils/devel/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources	24 Feb 2009 11:53:38 -0000	1.20
+++ sources	31 Mar 2009 15:48:26 -0000	1.21
@@ -1 +1 @@
-cbb2b3d1718ee1237b808e00b5c11b1e  coreutils-7.1.tar.gz
+427c2914d3eab956f317c9ec6a45e62a  coreutils-7.2.tar.gz


--- coreutils-7.1-cp-a-xattrs.patch DELETED ---


--- coreutils-7.1-cp-recursiveinfloop.patch DELETED ---


--- coreutils-7.1-sort-endoffields.patch DELETED ---




More information about the fedora-extras-commits mailing list