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