Mailinglist Archive: opensuse-commit (1942 mails)
| < Previous | Next > |
commit libapr1
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 17 Nov 2008 17:15:52 +0100
- Message-id: <20081117161552.76F97678166@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package libapr1
checked in at Mon Nov 17 17:15:51 CET 2008.
--------
--- libapr1/libapr1.changes 2008-11-06 17:11:29.000000000 +0100
+++ /mounts/work_src_done/STABLE/libapr1/libapr1.changes 2008-11-14
17:44:22.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Nov 14 17:43:46 CET 2008 - poeml@xxxxxxx
+
+- simplify the usage of the sles_version macro
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libapr1.spec ++++++
--- /var/tmp/diff_new_pack.pq7015/_old 2008-11-17 17:14:41.000000000 +0100
+++ /var/tmp/diff_new_pack.pq7015/_new 2008-11-17 17:14:41.000000000 +0100
@@ -34,7 +34,7 @@
%endif
#
Version: 1.3.3
-Release: 9
+Release: 10
Summary: Apache Portable Runtime (APR) Library
Source: http://www.apache.org/dist/apr/apr-%{version}.tar.bz2
Patch1: string-compare.diff
@@ -110,7 +110,7 @@
# Xen kernel on sles9 x86_64 is set up to behave different than all other
kernels
# skip sockets test on that platform
ls -l /lib/modules/ ||:
-%if %{?sles_version:%sles_version}%{?!sles_version:0} == 9
+%if 0%{?sles_version} == 9
%ifarch x86_64
sed -i '/testsockets/ d' test/abts_tests.h
#sed -i '/testatomic/ d' test/abts_tests.h
@@ -119,7 +119,7 @@
#
# this test fails on sles9-x86_64, not only in Xen though.
# disable it for a moment to get packages for testing at least...
-%if %{?sles_version:%sles_version}%{?!sles_version:0} == 9
+%if 0%{?sles_version} == 9
%ifarch x86_64
sed -i '/testatomic/ d' test/abts_tests.h
%endif
@@ -200,6 +200,8 @@
%{_libdir}/apr-%{aprver}
%changelog
+* Fri Nov 14 2008 poeml@xxxxxxx
+- simplify the usage of the sles_version macro
* Thu Oct 30 2008 skh@xxxxxxx
- obsolete old -XXbit packages (bnc#437293) (olh@xxxxxxx)
* Tue Aug 19 2008 poeml@xxxxxxx
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |