2 Commits

Author SHA256 Message Date
bf5b61f848 Accepting request 1313793 from utilities
OBS-URL: https://build.opensuse.org/request/show/1313793
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tdiff?expand=0&rev=5
2025-10-27 13:42:15 +00:00
cf9bd32fcb - Update to version 0.8.9
Improvements:
  * Code refactoring and cleanups.
- Update to version 0.8.8
  Bugs fixed:
  * An excluded but missing file caused tdiff to exit with a
    failure code.
  * Memory corruption could occur if a symlink target string size
    is a multiple of 1024 (unlikely, symlink lengths are
    typically limited to 1024 or less).
  Improvements:
  * Code refactoring and cleanups.
  * Open files at most once (speedup).
  * m4 macros have been moved to a sub-module.
- Update to version 0.8.7
  Bugs fixed:
  * Ignore trusted.SGI_ACL_DEFAULT default ACL (XFS-specific).
  * Do not update access time when comparing symbolic-link
    (system-dependent, Linux only).
  Improvements:
  * Compare ACLs faster if acl_cmp() is available.

OBS-URL: https://build.opensuse.org/package/show/utilities/tdiff?expand=0&rev=9
2025-10-27 08:14:28 +00:00
4 changed files with 37 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f239af6f9b7f65d5ee0671afb921f52087726f8d0d1ec03943c0bbdeb16d1611
size 125964

3
tdiff-0.8.9.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7bcf65ef4c5d0574c62c9089e60cf681c0622f3c3d9fc7b5765e9543744ed63c
size 283615

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Thu Oct 23 09:51:30 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.8.9
Improvements:
* Code refactoring and cleanups.
- Update to version 0.8.8
Bugs fixed:
* An excluded but missing file caused tdiff to exit with a
failure code.
* Memory corruption could occur if a symlink target string size
is a multiple of 1024 (unlikely, symlink lengths are
typically limited to 1024 or less).
Improvements:
* Code refactoring and cleanups.
* Open files at most once (speedup).
* m4 macros have been moved to a sub-module.
- Update to version 0.8.7
Bugs fixed:
* Ignore trusted.SGI_ACL_DEFAULT default ACL (XFS-specific).
* Do not update access time when comparing symbolic-link
(system-dependent, Linux only).
Improvements:
* Compare ACLs faster if acl_cmp() is available.
-------------------------------------------------------------------
Sat May 21 09:34:09 UTC 2022 - Martin Hauke <mardnh@gmx.de>

View File

@@ -1,8 +1,8 @@
#
# spec file for package tdiff
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2020-2022, Martin Hauke <mardnh@gmx.de>
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2020-2025, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,17 +18,20 @@
Name: tdiff
Version: 0.8.6
Version: 0.8.9
Release: 0
Summary: File tree diff tool
License: GPL-3.0-or-later
Group: Productivity/Text/Utilities
URL: https://github.com/F-i-f/tdiff/
Source: https://github.com/F-i-f/tdiff/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
#Git-Clone: https://github.com/F-i-f/tdiff.git
Source: http://ftp.fifi.org/phil/tdiff/%{name}-%{version}.tar.gz
BuildRequires: autoconf
BuildRequires: autoconf-archive
BuildRequires: automake
BuildRequires: bash
BuildRequires: groff
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: pkgconfig(libacl)
# SECTION test requirements
@@ -57,16 +60,15 @@ BuildArch: noarch
Bash completion script for %{name}.
%prep
%setup -q
%autosetup
%build
autoreconf -fiv
%configure
make %{?_smp_mflags}
%install
%make_install
rm -Rf %{buildroot}%{_datadir}/doc/tdiff/
rm -Rvf %{buildroot}%{_datadir}/doc/tdiff/
%check
# Tests randomly fail - disable for now