Hello community,

here is the log from the commit of package acl for openSUSE:Factory checked in 
at 2019-03-27 16:11:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/acl (Old)
 and      /work/SRC/openSUSE:Factory/.acl.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "acl"

Wed Mar 27 16:11:29 2019 rev:47 rq:685963 version:2.2.53

Changes:
--------
--- /work/SRC/openSUSE:Factory/acl/acl.changes  2018-11-19 23:28:29.903432144 
+0100
+++ /work/SRC/openSUSE:Factory/.acl.new.25356/acl.changes       2019-03-27 
16:11:30.531665924 +0100
@@ -1,0 +2,8 @@
+Sun Mar 17 11:02:49 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Update boilerplate descriptions for libacl-devel.
+- Remove out-of-date comments for libattr.
+- Remove old BuildRoot and %defattr tags.
+- Move library into the standard library directory.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ acl.spec ++++++
--- /var/tmp/diff_new_pack.Oaqvm2/_old  2019-03-27 16:11:31.239665743 +0100
+++ /var/tmp/diff_new_pack.Oaqvm2/_new  2019-03-27 16:11:31.239665743 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package acl
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -49,7 +49,6 @@
 BuildRequires:  system-user-daemon
 %endif
 BuildRequires:  xz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 getfacl and setfacl commands for retrieving and setting POSIX access
@@ -57,9 +56,9 @@
 
 %package -n %lname
 Summary:        A dynamic library for accessing POSIX Access Control Lists
-# bug437293
 Group:          System/Libraries
 %ifarch ppc64
+# bug437293
 Obsoletes:      libacl-64bit
 %endif
 # Added for 12.1
@@ -72,22 +71,20 @@
 control lists.
 
 %package -n libacl-devel
-Summary:        Include Files and Libraries mandatory for Development
-# the .so file references libattr.so.x, so require libattr-devel
+Summary:        Header files for the POSIX ACL library
 Group:          Development/Libraries/C and C++
 Requires:       %lname = %version
 Requires:       glibc-devel
 Provides:       acl-devel = %version
 Obsoletes:      acl-devel < %version
-# bug437293
 %ifarch ppc64
+# bug437293
 Obsoletes:      libacl-devel-64bit
 %endif
-#
 
 %description -n libacl-devel
 This package contains all necessary include files and libraries needed
-to develop applications that require these.
+to develop applications that require libacl.
 
 %prep
 %setup -q -n acl-%version
@@ -104,10 +101,6 @@
 %endif
 
 %configure \
-       --prefix=/usr \
-       --exec-prefix=/usr \
-       --libdir=/%_lib \
-       --libexecdir=/%_lib \
        --disable-static \
        --docdir=%_defaultdocdir/%name
 make %{?_smp_mflags} V=1
@@ -124,11 +117,7 @@
 
 %install
 %make_install
-mkdir -p %buildroot/%_libdir
-ln -sv /%_lib/$(readlink %buildroot/%_lib/lib%name.so) 
%buildroot/%_libdir/lib%name.so
-rm -v %buildroot/%_lib/lib%name.{la,so}
-# The library stays in /lib* but the pkgconfig file needs to go under /usr
-mv -f %buildroot/%_lib/pkgconfig/ %buildroot/%_libdir
+rm -v %buildroot/%_libdir/lib%name.la
 %find_lang %name
 
 %post -n %lname -p /sbin/ldconfig
@@ -136,7 +125,6 @@
 %postun -n %lname -p /sbin/ldconfig
 
 %files -f %name.lang
-%defattr(-,root,root)
 %_bindir/chacl
 %_bindir/getfacl
 %_bindir/setfacl
@@ -145,7 +133,6 @@
 %_mandir/man5/*.5*
 
 %files -n libacl-devel
-%defattr(-,root,root)
 %_includedir/acl/
 %_includedir/sys/acl.h
 %_libdir/libacl.so
@@ -153,7 +140,6 @@
 %_libdir/pkgconfig/libacl.pc
 
 %files -n %lname
-%defattr(755,root,root,755)
-/%_lib/libacl.so.1*
+%_libdir/libacl.so.1*
 
 %changelog




Reply via email to