Hello community, here is the log from the commit of package apr-util for openSUSE:Factory checked in at 2017-08-12 19:39:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/apr-util (Old) and /work/SRC/openSUSE:Factory/.apr-util.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apr-util" Sat Aug 12 19:39:19 2017 rev:2 rq:514780 version:1.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/apr-util/apr-util.changes 2017-07-30 11:21:30.707074097 +0200 +++ /work/SRC/openSUSE:Factory/.apr-util.new/apr-util.changes 2017-08-12 19:39:20.326503076 +0200 @@ -1,0 +2,6 @@ +Mon Jul 17 07:37:11 UTC 2017 - [email protected] + +- Replace unusual *.?a match by *.la. +- Fix RPM groups, diversify summaries. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apr-util.spec ++++++ --- /var/tmp/diff_new_pack.psMLRx/_old 2017-08-12 19:39:21.062399868 +0200 +++ /var/tmp/diff_new_pack.psMLRx/_new 2017-08-12 19:39:21.070398746 +0200 @@ -23,9 +23,9 @@ Name: apr-util Version: 1.6.0 Release: 0 -Summary: Apache Portable Runtime (APR) Library +Summary: Apache Portable Runtime (APR) Utility Library License: Apache-2.0 -Group: Development/Libraries/Other +Group: Development/Libraries/C and C++ Url: http://apr.apache.org/ Source: http://www.apache.org/dist/apr/apr-util-%{version}.tar.bz2 Patch1: apr-util-1.4.1-testmemcache-initialize-values-array.patch @@ -50,7 +50,7 @@ A companion library to APR, the Apache Portable Runtime. %package -n %{libname} -Summary: Apache Portable Runtime (APR) Library +Summary: Apache Portable Runtime (APR) Utility Library License: Apache-2.0 Group: System/Libraries %requires_ge libapr1 @@ -59,11 +59,11 @@ A companion library to APR, the Apache Portable Runtime. %package devel -Summary: Apache Portable Runtime (APR) Library +Summary: Development files for the Apache Portable Runtime (APR) Utility Library # apu-config returns -lldap -lber -ldb-<dbversion> -lexpat # until this is fixed the devel package should require those License: Apache-2.0 -Group: Development/Libraries/Other +Group: Development/Libraries/C and C++ Provides: %{libname}-devel = %{version} Obsoletes: %{libname}-devel = %{version} Requires: %{libname} = %{version} @@ -73,12 +73,13 @@ Requires: openldap2-devel %description devel -A companion library to APR, the Apache Portable Runtime. +This subpackage contains header files for developing applications +that want to make use of the APR Utility library. %package -n %{libname}-dbd-mysql Summary: DBD driver for MySQL License: LGPL-2.1+ -Group: Development/Libraries/Other +Group: System/Libraries Requires: %{libname} = %{version} %description -n %{libname}-dbd-mysql @@ -87,7 +88,7 @@ %package -n %{libname}-dbd-pgsql Summary: DBD driver for PostgreSQL License: Apache-2.0 -Group: Development/Libraries/Other +Group: System/Libraries Requires: %{libname} = %{version} %description -n %{libname}-dbd-pgsql @@ -96,7 +97,7 @@ %package -n %{libname}-dbd-sqlite3 Summary: DBD driver for SQLite 3 License: Apache-2.0 -Group: Development/Libraries/Other +Group: System/Libraries Requires: %{libname} = %{version} %description -n %{libname}-dbd-sqlite3 @@ -137,7 +138,7 @@ # unpackaged files rm -f %{buildroot}/%{_libdir}/aprutil.exp -find %{buildroot} -type f -name "*.?a" -print -delete +find %{buildroot} -type f -name "*.la" -print -delete %check # fails on qemu, works on real hardware
