Hello community,

here is the log from the commit of package instlux for openSUSE:Factory checked 
in at 2017-08-16 16:18:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/instlux (Old)
 and      /work/SRC/openSUSE:Factory/.instlux.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "instlux"

Wed Aug 16 16:18:41 2017 rev:45 rq:516943 version:42.3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/instlux/instlux.changes  2017-07-08 
12:35:05.504594985 +0200
+++ /work/SRC/openSUSE:Factory/.instlux.new/instlux.changes     2017-08-16 
16:18:50.682169606 +0200
@@ -1,0 +2,6 @@
+Tue Aug 15 04:03:07 UTC 2017 - [email protected]
+
+- Fix to use unix2dos instead of deprecated recode (bsc#1053649).
+- Correct autorun.inf ("%{distroversion}" is not defined anymore).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ instlux.spec ++++++
--- /var/tmp/diff_new_pack.ilpTeE/_old  2017-08-16 16:18:51.346076414 +0200
+++ /var/tmp/diff_new_pack.ilpTeE/_new  2017-08-16 16:18:51.354075291 +0200
@@ -24,7 +24,7 @@
 Version:        42.3.3
 Release:        0
 AutoReqProv:    off
-BuildRequires:  recode
+BuildRequires:  dos2unix
 Source1:        openSUSE_installer.exe
 Source2:        %name-README.BUILD
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -61,10 +61,10 @@
 install -m644 %{S:1} %buildroot/CD1/openSUSE_installer.exe
 
 echo "[autorun]" > %buildroot/CD1/autorun.inf
-echo "label = openSUSE %{distroversion}" >> %buildroot/CD1/autorun.inf
+echo "label = openSUSE installer" >> %buildroot/CD1/autorun.inf
 echo "icon  = susego.ico" >> %buildroot/CD1/autorun.inf
 echo "open  = openSUSE_installer.exe" >> %buildroot/CD1/autorun.inf
-recode utf8..dos %buildroot/CD1/autorun.inf
+unix2dos %buildroot/CD1/autorun.inf
 
 %files 
 %defattr(-, root, root)



Reply via email to