SHA256
3
0
forked from pool/fdupes

Accepting request 446771 from utilities

1

OBS-URL: https://build.opensuse.org/request/show/446771
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fdupes?expand=0&rev=27
This commit is contained in:
Ludwig Nussel 2016-12-22 14:59:09 +00:00 committed by Git OBS Bridge
commit 1c19996f68
2 changed files with 26 additions and 3 deletions

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Dec 16 12:40:20 UTC 2016 - psimons@suse.com
- We cannot update from fdupes 1.51 to 1.6.1. That "downgrade"
works okay'ish for Tumbleweed because we can replace the old
package with the new one, but in SLE this is not possible. We
asked upstream to please release a "2.0" version to remedy these
issues (https://github.com/adrianlopezroche/fdupes/issues/74),
but he does not respond. Therefore, we'll call this version 1.61,
ignoring upstreams change in the versioning scheme.
-------------------------------------------------------------------
Mon Dec 5 13:54:08 UTC 2016 - psimons@suse.com
- Upstream has changed their versioning scheme after version 1.51.
Unfortunately, the new version 1.6.x won't be recognized as
"newer" by zypper. This commit adds appropriate "provides" and
"obsoletes" attributes to the spec file to remedy that issue.
-------------------------------------------------------------------
Fri Nov 4 14:33:59 UTC 2016 - psimons@suse.com

View File

@ -15,15 +15,19 @@
# 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
Name: fdupes
Version: 1.6.1
Version: 1.61
Release: 0
Summary: Identifying or deleting duplicate files
License: MIT
Group: Productivity/Archiving/Compression
Url: https://github.com/adrianlopezroche/fdupes
Source0: https://github.com/adrianlopezroche/fdupes/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source0: https://github.com/adrianlopezroche/fdupes/archive/v%{upstream_version}.tar.gz#/%{name}-%{upstream_version}.tar.gz
Source1: macros.fdupes
#PATCH-FIX-SUSE: fix patch according distro's needs
Patch0: fdupes-makefile.patch
@ -34,7 +38,7 @@ FDUPES is a program for identifying or deleting duplicate files
residing within specified directories.
%prep
%setup -q
%setup -q -n %{name}-%{upstream_version}
%patch0
%build