Hello community,

here is the log from the commit of package fdupes for openSUSE:Factory checked 
in at 2020-08-23 09:18:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fdupes (Old)
 and      /work/SRC/openSUSE:Factory/.fdupes.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fdupes"

Sun Aug 23 09:18:35 2020 rev:30 rq:827523 version:2.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/fdupes/fdupes.changes    2020-04-29 
20:42:01.267586134 +0200
+++ /work/SRC/openSUSE:Factory/.fdupes.new.3399/fdupes.changes  2020-08-23 
09:18:35.826599271 +0200
@@ -1,0 +2,34 @@
+Sun Aug 16 16:59:45 UTC 2020 - Dirk Mueller <[email protected]>
+
+- update to 2.1.2:
+  * Do not enter ncurses mode when --immediate option given.
+  * Fix logging/memory corruption bug when using --log with --immediate.
+  * Break mtime ties using ctime when sorting by time.
+  * Reduce number of calls to stat(), for speed.
+  * Clear last command status when new command is entered.
+  * Rename cs command ("clear all selections") from cs to csel.
+  * Rename igs command ("invert selections") from igs to isel.
+  * Add "prune" command as synonym for DELETE key.
+  * Clear selections after deleting files via prune/DELETE.
+  * Fix dependency issues when fdupes is configured to not use ncurses.
+- build without ncurses for now until buildcycles can be solved
+
+-------------------------------------------------------------------
+Fri Jun  5 23:42:10 UTC 2020 - Jan Engelhardt <[email protected]>
+
+- Use noun phrase in summary. Drop old specfile constructs.
+
+-------------------------------------------------------------------
+Fri May 22 08:27:11 UTC 2020 - Paolo Stivanin <[email protected]>
+
+- Update to v2.0.0
+  * Add ncurses mode for interactive file deletion (plain mode still available 
via --plain or ./configure).
+  * Add --minsize option.
+  * Add --maxsize option.
+  * Add --time option.
+  * Add --order=ctime option.
+  * Add --log option.
+  * Use configure script for installation (Autotools/Automake).
+- Remove fdupes-makefile.patch
+
+-------------------------------------------------------------------

Old:
----
  fdupes-1.6.1.tar.gz
  fdupes-makefile.patch

New:
----
  fdupes-2.1.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fdupes.spec ++++++
--- /var/tmp/diff_new_pack.daMCaK/_old  2020-08-23 09:18:36.810599816 +0200
+++ /var/tmp/diff_new_pack.daMCaK/_new  2020-08-23 09:18:36.810599816 +0200
@@ -15,40 +15,31 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# Upstream calls this version 1.6.1, but that version number is *lower* than
-# previously released ones, like 1.51, so we mangle the number to keep
-# continuity: https://github.com/adrianlopezroche/fdupes/issues/74.
-%global upstream_version 1.6.1
-
 %{?!_rpmmacrodir:%define _rpmmacrodir /usr/lib/rpm/macros.d}
 
 Name:           fdupes
-Version:        1.61
+Version:        2.1.2
 Release:        0
-Summary:        Identifying or deleting duplicate files
+Summary:        Tool to identify or delete duplicate files
 License:        MIT
 Group:          Productivity/Archiving/Compression
 Url:            https://github.com/adrianlopezroche/fdupes
-Source0:        
https://github.com/adrianlopezroche/fdupes/archive/v%{upstream_version}.tar.gz#/%{name}-%{upstream_version}.tar.gz
+Source0:        
https://github.com/adrianlopezroche/fdupes/releases/download/v%{version}/fdupes-%{version}.tar.gz
 Source1:        macros.fdupes
-#PATCH-FIX-SUSE: fix patch according distro's needs
-Patch0:         fdupes-makefile.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 FDUPES is a program for identifying or deleting duplicate files
 residing within specified directories.
 
 %prep
-%setup -q -n %{name}-%{upstream_version}
-%patch0
+%autosetup -p1
 
 %build
-make %{?_smp_mflags} COMPILER_OPTIONS="%{optflags}"
+%configure --without-ncurses
+%make_build
 
 %install
-install -D -m755 %{name} %{buildroot}%{_bindir}/%{name}
-install -D -m644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
+%make_install
 install -D -m644 %{SOURCE1} %{buildroot}%{_rpmmacrodir}/macros.%{name}
 
 %check
@@ -58,7 +49,6 @@
 ./%{name} --size testdir
 
 %files
-%defattr(-, root, root)
 %doc CHANGES
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1*

++++++ fdupes-1.6.1.tar.gz -> fdupes-2.1.2.tar.gz ++++++
++++ 17997 lines of diff (skipped)


Reply via email to