]> git.pld-linux.org Git - packages/db.git/commitdiff
This commit was manufactured by cvs2git to create tag 'auto-ac-db- auto/ac/db-4_2_52-12
authorcvs2git <feedback@pld-linux.org>
Tue, 19 Aug 2008 12:29:27 +0000 (12:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
4_2_52-12'.

Sprout from AC-branch 2008-08-19 12:29:27 UTC cvs2git <feedback@pld-linux.org> 'This commit was manufactured by cvs2git to create branch 'AC-branch'.'
Cherrypick from AC-branch 2005-11-25 12:37:39 UTC Jakub Bogusz <qboosh@pld-linux.org> '- create libdb-4.2.so symlink instead of libdb-4.so (to use -ldb-4.2)':
    db.spec -> 1.66.2.8
Delete:
    patch.4.2.52.5

db.spec
patch.4.2.52.5 [deleted file]

diff --git a/db.spec b/db.spec
index 9b21467b4be4e9ea3aba19f97d82c3361fdacf2d..407d2a38c9c00596a36a1b6e52a28e010df1133f 100644 (file)
--- a/db.spec
+++ b/db.spec
@@ -204,8 +204,6 @@ Summary(pl):        Narz
 Group:         Applications/Databases
 Requires:      %{name} = %{epoch}:%{version}-%{release}
 Obsoletes:     db4-utils
-# obsolete Ra package
-Obsoletes:     db3-utils
 
 %description utils
 The Berkeley Database (Berkeley DB) is a programmatic toolkit that
diff --git a/patch.4.2.52.5 b/patch.4.2.52.5
deleted file mode 100644 (file)
index 4a10097..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-*** mp/mp_fget.c.orig  2003-09-25 08:29:02.000000000 -0700
---- mp/mp_fget.c       2006-05-26 14:58:02.246963204 -0700
-***************
-*** 553,560 ****
-        */
-       if (state != SECOND_MISS && bhp->ref == 1) {
-               bhp->priority = UINT32_T_MAX;
-!              SH_TAILQ_REMOVE(&hp->hash_bucket, bhp, hq, __bh);
-!              SH_TAILQ_INSERT_TAIL(&hp->hash_bucket, bhp, hq);
-               hp->hash_priority =
-                   SH_TAILQ_FIRST(&hp->hash_bucket, __bh)->priority;
-       }
---- 553,563 ----
-        */
-       if (state != SECOND_MISS && bhp->ref == 1) {
-               bhp->priority = UINT32_T_MAX;
-!              if (SH_TAILQ_FIRST(&hp->hash_bucket, __bh) !=
-!                   SH_TAILQ_LAST(&hp->hash_bucket, hq, __bh)) {
-!                      SH_TAILQ_REMOVE(&hp->hash_bucket, bhp, hq, __bh);
-!                      SH_TAILQ_INSERT_TAIL(&hp->hash_bucket, bhp, hq);
-!              }
-               hp->hash_priority =
-                   SH_TAILQ_FIRST(&hp->hash_bucket, __bh)->priority;
-       }
This page took 0.038795 seconds and 4 git commands to generate.