]> git.pld-linux.org Git - packages/coreutils.git/commitdiff
- up to 8.3 auto/th/coreutils-8_3-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 9 Jan 2010 22:54:23 +0000 (22:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    coreutils-mem.patch -> 1.2
    coreutils.spec -> 1.156

coreutils-mem.patch
coreutils.spec

index ea50851e81f8323c1c36bb0f8865055c8c33d10f..f81bf9d2cb9df23373f44710a0b58fd48ffdf263 100644 (file)
    }
  #endif
  
-@@ -52,7 +60,7 @@
-       double pages = pss.physical_memory;
-       double pagesize = pss.page_size;
-       if (0 <= pages && 0 <= pagesize)
--        return pages * pagesize;
-+        return physmem_cap(pages * pagesize);
+@@ -106,7 +106,7 @@
+         double pages = pss.physical_memory;
+         double pagesize = pss.page_size;
+         if (0 <= pages && 0 <= pagesize)
+-          return pages * pagesize;
++          return physmem_cap(pages * pagesize);
        }
    }
  #endif
+
index be12041e806c289be4eb279fbd56055efbf0fa1b..23c503f1897a9f412cdce9a25277ad79b307ed12 100644 (file)
@@ -2,12 +2,12 @@
 Summary:       GNU Core-utils - basic command line utilities
 Summary(pl.UTF-8):     GNU Core-utils - podstawowe narzędzia działające z linii poleceń
 Name:          coreutils
-Version:       8.2
+Version:       8.3
 Release:       1
 License:       GPL v3+
 Group:         Applications/System
 Source0:       http://ftp.gnu.org/gnu/coreutils/%{name}-%{version}.tar.xz
-# Source0-md5: e037fcb353de2df7762406e0a170b152
+# Source0-md5: 90dcc992ecb6ce76390d11134aabc830
 Source1:       %{name}-non-english-man-pages.tar.bz2
 # Source1-md5: f7c986ebc74ccb8d08ed70141063f14c
 Source2:       DIR_COLORS
This page took 0.112692 seconds and 4 git commands to generate.