6
0
forked from pool/findutils

Accepting request 200285 from home:bernhard-voelker:branches:Base:System

- Remove patches:
  - findutils-4.5.10-use_proc_mounts.patch:
    /etc/mtab is a link to /proc/self/mounts nowadays.
  - findutils-4.5.10-prune_unknown.patch:
    merge patch into findutils-4.4.2-updatedb.patch.
  - findutils-4.5.10-updatedb_ignore_nfsv4.patch:
    fixed upstream.
  - findutils-stdio.in.patch:
    fixed upstream (in included gnulib).
  - findutils-init_stat_buf.patch:
    fixed upstream.

- Refresh other patches:
  - findutils-4.4.2-updatedb.patch:
    refresh with changes from the above, removed patch.
  - findutils-4.4.2-xautofs.patch:
    refresh, and added -xautofs in find's usage text.

- Adapt findutils.spec:
  - Version bump.
  - Remove above removed patches.
  - Add BuildRequires for makeinfo.
  - configure call: remove --enable-d_type-optimization
    option because turned on by default since 4.2.15.
  - Do not remove oldfind's man page in %install.
  - Add oldfind's binary and man page in %files.

- Update to 4.5.12
  See /usr/share/doc/packages/findutils/NEWS,
  section "Major changes in release 4.5.12, 2013-09-22"

- Update to 4.5.11 (2013-02-02)
  See /usr/share/doc/packages/findutils/NEWS,
  section "Major changes in release 4.5.11, 2013-02-02"

OBS-URL: https://build.opensuse.org/request/show/200285
OBS-URL: https://build.opensuse.org/package/show/Base:System/findutils?expand=0&rev=46
This commit is contained in:
2013-09-25 14:15:56 +00:00
committed by Git OBS Bridge
parent b969beb7a2
commit 987ed52315
11 changed files with 127 additions and 191 deletions

View File

@@ -1,3 +1,41 @@
-------------------------------------------------------------------
Mon Sep 23 23:17:08 UTC 2013 - mail@bernhard-voelker.de
- Remove patches:
- findutils-4.5.10-use_proc_mounts.patch:
/etc/mtab is a link to /proc/self/mounts nowadays.
- findutils-4.5.10-prune_unknown.patch:
merge patch into findutils-4.4.2-updatedb.patch.
- findutils-4.5.10-updatedb_ignore_nfsv4.patch:
fixed upstream.
- findutils-stdio.in.patch:
fixed upstream (in included gnulib).
- findutils-init_stat_buf.patch:
fixed upstream.
- Refresh other patches:
- findutils-4.4.2-updatedb.patch:
refresh with changes from the above, removed patch.
- findutils-4.4.2-xautofs.patch:
refresh, and added -xautofs in find's usage text.
- Adapt findutils.spec:
- Version bump.
- Remove above removed patches.
- Add BuildRequires for makeinfo.
- configure call: remove --enable-d_type-optimization
option because turned on by default since 4.2.15.
- Do not remove oldfind's man page in %install.
- Add oldfind's binary and man page in %files.
- Update to 4.5.12
See /usr/share/doc/packages/findutils/NEWS,
section "Major changes in release 4.5.12, 2013-09-22"
- Update to 4.5.11 (2013-02-02)
See /usr/share/doc/packages/findutils/NEWS,
section "Major changes in release 4.5.11, 2013-02-02"
-------------------------------------------------------------------
Tue Apr 23 12:24:12 CEST 2013 - pth@suse.de