Hello community, here is the log from the commit of package file for openSUSE:Factory checked in at 2016-08-26 23:12:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/file (Old) and /work/SRC/openSUSE:Factory/.file.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "file" Changes: -------- --- /work/SRC/openSUSE:Factory/file/file.changes 2016-08-22 10:50:17.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.file.new/file.changes 2016-08-26 23:12:20.000000000 +0200 @@ -1,0 +2,18 @@ +Wed Aug 24 14:16:09 UTC 2016 - [email protected] + +- Fix boo#995089: + * Do not attempt to produce a file-magic-32bit package: there is + nothing arch-dependant in this package (for completeness, this + was already fixed just before by Marcus) + * Fix baselibs.conf for libmagic1-32bit to require file-magic + instead of file-magic-32bit. + * Build file-magic as noarch on openSUSE >= 1200 (where rpm is + new enough to support this). + +------------------------------------------------------------------- +Wed Aug 24 14:16:08 UTC 2016 - [email protected] + +- file-magic is architecture independend, no need for a baselibs + package. + +------------------------------------------------------------------- python3-magic.changes: same change ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ file.spec ++++++ --- /var/tmp/diff_new_pack.86ulkB/_old 2016-08-26 23:12:21.000000000 +0200 +++ /var/tmp/diff_new_pack.86ulkB/_new 2016-08-26 23:12:21.000000000 +0200 @@ -79,6 +79,9 @@ Group: Productivity/File utilities Obsoletes: libmagic-data < %{version} Provides: libmagic-data = %{version} +%if 0%{?suse_version} >= 1200 +BuildArch: noarch +%endif %description magic This package contains the basic magic files that libmagic reads and uses python3-magic.spec: same change ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.86ulkB/_old 2016-08-26 23:12:21.000000000 +0200 +++ /var/tmp/diff_new_pack.86ulkB/_new 2016-08-26 23:12:21.000000000 +0200 @@ -1,6 +1,5 @@ libmagic1 - requires "file-magic-<targettype> = <version>" + requires "file-magic = <version>" file-devel requires -file-<targettype> requires "libmagic1-<targettype> = <version>" -file-magic
