diff --git a/acl-2.2.53.tar.gz.sig b/acl-2.2.53.tar.gz.sig deleted file mode 100644 index 2d8d0b7..0000000 Binary files a/acl-2.2.53.tar.gz.sig and /dev/null differ diff --git a/acl-2.2.53.tar.xz b/acl-2.2.53.tar.xz deleted file mode 100644 index 63668f1..0000000 --- a/acl-2.2.53.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:503e2ff755b663535f2407184b8b304998f69cee214f352f28b363dced74a01a -size 94172 diff --git a/acl-2.3.1.tar.xz b/acl-2.3.1.tar.xz new file mode 100644 index 0000000..0e14c4a --- /dev/null +++ b/acl-2.3.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0234042e17f11306c23c038b08e5e070edb7be44bef6697fb8734dcff1c66b1 +size 355676 diff --git a/acl-2.3.1.tar.xz.sig b/acl-2.3.1.tar.xz.sig new file mode 100644 index 0000000..dd56161 Binary files /dev/null and b/acl-2.3.1.tar.xz.sig differ diff --git a/acl.changes b/acl.changes index 1adf5d9..9d4706c 100644 --- a/acl.changes +++ b/acl.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed May 12 17:03:36 UTC 2021 - Ferdinand Thiessen + +- Update to version 2.3.1 + * Update German translation + * getfacl: fix indent in --help output + * getfacl: Add --one-file-system option, with this option getfacl + will not cross mount points + * Fix segfault on allocation failure + * Avoid SIGSEGV with link-time optimisation enabled +- Use SourceUrls + ------------------------------------------------------------------- Tue Jan 26 14:15:56 UTC 2021 - Dominique Leuenberger diff --git a/acl.spec b/acl.spec index 1ae4726..59fb717 100644 --- a/acl.spec +++ b/acl.spec @@ -24,16 +24,13 @@ Name: acl Summary: Commands for Manipulating POSIX Access Control Lists License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: System/Filesystems -Version: 2.2.53 +Version: 2.3.1 Release: 0 -URL: https://download.savannah.nongnu.org/releases/acl/ - +URL: https://savannah.nongnu.org/projects/acl #Git-Web: http://git.savannah.gnu.org/cgit/acl.git/ #Git-Clone: git://git.sv.gnu.org/acl -# Source is generated by git-archive v2.2.53 so that the subsequent commits -# apply cleanly. -Source: %name-%version.tar.xz -Source1: %name-%version.tar.gz.sig +Source: https://download.savannah.nongnu.org/releases/acl/acl-%version.tar.xz +Source1: https://download.savannah.nongnu.org/releases/acl/acl-%version.tar.xz.sig Source2: baselibs.conf # http://savannah.nongnu.org/project/memberlist-gpgkeys.php?group=acl Source3: %name.keyring @@ -48,7 +45,6 @@ BuildRequires: pkg-config BuildRequires: user(bin) BuildRequires: user(daemon) %endif -BuildRequires: xz %description getfacl and setfacl commands for retrieving and setting POSIX access @@ -87,11 +83,10 @@ This package contains all necessary include files and libraries needed to develop applications that require libacl. %prep -%setup -q -n acl-%version +%setup -q %build -chmod a+x po/update-potfiles -sh autogen.sh +autoreconf -fi export OPTIMIZER="%optflags -fPIC" export DEBUG=-DNDEBUG CFLAGS="%optflags"