From ddbe519245c4e66263b7d83025993d1d19c60f36b9afb5a501882b94dffd0ad4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Thu, 3 Oct 2024 17:03:15 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main argon2 revision 1ecc1b844f786df43d06ebf1aad4cb32 --- argon2.changes | 8 +++++++- argon2.spec | 5 ++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/argon2.changes b/argon2.changes index 4a926b8..9f98dc7 100644 --- a/argon2.changes +++ b/argon2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 20 11:09:00 UTC 2024 - Dominique Leuenberger + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + %patchN. + ------------------------------------------------------------------- Wed Apr 27 07:14:43 UTC 2022 - Marcus Meissner @@ -6,7 +12,7 @@ Wed Apr 27 07:14:43 UTC 2022 - Marcus Meissner ------------------------------------------------------------------- Sat Apr 23 21:44:18 UTC 2022 - Ferdinand Thiessen -- Fix version of package: 20171227 is the upstream version number +- Fix version of package: 20190702 is the upstream version number of the package - Replaced optflags.patch with adjust-makefile.patch, the patch will now also allow to set the file permissions of installed diff --git a/argon2.spec b/argon2.spec index 677b12a..f981863 100644 --- a/argon2.spec +++ b/argon2.spec @@ -1,7 +1,7 @@ # # spec file for package argon2 # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -77,8 +77,7 @@ password hashing function that won the Password Hashing Competition (PHC) in 2015. %prep -%setup -n phc-winner-argon2-%version -%patch1 -p1 +%autosetup -n phc-winner-argon2-%version -p1 %build %make