Hello community,

here is the log from the commit of package elfutils for openSUSE:Factory
checked in at Thu Jun 16 09:02:20 CEST 2011.



--------
--- elfutils/elfutils.changes   2011-04-28 19:48:06.000000000 +0200
+++ /mounts/work_src_done/STABLE/elfutils/elfutils.changes      2011-05-24 
17:33:21.000000000 +0200
@@ -1,0 +2,6 @@
+Tue May 24 15:32:28 UTC 2011 - crrodrig...@opensuse.org
+
+- Remote timestamps on binaries, breaks build compare
+- Add missing build requires on zlib, bzip2 and lzma .
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ elfutils.spec ++++++
--- /var/tmp/diff_new_pack.vsdm3h/_old  2011-06-16 08:58:44.000000000 +0200
+++ /var/tmp/diff_new_pack.vsdm3h/_new  2011-06-16 08:58:44.000000000 +0200
@@ -21,7 +21,7 @@
 Name:           elfutils
 License:        GPLv2 ; GPLv2+ ; LGPLv2.1+
 Version:        0.152
-Release:        1
+Release:        3
 Summary:        Higher-level library to access ELF
 Group:          System/Libraries
 Url:            http://elfutils.fedorahosted.org
@@ -36,7 +36,7 @@
 Patch6:         elfutils-0.137-dwarf-header-check-fix.diff
 Patch7:         elfutils-0.148-dont-crash.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  bison flex
+BuildRequires:  bison flex libbz2-devel xz-devel zlib-devel
 
 %description
 This package provides a higher-level library to access ELF files. This
@@ -100,7 +100,7 @@
 License:        GPLv2+
 
 %description -n libelf1
-This package provide a high-level library to read and write ELF files.
+This package provides a high-level library to read and write ELF files.
 This is a part of elfutils package.
 
 %package -n libelf-devel
@@ -120,7 +120,7 @@
 License:        GPLv2+
 
 %description -n libdw1
-This package provide a high-level library to access the DWARF debugging
+This package provides a high-level library to access the DWARF debugging
 information.  This is a part of elfutils package.
 
 %package -n libdw-devel
@@ -145,6 +145,12 @@
 %patch7 -p1
 
 %build
+# Change DATE/TIME macros to use last change time of elfutils.changes
+# See http://lists.opensuse.org/opensuse-factory/2011-05/msg00304.html
+modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")"
+DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
+TIME="\"$(date -d "${modified}" "+%%R")\""
+find . -type f -regex ".*\.c\|.*\.cpp\|.*\.h" -exec sed -i 
"s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g" {} +
 autoreconf -fi
 %configure --program-prefix=eu-
 make %{?_smp_mflags}


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to