From 5dd76638d821c3ae75d8faf0444732bc920db347 Mon Sep 17 00:00:00 2001 From: dirkmueller <> Date: May 20 2021 17:52:43 +0000 Subject: Update acl to version 2.3.1 / rev 50 via SR 893445 https://build.opensuse.org/request/show/893445 by user dirkmueller + dimstar_suse - modernize spec-file (move license to licensedir) - 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 --- diff --git a/.files b/.files index 76262e2..2f93dfc 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 9f5f748..607cc57 100644 --- a/.rev +++ b/.rev @@ -394,4 +394,29 @@ SPDX format (forwarded request 94532 from babelworx) Automatic submission by obs-autosubmit 832951 + + 3a473608e1010f8ff746dbe937a0ed6b + 2.2.53 + + dimstar_suse + + 867086 + + + b605951c126e5366640c274c28fe3385 + 2.3.1 + + dimstar_suse + - modernize spec-file (move license to licensedir) + +- 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 + 893445 + diff --git a/acl-2.2.53.tar.gz.sig b/acl-2.2.53.tar.gz.sig deleted file mode 100644 index 52f5e19..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 120000 index 71dd2bc..0000000 --- a/acl-2.2.53.tar.xz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreicqhyx7ovnwmnjv6jahdbfywmcjtd3jz3rbj42s6kftmpoo25fadi \ No newline at end of file diff --git a/acl-2.3.1.tar.xz b/acl-2.3.1.tar.xz new file mode 120000 index 0000000..501ba47 --- /dev/null +++ b/acl-2.3.1.tar.xz @@ -0,0 +1 @@ +/ipfs/bafybeid2ax7jzz2z4excre2rppjhhusarod4fkcn7uo3soxayrsxvgy6dm \ No newline at end of file diff --git a/acl-2.3.1.tar.xz.sig b/acl-2.3.1.tar.xz.sig new file mode 100644 index 0000000..9694b5e Binary files /dev/null and b/acl-2.3.1.tar.xz.sig differ diff --git a/acl.changes b/acl.changes index d9f56a3..ae94e72 100644 --- a/acl.changes +++ b/acl.changes @@ -1,7 +1,30 @@ ------------------------------------------------------------------- +Sun May 16 09:19:13 UTC 2021 - Dirk Müller + +- modernize spec-file (move license to licensedir) + +------------------------------------------------------------------- +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 + +- Replace system-user-{bin,daemon} with user({bin,daemon}): be + resilient to package name changes. + +------------------------------------------------------------------- Tue Sep 1 09:57:04 UTC 2020 - Dirk Mueller -- update url +- update url ------------------------------------------------------------------- Sun Mar 17 11:02:49 UTC 2019 - Jan Engelhardt @@ -15,7 +38,7 @@ Sun Mar 17 11:02:49 UTC 2019 - Jan Engelhardt Thu Nov 8 18:41:33 UTC 2018 - Cristian Rodríguez - libacl-devel used to require libattr-devel, but that is no longer - the case, packages that relied on this indirect dependency to + the case, packages that relied on this indirect dependency to be present were fixed years ago. ------------------------------------------------------------------- diff --git a/acl.spec b/acl.spec index 09f725c..14c12b4 100644 --- a/acl.spec +++ b/acl.spec @@ -1,7 +1,7 @@ # # spec file for package acl # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -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 @@ -45,10 +42,9 @@ BuildRequires: libattr-devel BuildRequires: libtool BuildRequires: pkg-config %if %{with acl_tests} && 0%{?suse_version} > 1320 -BuildRequires: system-user-bin -BuildRequires: system-user-daemon +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" @@ -118,6 +113,7 @@ make %{?_smp_mflags} V=1 %install %make_install rm -v %buildroot/%_libdir/lib%name.la +rm -rvf %buildroot/%_defaultdocdir/%name %find_lang %name %post -n %lname -p /sbin/ldconfig @@ -125,10 +121,11 @@ rm -v %buildroot/%_libdir/lib%name.la %postun -n %lname -p /sbin/ldconfig %files -f %name.lang +%license doc/COPYING +%doc doc/PORTING doc/extensions.txt doc/libacl.txt doc/CHANGES %_bindir/chacl %_bindir/getfacl %_bindir/setfacl -%_defaultdocdir/acl/ %_mandir/man1/*.1* %_mandir/man5/*.5* @@ -140,6 +137,7 @@ rm -v %buildroot/%_libdir/lib%name.la %_libdir/pkgconfig/libacl.pc %files -n %lname +%license doc/COPYING.LGPL %_libdir/libacl.so.1* %changelog