Accepting request 34042 from Base:System
Copy from Base:System/glibc based on submit request 34042 from user coolo OBS-URL: https://build.opensuse.org/request/show/34042 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=16
This commit is contained in:
parent
a64f4f89bd
commit
af18f084d2
@ -1,7 +1,7 @@
|
|||||||
Index: nscd/cache.c
|
Index: nscd/cache.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- nscd/cache.c.orig
|
--- nscd/cache.c.orig 2010-01-18 18:01:41.000000000 +0100
|
||||||
+++ nscd/cache.c
|
+++ nscd/cache.c 2010-02-14 14:58:08.000000000 +0100
|
||||||
@@ -267,28 +267,31 @@ prune_cache (struct database_dyn *table,
|
@@ -267,28 +267,31 @@ prune_cache (struct database_dyn *table,
|
||||||
if (table->inotify_descr < 0 && table->check_file && now != LONG_MAX)
|
if (table->inotify_descr < 0 && table->check_file && now != LONG_MAX)
|
||||||
{
|
{
|
||||||
@ -47,8 +47,8 @@ Index: nscd/cache.c
|
|||||||
Note that for the initial step, finding the entries to be removed,
|
Note that for the initial step, finding the entries to be removed,
|
||||||
Index: nscd/connections.c
|
Index: nscd/connections.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- nscd/connections.c.orig
|
--- nscd/connections.c.orig 2010-01-18 18:01:41.000000000 +0100
|
||||||
+++ nscd/connections.c
|
+++ nscd/connections.c 2010-02-14 14:58:08.000000000 +0100
|
||||||
@@ -119,6 +119,7 @@ struct database_dyn dbs[lastdb] =
|
@@ -119,6 +119,7 @@ struct database_dyn dbs[lastdb] =
|
||||||
.suggested_module = DEFAULT_SUGGESTED_MODULE,
|
.suggested_module = DEFAULT_SUGGESTED_MODULE,
|
||||||
.reset_res = 0,
|
.reset_res = 0,
|
||||||
@ -94,8 +94,8 @@ Index: nscd/connections.c
|
|||||||
|
|
||||||
Index: nscd/nscd.conf
|
Index: nscd/nscd.conf
|
||||||
===================================================================
|
===================================================================
|
||||||
--- nscd/nscd.conf.orig
|
--- nscd/nscd.conf.orig 2010-01-18 18:01:41.000000000 +0100
|
||||||
+++ nscd/nscd.conf
|
+++ nscd/nscd.conf 2010-02-14 14:58:08.000000000 +0100
|
||||||
@@ -61,11 +61,11 @@
|
@@ -61,11 +61,11 @@
|
||||||
auto-propagate group yes
|
auto-propagate group yes
|
||||||
|
|
||||||
@ -113,8 +113,8 @@ Index: nscd/nscd.conf
|
|||||||
|
|
||||||
Index: nscd/nscd.h
|
Index: nscd/nscd.h
|
||||||
===================================================================
|
===================================================================
|
||||||
--- nscd/nscd.h.orig
|
--- nscd/nscd.h.orig 2010-01-18 18:01:41.000000000 +0100
|
||||||
+++ nscd/nscd.h
|
+++ nscd/nscd.h 2010-02-14 14:59:07.000000000 +0100
|
||||||
@@ -80,8 +80,10 @@ struct database_dyn
|
@@ -80,8 +80,10 @@ struct database_dyn
|
||||||
int propagate;
|
int propagate;
|
||||||
int reset_res;
|
int reset_res;
|
||||||
@ -128,9 +128,24 @@ Index: nscd/nscd.h
|
|||||||
|
|
||||||
Index: nscd/nscd_stat.c
|
Index: nscd/nscd_stat.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- nscd/nscd_stat.c.orig
|
--- nscd/nscd_stat.c.orig 2010-01-18 18:01:41.000000000 +0100
|
||||||
+++ nscd/nscd_stat.c
|
+++ nscd/nscd_stat.c 2010-02-14 15:02:41.000000000 +0100
|
||||||
@@ -302,7 +302,7 @@ receive_print_stats (void)
|
@@ -37,8 +37,13 @@
|
||||||
|
#endif /* HAVE_SELINUX */
|
||||||
|
|
||||||
|
|
||||||
|
-/* We use this to make sure the receiver is the same. */
|
||||||
|
+/* We use this to make sure the receiver is the same. Capture mtime
|
||||||
|
+ of this file if possible. */
|
||||||
|
+#if defined(__TIMESTAMP__)
|
||||||
|
+static const char compilation[21] = __TIMESTAMP__;
|
||||||
|
+#else
|
||||||
|
static const char compilation[21] = __DATE__ " " __TIME__;
|
||||||
|
+#endif
|
||||||
|
|
||||||
|
/* Statistic data for one database. */
|
||||||
|
struct dbstat
|
||||||
|
@@ -302,7 +307,7 @@ receive_print_stats (void)
|
||||||
data.dbs[i].maxnsearched,
|
data.dbs[i].maxnsearched,
|
||||||
data.dbs[i].rdlockdelayed,
|
data.dbs[i].rdlockdelayed,
|
||||||
data.dbs[i].wrlockdelayed,
|
data.dbs[i].wrlockdelayed,
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 14 15:33:33 CET 2010 - rguenther@suse.de
|
||||||
|
|
||||||
|
- avoid spurious differences in nscd on rebuilds.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 25 17:35:25 CET 2010 - meissner@suse.de
|
Mon Jan 25 17:35:25 CET 2010 - meissner@suse.de
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@ Obsoletes: glibc-32bit
|
|||||||
Provides: rtld(GNU_HASH)
|
Provides: rtld(GNU_HASH)
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.11.1
|
Version: 2.11.1
|
||||||
Release: 1
|
Release: 2
|
||||||
Url: http://www.gnu.org/software/libc/libc.html
|
Url: http://www.gnu.org/software/libc/libc.html
|
||||||
PreReq: filesystem
|
PreReq: filesystem
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -310,9 +310,14 @@ rm sysdeps/x86_64/fpu/s_sincos.S
|
|||||||
%patch20
|
%patch20
|
||||||
%patch21
|
%patch21
|
||||||
%patch22
|
%patch22
|
||||||
|
# avoid changing nscd_stat.c mtime to avoid code generation
|
||||||
|
# differences on each rebuild
|
||||||
|
touch -r nscd/nscd_stat.c nscd/s-stamp
|
||||||
%patch23
|
%patch23
|
||||||
%patch24
|
%patch24
|
||||||
%patch25
|
%patch25
|
||||||
|
touch -r nscd/s-stamp nscd/nscd_stat.c
|
||||||
|
rm nscd/s-stamp
|
||||||
%patch26
|
%patch26
|
||||||
%patch27
|
%patch27
|
||||||
%patch29
|
%patch29
|
||||||
|
Loading…
Reference in New Issue
Block a user