Revisions of diffutils

buildservice-autocommit accepted request 1088532 from Jiri Slaby's avatar Jiri Slaby (jirislaby) (revision 76)
baserev update by copy to link target
buildservice-autocommit accepted request 1058672 from Jiri Slaby's avatar Jiri Slaby (jirislaby) (revision 74)
baserev update by copy to link target
buildservice-autocommit accepted request 1004567 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 72)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 1003483 from Andreas Schwab's avatar Andreas Schwab (Andreas_Schwab) (revision 71)
- Skip gnulib test test-free under qemu emulation (bsc#1202260)
Jiri Slaby's avatar Jiri Slaby (jirislaby) accepted request 920376 from Andreas Schwab's avatar Andreas Schwab (Andreas_Schwab) (revision 69)
- Skip stack overflow tests under qemu emulation (bsc#1190046)
Jiri Slaby's avatar Jiri Slaby (jirislaby) committed (revision 68)
fix link
Jiri Slaby's avatar Jiri Slaby (jirislaby) committed (revision 67)
Jiri Slaby's avatar Jiri Slaby (jirislaby) committed (revision 66)
Jiri Slaby's avatar Jiri Slaby (jirislaby) committed (revision 65)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) committed (revision 63)
rebase
Jiri Slaby's avatar Jiri Slaby (jirislaby) accepted request 907135 from Andreas Schwab's avatar Andreas Schwab (Andreas_Schwab) (revision 62)
- gnulib-c-stack.patch: c-stack: stop using SIGSTKSZ
buildservice-autocommit accepted request 830967 from Jiri Slaby's avatar Jiri Slaby (jirislaby) (revision 61)
auto commit by copy to link target
Jiri Slaby's avatar Jiri Slaby (jirislaby) committed (revision 60)
update
Jiri Slaby's avatar Jiri Slaby (jirislaby) accepted request 830725 from Bernhard Voelker's avatar Bernhard Voelker (berny) (revision 59)
- gnulib-test-avoid-FP-perror-strerror.patch: Add patch to
avoid false-positive error in gnulib tests 'test-perror2' and
'test-strerror_r', visible on armv7l.
- diffutils.spec: Reference the patch.
- Do not recommend lang package. The lang package already has a
  supplements.
- ignore make check error for diff --color as tracked by
  https://debbugs.gnu.org/cgi/bugreport.cgi?bug=36488
- Update to version 3.7:
  * bugfix - diff --strip-trailing-cr with a single CR byte in one
    input file would provoke an uninitialized memory read
  * diff --color now produces output compatible with less -R.
- Small packaging cleanups:
  * PIE is now default for whole distribution
  * xz is not needed as build dependency anymore
- Use %license (boo#1082318)
- Update to version 3.6:
  * When one file is a prefix of the other, cmp now appends the
    shorter file's size to the EOF diagnostic.
  * diff's default algorithm has been tweaked to deal better with
    larger files, reversing some of the changes made in
    diffutils-3.4.
- Define packager and bug reporting url
- Update to a pre-release version (3.5.15):
  * remove big-file-performance.patch and gnulib-diffseq.patch
  * comment signature source as the release is not officially signed yet
- gnulib-diffseq.patch, big-file-performance.patch: Avoid performance
  regression on big files (bsc#1004991)
- Diffutils 3.5:
  * diff3 no longer malfunctions due to use-after-free
    [bug introduced in 3.4]
  * diff --color no longer colorizes when TERM=dumb
- Update to version 3.4
  * diff accepts two new options --color and --palette to generate 
    and configure colored output.  --color takes an optional
    argument specifying when to colorize a line: --color=always,
    --color=auto, --color=never.  --palette is used to configure
    which colors are used.
  * many bugfixes
- New -lang subpackage
- Drop no longer needed gnulib-perl522.patch
- Make building more verbose
- Move info page removal to preun
- Cleanup spec file with spec-cleaner
- Update provides/obsoletes
- add gnulib-perl522.patch from gnulib upstream
- build with PIE
- Diffutils has a testsuite so run it.
- disable gpg key checking to avoid build cycles. will be
  done by source service
- add gpg key checking, keyring from savannah
- Update to 3.3:
  * add --no-dereference
  * -N works with - (stdin) as input
  * many fixes
  * many cleanups (in docco too)
- remove: config-guess-sub-update.patch
- remove: diffutils-stdio.in.patch
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls
- Update config.guess/sub for aarch64
- Fix build with missing gets declaration (glibc 2.16)
- Update to 3.2:
  * diff: --ignore-file-name-case now applies at top level too
  * diff, sdiff: new option --ignore-trailing-space
  * maint: avoid new "make sytnax-check" failure
- Remove redundant tags/sections from specfile
  (cf. packaging guidelines)
- Update to 3.1:
  + Bug fixes
    - diff no longer reports spurious differences merely because two
      entries in the same directory have names that compare equal in
      the current locale, or compare equal because --ignore-file-name-case
      was given.
- Update to version 3.0:
  + Bug fixes
   - diff once again prints the required "\ No newline at end of
     file" line when at least one input lacks a newline-at-EOF and
     the final hunk plus context-length aligns exactly with the end
     of the newline-lacking file.
     [bug introduced between 2.8.7 and 2.9]
  + Changes in behavior
    - In context-style diffs, diff prints a portion of a preceding
      "function" line for each hunk, with --show-function-line=RE
      (-F) or --show-c-function (-p).  Now, it trims leading blanks
      from such lines before extracting a prefix.  This is useful
      especially when a function line is so far indented that the
      name itself would be truncated or not included in the
      limited-width substring that diff appends.
    - diff once again reports a difference with the diagnostic
      "Binary files A and B differ" when at least one of the files
      appears to be binary.  From 2.8.4 through diffutils-2.9, it
      printed "Files A and B differ".
- Changes from version 2.9:
  + New features
    - New diff option --suppress-blank-empty.
    - Bring back support for `diff -NUM', where NUM is a number,
      even when conforming to POSIX 1003.1-2001. This change
      reverts to the behavior of GNU diff 2.7 and earlier. This is
      a change only when conforming to POSIX 1003.1-2001; there is
      no effect when conforming to older POSIX versions.
    - sdiff now understands '1' and '2' as synonyms for 'l' and
      'r'.
  + Changes in behavior
    - sdiff and diff3 now invoke diff, not $(bindir)/diff
  + Administrivia
    - updated gnulib support
- Drop diffutils-no_binary_mode.patch: fixed upstream.
- Drop diffutils-2.8.1-i18n-0.2.patch: this doesn't apply anymore,
  the only reference I can guess about it goes back to 2004, and
  commit 8983b8d9 upstream is about handling multibyte characters
  in side-by-side format. So I'm assuming it's fixed. This also
  means we can drop the call to autoreconf.
- Drop diffutils-2.8.7-autoconf.patch: this is not needed anymore.
- Remove AutoReqProv: it's default now.
- Stop touching the main pages in %build.
- Use %configure and %makeinstall macros.
- Only do freopen if O_BINARY is true.
- use %_smp_mflags
- fix stack limit autoconf check 
- enable parallel building
- Update to head of trunk.
  * New diff option --suppress-blank-empty.
  * Bring back support for `diff -NUM', where NUM is a number,
    even when conforming to POSIX 1003.1-2001.  This change reverts to
    the behavior of GNU diff 2.7 and earlier.  This is a change only
    when conforming to POSIX 1003.1-2001; there is no effect when
    conforming to older POSIX versions.
    This change is in response to decisions taken in the January 2005
    Austin Group standardization meeting.  For more details, please see
    "Utility Syntax Guidelines" in the Minutes of the January 2005
    Meeting <http://www.opengroup.org/austin/docs/austin_239.html>.
  * sdiff now understands '1' and '2' as synonyms for 'l' and 'r'.
- removed help2man BuildRequires again.  Instead prevent patches
  from invalidating the shipped manpages.
- readd help2man to BuildRequires (needed to build manpages)
- Update cmp patch [#198332].
- diffutils does not need help2man. 
- Fix output of EOF message when stdout is redirected to /dev/null.
- converted neededforbuild to BuildRequires
- Readd mbrtowc check [#45308].
- Update to diffutils 2.8.7.
- Update to diffutils 2.8.6.
- build as user
- Update to diffutils 2.8.4.
- Add %defattr.
- fix install_info --delete call and move from preun to postun
- Only delete info entries when removing last version.
- Use %install_info.
- Avoid rebuilding manpage [#18930].
- Add i18n patches.
- Update to diffutils 2.8.1.
  * Documentation fixes.
- Update to diffutils 2.8.
- Update to diffutils 2.7.2.
- Fix last change to close resource leaks.
- tmpfile security problem fixed using mkstemp().
- diff: Fix a corner case in handling of directories.
- sdiff: Fix reading of split lines.
- Renamed from diff.
- Switch to BuildRoot.
- Add group tag.
- Use %{_infodir}.
- /usr/info -> /usr/share/info
- ran old prepare_spec on spec file to switch to new prepare_spec.
- specfile cleanup
- dont use m486 on alpha :-)
---
bug-fix for sdiff
buildservice-autocommit accepted request 733342 from Jiri Slaby's avatar Jiri Slaby (jirislaby) (revision 58)
auto commit by copy to link target
Jiri Slaby's avatar Jiri Slaby (jirislaby) accepted request 731936 from Ludwig Nussel's avatar Ludwig Nussel (lnussel) (revision 57)
- Do not recommend lang package. The lang package already has a
  supplements.
Displaying revisions 1 - 20 of 76
openSUSE Build Service is sponsored by