|
|
|
@ -4,8 +4,8 @@
|
|
|
|
|
|
|
|
|
|
Name: fdupes
|
|
|
|
|
Epoch: 1
|
|
|
|
|
Version: 2.2.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Version: 2.3.2
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Finds duplicate files in a given set of directories
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
@ -19,6 +19,7 @@ BuildRequires: gcc
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: ncurses-devel
|
|
|
|
|
BuildRequires: pcre2-devel
|
|
|
|
|
BuildRequires: sqlite-devel
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
FDUPES is a program for identifying duplicate files residing within specified
|
|
|
|
@ -82,6 +83,33 @@ install -Dpm 0644 %{SOURCE1} %{buildroot}%{macrosdir}/macros.%{name}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.3.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jul 15 2024 Richard Shaw <hobbes1069@gmail.com> - 1:2.3.2-1
|
|
|
|
|
- Update to 2.3.2.
|
|
|
|
|
|
|
|
|
|
* Wed Jun 19 2024 Richard Shaw <hobbes1069@gmail.com> - 1:2.3.1-1
|
|
|
|
|
- Update to 2.3.1.
|
|
|
|
|
|
|
|
|
|
* Sat Feb 10 2024 Richard Shaw <hobbes1069@gmail.com> - 1:2.3.0-1
|
|
|
|
|
- Update to 2.3.0.
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.2.1-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.2.1-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.2.1-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jun 19 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 1:2.2.1-2
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.2.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Sep 10 2022 Richard Shaw <hobbes1069@gmail.com> - 1:2.2.1-1
|
|
|
|
|
- Update to 2.2.1.
|
|
|
|
|
|