Hello community,
here is the log from the commit of package chemical-mime-data for
openSUSE:Factory checked in at 2017-05-10 20:50:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/chemical-mime-data (Old)
and /work/SRC/openSUSE:Factory/.chemical-mime-data.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "chemical-mime-data"
Wed May 10 20:50:24 2017 rev:2 rq:493056 version:0.1.94
Changes:
--------
--- /work/SRC/openSUSE:Factory/chemical-mime-data/chemical-mime-data.changes
2017-02-21 13:43:37.477211142 +0100
+++
/work/SRC/openSUSE:Factory/.chemical-mime-data.new/chemical-mime-data.changes
2017-05-10 20:50:25.655608787 +0200
@@ -1,0 +2,6 @@
+Tue May 2 05:33:48 UTC 2017 - [email protected]
+
+- Add reproducible.patch to use convert -strip to not have timestamps
+ in png files to make build fully reproducible
+
+-------------------------------------------------------------------
New:
----
reproducible.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ chemical-mime-data.spec ++++++
--- /var/tmp/diff_new_pack.l5F28S/_old 2017-05-10 20:50:26.743455281 +0200
+++ /var/tmp/diff_new_pack.l5F28S/_new 2017-05-10 20:50:26.747454718 +0200
@@ -25,6 +25,8 @@
Url: http://chemical-mime.sourceforge.net/
Source0:
http://downloads.sourceforge.net/chemical-mime/%{name}-%{version}.tar.bz2
Source1: %{name}-rpmlintrc
+# PATCH-FIX-UPSTREAM -- ToDo
+Patch0: reproducible.patch
BuildRequires: ImageMagick
BuildRequires: fdupes
BuildRequires: gettext-runtime
@@ -56,6 +58,7 @@
%prep
%setup -q
+%patch0 -p1
%build
%configure --disable-static \
++++++ reproducible.patch ++++++
Index: chemical-mime-data-0.1.94/icons/hicolor/Makefile.am
===================================================================
--- chemical-mime-data-0.1.94.orig/icons/hicolor/Makefile.am
+++ chemical-mime-data-0.1.94/icons/hicolor/Makefile.am
@@ -26,7 +26,7 @@ if BOOL_HICOLOR_THEME
if test "x$(RSVG)" != "x" ; then \
$(RSVG) -w $${size} -h $${size} -f png $<
$*_$${size}.png ; \
else \
- $(CONVERT) $< -resize $${size}x$${size} $*_$${size}.png
; \
+ $(CONVERT) $< -strip -resize $${size}x$${size}
$*_$${size}.png ; \
fi \
done
Index: chemical-mime-data-0.1.94/icons/hicolor/Makefile.in
===================================================================
--- chemical-mime-data-0.1.94.orig/icons/hicolor/Makefile.in
+++ chemical-mime-data-0.1.94/icons/hicolor/Makefile.in
@@ -367,7 +367,7 @@ uninstall-am: uninstall-info-am
@BOOL_HICOLOR_THEME_TRUE@ if test "x$(RSVG)" != "x" ; then \
@BOOL_HICOLOR_THEME_TRUE@ $(RSVG) -w $${size} -h $${size}
-f png $< $*_$${size}.png ; \
@BOOL_HICOLOR_THEME_TRUE@ else \
-@BOOL_HICOLOR_THEME_TRUE@ $(CONVERT) $< -resize
$${size}x$${size} $*_$${size}.png ; \
+@BOOL_HICOLOR_THEME_TRUE@ $(CONVERT) $< -strip -resize
$${size}x$${size} $*_$${size}.png ; \
@BOOL_HICOLOR_THEME_TRUE@ fi \
@BOOL_HICOLOR_THEME_TRUE@ done