Accepting request 666415 from home:scarabeus_iv:branches:Apache
- Update keyring to match current release maintainer - Drop patch gcc8-integer-overflow.patch merged upstream OBS-URL: https://build.opensuse.org/request/show/666415 OBS-URL: https://build.opensuse.org/package/show/Apache/apr?expand=0&rev=18
This commit is contained in:
parent
98dc3fbc61
commit
333bd62a29
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 16 09:10:11 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update keyring to match current release maintainer
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 18 20:45:26 UTC 2018 - Manu Maier <mmanu84@outlook.de>
|
||||
|
||||
@ -11,6 +16,7 @@ Thu Oct 18 20:45:26 UTC 2018 - Manu Maier <mmanu84@outlook.de>
|
||||
* Fix Win32 file buffer locking behavior for single threaded file streams.
|
||||
[Evgeny Kotkov, Mladen Turk, Jean-Frederic Clere]
|
||||
* Numerous corrections to APR poll behavior. [Yann Ylavic]
|
||||
- Drop patch gcc8-integer-overflow.patch merged upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 10 08:23:39 UTC 2018 - matwey.kornilov@gmail.com
|
||||
|
43831
apr.keyring
43831
apr.keyring
File diff suppressed because it is too large
Load Diff
11
apr.spec
11
apr.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package apr
|
||||
#
|
||||
# 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
|
||||
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -26,7 +26,7 @@ Release: 0
|
||||
Summary: Apache Portable Runtime (APR) Library
|
||||
License: Apache-2.0
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: https://apr.apache.org/
|
||||
URL: https://apr.apache.org/
|
||||
Source0: https://www.apache.org/dist/apr/apr-%{version}.tar.bz2
|
||||
Source1: https://www.apache.org/dist/apr/apr-%{version}.tar.bz2.asc
|
||||
Source2: %{name}.keyring
|
||||
@ -42,7 +42,6 @@ BuildRequires: lksctp-tools-devel
|
||||
# for the testsuite
|
||||
BuildRequires: netcfg
|
||||
BuildRequires: pkgconfig
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
APR is Apache's Portable Runtime Library, designed to be a support
|
||||
@ -139,16 +138,14 @@ make check -j1
|
||||
%postun -n %{libname} -p /sbin/ldconfig
|
||||
|
||||
%files -n %{libname}
|
||||
%defattr(-,root,root)
|
||||
%doc CHANGES
|
||||
%doc LICENSE
|
||||
%license LICENSE
|
||||
%doc NOTICE
|
||||
%{_libdir}/libapr-%{aprver}.so.*
|
||||
# Do NOT move to devel as this is utilized by Tomcat
|
||||
%{_libdir}/libapr-%{aprver}.so
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc docs/APRDesign.html
|
||||
%doc docs/canonical_filenames.html
|
||||
%doc docs/incomplete_types
|
||||
|
Loading…
Reference in New Issue
Block a user