[meego-commits] 23732: Changes to devel:base/db4

Carsten V. Munk no_reply at build.meego.com
Fri Aug 26 06:08:16 UTC 2011


Hi,
I have made the following changes to db4 in project devel:base. Please review and accept ASAP.

Thank You,
Carsten V. Munk

[This message was auto-generated]

---

Request #23732:

  submit:   home:cvm:branches:devel:base/db4(r2)(cleanup) -> devel:base/db4


Message:
    Build churn reduction: disable timestamps in db4

State:   new          2011-08-25T23:04:21 cvm
Comment: None



changes files:
--------------
--- db4.changes
+++ db4.changes
@@ -0,0 +1,3 @@
+* Sat Aug 20 2011 Carsten Munk <carsten at maemo.org> - 4.8.30
+- Remove timestamp to prevent unneeded rebuilds
+

new:
----
  db-4-remove-timestamp.patch

spec files:
-----------
--- db4.spec
+++ db4.spec
@@ -22,6 +22,7 @@
 Patch20: db-1.85-errno.patch
 Patch22: db-4.6.21-1.85-compat.patch
 Patch24: db-4.5.20-jni-include-dir.patch
+Patch25: db-4-remove-timestamp.patch
 URL: http://www.oracle.com/database/berkeley-db/
 License: BSD
 Group: System/Libraries
@@ -129,7 +130,7 @@
 
 %patch22 -p1 -b .185compat
 %patch24 -p1 -b .4.5.20.jni
-
+%patch25 -p1 -b .4timestamp
 # Remove tags files which we don't need.
 find . -name tags | xargs rm -f
 # Define a shell function for fixing HREF references in the docs, which

other changes:
--------------

++++++ db-4-remove-timestamp.patch (new)
--- db-4-remove-timestamp.patch
+++ db-4-remove-timestamp.patch
+diff -ru db-4.8.30/dist/RELEASE db-4.8.30-date/dist/RELEASE
+--- db-4.8.30/dist/RELEASE	2010-04-12 20:25:22.000000000 +0000
++++ db-4.8.30-date/dist/RELEASE	2011-08-20 06:46:30.100007139 +0000
+@@ -8,4 +8,4 @@
+ DB_VERSION_UNIQUE_NAME=`printf "_%d%03d" $DB_VERSION_MAJOR $DB_VERSION_MINOR`
+ 
+ DB_RELEASE_DATE=`date "+%B %e, %Y"`
+-DB_VERSION_STRING="Berkeley DB $DB_VERSION: ($DB_RELEASE_DATE)"
++DB_VERSION_STRING="Berkeley DB $DB_VERSION"



More information about the MeeGo-commits mailing list