Accepting request 911221 from home:iDesmI:branches:home:malcolmlewis:TESTING
- new submission for jdupes 1.20.0 a faster alternative to fdupes OBS-URL: https://build.opensuse.org/request/show/911221 OBS-URL: https://build.opensuse.org/package/show/utilities/jdupes?expand=0&rev=1
This commit is contained in:
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.osc
|
12
_service
Normal file
12
_service
Normal file
@@ -0,0 +1,12 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="url">git://github.com/jbruchon/jdupes</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v1.20.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
</services>
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/jbruchon/jdupes</param>
|
||||
<param name="changesrevision">57f187733b6ffd363b72d4599a432689e600c7f3</param></service></servicedata>
|
3
jdupes-1.20.0.obscpio
Normal file
3
jdupes-1.20.0.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5160702d7d1b2f9340bbf7b73aa82951d2381c4d06d1267c175c77c2299b2394
|
||||
size 611852
|
102
jdupes.changes
Normal file
102
jdupes.changes
Normal file
@@ -0,0 +1,102 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 08 20:24:03 UTC 2021 - idesmi@protonmail.com
|
||||
|
||||
- Update to version 1.20.0:
|
||||
* v1.20.0 release
|
||||
* Update copyright years and financial support information
|
||||
* Update README.md and manpage: long options and copyright years
|
||||
* jody_*: update/add copyright information
|
||||
* oom.c/h: change license to Creative Commons 0 (public domain)
|
||||
* stupid_dupes.sh: update version information and copyright years
|
||||
* Use consistent hyphenation in long options; remove deprecated -n
|
||||
* Remove redundant warning about another option (#172)
|
||||
* Fix -P partial printout when progress indicator is enabled
|
||||
* INSTALL: More stern warnings to not use LOW_MEMORY inappropriately
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 1 23:22:39 UTC 2020 - malcolmlewis@opensuse.org
|
||||
|
||||
- Updated to version 1.19.0:
|
||||
* Make -X size[+-=] an inclusion filter instead (CHECK YOUR SHELL
|
||||
SCRIPTS).
|
||||
* Fix -X noext/only extension matching bugs.
|
||||
* Remove deprecated -x/--xsize option and some undocumented
|
||||
redundant options.
|
||||
* Name sorting is now case-insensitive.
|
||||
* Disable -K/--skiphash which was accidentally left active but
|
||||
doesn't work.
|
||||
* When sorting by modify time and there's a tie, break it using
|
||||
name sorting.
|
||||
* jdupes-standalone has been removed due to falling too far out
|
||||
of sync.
|
||||
* Embedded build date option has been removed.
|
||||
- Changes from version 1.18.2:
|
||||
* Add -U/--notravcheck to skip double-traversal safety (for
|
||||
Google Drive FS).
|
||||
- Changes from version 1.18.0
|
||||
* Add -X newer/older extfilters to reject files by modification
|
||||
date.
|
||||
- Changes from version 1.17.0:
|
||||
* Rewrite dedupe code from scratch, probably fixing all dedupe
|
||||
bugs.
|
||||
* extfilter: add substring match filter for file paths.
|
||||
* Add -u/--printunique option to print all non-duplicates
|
||||
(unmatched files).
|
||||
* Dedupe-blacklisted kernel version check now happens before
|
||||
work is done.
|
||||
- Changes from version 1.16.0:
|
||||
* Add -X noext/onlyext filters to exclude/require specific file
|
||||
extension(s).
|
||||
* Added in-depth help text for -X/--extfilter (use -X help to
|
||||
view).
|
||||
* This version still has BTRFS dedupe issues and file add-by-name
|
||||
disabled.
|
||||
- Changes from version 1.15.0:
|
||||
* Disable single file addition on the command line for safety.
|
||||
- CHanges from version 1.14.1:
|
||||
* Fix some compilation issues.
|
||||
* Add example shell scripts for processing piped jdupes output.
|
||||
* Fix some swapped/mangled help text in program and
|
||||
documentation.
|
||||
*LOW_MEMORY compiles exclude more stuff to further reduce usage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 19 03:27:55 UTC 2020 - malcolmlewis@opensuse.org
|
||||
|
||||
- Updated to version 1.14.0
|
||||
* Long option --exclude is deprecated and renamed --extfilter.
|
||||
* BTRFS compile options have been generalized to dedupe,
|
||||
(see README).
|
||||
* Fix a bug in 1.13.3 where many options caused an inappropriate
|
||||
exit.
|
||||
- Changes from version 1.13.3:
|
||||
* Fix the behavior of the -I/--isolate option.
|
||||
* Move BTRFS-specific dedupe interfaces to general Linux 4.5+
|
||||
interfaces.
|
||||
* Change BTRFS compilation flag name (see README).
|
||||
* Fix FS dedupe only working on the first 16 MiB of files.
|
||||
* Add FS dedupe static header for when this header is missing.
|
||||
* Correct several copyright dates and comments.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 6 20:02:38 UTC 2019 - malcolmlewis@opensuse.org
|
||||
|
||||
- Updated to version 1.13.2:
|
||||
* Fix Unicode and escapes in JSON output,
|
||||
(gh#jbruchon/jdupes#109).
|
||||
|
||||
------------------------------------------------------------------
|
||||
Sun Jul 14 23:44:59 UTC 2019 - malcolmlewis@opensuse.org
|
||||
|
||||
- Updated to version 1.13.1:
|
||||
* Fix an incorrect NULL pointer check.
|
||||
- Changes from version 1.13:
|
||||
* Add new option -j/--json for JSON (machine-readable) output.
|
||||
* /usr/local is now the default PREFIX in Makefile.
|
||||
* Minor performance optimizations.
|
||||
* A few minor bug fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 28 04:35:40 UTC 2019 - malcolmlewis@opensuse.org
|
||||
|
||||
- Initial build.
|
5
jdupes.obsinfo
Normal file
5
jdupes.obsinfo
Normal file
@@ -0,0 +1,5 @@
|
||||
name: jdupes
|
||||
version: 1.20.0
|
||||
mtime: 1620855746
|
||||
commit: 57f187733b6ffd363b72d4599a432689e600c7f3
|
||||
|
55
jdupes.spec
Normal file
55
jdupes.spec
Normal file
@@ -0,0 +1,55 @@
|
||||
#
|
||||
# spec file for package jdupes
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2019-2020 Malcolm J Lewis <malcolmlewis@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: jdupes
|
||||
Version: 1.20.0
|
||||
Release: 0
|
||||
Summary: A powerful duplicate file finder and an enhanced fork of 'fdupes'
|
||||
License: MIT
|
||||
Group: Productivity/File utilities
|
||||
URL: https://github.com/jbruchon/jdupes
|
||||
Source0: %{name}-%{version}.tar
|
||||
|
||||
%description
|
||||
A program for identifying and taking actions upon duplicate files.
|
||||
|
||||
A WORD OF WARNING: jdupes IS NOT a drop-in compatible replacement for fdupes!
|
||||
Do not blindly replace fdupes with jdupes in scripts and expect everything to
|
||||
work the same way. Option availability and meanings differ between the two
|
||||
programs.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} \
|
||||
ENABLE_DEDUPE=1 \
|
||||
STATIC_DEDUPE_H=1 \
|
||||
|
||||
%install
|
||||
make DESTDIR=%{buildroot} PREFIX=%{_prefix} install
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc CHANGES README.md
|
||||
%license LICENSE
|
||||
%{_bindir}/%{name}
|
||||
%{_mandir}/man1/%{name}.1%{?ext_man}
|
||||
|
||||
%changelog
|
Reference in New Issue
Block a user