Accepting request 741025 from openSUSE:Factory

revert

OBS-URL: https://build.opensuse.org/request/show/741025
OBS-URL: https://build.opensuse.org/package/show/Apache/apr-util?expand=0&rev=18
This commit is contained in:
Petr Gajdos 2019-10-18 09:16:57 +00:00 committed by Git OBS Bridge
parent 1d1351c968
commit 42bdbb9c66
2 changed files with 6 additions and 5 deletions

View File

@ -1,8 +1,3 @@
-------------------------------------------------------------------
Thu Oct 17 13:29:11 UTC 2019 - Richard Brown <rbrown@suse.com>
- Remove obsolete Groups tag (fate#326485)
-------------------------------------------------------------------
Tue Mar 5 12:42:45 UTC 2019 - Reinhard Max <max@suse.com>

View File

@ -25,6 +25,7 @@ Version: 1.6.1
Release: 0
Summary: Apache Portable Runtime (APR) Utility Library
License: Apache-2.0
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
@ -56,6 +57,7 @@ A companion library to APR, the Apache Portable Runtime.
%package -n %{libname}
Summary: Apache Portable Runtime (APR) Utility Library
License: Apache-2.0
Group: System/Libraries
%requires_ge libapr1
%description -n %{libname}
@ -66,6 +68,7 @@ Summary: Development files for the Apache Portable Runtime (APR) Utility
# 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/C and C++
Provides: %{libname}-devel = %{version}
Obsoletes: %{libname}-devel < %{version}-%{release}
Requires: %{libname} = %{version}
@ -81,6 +84,7 @@ that want to make use of the APR Utility library.
%package -n %{libname}-dbd-mysql
Summary: DBD driver for MySQL
License: LGPL-2.1-or-later
Group: System/Libraries
Requires: %{libname} = %{version}
%description -n %{libname}-dbd-mysql
@ -89,6 +93,7 @@ DBD driver for MySQL database.
%package -n %{libname}-dbd-pgsql
Summary: DBD driver for PostgreSQL
License: Apache-2.0
Group: System/Libraries
Requires: %{libname} = %{version}
%description -n %{libname}-dbd-pgsql
@ -97,6 +102,7 @@ DBD driver for PostgreSQL database.
%package -n %{libname}-dbd-sqlite3
Summary: DBD driver for SQLite 3
License: Apache-2.0
Group: System/Libraries
Requires: %{libname} = %{version}
%description -n %{libname}-dbd-sqlite3