Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package jmol for openSUSE:Factory checked in 
at 2021-02-10 21:30:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jmol (Old)
 and      /work/SRC/openSUSE:Factory/.jmol.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jmol"

Wed Feb 10 21:30:15 2021 rev:5 rq:870362 version:14.31.20

Changes:
--------
--- /work/SRC/openSUSE:Factory/jmol/jmol.changes        2020-12-28 
10:31:28.333751347 +0100
+++ /work/SRC/openSUSE:Factory/.jmol.new.28504/jmol.changes     2021-02-10 
21:30:16.958275389 +0100
@@ -1,0 +2,7 @@
+Mon Feb  8 22:01:23 UTC 2021 - Jan Engelhardt <jeng...@inai.de>
+
+- update build recipes/scripts to use https [boo#1181924]
+- Redownload Source2 because it was some HTML content rather than
+  a PNG file
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ jmol.spec ++++++
--- /var/tmp/diff_new_pack.8rL64D/_old  2021-02-10 21:30:18.014276918 +0100
+++ /var/tmp/diff_new_pack.8rL64D/_new  2021-02-10 21:30:18.018276923 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jmol
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,10 +24,9 @@
 Group:          Productivity/Scientific/Chemistry
 URL:            http://jmol.sf.net/
 
-#Source:         http://downloads.sf.net/jmol/Jmol-%version-binary.tar.gz
+#Source:         https://downloads.sf.net/jmol/Jmol-%version-binary.tar.gz
 Source:         jmol-%version.tar.xz
-Source2:        Jmol_icon13.png
-#Source2-Orig:  http://wiki.jmol.org/index.php/File:Jmol_icon13.png
+Source2:        https://wiki.jmol.org/images/1/1c/Jmol_icon13.png
 Source3:        %name.man
 Source4:        %name.desktop
 Source9:        sanitize_binpkg.sh

++++++ Jmol_icon13.png ++++++
Binary files /var/tmp/diff_new_pack.8rL64D/_old and 
/var/tmp/diff_new_pack.8rL64D/_new differ

++++++ sanitize_binpkg.sh ++++++
--- /var/tmp/diff_new_pack.8rL64D/_old  2021-02-10 21:30:18.150277114 +0100
+++ /var/tmp/diff_new_pack.8rL64D/_new  2021-02-10 21:30:18.154277120 +0100
@@ -2,7 +2,7 @@
 
 v=14.31.20
 if [ ! -e "Jmol-$v-binary.tar.gz" ]; then
-       wget -c http://downloads.sf.net/jmol/Jmol-$v-binary.tar.gz
+       wget -c https://downloads.sf.net/jmol/Jmol-$v-binary.tar.gz
 fi
 rm -rf "jmol-$v"
 tar -xf "Jmol-$v-binary.tar.gz"

Reply via email to