Hello community,

here is the log from the commit of package libapr1 for openSUSE:Factory checked 
in at 2013-11-22 07:11:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libapr1 (Old)
 and      /work/SRC/openSUSE:Factory/.libapr1.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libapr1"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libapr1/libapr1.changes  2013-09-26 
19:35:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libapr1.new/libapr1.changes     2013-11-22 
07:11:57.000000000 +0100
@@ -1,0 +2,12 @@
+Thu Nov 21 14:55:45 UTC 2013 - [email protected]
+
+- Update to version 1.5.0. required for upcoming apache 2.4.x 
+* Add apr_sockaddr_is_wildcard()
+* Add the apr_escape interface.
+* Add apr_skiplist family.
+* Add the apr_table_getm() call
+* Add apr_hash_this_key(), apr_hash_this_key_len(), and 
+  apr_hash_this_val()
+* many other changes irrelevant to *nix. 
+
+-------------------------------------------------------------------

Old:
----
  apr-1.4.8.tar.bz2

New:
----
  apr-1.5.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libapr1.spec ++++++
--- /var/tmp/diff_new_pack.ranuAE/_old  2013-11-22 07:11:58.000000000 +0100
+++ /var/tmp/diff_new_pack.ranuAE/_new  2013-11-22 07:11:58.000000000 +0100
@@ -38,7 +38,7 @@
 Obsoletes:      libapr1-32bit
 %endif
 #
-Version:        1.4.8
+Version:        1.5.0
 Release:        0
 Summary:        Apache Portable Runtime (APR) Library
 License:        Apache-2.0

++++++ apr-1.4.5-linux3.patch ++++++
--- /var/tmp/diff_new_pack.ranuAE/_old  2013-11-22 07:11:58.000000000 +0100
+++ /var/tmp/diff_new_pack.ranuAE/_new  2013-11-22 07:11:58.000000000 +0100
@@ -1,5 +1,3 @@
-Index: configure.in
-===================================================================
 --- configure.in.orig
 +++ configure.in
 @@ -181,7 +181,7 @@ dnl Do the various CC checks *before* pr
@@ -11,58 +9,7 @@
  
  dnl AC_PROG_SED is only avaliable in recent autoconf versions.
  dnl Use AC_CHECK_PROG instead if AC_PROG_SED is not present.
-@@ -649,7 +649,7 @@ case $host in
-         fi
-         ;;
-     *linux*)
--        os_version=`uname -r | sed -e 's/\(.\)\.\(.\)\.\(.\).*/\1\2\3/'`
-+        os_version=260
-         ;;
-     *os390)
-         os_version=`uname -r | sed -e 's/\.//g'`
-@@ -1174,20 +1174,7 @@ APR_IFALLYES(header:windows.h func:Creat
-              [havewin32shm="1"
-               APR_DECIDE(USE_SHMEM_WIN32_ANON,
-                          [Windows CreateFileMapping()])])
--case $host in
--    *linux* ) 
--        # Linux has problems with MM_SHMT_MMANON even though it reports
--        # that it has it.
--        # FIXME - find exact 2.3 version that MMANON was fixed in.  It is
--        # confirmed fixed in 2.4 series.
--        if test $os_version -le "240"; then
--            APR_DECISION_OVERRIDE(USE_SHMEM_MMAP_ZERO USE_SHMEM_SHMGET_ANON)
--        fi
--        ;;
--    *hpux11* ) 
--        APR_DECISION_OVERRIDE(USE_SHMEM_SHMGET_ANON)
--        ;;
--esac
-+
- APR_END_DECISION
- AC_DEFINE_UNQUOTED($ac_decision)
- 
-@@ -1244,18 +1231,7 @@ APR_IFALLYES(header:os2.h,
- APR_IFALLYES(header:windows.h,
-              [havewin32shm="1"
-               APR_DECIDE(USE_SHMEM_WIN32, [Windows shared memory])])
--case $host in
--    *linux* ) 
--        # Linux has problems with MM_SHMT_MMANON even though it reports
--        # that it has it.
--        # FIXME - find exact 2.3 version that MMANON was fixed in.  It is
--        # confirmed fixed in 2.4 series.
--        if test $os_version -le "240"; then
--            APR_DECISION_OVERRIDE(USE_SHMEM_MMAP_TMP USE_SHMEM_MMAP_SHM dnl
--                                  USE_SHMEM_SHMGET)
--        fi
--        ;;
--esac
-+
- APR_END_DECISION
- AC_DEFINE_UNQUOTED($ac_decision)
- 
-@@ -2049,6 +2025,8 @@ fi
+@@ -2060,6 +2060,8 @@ fi
  
  AC_SUBST(have_proc_invoked)
  
