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
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
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 Rueckert2011-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
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