Tomáš Chvátal
f7ba1756f1
Accepting request 223708 from Base:System
...
Add three patches from SLES
OBS-URL: https://build.opensuse.org/request/show/223708
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=101
2014-02-28 15:21:59 +00:00
Stephan Kulow
7847858e54
Accepting request 215038 from Base:System
...
- Testsuite: avoid a failure of tests/mkdir/p-acl.sh on armv7l.
- Refresh patches with QUILT_REFRESH_ARGS="-p0 --no-timestamps"
(forwarded request 215037 from bernhard-voelker)
OBS-URL: https://build.opensuse.org/request/show/215038
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=100
2014-01-30 11:51:46 +00:00
Stephan Kulow
5c4ed49d54
Accepting request 213255 from Base:System
...
* Update to 8.22.
* Pull in two I18N fixes for cut and sort from Fedora.
* Add new SELinux patch for cp from upstream.
* Avoid some testsuite failures by adding 4 other patches.
Supersedes
https://build.opensuse.org/request/show/212842
OBS-URL: https://build.opensuse.org/request/show/213255
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=99
2014-01-10 20:15:22 +00:00
Stephan Kulow
0b65b8c39d
Accepting request 212043 from Base:System
...
The "gnulib" package contains a number of floating-point test cases
that do not work correctly with the PowerPC long double ("double double")
format. These tests "accidentally" succeeded anyway in the big-endian
variant, but are now actually failing in little-endian mode.
As is usual for gnulib, those tests end up copied into the source code
of various packages that use gnulib, including coreutils, findutils,
grep, and libunistring.
A patch to fix the tests for ppc64le has been submitted to upstream
to the bug-gnulib mailing list. We'll work with upstream of the
other affected packages to make sure the copies are refreshed.
- coreutils-gnulib-tests-ppc64le.patch: Fix imported gnulib long double
math tests for little-endian PowerPC. (forwarded request 211829 from uweigand)
OBS-URL: https://build.opensuse.org/request/show/212043
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=98
2013-12-24 19:46:00 +00:00
Stephan Kulow
e5d73affc5
Accepting request 210654 from Base:System
...
Avoid false sort test failure (coreutils-i18n.patch):
As for the C locale, skip the multi-byte test case
'output-is-input-mb.p'. (forwarded request 210653 from bernhard-voelker)
OBS-URL: https://build.opensuse.org/request/show/210654
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=97
2013-12-13 10:56:24 +00:00
Stephan Kulow
9dbe296483
Accepting request 209856 from Base:System
...
- Require valgrind only when it exists (forwarded request 209799 from AndreasSchwab)
OBS-URL: https://build.opensuse.org/request/show/209856
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=96
2013-12-09 15:54:05 +00:00
Stephan Kulow
bd15abcc2c
Accepting request 209317 from Base:System
...
- Update I18N patch from Fedora:
(coreutils-i18n.patch)
* sort: fix multibyte incompabilities (rh#821264)
* pr -e, with a mix of backspaces and TABs, could corrupt the
heap in multibyte locales (analyzed by J.Koncicky)
* path in the testsuite to cover i18n regressions
* Enable cut and sort-merge perl tests for multibyte as well
- Refresh longlong-aarch64.patch. (forwarded request 209118 from bernhard-voelker)
OBS-URL: https://build.opensuse.org/request/show/209317
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=95
2013-12-06 12:51:38 +00:00
Tomáš Chvátal
97b29762aa
Accepting request 186198 from Base:System
...
- Remove "BuildRequires: help2man" as it is included. (forwarded request 186183 from bernhard-voelker)
OBS-URL: https://build.opensuse.org/request/show/186198
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=93
2013-08-13 09:09:27 +00:00
Stephan Kulow
57fb7ae9aa
Accepting request 184102 from Base:System
...
- Undo the previous change.
Remove configure options gl_cv_func_printf_directive_n and
gl_cv_func_printf_infinite_long_double again because of constant
factory build failures on x86_64 and i586. The argument for
adding them was that the fortify checks would be bypassed
by the gnulib "reimplementation of printf", but that is not
the case: instead, gnulib just adds some wrapping code to ensure
a consistent behaviour on all supported platforms. (forwarded request 184097 from bernhard-voelker)
OBS-URL: https://build.opensuse.org/request/show/184102
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=92
2013-07-24 13:06:09 +00:00
Stephan Kulow
0d13d34cf8
Accepting request 179293 from Base:System
...
- Explicitly list libattr-devel as BuildRequires (forwarded request 179221 from jengelh)
OBS-URL: https://build.opensuse.org/request/show/179293
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=91
2013-06-18 08:30:43 +00:00
Stephan Kulow
16b73383d5
Accepting request 178034 from Base:System
...
- longlong-aarch64.patch: fix build on aarch64 (forwarded request 178022 from Andreas_Schwab)
OBS-URL: https://build.opensuse.org/request/show/178034
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=90
2013-06-11 04:26:16 +00:00
Stephan Kulow
66c1d681c3
Accepting request 176188 from Base:System
...
- Try to fix nap() races in gnulib-tests.
(coreutils-gnulib-tests-fix-nap-race.patch: add upstream patch)
(coreutils-gnulib-tests-fix-nap-race-obs.patch: add openSUSE patch for OBS) (forwarded request 176187 from bernhard-voelker)
OBS-URL: https://build.opensuse.org/request/show/176188
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=89
2013-05-27 07:43:30 +00:00
Stephan Kulow
55951f179f
Accepting request 163147 from Base:System
...
- Update to 8.21 (2013-02-14) [stable]
- Port su(1) deleted upstreams from previous OS package
- Fix multibyte issue in unexpand (rh#821262) (forwarded request 163146 from bernhard-voelker)
OBS-URL: https://build.opensuse.org/request/show/163147
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=88
2013-04-26 05:55:50 +00:00
Stephan Kulow
61e6d77c96
Accepting request 160435 from Base:System
...
- Added url as source.
Please see http://en.opensuse.org/SourceUrls
- Added url as source.
Please see http://en.opensuse.org/SourceUrls (forwarded request 160428 from m_meister)
OBS-URL: https://build.opensuse.org/request/show/160435
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=87
2013-03-30 13:55:21 +00:00
Stephan Kulow
295f5fd5f5
Accepting request 150029 from Base:System
...
- do not require texinfo for building, texlive is a bit too heavy
OBS-URL: https://build.opensuse.org/request/show/150029
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=86
2013-01-27 08:18:32 +00:00
Stephan Kulow
d326a25e75
Accepting request 149348 from Base:System
...
- Avoid segmentation fault in "join -i" with long line input (bnc#798541, VUL-1)
- Avoid segmentation fault in "sort -d" and "sort -M" with long line input
(bnc#798538, VUL-1)
- Avoid segmentation fault in "uniq" with long line input (bnc#796243, VUL-1)
- Fix test-suite errors (bnc#798261).
OBS-URL: https://build.opensuse.org/request/show/149348
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=84
2013-01-22 14:08:43 +00:00
Ismail Dönmez
f90f497a04
Accepting request 144029 from Base:System
...
supersedes request 143406:
* mention patch name in changelog,
* fix crash in "df --total" due to bad rootfs hiding
OBS-URL: https://build.opensuse.org/request/show/144029
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=83
2012-12-08 14:51:18 +00:00
Stephan Kulow
3b8842904f
Accepting request 139627 from Base:System
...
Add upstream patch fixing a cp, mv and install error
OBS-URL: https://build.opensuse.org/request/show/139627
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=82
2012-11-02 06:30:51 +00:00
Stephan Kulow
bd100c7177
Accepting request 135275 from Base:System
...
fix multithreading patch for sort(1) to respect OMP_NUM_THREADS again.
the other, "pending" request, #114813 , was rejected by aj already (forwarded request 135267 from froh)
OBS-URL: https://build.opensuse.org/request/show/135275
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=81
2012-09-23 06:31:16 +00:00
Stephan Kulow
76c7003fe9
Accepting request 125432 from Base:System
...
Update to 8.17
OBS-URL: https://build.opensuse.org/request/show/125432
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=80
2012-06-25 10:24:05 +00:00
Stephan Kulow
f19e5aa699
Accepting request 121165 from Base:System
...
- Build factor with gmp support (forwarded request 121162 from AndreasSchwab)
OBS-URL: https://build.opensuse.org/request/show/121165
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=78
2012-05-21 06:03:02 +00:00
Stephan Kulow
40d9f66558
Accepting request 116644 from Base:System
...
Fix bnc#760926 and add a second upstream patch for id
OBS-URL: https://build.opensuse.org/request/show/116644
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=77
2012-05-07 20:44:32 +00:00
Stephan Kulow
f2fa4576e6
Accepting request 115831 from Base:System
...
Make stdbuf binary find its library
OBS-URL: https://build.opensuse.org/request/show/115831
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=76
2012-05-03 08:54:45 +00:00
Stephan Kulow
9c9a8d0166
Accepting request 114847 from Base:System
...
Update to 8.16 + Security fix already released for SLES
OBS-URL: https://build.opensuse.org/request/show/114847
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=75
2012-04-23 07:12:18 +00:00
Stephan Kulow
69e0b79197
Accepting request 108672 from Base:System
...
Update to 8.15 + upstream patches
OBS-URL: https://build.opensuse.org/request/show/108672
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=74
2012-03-11 19:03:37 +00:00
Stephan Kulow
48d641778c
Accepting request 106100 from Base:System
...
- keep binaries in /usr (UserMerge project)
OBS-URL: https://build.opensuse.org/request/show/106100
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=73
2012-02-21 11:16:46 +00:00
Stephan Kulow
0dcabd2973
Accepting request 97117 from Base:System
...
- Adjust license for coreutils-8.6-honor-settings-in-etc-default-su-resp-etc-login.defs.diff
[bnc#735081].
- license update: GPL-3.0+
Consolidate to GPL-3.0+ and use SPDX format
(http://www.spdx.org/licenses ). More or less compatible to Fedora package
(who don^t use full SPDX implementation)
OBS-URL: https://build.opensuse.org/request/show/97117
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=72
2012-01-04 07:00:40 +00:00
Stephan Kulow
1cd8c1179d
Accepting request 94517 from Base:System
...
add automake to buildrequires (forwarded request 94452 from coolo)
OBS-URL: https://build.opensuse.org/request/show/94517
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=71
2011-12-02 08:26:03 +00:00
Sascha Peilicke
b021d6b4aa
Accepting request 88211 from Base:System
...
Add upstream patch that fixes three bugs in tac
OBS-URL: https://build.opensuse.org/request/show/88211
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=69
2011-10-18 11:59:50 +00:00
Lars Vogdt
148820c3e8
Accepting request 87873 from Base:System
...
Uniformly use german quotes in translated messages
OBS-URL: https://build.opensuse.org/request/show/87873
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=68
2011-10-16 10:42:20 +00:00
Lars Vogdt
15b9b92a1a
Accepting request 83659 from Base:System
...
- Remove redundant tags/sections from specfile (forwarded request 83130 from jengelh)
OBS-URL: https://build.opensuse.org/request/show/83659
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=67
2011-09-20 07:38:08 +00:00
Sascha Peilicke
2ef97d9b07
Accepting request 77661 from Base:System
...
Avoid triggering unwanted AutoFS mounts (bnc#701659). (forwarded request 77635 from leonardocf)
OBS-URL: https://build.opensuse.org/request/show/77661
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=65
2011-08-02 11:53:47 +00:00
Sascha Peilicke
8e0d1733c6
Accepting request 73651 from Base:System
...
Remove services.
OBS-URL: https://build.opensuse.org/request/show/73651
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=63
2011-06-15 09:48:01 +00:00
Sascha Peilicke
b878853eaf
Accepting request 69438 from Base:System
...
- delete coreutils-testsuite.spec
OBS-URL: https://build.opensuse.org/request/show/69438
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=61
2011-05-04 07:17:52 +00:00
Sascha Peilicke
95799957fe
Accepting request 68718 from Base:System
...
Update to 8.12 - Main change is handling of FIEMAP based copying
OBS-URL: https://build.opensuse.org/request/show/68718
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=59
2011-05-02 10:40:47 +00:00
fd990598eb
Accepting request 67545 from Base:System
...
Accepted submit request 67545 from user coolo
OBS-URL: https://build.opensuse.org/request/show/67545
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=57
2011-04-15 18:12:13 +00:00
Sascha Peilicke
4b577074f4
Accepting request 65763 from Base:System
...
Accepted submit request 65763 from user coolo
OBS-URL: https://build.opensuse.org/request/show/65763
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=55
2011-04-01 14:48:36 +00:00
Ruediger Oertel
fcee02ed36
Accepting request 60526 from Base:System
...
Accepted submit request 60526 from user psmt
OBS-URL: https://build.opensuse.org/request/show/60526
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=53
2011-02-18 12:40:57 +00:00
29475acb95
Accepting request 10077 from home:llunak:virtuoso
...
Copy from IBS home:uli_suse/coreutils based on submit request 10077 from user uli_suse
OBS-URL: https://build.opensuse.org/request/show/10077
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=51
2011-01-14 13:58:48 +00:00
Berthold Gunreben
d931a3df9c
Accepting request 57153 from Base:System
...
Accepted submit request 57153 from user psmt
OBS-URL: https://build.opensuse.org/request/show/57153
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=49
2011-01-07 08:34:48 +00:00
Ruediger Oertel
1a1e884da9
Accepting request 53230 from Base:System
...
Accepted submit request 53230 from user coolo
OBS-URL: https://build.opensuse.org/request/show/53230
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=47
2010-11-17 09:42:25 +00:00
Ruediger Oertel
b041d4ec90
Accepting request 52848 from Base:System
...
Accepted submit request 52848 from user psmt
OBS-URL: https://build.opensuse.org/request/show/52848
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=45
2010-11-15 16:52:55 +00:00
OBS User autobuild
17aecadc26
Accepting request 48660 from Base:System
...
Copy from Base:System/coreutils based on submit request 48660 from user coolo
OBS-URL: https://build.opensuse.org/request/show/48660
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=44
2010-09-21 16:10:54 +00:00
OBS User autobuild
0c18dcb7e6
Accepting request 42907 from Base:System
...
Copy from Base:System/coreutils based on submit request 42907 from user oertel
OBS-URL: https://build.opensuse.org/request/show/42907
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=43
2010-07-19 12:13:47 +00:00
OBS User autobuild
0f8fd706a3
Accepting request 42290 from home:psmt:branches:openSUSE:Factory
...
Copy from home:psmt:branches:openSUSE:Factory/coreutils based on submit request 42290 from user psmt
OBS-URL: https://build.opensuse.org/request/show/42290
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=40
2010-07-02 14:01:11 +00:00
OBS User autobuild
c76409f6df
Accepting request 39394 from Base:System
...
Copy from Base:System/coreutils based on submit request 39394 from user psmt
OBS-URL: https://build.opensuse.org/request/show/39394
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=39
2010-05-05 20:22:09 +00:00
OBS User autobuild
f8bf72a1f6
Accepting request 34676 from Base:System
...
Copy from Base:System/coreutils based on submit request 34676 from user oertel
OBS-URL: https://build.opensuse.org/request/show/34676
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=37
2010-03-12 15:44:23 +00:00
OBS User autobuild
1f38ffe253
Accepting request 26686 from Base:System
...
Copy from Base:System/coreutils based on submit request 26686 from user msmeissn
OBS-URL: https://build.opensuse.org/request/show/26686
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=36
2009-12-16 08:56:01 +00:00
OBS User unknown
1b6a6b3055
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=34
2009-03-24 18:58:29 +00:00
OBS User unknown
82441f080b
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coreutils?expand=0&rev=33
2009-02-23 11:44:46 +00:00