Bump up to 1.2.12 Add dist to release to keep make consistent with apr-util

Remove a hunk from a patch (applied upstream)
This commit is contained in:
bojan 2007-11-26 09:59:06 +00:00
parent feffc76f2f
commit 6a9963b181
4 changed files with 9 additions and 14 deletions

View File

@ -1 +1 @@
apr-1.2.11.tar.bz2 apr-1.2.12.tar.bz2

View File

@ -40,16 +40,6 @@
return suite; return suite;
--- apr-1.2.7/strings/apr_snprintf.c.psprintfpi --- apr-1.2.7/strings/apr_snprintf.c.psprintfpi
+++ apr-1.2.7/strings/apr_snprintf.c +++ apr-1.2.7/strings/apr_snprintf.c
@@ -463,7 +463,8 @@
}
-
+/* Must be passed a buffer of size NUM_BUF_SIZE where buf_end points
+ * to 1 byte past the end of the buffer. */
static char *conv_apr_sockaddr(apr_sockaddr_t *sa, char *buf_end, apr_size_t *len)
{
char *p = buf_end;
@@ -473,7 +474,14 @@ @@ -473,7 +474,14 @@
p = conv_10(sa->port, TRUE, &is_negative, p, &sub_len); p = conv_10(sa->port, TRUE, &is_negative, p, &sub_len);

View File

@ -5,8 +5,8 @@
Summary: Apache Portable Runtime library Summary: Apache Portable Runtime library
Name: apr Name: apr
Version: 1.2.11 Version: 1.2.12
Release: 2 Release: 1%{?dist}
License: ASL 2.0 License: ASL 2.0
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://apr.apache.org/ URL: http://apr.apache.org/
@ -121,6 +121,11 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/apr-%{aprver}/*.h %{_includedir}/apr-%{aprver}/*.h
%changelog %changelog
* Mon Nov 26 2007 Bojan Smojver <bojan@rexursive.com> 1.2.12-1
- bump up to 1.2.12
- add dist
- remove a comment from apr-1.2.7-psprintfpi.patch (applied upstream)
* Tue Sep 18 2007 Joe Orton <jorton@redhat.com> 1.2.11-2 * Tue Sep 18 2007 Joe Orton <jorton@redhat.com> 1.2.11-2
- fix %%check for non-multilib 64-bit platforms - fix %%check for non-multilib 64-bit platforms

View File

@ -1 +1 @@
22ede19520beb37dc17e62592b06a59c apr-1.2.11.tar.bz2 c5da94517e3918f0f2b2e0a05f56aa21 apr-1.2.12.tar.bz2