Mailinglist Archive: opensuse-commit (938 mails)
| < Previous | Next > |
commit giflib for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 03 Sep 2010 13:07:53 +0200
- Message-id: <20100903110753.B7B46202B1@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package giflib for openSUSE:Factory
checked in at Fri Sep 3 13:07:53 CEST 2010.
--------
--- giflib/giflib.changes 2009-12-17 20:50:22.000000000 +0100
+++ /mounts/work_src_done/STABLE/giflib/giflib.changes 2010-08-30
01:16:47.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Aug 29 23:15:24 UTC 2010 - cristian.rodriguez@xxxxxxxxxxxx
+
+- Do not use __Date__ and __TIME__ , make build-compare
+ happier
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ giflib.spec ++++++
--- /var/tmp/diff_new_pack.QBU2VC/_old 2010-09-03 13:06:07.000000000 +0200
+++ /var/tmp/diff_new_pack.QBU2VC/_new 2010-09-03 13:06:07.000000000 +0200
@@ -31,7 +31,7 @@
%endif
#
Version: 4.1.6
-Release: 13
+Release: 19
Summary: A Library for Working with GIF Images
Provides: libungif
%ifarch ia64 x86_64 s390x ppc64
@@ -99,6 +99,16 @@
%setup -q
%build
+# USE __TIMESTAMP__ instead of __DATE__ , __TIME__
+# this change is pointless unless we preserve the original
+# file modification time
+for file in `find util -name "*.c"`; do
+ touch -r $file $file.stamp;
+ sed -i -e s@'__DATE__ ", " __TIME__'@__TIMESTAMP__@g $file;
+ touch -r $file.stamp $file;
+ rm -v $file.stamp
+done
+
autoreconf -fiv
%configure --disable-static --with-pic --x-libraries=%{_libdir}
%{__make} %{?jobs:-j%jobs}
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |