Commit Graph

41 Commits

Author SHA256 Message Date
1d8bdf5987 Accepting request 1058662 from home:AndreasStieger:branches:Base:System
diffutils 3.9

OBS-URL: https://build.opensuse.org/request/show/1058662
OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=73
2023-01-16 10:57:47 +00:00
b500f29a5e Accepting request 1003483 from home:Andreas_Schwab:Factory
- Skip gnulib test test-free under qemu emulation (bsc#1202260)

OBS-URL: https://build.opensuse.org/request/show/1003483
OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=71
2022-09-19 06:52:38 +00:00
fa352a751b Accepting request 920376 from home:Andreas_Schwab:Factory
- Skip stack overflow tests under qemu emulation (bsc#1190046)

OBS-URL: https://build.opensuse.org/request/show/920376
OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=69
2021-09-21 09:17:42 +00:00
10af7ee3ba Accepting request 910583 from home:AndreasStieger:branches:Base:System
diffutils 3.8

OBS-URL: https://build.opensuse.org/request/show/910583
OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=64
2021-08-10 08:26:46 +00:00
aa6746d3c1 Accepting request 907135 from home:Andreas_Schwab:glibc:rebuild
- gnulib-c-stack.patch: c-stack: stop using SIGSTKSZ

OBS-URL: https://build.opensuse.org/request/show/907135
OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=62
2021-07-20 08:43:37 +00:00
51b16f76f8 update
OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=60
2020-09-01 06:12:53 +00:00
f23d1d7d15 Accepting request 830725 from home:berny:branches:Base:System
- 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

OBS-URL: https://build.opensuse.org/request/show/830725
OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=59
2020-09-01 05:29:41 +00:00
ec0b40cae6 Accepting request 731936 from home:lnussel:branches:Base:System
- Do not recommend lang package. The lang package already has a
  supplements.

OBS-URL: https://build.opensuse.org/request/show/731936
OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=57
2019-09-26 08:02:28 +00:00
150063ae82 Accepting request 713590 from home:michel_mno:branches:Base:System
- ignore make check error for diff --color as tracked by
  https://debbugs.gnu.org/cgi/bugreport.cgi?bug=36488

OBS-URL: https://build.opensuse.org/request/show/713590
OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=55
2019-07-08 06:12:47 +00:00
d825b8f3a9 Accepting request 662776 from home:pluskalm:branches:Base:System
- 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

OBS-URL: https://build.opensuse.org/request/show/662776
OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=53
2019-01-04 12:53:30 +00:00
b6c621a6db Accepting request 580082 from home:favogt:licensetag
Use %license (boo#1082318). Please forward to SLE, if possible

OBS-URL: https://build.opensuse.org/request/show/580082
OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=51
2018-02-26 09:48:02 +00:00
7b76fdab2e Accepting request 497310 from home:pluskalm:branches:Base:System
- 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

OBS-URL: https://build.opensuse.org/request/show/497310
OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=49
2017-05-22 13:26:53 +00:00
6a0d56944b src cannot be downloaded
OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=47
2017-02-22 10:17:14 +00:00
2a81d08cee Accepting request 459640 from home:marxin:branches:Base:System
Fix build with gcc7 (boo#1024038)

OBS-URL: https://build.opensuse.org/request/show/459640
OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=43
2017-02-22 10:07:49 +00:00
99e5f78e59 Accepting request 437384 from home:Andreas_Schwab:Factory
- gnulib-diffseq.patch, big-file-performance.patch: Avoid performance
  regression on big files (bsc#1004991)

OBS-URL: https://build.opensuse.org/request/show/437384
OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=42
2016-10-28 09:01:36 +00:00
7bff368ba5 Accepting request 421175 from home:AndreasStieger:branches:Base:System
Diffutils 3.5

OBS-URL: https://build.opensuse.org/request/show/421175
OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=39
2016-08-31 06:43:05 +00:00
8ca34da7dd Accepting request 417947 from home:pluskalm:branches:Base:System
- 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

OBS-URL: https://build.opensuse.org/request/show/417947
OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=38
2016-08-09 17:11:28 +00:00
9537249f32 Accepting request 357677 from home:pluskalm:branches:Base:System
- Make building more verbose
- Move info page removal to preun
- Cleanup spec file with spec-cleaner
- Update provides/obsoletes

OBS-URL: https://build.opensuse.org/request/show/357677
OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=36
2016-02-07 21:50:02 +00:00
52da1c0c07 Accepting request 315189 from home:coolo:branches:openSUSE:Factory
- add gnulib-perl522.patch from gnulib upstream

OBS-URL: https://build.opensuse.org/request/show/315189
OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=34
2015-07-06 11:37:11 +00:00
c49ee9dc5d Accepting request 267107 from home:msmeissn:branches:Base:System
- build with PIE

OBS-URL: https://build.opensuse.org/request/show/267107
OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=32
2015-01-05 09:10:56 +00:00
Philipp Thomas
e8bbde1614 - Diffutils has a testsuite so run it.
OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=30
2013-12-06 12:28:40 +00:00
7a5752c500 - disable gpg key checking to avoid build cycles. will be
done by source service

OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=28
2013-06-21 07:23:12 +00:00
997a81f03a Accepting request 180049 from home:msmeissn:branches:Base:System
- add gpg key checking, keyring from savannah

OBS-URL: https://build.opensuse.org/request/show/180049
OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=27
2013-06-19 15:44:35 +00:00
9f8ed476c2 Accepting request 162725 from home:jirislaby:branches:Base:System
update to 3.3

OBS-URL: https://build.opensuse.org/request/show/162725
OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=25
2013-04-05 09:03:58 +00:00
c5aadd4bd9 Accepting request 160966 from home:m_meister:branches:openSUSE:Factory
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/160966
OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=23
2013-03-25 14:36:13 +00:00
d69bb40db9 - Update config.guess/sub for aarch64
OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=21
2013-02-03 13:42:41 +00:00
f2ce2b701b Accepting request 128156 from home:a_jaeger:FactoryFix
Fix build with missing gets declaration (glibc 2.16)

OBS-URL: https://build.opensuse.org/request/show/128156
OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=19
2012-07-17 19:21:13 +00:00
5e9c4c8a7d Accepting request 107187 from home:jirislaby:branches:Base:System
Update to 3.2

OBS-URL: https://build.opensuse.org/request/show/107187
OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=17
2012-02-28 08:47:36 +00:00
OBS User buildservice-autocommit
4816731637 Updating link to change in openSUSE:Factory/diffutils revision 18.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=5afa07df262e6986b8bca6fd4b0174e4
2011-12-06 17:06:11 +00:00
Stephan Kulow
22ebf96816 Accepting request 83255 from home:jengelh:bl-d
- Remove redundant tags/sections from specfile
  (cf. packaging guidelines)

OBS-URL: https://build.opensuse.org/request/show/83255
OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=15
2011-09-20 07:47:48 +00:00
OBS User buildservice-autocommit
d82492238c Updating link to change in openSUSE:Factory/diffutils revision 15.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=05db8d269bc880ebce911dc841872b06
2011-08-15 10:30:24 +00:00
Philipp Thomas
338d767f52 - 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.

OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=13
2011-08-13 01:43:18 +00:00
OBS User autobuild
7d12993fdd Accepting request 48513 from Base:System
checked in (request 48513)

OBS-URL: https://build.opensuse.org/request/show/48513
OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=12
2010-09-20 14:03:33 +00:00
Pavol Rusnak
5bff30d2c3 Accepting request 48471 from home:vuntz:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/48471
OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=11
2010-09-19 18:10:08 +00:00
Philipp Thomas
b602dd806e - Only do freopen if O_BINARY is true.
OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=10
2010-08-23 09:57:26 +00:00
OBS User autobuild
e637d16808 Accepting request 43686 from Base:System
Copy from Base:System/diffutils based on submit request 43686 from user coolo

OBS-URL: https://build.opensuse.org/request/show/43686
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/diffutils?expand=0&rev=11
2010-07-23 20:06:30 +00:00
OBS User autobuild
292d03e529 Accepting request 32478 from Base:System
Copy from Base:System/diffutils based on submit request 32478 from user rguenther

OBS-URL: https://build.opensuse.org/request/show/32478
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/diffutils?expand=0&rev=7
2010-02-13 15:24:36 +00:00
OBS User autobuild
ad925b450d Accepting request 26687 from Base:System
Copy from Base:System/diffutils based on submit request 26687 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/26687
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/diffutils?expand=0&rev=6
2009-12-16 12:17:04 +00:00
OBS User unknown
22d1c2073a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/diffutils?expand=0&rev=4 2008-10-23 02:29:27 +00:00
OBS User unknown
bd70c8b56c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/diffutils?expand=0&rev=2 2008-01-12 01:43:49 +00:00
OBS User unknown
55cee6a01e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/diffutils?expand=0&rev=1 2006-12-18 23:15:43 +00:00