Hello community, here is the log from the commit of package libapr-util1 for openSUSE:Factory checked in at Thu May 19 09:14:10 CEST 2011.
-------- --- libapr-util1/libapr-util1.changes 2009-12-15 13:40:12.000000000 +0100 +++ /mounts/work_src_done/STABLE/libapr-util1/libapr-util1.changes 2011-05-18 15:53:55.000000000 +0200 @@ -1,0 +2,12 @@ +Wed May 18 13:53:53 UTC 2011 - [email protected] + +- license update: Apache-2.0 + Updating to spdx.org syntax + +------------------------------------------------------------------- +Thu Apr 28 09:20:06 UTC 2011 - [email protected] + +- Add libapr-util1-1.3.9-gcc46.patch: fix ldap_set_rebind_proc + detection with gcc 4.6 + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- libapr-util1-1.3.9-gcc46.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libapr-util1.spec ++++++ --- /var/tmp/diff_new_pack.yK8WsL/_old 2011-05-19 09:07:24.000000000 +0200 +++ /var/tmp/diff_new_pack.yK8WsL/_new 2011-05-19 09:07:24.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package libapr-util1 (Version 1.3.9) +# spec file for package libapr-util1 # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 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 @@ -83,14 +83,15 @@ %endif # Url: http://apr.apache.org/ -License: Other uncritical OpenSource License ; Apache Software License .. +License: Apache-2.0 Group: Development/Libraries/Other AutoReqProv: on Version: 1.3.9 -Release: 2 +Release: 12 Summary: Apache Portable Runtime (APR) Library Source: http://www.apache.org/dist/apr/apr-util-%{version}.tar.bz2 Source2: baselibs.conf +Patch1: libapr-util1-1.3.9-gcc46.patch # BuildRoot: %{_tmppath}/%{name}-%{version}-build Obsoletes: libapr_memcache0 @@ -115,7 +116,7 @@ Too many to list here -- see /usr/share/doc/packages/apache2/ABOUT_APACHE %package devel -License: Other uncritical OpenSource License ; Apache Software License .. +License: Apache-2.0 Summary: Apache Portable Runtime (APR) Library Group: Development/Libraries/Other Requires: libapr-util1 = %{version} @@ -147,7 +148,7 @@ %package dbd-mysql Summary: DBD driver for MySQL -License: LGPL v2.1 or later +License: LGPL-2.1+ Group: Development/Libraries/Other Requires: %{name} = %{version} @@ -161,7 +162,7 @@ Too many to list here -- see /usr/share/doc/packages/apache2/ABOUT_APACHE %package dbd-pgsql -License: Other uncritical OpenSource License ; Apache Software License .. +License: Apache-2.0 Summary: DBD driver for PostgreSQL Group: Development/Libraries/Other Requires: %{name} = %{version} @@ -176,7 +177,7 @@ Too many to list here -- see /usr/share/doc/packages/apache2/ABOUT_APACHE %package dbd-sqlite2 -License: Other uncritical OpenSource License ; Apache Software License .. +License: Apache-2.0 Summary: DBD driver for SQLite 2 Group: Development/Libraries/Other Requires: %{name} = %{version} @@ -191,7 +192,7 @@ Too many to list here -- see /usr/share/doc/packages/apache2/ABOUT_APACHE %package dbd-sqlite3 -License: Other uncritical OpenSource License ; Apache Software License .. +License: Apache-2.0 Summary: DBD driver for SQLite 3 Group: Development/Libraries/Other Requires: %{name} = %{version} @@ -207,6 +208,7 @@ %prep %setup -q -n apr-util-%{version} +%patch1 %build export CFLAGS="$RPM_OPT_FLAGS" ++++++ libapr-util1-1.3.9-gcc46.patch ++++++ --- build/apu-conf.m4 2009-06-09 02:14:49.000000000 +0200 +++ build/apu-conf.m4 2011-04-28 11:19:21.140000343 +0200 @@ -393,7 +393,7 @@ ], [ int tmp = ldap_set_rebind_proc((LDAP *)0, (LDAP_REBIND_PROC *)0, (void *)0); /* use tmp to suppress the warning */ - tmp=0; + (void)tmp; ], ac_cv_ldap_set_rebind_proc_style=three, ac_cv_ldap_set_rebind_proc_style=two)) if test "$ac_cv_ldap_set_rebind_proc_style" = "three"; then ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
