Hello community, here is the log from the commit of package shared-mime-info for openSUSE:Leap:15.2 checked in at 2020-03-06 12:37:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/shared-mime-info (Old) and /work/SRC/openSUSE:Leap:15.2/.shared-mime-info.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "shared-mime-info" Fri Mar 6 12:37:35 2020 rev:22 rq:779620 version:1.12 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/shared-mime-info/shared-mime-info.changes 2020-01-15 16:02:06.495883735 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.shared-mime-info.new.26092/shared-mime-info.changes 2020-03-06 12:37:46.250629313 +0100 @@ -1,0 +2,68 @@ +Sat Jan 25 14:19:37 UTC 2020 - Dominique Leuenberger <[email protected]> + +- No longer recommend -lang: supplements are in use + +------------------------------------------------------------------- +Wed Nov 20 20:46:39 UTC 2019 - Stefan Brüns <[email protected]> + +- Drop no longer required PreReq's, obsolete with switch to file + trigger based pre/post scripts. + +------------------------------------------------------------------- +Wed May 8 09:02:39 UTC 2019 - Dominique Leuenberger <[email protected]> + +- Move RPM macros to %_rpmmacrodir. + +------------------------------------------------------------------- +Wed Apr 17 11:30:22 CEST 2019 - [email protected] + +- Move RPM macros file to correct directory in /usr + +------------------------------------------------------------------- +Sun Mar 10 11:53:24 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 1.12: + + Fix build from tarball. +- Changes from version 1.11: + + Add mime-type for: + - reStructuredText. + - Groovy scripting language. + - Gradle build tool. + - Maven. + - WarpScript source code. + - zstd and tar.zst archives. + + Change the preferred suffix for image/jpeg from .jpeg to .jpg. + + Assign *.html to XHTML pages. + + Better detection for *.key files (Apple Keynote vs. GPG keys). + + Give weight to one of the appimage patterns. + + Tools: + - Link to GitLab for contributions and bug reports. + - Loads of memory and file descriptor leak fixes. + + Spec: Clarify the availability of C character escape support. +- Update URL and use source service to checkout exact tag, upstream + have an ever changing tarball url, so we go with source checkout. +- Following the above, add libtool BuildRequires and pass + autogen.sh, bootstraping is now needed. +- Modernize spec. + +------------------------------------------------------------------- +Wed Oct 24 06:27:46 UTC 2018 - [email protected] + +- Update to version 1.10: + + Add mime-type for MJPEG raw streams + + Add MPEG-4 Ringtone mime-type + + Add mime-type for HEIF images + + Add application/vnd.sqlite3, application/x-sqlite2 IANA types + + Add application/pkcs8-encrypted + + Add application/vnd.yotube.yt + + Add audio/usac + + Add mime-types for raw floppy disk images + + Add aliases for SAP and HFE floppy image mime-types + + Use new application/vnd.comicbook-rar IANA type + +------------------------------------------------------------------- +Wed Feb 28 16:39:36 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- Old: ---- shared-mime-info-1.9.tar.xz New: ---- _service shared-mime-info-1.12.obscpio shared-mime-info.obsinfo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ shared-mime-info.spec ++++++ --- /var/tmp/diff_new_pack.iEC6X0/_old 2020-03-06 12:37:47.794630251 +0100 +++ /var/tmp/diff_new_pack.iEC6X0/_new 2020-03-06 12:37:47.814630264 +0100 @@ -1,7 +1,7 @@ # # spec file for package shared-mime-info # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,21 +12,22 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: shared-mime-info -Version: 1.9 +Version: 1.12 Release: 0 -Url: http://freedesktop.org/wiki/Software/shared-mime-info Summary: Shared MIME Database -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/X11/Utilities -Source: http://people.freedesktop.org/~hadess/%{name}-%{version}.tar.xz +URL: https://gitlab.freedesktop.org/xdg/shared-mime-info/ +Source0: %{name}-%{version}.tar.xz Source1: macros.shared-mime-info BuildRequires: glib2-devel BuildRequires: intltool +BuildRequires: libtool BuildRequires: libxml2-devel # needed for xmllint BuildRequires: libxml2-tools @@ -34,10 +35,7 @@ # libgio-2_0-0 Requires: shared-mime-info, but this can't exist yet. We explicitly ignore this dependency here. #!BuildIgnore: shared-mime-info # needed by update-mime-database -PreReq: libxml2-2 libglib-2_0-0 Provides: %{name}-devel = %{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-build -Recommends: %{name}-lang %description This package contains: @@ -49,23 +47,26 @@ - The update-mime-database command, used to install new MIME data. %lang_package + %prep -%setup -q +%autosetup -p1 translation-update-upstream %build +NOCONFIGURE=1 ./autogen.sh %configure \ - --disable-default-make-check -make + --disable-default-make-check \ + %{nil} +%make_build %install -%makeinstall +%make_install %find_lang %{name} %{?no_lang_C} # Install rpm macros -install -D -m644 %{S:1} %{buildroot}%{_sysconfdir}/rpm/macros.shared-mime-info +install -D -m644 %{SOURCE1} %{buildroot}%{_rpmmacrodir}/macros.shared-mime-info %check -make check +make %{?_smp_mflags} check %filetriggerin -- %{_datadir}/mime export PKGSYSTEM_ENABLE_FSYNC=0 @@ -76,14 +77,14 @@ [ -x %{_bindir}/update-mime-database ] && %{_bindir}/update-mime-database "%{_datadir}/mime" %files -%defattr (-, root, root) -%doc COPYING ChangeLog NEWS README +%license COPYING +%doc NEWS README %{_bindir}/* %{_datadir}/mime/packages/*.xml %{_datadir}/pkgconfig/*.pc %ghost %{_datadir}/mime/[a-ms-vxX]* -%{_mandir}/man?/*.* -%{_sysconfdir}/rpm/macros.shared-mime-info +%{_mandir}/man?/*%{ext_man} +%{_rpmmacrodir}/macros.shared-mime-info %files lang -f %{name}.lang ++++++ _service ++++++ <services> <service name="obs_scm" mode="disabled"> <param name="url">https://gitlab.freedesktop.org/xdg/shared-mime-info.git</param> <param name="scm">git</param> <param name="version">1.12</param> <param name="revision">Release-1-12</param> </service> <service mode="disabled" name="set_version" /> <service mode="buildtime" name="tar" /> <service mode="buildtime" name="recompress"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> </services> ++++++ shared-mime-info.obsinfo ++++++ name: shared-mime-info version: 1.12 mtime: 1547738010 commit: 41a9a684249cd47aef4d65f81180ee69aa358d71
