Hello community, here is the log from the commit of package file for openSUSE:Factory checked in at 2014-08-20 10:50:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2014-06-26 15:07:12.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.file.new/file.changes 2014-08-20 10:50:48.000000000 +0200 @@ -1,0 +2,16 @@ +Tue Aug 19 09:30:38 UTC 2014 - [email protected] + +- correctly identify GDBM files created by libgdbm4 [bnc#888308] + * add file-5.19-gdbm.patch + +------------------------------------------------------------------- +Mon Aug 18 17:05:34 UTC 2014 - [email protected] + +- Add file-rpmlintrc to file list + +------------------------------------------------------------------- +Mon Aug 18 16:28:10 UTC 2014 - [email protected] + +- Add obsoletes/provides to baselibs.conf. + +------------------------------------------------------------------- New: ---- file-5.19-gdbm.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ file.spec ++++++ --- /var/tmp/diff_new_pack.BUtOR5/_old 2014-08-20 10:50:51.000000000 +0200 +++ /var/tmp/diff_new_pack.BUtOR5/_new 2014-08-20 10:50:51.000000000 +0200 @@ -37,6 +37,7 @@ Group: Productivity/File utilities Source: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz Source2: baselibs.conf +Source3: file-rpmlintrc Patch: file-5.19.dif Patch1: file-5.19-misc.dif Patch4: file-4.24-autoconf.dif @@ -62,6 +63,7 @@ Patch35: file-5.12-nitpick.dif Patch36: file-5.15-clear-invalid.patch Patch37: file-secure_getenv.patch +Patch38: file-5.19-gdbm.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %global _sysconfdir /etc %global _miscdir %{_datadir}/misc @@ -128,6 +130,7 @@ %patch35 -p0 -b .nitpick %patch36 -p1 -b .clear %patch37 -p1 -b .getenv +%patch38 -p0 -b .gdbm %patch -b .0 test -s src/magic.h.in || cp -p src/magic.h src/magic.h.in ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.BUtOR5/_old 2014-08-20 10:50:51.000000000 +0200 +++ /var/tmp/diff_new_pack.BUtOR5/_new 2014-08-20 10:50:51.000000000 +0200 @@ -1 +1,3 @@ libmagic1 + obsoletes "file-<targettype> < <version>" + provides "file-<targettype> = <version>" ++++++ file-5.19-gdbm.patch ++++++ Index: magic/Magdir/database =================================================================== --- magic/Magdir/database.orig 2014-06-03 21:17:27.000000000 +0200 +++ magic/Magdir/database 2014-08-18 14:40:57.296931686 +0200 @@ -9,9 +9,13 @@ # GDBM magic numbers # Will be maintained as part of the GDBM distribution in the future. # <[email protected]> -0 belong 0x13579ace GNU dbm 1.x or ndbm database, big endian +0 belong 0x13579acd GNU dbm 1.x or ndbm database, big endian, 32-bit !:mime application/x-gdbm -0 lelong 0x13579ace GNU dbm 1.x or ndbm database, little endian +0 lelong 0x13579acd GNU dbm 1.x or ndbm database, little endian, 32-bit +!:mime application/x-gdbm +0 belong 0x13579acf GNU dbm 1.x or ndbm database, big endian, 64-bit +!:mime application/x-gdbm +0 lelong 0x13579acf GNU dbm 1.x or ndbm database, little endian, 64-bit !:mime application/x-gdbm 0 string GDBM GNU dbm 2.x database !:mime application/x-gdbm -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
