Commit Graph

  • c6dd4a2554 - Remove services. Philipp Thomas 2011-05-03 14:43:52 +00:00
  • efa0ad0980 generated via source service OBS User _service 2011-05-03 12:28:27 +00:00
  • 2f341963bf - delete coreutils-testsuite.spec Ruediger Oertel 2011-05-03 12:28:18 +00:00
  • 1b1fe30152 generated via source service OBS User _service 2011-05-03 10:13:59 +00:00
  • 3dc493b803 update again Ruediger Oertel 2011-05-03 10:13:52 +00:00
  • 0595c1e3ee Autobuild autoformatter for 68718 Sascha Peilicke 2011-05-02 10:41:01 +00:00
  • c7b45f579b Updating link to change in openSUSE:Factory/coreutils revision 60.0 OBS User buildservice-autocommit 2011-05-02 10:41:01 +00:00
  • fbf383bf6e Accepting request 68718 from Base:System Sascha Peilicke 2011-05-02 10:40:47 +00:00
  • f9003d22a9 generated via source service OBS User _service 2011-04-28 16:07:16 +00:00
  • c83927c387 - Update to 8.12: * Bug fixes tail's --follow=name option no longer implies --retry on systems with inotify support. [bug introduced in coreutils-7.5] Philipp Thomas 2011-04-28 16:07:08 +00:00
  • 825da8b338 Autobuild autoformatter for 67545 Marcus Rueckert 2011-04-15 18:12:27 +00:00
  • 2d275e712f Updating link to change in openSUSE:Factory/coreutils revision 58.0 OBS User buildservice-autocommit 2011-04-15 18:12:27 +00:00
  • 80a9ccefc9 Accepting request 67545 from Base:System Marcus Rueckert 2011-04-15 18:12:13 +00:00
  • 4f5abd6d16 generated via source service OBS User _service 2011-04-15 14:49:32 +00:00
  • fcb8889dab - Update to 8.11: * Bug fixes Philipp Thomas 2011-04-15 14:49:23 +00:00
  • a685b7b0d0 generated via source service OBS User _service 2011-04-06 10:05:28 +00:00
  • bda778dda0 Modified via webui Philipp Thomas 2011-04-06 10:05:19 +00:00
  • dbcd7a91ef generated via source service OBS User _service 2011-04-05 13:15:07 +00:00
  • 33aa9fd52b - Adapt coreutils-testsuite.spec to changes in patches. Philipp Thomas 2011-04-05 13:15:05 +00:00
  • 2ddee31d63 generated via source service OBS User _service 2011-04-05 10:41:59 +00:00
  • 169c45411c - Remove unneeded split_suffix patch. Philipp Thomas 2011-04-05 10:41:52 +00:00
  • c24e47dadf generated via source service OBS User _service 2011-04-04 14:16:27 +00:00
  • c1d4035538 - Remove the last patch as it isn't needed. It was an old patch that removed the documentation for both hostname and hostid. I've modified that to only remove the hostname documentation. Philipp Thomas 2011-04-04 14:16:21 +00:00
  • 13fa973d06 Autobuild autoformatter for 65763 Sascha Peilicke 2011-04-01 14:48:50 +00:00
  • e90ef81a04 Updating link to change in openSUSE:Factory/coreutils revision 56.0 OBS User buildservice-autocommit 2011-04-01 14:48:50 +00:00
  • 5244f0aa11 Accepting request 65763 from Base:System Sascha Peilicke 2011-04-01 14:48:36 +00:00
  • 74d40f515a generated via source service OBS User _service 2011-04-01 13:36:11 +00:00
  • c7698e0974 - Remove obsolete and unused german translation. Philipp Thomas 2011-04-01 13:36:03 +00:00
  • 4f23c57f89 generated via source service OBS User _service 2011-04-01 12:50:06 +00:00
  • b8d81e84a3 - Readd documentation of hostname and hostid to texinfo documentation. Philipp Thomas 2011-04-01 12:49:59 +00:00
  • 44617eef58 Autobuild autoformatter for 60526 Ruediger Oertel 2011-02-18 12:41:06 +00:00
  • e658693f82 Updating link to change in openSUSE:Factory/coreutils revision 54.0 OBS User buildservice-autocommit 2011-02-18 12:41:06 +00:00
  • 84cfa64b97 Accepting request 60526 from Base:System Ruediger Oertel 2011-02-18 12:40:57 +00:00
  • 4d898715fa generated via source service OBS User _service 2011-02-10 16:07:35 +00:00
  • e34dfe5874 - Fix i18n patch for join. Philipp Thomas 2011-02-10 16:07:27 +00:00
  • d071433b5a generated via source service OBS User _service 2011-02-10 13:38:00 +00:00
  • 4013b1cf17 - Add upstream patch that fixes a segfault in cut. - Add upstream patch to fix sparse fiemap tests. Philipp Thomas 2011-02-10 13:37:51 +00:00
  • 8f0dbd4d78 generated via source service OBS User _service 2011-02-10 10:52:28 +00:00
  • b0f3acf232 Remove the tarball, fix service Philipp Thomas 2011-02-10 10:52:21 +00:00
  • c5e1173918 generated via source service OBS User _service 2011-02-10 10:50:36 +00:00
  • 0908d78dc6 - Update to 8.10: * Bug fixes - du would abort with a failed assertion when two conditions are met: part of the hierarchy being traversed is moved to a higher level in the directory tree, and there is at least one more command line directory argument following the one containing the moved sub-tree. [bug introduced in coreutils-5.1.0] - join --header now skips the ordering check for the first line even if the other file is empty. [bug introduced in coreutils-8.5] - rm -f no longer fails for EINVAL or EILSEQ on file systems that reject file names invalid for that file system. - uniq -f NUM no longer tries to process fields after end of line. [bug introduced in coreutils-7.0] * New features - cp now copies sparse files efficiently on file systems with FIEMAP support (ext4, btrfs, xfs, ocfs2). Before, it had to read 2^20 bytes when copying a 1MiB sparse file. Now, it copies bytes only for the non-sparse sections of a file. Similarly, to induce a hole in the output file, it had to detect a long sequence of zero bytes. Now, it knows precisely where each hole in an input file is, and can reproduce them efficiently in the output file. mv also benefits when it resorts to copying, e.g., between file systems. - join now supports -o 'auto' which will automatically infer the output format from the first line in each file, to ensure the same number of fields are output for each line. * Changes in behavior - join no longer reports disorder when one of the files is empty. Philipp Thomas 2011-02-10 10:50:29 +00:00
  • 95d5891b7c Accepting request 10077 from home:llunak:virtuoso Marcus Rueckert 2011-01-14 13:58:48 +00:00
  • 5bc7fa5105 Updating link to change in openSUSE:Factory/coreutils revision 51.0 OBS User buildservice-autocommit 2011-01-14 13:58:48 +00:00
  • 32e077d323 generated via source service OBS User _service 2011-01-10 14:00:50 +00:00
  • cc9cd72808 prepare_spec Stephan Kulow 2011-01-10 14:00:43 +00:00
  • 13d2dd8653 Autobuild autoformatter for 57153 Berthold Gunreben 2011-01-07 08:34:54 +00:00
  • efbf62e2b0 Accepting request 57153 from Base:System Berthold Gunreben 2011-01-07 08:34:48 +00:00
  • 585488c020 generated via source service OBS User _service 2011-01-05 13:32:04 +00:00
  • 064c21f056 - Update to 8.9: Bug fixes split no longer creates files with a suffix length that is dependent on the number of bytes or lines per file. [bug introduced in coreutils-8.8] Philipp Thomas 2011-01-05 13:31:58 +00:00
  • 098fe8287c generated via source service OBS User _service 2011-01-03 19:39:12 +00:00
  • 500f275f33 - Update to 8.8. Changes since 8.6: ** Bug fixes cp -u no longer does unnecessary copying merely because the source has finer-grained time stamps than the destination. od now prints floating-point numbers without losing information, and it no longer omits spaces between floating-point columns in some cases. sort -u with at least two threads could attempt to read through a corrupted pointer. [bug introduced in coreutils-8.6] sort with at least two threads and with blocked output would busy-loop (spinlock) all threads, often using 100% of available CPU cycles to do no work. I.e., "sort < big-file | less" could waste a lot of power. [bug introduced in coreutils-8.6] sort with at least two threads no longer segfaults due to use of pointers into the stack of an expired thread. [bug introduced in coreutils-8.6] sort --compress no longer mishandles subprocesses' exit statuses, no longer hangs indefinitely due to a bug in waiting for subprocesses, and no longer generates many more than NMERGE subprocesses. sort -m -o f f ... f no longer dumps core when file descriptors are limited. csplit no longer corrupts heap when writing more than 999 files, nor does it leak memory for every chunk of input processed [the bugs were present in the initial implementation] tail -F once again notices changes in a currently unavailable remote directory [bug introduced in coreutils-7.5] ** Changes in behavior sort will not create more than 8 threads by default due to diminishing performance gains. Also the --parallel option is no longer restricted to the number of available processors. cp --attributes-only now completely overrides --reflink. Previously a reflink was needlessly attempted. Philipp Thomas 2011-01-03 19:39:07 +00:00
  • dd841ab92d generated via source service OBS User _service 2010-12-22 15:54:24 +00:00
  • 44ea544f49 - Don't use version specific patches as it breaks automatic updates. Philipp Thomas 2010-12-22 15:54:18 +00:00
  • fa9b20b851 Add version update service Philipp Thomas 2010-12-22 15:41:30 +00:00
  • c5ac899998 generated via source service OBS User _service 2010-12-22 15:40:10 +00:00
  • 41fc767885 Modified via webui Philipp Thomas 2010-12-22 15:40:04 +00:00
  • e1cc7594ea Edit services Philipp Thomas 2010-12-22 15:38:56 +00:00
  • 73458370da generated via source service OBS User _service 2010-12-22 15:37:53 +00:00
  • 8db56eb8fc Modified via webui Philipp Thomas 2010-12-22 15:37:48 +00:00
  • 4b80c92dfe Modified via webui Philipp Thomas 2010-12-22 15:37:33 +00:00
  • 4e9cb500f1 - Remove coreutils tarball. Philipp Thomas 2010-12-22 15:36:41 +00:00
  • 94377cdc31 generated via source service OBS User _service 2010-12-22 15:33:03 +00:00
  • 697dbf2741 Modified via webui Philipp Thomas 2010-12-22 15:32:59 +00:00
  • 2284aba97a generated via source service OBS User _service 2010-12-22 15:30:36 +00:00
  • ef7322c119 Fix service definition Philipp Thomas 2010-12-22 15:30:30 +00:00
  • 6f32b533eb OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=54 Philipp Thomas 2010-12-22 15:29:08 +00:00
  • 9778f91a27 generated via source service OBS User _service 2010-12-22 15:28:04 +00:00
  • bd764a0558 OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=51 Philipp Thomas 2010-12-22 15:28:02 +00:00
  • 386cca5b3b generated via source service OBS User _service 2010-12-22 15:27:29 +00:00
  • 83301e068d - Use software services. Philipp Thomas 2010-12-22 15:27:27 +00:00
  • 44f46132fd generated via source service OBS User _service 2010-12-22 15:22:14 +00:00
  • b688555d68 Modified via webui Philipp Thomas 2010-12-22 15:22:12 +00:00
  • aa7a1cf25a generated via source service OBS User _service 2010-12-22 15:21:38 +00:00
  • 4da52e206c Modified via webui Philipp Thomas 2010-12-22 15:21:37 +00:00
  • f9b22d5009 generated via source service OBS User _service 2010-12-22 15:21:27 +00:00
  • 17329403c0 OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=41 Philipp Thomas 2010-12-22 15:21:27 +00:00
  • f63c9ad7fe generated via source service OBS User _service 2010-12-22 15:21:22 +00:00
  • 4a1146c8c5 Modified via webui Philipp Thomas 2010-12-22 15:21:21 +00:00
  • aff3b3258a generated via source service OBS User _service 2010-12-22 15:17:22 +00:00
  • 1b44cc60df Modified via webui Philipp Thomas 2010-12-22 15:17:21 +00:00
  • 8246aad259 generated via source service OBS User _service 2010-12-22 14:56:12 +00:00
  • e4573f1cc9 generated via source service OBS User _service 2010-12-22 14:25:13 +00:00
  • 42952d756f Modified via webui Philipp Thomas 2010-12-22 14:25:12 +00:00
  • d488081530 generated via source service OBS User _service 2010-12-22 14:24:57 +00:00
  • 62d6217691 Modified via webui Philipp Thomas 2010-12-22 14:24:56 +00:00
  • 19878213d6 generated via source service OBS User _service 2010-12-22 14:24:21 +00:00
  • 9a7e3b18f1 Modified via webui Philipp Thomas 2010-12-22 14:24:19 +00:00
  • bc4374ff8c generated via source service OBS User _service 2010-12-22 14:23:58 +00:00
  • 8b6c2b56ba Modified via webui Philipp Thomas 2010-12-22 14:23:57 +00:00
  • 0734578866 generated via source service OBS User _service 2010-12-22 14:22:09 +00:00
  • 0971845563 Modified via webui Philipp Thomas 2010-12-22 14:22:08 +00:00
  • 06d7efea05 Autobuild autoformatter for 53230 OBS User autobuild 2010-11-17 09:42:38 +00:00
  • af0c742489 Updating link to change in openSUSE:Factory/coreutils revision 48.0 OBS User buildservice-autocommit 2010-11-17 09:42:38 +00:00
  • 42b124e5ea Accepting request 53230 from Base:System Ruediger Oertel 2010-11-17 09:42:25 +00:00
  • 293b25e586 - remove the prerequire on permissions - this will create a bad cycle, coreutils is just too core Stephan Kulow 2010-11-17 08:33:42 +00:00
  • b9eafc96eb Accepting request 53149 from home:lnussel:Factory Cristian Rodríguez 2010-11-16 13:35:27 +00:00
  • 641a8db932 Autobuild autoformatter for 52848 OBS User autobuild 2010-11-15 16:53:05 +00:00
  • ecfbf33a44 Updating link to change in openSUSE:Factory/coreutils revision 46.0 OBS User buildservice-autocommit 2010-11-15 16:53:05 +00:00
  • aa662bda82 Accepting request 52848 from Base:System Ruediger Oertel 2010-11-15 16:52:55 +00:00
  • cada3065d4 Superceded Philipp Thomas 2010-11-11 17:27:30 +00:00