@@ -71,7 +18,7 @@
  AC_MSG_CHECKING(for Variable Length Arrays)
  APR_TRY_COMPILE_NO_WARNING([],
  [
-@@ -2215,6 +2193,9 @@ APR_IFALLYES(header:OS.h func:create_sem
+@@ -2226,6 +2228,9 @@ APR_IFALLYES(header:OS.h func:create_sem
  if test "x$apr_lock_method" != "x"; then
      APR_DECISION_FORCE($apr_lock_method)
  fi
@@ -81,8 +28,6 @@
  APR_END_DECISION
  AC_DEFINE_UNQUOTED($ac_decision)
  
-Index: poll/unix/poll.c
-===================================================================
 --- poll/unix/poll.c.orig
 +++ poll/unix/poll.c
 @@ -73,7 +73,7 @@ APR_DECLARE(apr_status_t) apr_poll(apr_p

++++++ apr-1.4.8.tar.bz2 -> apr-1.5.0.tar.bz2 ++++++
++++ 26017 lines of diff (skipped)

++++++ apr-visibility.patch ++++++
--- /var/tmp/diff_new_pack.ranuAE/_old  2013-11-22 07:11:58.000000000 +0100
+++ /var/tmp/diff_new_pack.ranuAE/_new  2013-11-22 07:11:58.000000000 +0100
@@ -1,6 +1,6 @@
---- apr-1.4.8.orig/include/apr.h.in
-+++ apr-1.4.8/include/apr.h.in
-@@ -474,7 +474,7 @@ typedef  apr_uint32_t            apr_uin
+--- apr-1.5.0.orig/include/apr.h.in
++++ apr-1.5.0/include/apr.h.in
+@@ -476,7 +476,7 @@ typedef  apr_uint32_t            apr_uin
   * headers, without defining APR_DECLARE_STATIC, will prepare the code to be
   * linked to the dynamic library.
   */
@@ -9,7 +9,7 @@
  
  /**
   * The public APR functions using variable arguments are declared with 
-@@ -487,7 +487,7 @@ typedef  apr_uint32_t            apr_uin
+@@ -489,7 +489,7 @@ typedef  apr_uint32_t            apr_uin
   *
   * </PRE>
   */
@@ -18,17 +18,17 @@
  
  /**
   * The public APR variables are declared with AP_MODULE_DECLARE_DATA.
-@@ -503,7 +503,7 @@ typedef  apr_uint32_t            apr_uin
+@@ -505,7 +505,7 @@ typedef  apr_uint32_t            apr_uin
   *
   * </PRE>
   */
 -#define APR_DECLARE_DATA
 +#define APR_DECLARE_DATA  __attribute__ ((visibility ("default")))
  
- /* Define APR_SSIZE_T_FMT.  
-  * If ssize_t is an integer we define it to be "d",
---- apr-1.4.8.orig/include/apr_support.h
-+++ apr-1.4.8/include/apr_support.h
+ #elif defined(APR_DECLARE_STATIC)
+ #define APR_DECLARE(type)            type __stdcall
+--- apr-1.5.0.orig/include/apr_support.h
++++ apr-1.5.0/include/apr_support.h
 @@ -45,7 +45,7 @@ extern "C" {
   *        otherwise wait for data to be able to be written. 
   * @return APR_TIMEUP if we run out of time.

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to