Hello community,

here is the log from the commit of package photorec for openSUSE:Factory 
checked in at 2014-05-27 12:01:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/photorec (Old)
 and      /work/SRC/openSUSE:Factory/.photorec.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "photorec"

Changes:
--------
--- /work/SRC/openSUSE:Factory/photorec/photorec.changes        2014-01-02 
18:30:15.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.photorec.new/photorec.changes   2014-05-27 
12:01:49.000000000 +0200
@@ -1,0 +2,6 @@
+Tue May 27 00:18:31 UTC 2014 - crrodrig...@opensuse.org
+
+- testdisk-file-contains-date-and-time.patch avoid endless 
+ republish by removing timestamps from the resulting binaries.
+
+-------------------------------------------------------------------

New:
----
  testdisk-file-contains-date-and-time.patch

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

Other differences:
------------------
++++++ photorec.spec ++++++
--- /var/tmp/diff_new_pack.E0ZwgB/_old  2014-05-27 12:01:50.000000000 +0200
+++ /var/tmp/diff_new_pack.E0ZwgB/_new  2014-05-27 12:01:50.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package photorec
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -37,6 +37,7 @@
 BuildRequires:  ntfsprogs-devel
 %endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Patch0:         testdisk-file-contains-date-and-time.patch
 
 %description
 This package contains two recovery/ forensic tools:
@@ -59,7 +60,7 @@
 
 %prep
 %setup -n testdisk-%version -q
-
+%patch0 -p1
 %build
 %configure
 make

++++++ testdisk-file-contains-date-and-time.patch ++++++
--- testdisk-6.13.orig/src/misc.c
+++ testdisk-6.13/src/misc.c
@@ -259,7 +259,7 @@ const char *get_compiler(void)
 const char *get_compilation_date(void)
 {
   static char buffer[100] = {0x00};
-#ifdef __DATE__ 
+#if 0
 #ifdef HAVE_STRPTIME
   struct tm tm;
   memset(&tm,0,sizeof(tm));
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to