Hello community, here is the log from the commit of package shared-mime-info for openSUSE:Factory checked in at 2013-02-20 09:36:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/shared-mime-info (Old) and /work/SRC/openSUSE:Factory/.shared-mime-info.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "shared-mime-info", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/shared-mime-info/shared-mime-info.changes 2012-07-24 17:20:58.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.shared-mime-info.new/shared-mime-info.changes 2013-02-20 09:36:38.000000000 +0100 @@ -1,0 +2,21 @@ +Sun Feb 17 17:13:58 UTC 2013 - [email protected] + +- Update to version 1.1: + + Many mime-type changes + + Specification changes: + - Fix mimetype names used as examples. + - Document that the first extension is the main one. + - Fix missing plural. + + Honor NOCONFIGURE=1. + + Allow builders to not run make check by default. + + Fix build for platforms with executable extensions. + + Disable checks when cross compiling. + + Use non-installed update-mime-database in install-data-hook. + + Use native update-mime-database for install when cross + compiling. + + Add a local-test target to print mime in. +- Pass --disable-default-make-check to configure: we prefer to + execute make check in the separate %check section. +- Add a %check section and execute make check + +------------------------------------------------------------------- Old: ---- shared-mime-info-1.0.tar.xz New: ---- shared-mime-info-1.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ shared-mime-info.spec ++++++ --- /var/tmp/diff_new_pack.XywDdz/_old 2013-02-20 09:36:39.000000000 +0100 +++ /var/tmp/diff_new_pack.XywDdz/_new 2013-02-20 09:36:39.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package shared-mime-info # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: shared-mime-info -Version: 1.0 +Version: 1.1 Release: 0 Url: http://freedesktop.org/wiki/Software/shared-mime-info Summary: Shared MIME Database @@ -61,7 +61,8 @@ translation-update-upstream %build -%configure +%configure \ + --disable-default-make-check make %install @@ -71,6 +72,9 @@ # Install rpm macros install -D -m644 %{S:2} %{buildroot}%{_sysconfdir}/rpm/macros.shared-mime-info +%check +make check + %clean rm -rf $RPM_BUILD_ROOT -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
