update to 1.7.5 [release 1.7.5-1mamba;Wed Sep 25 2024]

This commit is contained in:
Silvan Calarco 2024-09-26 15:35:17 +02:00
parent 941b666430
commit e3fdbe71c7
3 changed files with 6 additions and 1653 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,14 +0,0 @@
diff -p -up apr-1.4.2/include/apr_ring.h.orig apr-1.4.2/include/apr_ring.h
--- apr-1.4.2/include/apr_ring.h.orig 2010-12-01 17:34:25.278706979 -0200
+++ apr-1.4.2/include/apr_ring.h 2010-12-01 17:34:59.454706961 -0200
@@ -90,8 +90,8 @@
*/
#define APR_RING_HEAD(head, elem) \
struct head { \
- struct elem *next; \
- struct elem *prev; \
+ struct elem * volatile next; \
+ struct elem * volatile prev; \
}
/**

View File

@ -2,7 +2,7 @@
%define aprver %(echo %version | cut -d. -f 1)
Name: libapr
Version: 1.7.4
Version: 1.7.5
Release: 1mamba
Epoch: 1
Summary: The Apache Portable Runtime (APR)
@ -11,13 +11,12 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://apr.apache.org/
Source: http://mirror.nohup.it/apache/apr/apr-%{version}.tar.gz
Source2: http://apache.webthing.com/svn/apache/apr/apr_dbd_mysql.c
Patch0: %{name}-1.4.2-alias.patch
Source: https://dlcdn.apache.org//apr/apr-%{version}.tar.bz2
License: Apache License 2.0
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libuuid-devel
BuildRequires: libxcrypt-devel
## AUTOBUILDREQ-END
Provides: libapr1
Obsoletes: libapr1 < 1:1.7.2
@ -42,7 +41,6 @@ This package contains static libraries and header files needed for development.
%prep
%setup -q -n apr-%{version}
#%patch0 -p1
%build
%configure \
@ -62,8 +60,6 @@ rm -f %{buildroot}%{_libdir}/apr.exp
%clean
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
@ -82,6 +78,9 @@ rm -f %{buildroot}%{_libdir}/apr.exp
%doc CHANGES
%changelog
* Wed Sep 25 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.5-1mamba
- update to 1.7.5
* Mon Apr 17 2023 Automatic Build System <autodist@mambasoft.it> 1.7.4-1mamba
- automatic version update by autodist