[apr] Bump up to 1.4.4.

bojan bojan at fedoraproject.org
Sun May 8 23:47:53 UTC 2011


commit cedc589f05158b04dff11695134319223b51e8e9
Author: Bojan Smojver <bojan at rexursive.com>
Date:   Mon May 9 09:47:26 2011 +1000

    Bump up to 1.4.4.

 .gitignore              |    1 +
 apr-1.4.2-libtool.patch |  100 -----------------------------------------------
 apr-1.4.2-pr50190.patch |   13 ------
 apr-1.4.2.tar.bz2.asc   |   17 --------
 apr-1.4.4.tar.bz2.asc   |   17 ++++++++
 apr.spec                |   11 ++---
 sources                 |    2 +-
 7 files changed, 24 insertions(+), 137 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 990de8c..7b856d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ apr-1.3.9.tar.bz2
 /clog
 /x86_64
 /.build*.log
+/apr-1.4.4.tar.bz2
diff --git a/apr-1.4.4.tar.bz2.asc b/apr-1.4.4.tar.bz2.asc
new file mode 100644
index 0000000..e3be830
--- /dev/null
+++ b/apr-1.4.4.tar.bz2.asc
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.14 (GNU/Linux)
+
+iQIcBAABCgAGBQJNxEq6AAoJEOxYLrY5/wkseXsQALXdbQjG5yr0zOQSONES82Ie
+SL6VMwwceh94D5p/fPBrOfB1FaVFpCsQn+I5BXNiwlT5Mlkl3A+TAyrPv3A+f+ty
+ROhBb4IybD7KmTcwt6MXewrq2j8AEk+vUDDeVrLxRTusrD4TYcZBtja0Buo4h924
+qMoC2H+6nlvaL7nQdiR3oubsUoUVi+eqVuej+y8UsJgA2f2viNRxWCLA2IoYDWir
+FIHgGcAuacMAKMjQDxDIQw/aoVwVqORXjt7v+AZYJHaxIoI8v9+pIamvX9JAz0CR
++WIqOk5NoJ0g34GQboHx+2iznB5hYZWMZeK9EUUgNsqm4y49PpI32k6EEr79UKm8
+s5Wnh25JZkTp2Ty3UKDa87PD5bB1Y2I1rU9N5JelHaVea6rtK7f9x0aeE5qpAYD+
+7Lt5OBS+A+vLSKwSZ6T0RQGd2RN0vu5B9XG+m3hdFHg2/9biSqUVQrjc2pWb9c49
+VGIB2zwBYEtJdfP39atmUFiI6HarPPcPRo5CL/MsHHXSiVgIF99IfYRjqRxOXr/p
+vqhZlGCZRxcqimZ94un+rjVRdPZHX3A/EQq0Jg+eBJ1OFaTvP5KZ/GFhQEZCQEz0
+znzJYMiCg9jJALgjsGEwxE79AqdF7PCSmRRsIGk6fVwmEv878SNpC60Xxn+ZwkDs
+sZ4r6aSojncjlshuSa4O
+=WEeu
+-----END PGP SIGNATURE-----
diff --git a/apr.spec b/apr.spec
index 3b98cc2..0903008 100644
--- a/apr.spec
+++ b/apr.spec
@@ -5,8 +5,8 @@
 
 Summary: Apache Portable Runtime library
 Name: apr
-Version: 1.4.2
-Release: 3%{?dist}
+Version: 1.4.4
+Release: 1%{?dist}
 License: ASL 2.0
 Group: System Environment/Libraries
 URL: http://apr.apache.org/
@@ -16,8 +16,6 @@ Patch1: apr-0.9.7-deepbind.patch
 Patch2: apr-1.2.2-locktimeout.patch
 Patch3: apr-1.2.2-libdir.patch
 Patch4: apr-1.2.7-pkgconf.patch
-Patch5: apr-1.4.2-pr50190.patch
-Patch6: apr-1.4.2-libtool.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildRequires: autoconf, libtool, libuuid-devel, python
 # To enable SCTP support
@@ -47,8 +45,6 @@ C data structures and routines.
 %patch2 -p1 -b .locktimeout
 %patch3 -p1 -b .libdir
 %patch4 -p1 -b .pkgconf
-%patch5 -p1 -b .pr50190
-%patch6 -p1 -b .libtool
 
 %build
 # regenerate configure script etc.
@@ -129,6 +125,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/aclocal/*.m4
 
 %changelog
+* Mon May  9 2011 Bojan Smojver <bojan at rexursive.com> - 1.4.4-1
+- bump up to 1.4.4
+
 * Wed Mar  2 2011 Joe Orton <jorton at redhat.com> - 1.4.2-3
 - work around alising issue in ring macros (upstream PR 50190)
 - fix buildconf with newer libtool (#670621)
diff --git a/sources b/sources
index 83abaae..136be64 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4b00e8f70c067893d075577962656b35  apr-1.4.2.tar.bz2
+daf5487c82dd7bec9c005c96f8cb01b1  apr-1.4.4.tar.bz2


More information about the scm-commits mailing list