commit libapr1 for openSUSE:Factory
Hello community, here is the log from the commit of package libapr1 for openSUSE:Factory checked in at 2014-04-26 06:04:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-11-22 07:11:57.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libapr1.new/libapr1.changes 2014-04-26 06:04:52.000000000 +0200 @@ -1,0 +2,15 @@ +Fri Apr 18 03:05:58 UTC 2014 - crrodriguez@opensuse.org + +- apr 1.5.1 +* avoid segfault on apr_os_proc_mutex_get() with cross- + process pthread mutexes +* Fix POSIX shared memory (shm_open) use for named shared memory. + (reenabled in package as well) + +------------------------------------------------------------------- +Fri Apr 18 03:03:27 UTC 2014 - crrodriguez@opensuse.org + +- remove apr-1.3.0-testshm-apr_shm_remove.patch, no longer needed + + +------------------------------------------------------------------- Old: ---- apr-1.3.0-testshm-apr_shm_remove.patch apr-1.5.0.tar.bz2 New: ---- apr-1.5.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libapr1.spec ++++++ --- /var/tmp/diff_new_pack.adpmUZ/_old 2014-04-26 06:04:53.000000000 +0200 +++ /var/tmp/diff_new_pack.adpmUZ/_new 2014-04-26 06:04:53.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package libapr1 # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -38,7 +38,7 @@ Obsoletes: libapr1-32bit %endif # -Version: 1.5.0 +Version: 1.5.1 Release: 0 Summary: Apache Portable Runtime (APR) Library License: Apache-2.0 @@ -46,7 +46,6 @@ Source: http://www.apache.org/dist/apr/apr-%{version}.tar.bz2 Source2: baselibs.conf Patch1: string-compare.diff -Patch3: apr-1.3.0-testshm-apr_shm_remove.patch Patch4: apr-1.4.5-linux3.patch Patch5: apr-visibility.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -97,7 +96,6 @@ %prep %setup -q -n apr-%{version} %patch1 -%patch3 -p1 %patch4 %patch5 -p1 # @@ -142,7 +140,6 @@ # # --enable-pool-debug[=yes|no|verbose|verbose-alloc|lifetime|owner|all] ./buildconf -export ac_cv_search_shm_open=no export apr_lock_method=USE_PROC_PTHREAD_SERIALIZE %configure --enable-other-child \ --with-installbuilddir=%{installbuilddir} \ @@ -156,6 +153,8 @@ --enable-allocator-uses-mmap \ --with-devrandom=/dev/urandom \ --disable-static \ + --enable-posix-shm \ + --with-sendfile \ --with-pic %{__make} %{?jobs:-j%jobs} CFLAGS="$RPM_OPT_FLAGS -fvisibility=hidden -fPIC" %if %{?suse_version:1}0 ++++++ apr-1.4.5-linux3.patch ++++++ --- /var/tmp/diff_new_pack.adpmUZ/_old 2014-04-26 06:04:53.000000000 +0200 +++ /var/tmp/diff_new_pack.adpmUZ/_new 2014-04-26 06:04:53.000000000 +0200 @@ -9,7 +9,38 @@ dnl AC_PROG_SED is only avaliable in recent autoconf versions. dnl Use AC_CHECK_PROG instead if AC_PROG_SED is not present. -@@ -2060,6 +2060,8 @@ fi +@@ -211,14 +211,7 @@ AC_CHECK_PROG(ASCPP, cpp, cpp) + AC_CHECK_TOOL(AR, ar, ar) + + dnl Various OS checks that apparently set required flags +-ifdef([AC_USE_SYSTEM_EXTENSIONS], [ + AC_USE_SYSTEM_EXTENSIONS +-], [ +-AC_AIX +-AC_MINIX +-]) +- +-AC_ISC_POSIX + APR_EBCDIC + + dnl this is our library name +@@ -664,15 +657,7 @@ case $host in + fi + ;; + *linux*) +- os_major=[`uname -r | sed -e 's/\([1-9][0-9]*\)\..*/\1/'`] +- os_minor=[`uname -r | sed -e 's/[1-9][0-9]*\.\([0-9]\+\)\..*/\1/'`] +- if test $os_major -lt 2 -o \( $os_major -eq 2 -a $os_minor -lt 4 \); then +- AC_MSG_WARN([Configured for pre-2.4 Linux $os_major.$os_minor]) +- os_pre24linux=1 +- else + os_pre24linux=0 +- AC_MSG_NOTICE([Configured for Linux $os_major.$os_minor]) +- fi + ;; + *os390) + os_version=`uname -r | sed -e 's/\.//g'` +@@ -2060,6 +2045,8 @@ fi AC_SUBST(have_proc_invoked) @@ -18,7 +49,7 @@ AC_MSG_CHECKING(for Variable Length Arrays) APR_TRY_COMPILE_NO_WARNING([], [ -@@ -2226,6 +2228,9 @@ APR_IFALLYES(header:OS.h func:create_sem +@@ -2226,6 +2213,9 @@ APR_IFALLYES(header:OS.h func:create_sem if test "x$apr_lock_method" != "x"; then APR_DECISION_FORCE($apr_lock_method) fi ++++++ apr-1.5.0.tar.bz2 -> apr-1.5.1.tar.bz2 ++++++ ++++ 2015 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de