Hello community, here is the log from the commit of package icu for openSUSE:Factory checked in at 2020-01-16 18:17:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/icu (Old) and /work/SRC/openSUSE:Factory/.icu.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "icu" Thu Jan 16 18:17:23 2020 rev:71 rq:763722 version:65.1 Changes: -------- --- /work/SRC/openSUSE:Factory/icu/icu.changes 2019-12-18 14:42:30.089778979 +0100 +++ /work/SRC/openSUSE:Factory/.icu.new.26092/icu.changes 2020-01-16 18:17:27.340846346 +0100 @@ -1,0 +2,5 @@ +Sun Jan 12 20:29:30 UTC 2020 - Jan Engelhardt <[email protected]> + +- Remove /usr/lib(64)/icu/current [boo#1158955]. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ icu.spec ++++++ --- /var/tmp/diff_new_pack.eKYJgF/_old 2020-01-16 18:17:28.452846975 +0100 +++ /var/tmp/diff_new_pack.eKYJgF/_new 2020-01-16 18:17:28.456846978 +0100 @@ -1,7 +1,7 @@ # # spec file for package icu # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -220,28 +220,6 @@ ICU_DATA="%buildroot/%_datadir/icu/%version" make check %{?_smp_mflags} VERBOSE=1 %endif -%post -# This should be run by whatever owns /usr/lib64/icu - -# the (main) package in this case -if test -d "%_libdir/icu"; then - current=$(cd "%_libdir/icu/"; find [0-9]* -maxdepth 1 -type d -printf '%%f\n' | - sort -V | tail -n1) - if test -n "$current"; then - rm -f "%_libdir/icu/current" - ln -sv "$current" "%_libdir/icu/current" - fi -fi - -%postun -if test -d "%_libdir/icu"; then - current=$(cd "%_libdir/icu/"; find [0-9]* -maxdepth 1 -type d -printf '%%f\n' | - sort -V | tail -n1) - if test -n "$current"; then - rm -f "%_libdir/icu/current" - ln -sv "$current" "%_libdir/icu/current" - fi -fi - %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig
