commit shared-mime-info for openSUSE:Factory

2020-06-08 Thread root
Hello community,

here is the log from the commit of package shared-mime-info for 
openSUSE:Factory checked in at 2020-06-08 23:49:15

Comparing /work/SRC/openSUSE:Factory/shared-mime-info (Old)
 and  /work/SRC/openSUSE:Factory/.shared-mime-info.new.3606 (New)


Package is "shared-mime-info"

Mon Jun  8 23:49:15 2020 rev:64 rq:811430 version:2.0

Changes:

--- /work/SRC/openSUSE:Factory/shared-mime-info/shared-mime-info.changes
2020-05-13 22:55:28.738938373 +0200
+++ 
/work/SRC/openSUSE:Factory/.shared-mime-info.new.3606/shared-mime-info.changes  
2020-06-08 23:50:02.462476639 +0200
@@ -1,0 +2,9 @@
+Tue May 19 18:08:38 UTC 2020 - Bjørn Lie 
+
+- Revert the previous change, we should not own
+  /usr/share/mime/application: ref the spec upstream, this is
+  wrong. Any application depending on this previous error needs to
+  be fixed on a individual basis. Upstream ref: 
+  
https://specifications.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-0.18.html#idm45709761658688
+
+---



Other differences:
--
++ shared-mime-info.spec ++
--- /var/tmp/diff_new_pack.vbJ2LA/_old  2020-06-08 23:50:04.374482537 +0200
+++ /var/tmp/diff_new_pack.vbJ2LA/_new  2020-06-08 23:50:04.374482537 +0200
@@ -65,8 +65,6 @@
 
 %install
 %meson_install
-# we also deliver %{_datadir}/mime/application directory - many other packages 
install files in there
-if [ ! -d %{buildroot}%{_datadir}/mime/application ]; then mkdir -p 
%{buildroot}%{_datadir}/mime/application; fi
 %find_lang %{name} %{?no_lang_C}
 # Install rpm macros
 install -D -m644 %{SOURCE1} %{buildroot}%{_rpmmacrodir}/macros.shared-mime-info




commit shared-mime-info for openSUSE:Factory

2020-05-13 Thread root
Hello community,

here is the log from the commit of package shared-mime-info for 
openSUSE:Factory checked in at 2020-05-13 22:55:26

Comparing /work/SRC/openSUSE:Factory/shared-mime-info (Old)
 and  /work/SRC/openSUSE:Factory/.shared-mime-info.new.2738 (New)


Package is "shared-mime-info"

Wed May 13 22:55:26 2020 rev:63 rq:802681 version:2.0

Changes:

--- /work/SRC/openSUSE:Factory/shared-mime-info/shared-mime-info.changes
2020-05-08 23:04:00.905698426 +0200
+++ 
/work/SRC/openSUSE:Factory/.shared-mime-info.new.2738/shared-mime-info.changes  
2020-05-13 22:55:28.738938373 +0200
@@ -1,0 +2,13 @@
+Mon May 11 08:39:01 UTC 2020 - Dominique Leuenberger 
+
+- Create and own /usr/share/mime/application: many packages install
+  files in there and it makes sense to continue delivering the
+  basic directory layout.
+
+---
+Fri May  8 20:42:05 UTC 2020 - Bjørn Lie 
+
+- Add smi-Fix-pkg-config-installation-path.patch: Fix pkg-config
+  installation path.
+
+---

New:

  smi-Fix-pkg-config-installation-path.patch



Other differences:
--
++ shared-mime-info.spec ++
--- /var/tmp/diff_new_pack.Ytn24i/_old  2020-05-13 22:55:29.258939388 +0200
+++ /var/tmp/diff_new_pack.Ytn24i/_new  2020-05-13 22:55:29.262939395 +0200
@@ -27,6 +27,8 @@
 URL:https://gitlab.freedesktop.org/xdg/shared-mime-info
 Source0:%{url}/uploads/%{commitid}/%{name}-%{version}.tar.xz
 Source1:macros.shared-mime-info
+# PATCH-FIX-UPSTREAM smi-Fix-pkg-config-installation-path.patch -- Fix 
pkg-config installation path
+Patch0: smi-Fix-pkg-config-installation-path.patch
 
 BuildRequires:  glib2-devel
 BuildRequires:  itstool
@@ -63,6 +65,8 @@
 
 %install
 %meson_install
+# we also deliver %{_datadir}/mime/application directory - many other packages 
install files in there
+if [ ! -d %{buildroot}%{_datadir}/mime/application ]; then mkdir -p 
%{buildroot}%{_datadir}/mime/application; fi
 %find_lang %{name} %{?no_lang_C}
 # Install rpm macros
 install -D -m644 %{SOURCE1} %{buildroot}%{_rpmmacrodir}/macros.shared-mime-info
@@ -83,7 +87,7 @@
 %doc NEWS README.md
 %{_bindir}/*
 %{_datadir}/mime/packages/*.xml
-%{_libdir}/pkgconfig/*.pc
+%{_datadir}/pkgconfig/*.pc
 %{_datadir}/gettext/its/shared-mime-info.*
 %ghost %{_datadir}/mime/[a-ms-vxX]*
 %{_mandir}/man?/*%{ext_man}

++ smi-Fix-pkg-config-installation-path.patch ++
>From 6bf9e4ff0fb7eff11a02bd937045bf5dc291841a Mon Sep 17 00:00:00 2001
From: Bastien Nocera 
Date: Wed, 6 May 2020 16:48:47 +0200
Subject: [PATCH] data: Fix pkg-config installation path

---
 data/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/data/meson.build b/data/meson.build
index 25ce031..e22b544 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -38,4 +38,5 @@ pkgconfig.generate(
 name: 'shared-mime-info',
 description: 'Freedesktop common MIME database',
 version: meson.project_version(),
+install_dir: get_option('datadir') / 'pkgconfig'
 )
-- 
2.26.2




commit shared-mime-info for openSUSE:Factory

2020-05-08 Thread root
Hello community,

here is the log from the commit of package shared-mime-info for 
openSUSE:Factory checked in at 2020-05-08 23:03:58

Comparing /work/SRC/openSUSE:Factory/shared-mime-info (Old)
 and  /work/SRC/openSUSE:Factory/.shared-mime-info.new.2738 (New)


Package is "shared-mime-info"

Fri May  8 23:03:58 2020 rev:62 rq:800818 version:2.0

Changes:

--- /work/SRC/openSUSE:Factory/shared-mime-info/shared-mime-info.changes
2020-04-15 19:53:33.301573565 +0200
+++ 
/work/SRC/openSUSE:Factory/.shared-mime-info.new.2738/shared-mime-info.changes  
2020-05-08 23:04:00.905698426 +0200
@@ -1,0 +2,21 @@
+Wed May  6 16:52:14 UTC 2020 - Stefan Brüns 
+
+- Update to version 2.0
+  + Port build system to meson, and ship test suite with tarball.
+  + Install ITS file to allow gettext to translate mime-type
+descriptions.
+  + Add BPS and IPS patch formats.
+  + Lower weight for "use strict" and similar in the perl mimetype.
+  + Add new magic for Sega Mega Drive ROMs.
+  + Add Common Lisp mime-type.
+  + Rename text/x-tcl to text/tcl.
+  + Add text/vbscript.
+  + Add PySpread spreadsheet mime-types.
+  + Add Kotlin source mime-type.
+  + Add AVIF image mime-type.
+  + Split versions of the Audible audio mime types.
+  + Add *.spx glob for audio/x-speex+ogg.
+  + Add Apple System Profiler XML mime-type.
+- Adjust build dependencies: Add meson and xmlto, drop intltool.
+
+---

Old:

  shared-mime-info-1.15.tar.xz

New:

  shared-mime-info-2.0.tar.xz



Other differences:
--
++ shared-mime-info.spec ++
--- /var/tmp/diff_new_pack.44ZBH4/_old  2020-05-08 23:04:01.701700053 +0200
+++ /var/tmp/diff_new_pack.44ZBH4/_new  2020-05-08 23:04:01.705700061 +0200
@@ -16,10 +16,10 @@
 #
 
 
-%define commitid b27eb88e4155d8fccb8bb3cd12025d5b
+%define commitid 0440063a2e6823a4b1a6fb2f2af8350f
 
 Name:   shared-mime-info
-Version:1.15
+Version:2.0
 Release:0
 Summary:Shared MIME Database
 License:GPL-2.0-or-later
@@ -29,12 +29,13 @@
 Source1:macros.shared-mime-info
 
 BuildRequires:  glib2-devel
-BuildRequires:  intltool
 BuildRequires:  itstool
 BuildRequires:  libxml2-devel
 # needed for xmllint
 BuildRequires:  libxml2-tools
+BuildRequires:  meson
 #BuildRequires:  translation-update-upstream
+BuildRequires:  xmlto
 # 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
@@ -57,18 +58,17 @@
 #translation-update-upstream
 
 %build
-%configure \
-   %{nil}
-%make_build
+%meson
+%meson_build
 
 %install
-%make_install
+%meson_install
 %find_lang %{name} %{?no_lang_C}
 # Install rpm macros
 install -D -m644 %{SOURCE1} %{buildroot}%{_rpmmacrodir}/macros.shared-mime-info
 
 %check
-%make_build check
+%meson_test
 
 %filetriggerin -- %{_datadir}/mime
 export PKGSYSTEM_ENABLE_FSYNC=0
@@ -80,10 +80,11 @@
 
 %files
 %license COPYING
-%doc NEWS README
+%doc NEWS README.md
 %{_bindir}/*
 %{_datadir}/mime/packages/*.xml
-%{_datadir}/pkgconfig/*.pc
+%{_libdir}/pkgconfig/*.pc
+%{_datadir}/gettext/its/shared-mime-info.*
 %ghost %{_datadir}/mime/[a-ms-vxX]*
 %{_mandir}/man?/*%{ext_man}
 %{_rpmmacrodir}/macros.shared-mime-info

++ shared-mime-info-1.15.tar.xz -> shared-mime-info-2.0.tar.xz ++
 101432 lines of diff (skipped)




commit shared-mime-info for openSUSE:Factory

2020-04-15 Thread root
Hello community,

here is the log from the commit of package shared-mime-info for 
openSUSE:Factory checked in at 2020-04-15 19:53:29

Comparing /work/SRC/openSUSE:Factory/shared-mime-info (Old)
 and  /work/SRC/openSUSE:Factory/.shared-mime-info.new.2738 (New)


Package is "shared-mime-info"

Wed Apr 15 19:53:29 2020 rev:61 rq:793805 version:1.15

Changes:

--- /work/SRC/openSUSE:Factory/shared-mime-info/shared-mime-info.changes
2020-01-28 10:52:58.916877133 +0100
+++ 
/work/SRC/openSUSE:Factory/.shared-mime-info.new.2738/shared-mime-info.changes  
2020-04-15 19:53:33.301573565 +0200
@@ -1,0 +2,39 @@
+Sat Apr 11 17:07:32 UTC 2020 - Bjørn Lie 
+
+- Update to version 1.15:
+  + Add Kindle 8 eBook format.
+  + Fix some HTML files being detected as XML.
+- Changes from version 1.14:
+  + Add mime-type for QCOW images.
+  + Fix matching SVG files in some circumstances (again).
+- Changes from version 1.13.1:
+  + Fix matching SVG files in some circumstances.
+- Changes from version 1.13:
+  + Add code of conduct document.
+  + Use itstool and gettext to generate translations.
+  + Add content-tree type for OSTree USB repositories.
+  + Add match for MPEG-4 v1 videos.
+  + Adjust a lot of user readable mime-type descriptions.
+  + Fix WOFF/WOFF2 mime-types.
+  + Prefer text/html to XHTML for *.html files.
+  + Better magic for text/html files.
+  + Fix SVG magic for files embedded in HTML.
+  + Add *.sgd as a glob for Mega Drive ROMs.
+  + Specification: Mention that sub-class-of can be aliases.
+  + Tools: Enable Large File Support in update-mime-database.
+  + Test suite:
+- Make test suite failures fatal.
+- Add test for duplicate mime-types.
+- Fix WarpScript test.
+- Generate the specification in the CI, to avoid it becoming
+  syntactically invalid.
+- Stop using source service, it leads to a undetected build cycle.
+- Following this: Drop libtool BuildRequires and stop passing
+  autogen.sh to bootstrap, we are now using upstream release
+  tarballs.
+- Add itstool BuildRequires: New dependency.
+- Disable t-u-u, currently breaks the build.
+- Stop passing --disable-default-make-check to configure, no longer
+  needed, nor recognized.
+
+---

Old:

  _service
  shared-mime-info-1.12.obscpio
  shared-mime-info.obsinfo

New:

  shared-mime-info-1.15.tar.xz



Other differences:
--
++ shared-mime-info.spec ++
--- /var/tmp/diff_new_pack.Eltbi2/_old  2020-04-15 19:53:34.985574324 +0200
+++ /var/tmp/diff_new_pack.Eltbi2/_new  2020-04-15 19:53:34.989574326 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package shared-mime-info
 #
-# Copyright (c) 2019 SUSE LLC.
+# 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
@@ -16,22 +16,25 @@
 #
 
 
+%define commitid b27eb88e4155d8fccb8bb3cd12025d5b
+
 Name:   shared-mime-info
-Version:1.12
+Version:1.15
 Release:0
 Summary:Shared MIME Database
 License:GPL-2.0-or-later
 Group:  System/X11/Utilities
-URL:https://gitlab.freedesktop.org/xdg/shared-mime-info/
-Source0:%{name}-%{version}.tar.xz
+URL:https://gitlab.freedesktop.org/xdg/shared-mime-info
+Source0:%{url}/uploads/%{commitid}/%{name}-%{version}.tar.xz
 Source1:macros.shared-mime-info
+
 BuildRequires:  glib2-devel
 BuildRequires:  intltool
-BuildRequires:  libtool
+BuildRequires:  itstool
 BuildRequires:  libxml2-devel
 # needed for xmllint
 BuildRequires:  libxml2-tools
-BuildRequires:  translation-update-upstream
+#BuildRequires:  translation-update-upstream
 # 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
@@ -50,12 +53,11 @@
 
 %prep
 %autosetup -p1
-translation-update-upstream
+# Broken as of 1.15
+#translation-update-upstream
 
 %build
-NOCONFIGURE=1 ./autogen.sh
 %configure \
-   --disable-default-make-check \
%{nil}
 %make_build
 
@@ -66,7 +68,7 @@
 install -D -m644 %{SOURCE1} %{buildroot}%{_rpmmacrodir}/macros.shared-mime-info
 
 %check
-make %{?_smp_mflags} check
+%make_build check
 
 %filetriggerin -- %{_datadir}/mime
 export PKGSYSTEM_ENABLE_FSYNC=0




commit shared-mime-info for openSUSE:Factory

2020-01-28 Thread root
Hello community,

here is the log from the commit of package shared-mime-info for 
openSUSE:Factory checked in at 2020-01-28 10:52:55

Comparing /work/SRC/openSUSE:Factory/shared-mime-info (Old)
 and  /work/SRC/openSUSE:Factory/.shared-mime-info.new.26092 (New)


Package is "shared-mime-info"

Tue Jan 28 10:52:55 2020 rev:60 rq:767478 version:1.12

Changes:

--- /work/SRC/openSUSE:Factory/shared-mime-info/shared-mime-info.changes
2019-11-29 16:02:10.904823522 +0100
+++ 
/work/SRC/openSUSE:Factory/.shared-mime-info.new.26092/shared-mime-info.changes 
2020-01-28 10:52:58.916877133 +0100
@@ -1,0 +2,5 @@
+Sat Jan 25 14:19:37 UTC 2020 - Dominique Leuenberger 
+
+- No longer recommend -lang: supplements are in use
+
+---



Other differences:
--
++ shared-mime-info.spec ++
--- /var/tmp/diff_new_pack.2VW2ur/_old  2020-01-28 10:53:00.104878525 +0100
+++ /var/tmp/diff_new_pack.2VW2ur/_new  2020-01-28 10:53:00.108878528 +0100
@@ -35,7 +35,6 @@
 # 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
-Recommends: %{name}-lang
 Provides:   %{name}-devel = %{version}-%{release}
 
 %description




commit shared-mime-info for openSUSE:Factory

2019-11-29 Thread root
Hello community,

here is the log from the commit of package shared-mime-info for 
openSUSE:Factory checked in at 2019-11-29 15:57:46

Comparing /work/SRC/openSUSE:Factory/shared-mime-info (Old)
 and  /work/SRC/openSUSE:Factory/.shared-mime-info.new.26869 (New)


Package is "shared-mime-info"

Fri Nov 29 15:57:46 2019 rev:59 rq:750958 version:1.12

Changes:

--- /work/SRC/openSUSE:Factory/shared-mime-info/shared-mime-info.changes
2019-05-16 21:56:58.602864730 +0200
+++ 
/work/SRC/openSUSE:Factory/.shared-mime-info.new.26869/shared-mime-info.changes 
2019-11-29 16:02:10.904823522 +0100
@@ -1,0 +2,6 @@
+Wed Nov 20 20:46:39 UTC 2019 - Stefan Brüns 
+
+- Drop no longer required PreReq's, obsolete with switch to file
+  trigger based pre/post scripts.
+
+---



Other differences:
--
++ shared-mime-info.spec ++
--- /var/tmp/diff_new_pack.45KoQA/_old  2019-11-29 16:02:13.208822577 +0100
+++ /var/tmp/diff_new_pack.45KoQA/_new  2019-11-29 16:02:13.208822577 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package shared-mime-info
 #
-# Copyright (c) 2019 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
@@ -34,10 +34,7 @@
 BuildRequires:  translation-update-upstream
 # libgio-2_0-0 Requires: shared-mime-info, but this can't exist yet. We 
explicitly ignore this dependency here.
 #!BuildIgnore:  shared-mime-info
-# FIXME: use proper Requires(pre/post/preun/...)
-PreReq: libglib-2_0-0
 # needed by update-mime-database
-PreReq: libxml2-2
 Recommends: %{name}-lang
 Provides:   %{name}-devel = %{version}-%{release}
 




commit shared-mime-info for openSUSE:Factory

2019-05-16 Thread root
Hello community,

here is the log from the commit of package shared-mime-info for 
openSUSE:Factory checked in at 2019-05-16 21:56:57

Comparing /work/SRC/openSUSE:Factory/shared-mime-info (Old)
 and  /work/SRC/openSUSE:Factory/.shared-mime-info.new.5148 (New)


Package is "shared-mime-info"

Thu May 16 21:56:57 2019 rev:58 rq:701855 version:1.12

Changes:

--- /work/SRC/openSUSE:Factory/shared-mime-info/shared-mime-info.changes
2019-05-03 22:08:29.619042976 +0200
+++ 
/work/SRC/openSUSE:Factory/.shared-mime-info.new.5148/shared-mime-info.changes  
2019-05-16 21:56:58.602864730 +0200
@@ -1,0 +2,5 @@
+Wed May  8 09:02:39 UTC 2019 - Dominique Leuenberger 
+
+- Move RPM macros to %_rpmmacrodir.
+
+---



Other differences:
--
++ shared-mime-info.spec ++
--- /var/tmp/diff_new_pack.h2umkX/_old  2019-05-16 21:57:00.358863978 +0200
+++ /var/tmp/diff_new_pack.h2umkX/_new  2019-05-16 21:57:00.394863963 +0200
@@ -25,7 +25,6 @@
 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
@@ -68,7 +67,7 @@
 %make_install
 %find_lang %{name} %{?no_lang_C}
 # Install rpm macros
-install -D -m644 %{SOURCE1} 
%{buildroot}%{_rpmconfigdir}/macros.d/macros.shared-mime-info
+install -D -m644 %{SOURCE1} %{buildroot}%{_rpmmacrodir}/macros.shared-mime-info
 
 %check
 make %{?_smp_mflags} check
@@ -89,7 +88,7 @@
 %{_datadir}/pkgconfig/*.pc
 %ghost %{_datadir}/mime/[a-ms-vxX]*
 %{_mandir}/man?/*%{ext_man}
-%{_rpmconfigdir}/macros.d/macros.shared-mime-info
+%{_rpmmacrodir}/macros.shared-mime-info
 
 %files lang -f %{name}.lang
 




commit shared-mime-info for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package shared-mime-info for 
openSUSE:Factory checked in at 2019-05-03 22:08:28

Comparing /work/SRC/openSUSE:Factory/shared-mime-info (Old)
 and  /work/SRC/openSUSE:Factory/.shared-mime-info.new.5148 (New)


Package is "shared-mime-info"

Fri May  3 22:08:28 2019 rev:57 rq:695164 version:1.12

Changes:

--- /work/SRC/openSUSE:Factory/shared-mime-info/shared-mime-info.changes
2019-04-03 09:25:39.563748664 +0200
+++ 
/work/SRC/openSUSE:Factory/.shared-mime-info.new.5148/shared-mime-info.changes  
2019-05-03 22:08:29.619042976 +0200
@@ -1,0 +2,5 @@
+Wed Apr 17 11:30:22 CEST 2019 - ku...@suse.de
+
+- Move RPM macros file to correct directory in /usr
+
+---



Other differences:
--
++ shared-mime-info.spec ++
--- /var/tmp/diff_new_pack.tFFuHC/_old  2019-05-03 22:08:30.315044365 +0200
+++ /var/tmp/diff_new_pack.tFFuHC/_new  2019-05-03 22:08:30.315044365 +0200
@@ -68,7 +68,7 @@
 %make_install
 %find_lang %{name} %{?no_lang_C}
 # Install rpm macros
-install -D -m644 %{SOURCE1} 
%{buildroot}%{_sysconfdir}/rpm/macros.shared-mime-info
+install -D -m644 %{SOURCE1} 
%{buildroot}%{_rpmconfigdir}/macros.d/macros.shared-mime-info
 
 %check
 make %{?_smp_mflags} check
@@ -89,7 +89,7 @@
 %{_datadir}/pkgconfig/*.pc
 %ghost %{_datadir}/mime/[a-ms-vxX]*
 %{_mandir}/man?/*%{ext_man}
-%{_sysconfdir}/rpm/macros.shared-mime-info
+%{_rpmconfigdir}/macros.d/macros.shared-mime-info
 
 %files lang -f %{name}.lang
 




commit shared-mime-info for openSUSE:Factory

2019-04-03 Thread root
Hello community,

here is the log from the commit of package shared-mime-info for 
openSUSE:Factory checked in at 2019-04-03 09:25:35

Comparing /work/SRC/openSUSE:Factory/shared-mime-info (Old)
 and  /work/SRC/openSUSE:Factory/.shared-mime-info.new.25356 (New)


Package is "shared-mime-info"

Wed Apr  3 09:25:35 2019 rev:56 rq:688445 version:1.12

Changes:

--- /work/SRC/openSUSE:Factory/shared-mime-info/shared-mime-info.changes
2018-11-08 09:43:50.469426676 +0100
+++ 
/work/SRC/openSUSE:Factory/.shared-mime-info.new.25356/shared-mime-info.changes 
2019-04-03 09:25:39.563748664 +0200
@@ -1,0 +2,27 @@
+Sun Mar 10 11:53:24 UTC 2019 - Bjørn Lie 
+
+- 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.
+
+---
@@ -4 +31 @@
-- Update to version 1.10
+- Update to version 1.10:

Old:

  shared-mime-info-1.10.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.GWFvAK/_old  2019-04-03 09:25:40.891749290 +0200
+++ /var/tmp/diff_new_pack.GWFvAK/_new  2019-04-03 09:25:40.927749307 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package shared-mime-info
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX 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,16 +17,18 @@
 
 
 Name:   shared-mime-info
-Version:1.10
+Version:1.12
 Release:0
 Summary:Shared MIME Database
 License:GPL-2.0-or-later
 Group:  System/X11/Utilities
-URL:http://freedesktop.org/wiki/Software/shared-mime-info
-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
@@ -52,13 +54,15 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 translation-update-upstream
 
 %build
+NOCONFIGURE=1 ./autogen.sh
 %configure \
---disable-default-make-check
-make %{?_smp_mflags}
+   --disable-default-make-check \
+   %{nil}
+%make_build
 
 %install
 %make_install
@@ -79,7 +83,7 @@
 
 %files
 %license COPYING
-%doc ChangeLog NEWS README
+%doc NEWS README
 %{_bindir}/*
 %{_datadir}/mime/packages/*.xml
 %{_datadir}/pkgconfig/*.pc

++ _service ++

  
https://gitlab.freedesktop.org/xdg/shared-mime-info.git
git
1.12
Release-1-12
  
  

  
  
*.tar
xz
  


++ shared-mime-info.obsinfo ++
name: shared-mime-info
version: 1.12
mtime: 1547738010
commit: 41a9a684249cd47aef4d65f81180ee69aa358d71




commit shared-mime-info for openSUSE:Factory

2018-11-08 Thread root
Hello community,

here is the log from the commit of package shared-mime-info for 
openSUSE:Factory checked in at 2018-11-08 09:43:46

Comparing /work/SRC/openSUSE:Factory/shared-mime-info (Old)
 and  /work/SRC/openSUSE:Factory/.shared-mime-info.new (New)


Package is "shared-mime-info"

Thu Nov  8 09:43:46 2018 rev:55 rq:644295 version:1.10

Changes:

--- /work/SRC/openSUSE:Factory/shared-mime-info/shared-mime-info.changes
2018-03-14 19:24:47.883544438 +0100
+++ /work/SRC/openSUSE:Factory/.shared-mime-info.new/shared-mime-info.changes   
2018-11-08 09:43:50.469426676 +0100
@@ -1,0 +2,15 @@
+Wed Oct 24 06:27:46 UTC 2018 - s...@suspend.net
+
+- 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
+
+---

Old:

  shared-mime-info-1.9.tar.xz

New:

  shared-mime-info-1.10.tar.xz



Other differences:
--
++ shared-mime-info.spec ++
--- /var/tmp/diff_new_pack.t42Izh/_old  2018-11-08 09:43:51.109425930 +0100
+++ /var/tmp/diff_new_pack.t42Izh/_new  2018-11-08 09:43:51.113425926 +0100
@@ -12,12 +12,12 @@
 # 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.10
 Release:0
 Summary:Shared MIME Database
 License:GPL-2.0-or-later

++ shared-mime-info-1.9.tar.xz -> shared-mime-info-1.10.tar.xz ++
 278589 lines of diff (skipped)




commit shared-mime-info for openSUSE:Factory

2018-03-14 Thread root
Hello community,

here is the log from the commit of package shared-mime-info for 
openSUSE:Factory checked in at 2018-03-14 19:24:46

Comparing /work/SRC/openSUSE:Factory/shared-mime-info (Old)
 and  /work/SRC/openSUSE:Factory/.shared-mime-info.new (New)


Package is "shared-mime-info"

Wed Mar 14 19:24:46 2018 rev:54 rq:584768 version:1.9

Changes:

--- /work/SRC/openSUSE:Factory/shared-mime-info/shared-mime-info.changes
2017-10-20 16:12:52.372128635 +0200
+++ /work/SRC/openSUSE:Factory/.shared-mime-info.new/shared-mime-info.changes   
2018-03-14 19:24:47.883544438 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:39:36 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---



Other differences:
--
++ shared-mime-info.spec ++
--- /var/tmp/diff_new_pack.yG9Oux/_old  2018-03-14 19:24:48.811511489 +0100
+++ /var/tmp/diff_new_pack.yG9Oux/_new  2018-03-14 19:24:48.815511347 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package shared-mime-info
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,10 +19,10 @@
 Name:   shared-mime-info
 Version:1.9
 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
+URL:http://freedesktop.org/wiki/Software/shared-mime-info
 Source: http://people.freedesktop.org/~hadess/%{name}-%{version}.tar.xz
 Source1:macros.shared-mime-info
 BuildRequires:  glib2-devel
@@ -33,11 +33,12 @@
 BuildRequires:  translation-update-upstream
 # libgio-2_0-0 Requires: shared-mime-info, but this can't exist yet. We 
explicitly ignore this dependency here.
 #!BuildIgnore:  shared-mime-info
+# FIXME: use proper Requires(pre/post/preun/...)
+PreReq: libglib-2_0-0
 # needed by update-mime-database
-PreReq: libxml2-2 libglib-2_0-0
-Provides:   %{name}-devel = %{version}-%{release}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+PreReq: libxml2-2
 Recommends: %{name}-lang
+Provides:   %{name}-devel = %{version}-%{release}
 
 %description
 This package contains:
@@ -49,6 +50,7 @@
 - The update-mime-database command, used to install new MIME data.
 
 %lang_package
+
 %prep
 %setup -q
 translation-update-upstream
@@ -56,16 +58,16 @@
 %build
 %configure \
 --disable-default-make-check
-make
+make %{?_smp_mflags}
 
 %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}%{_sysconfdir}/rpm/macros.shared-mime-info
 
 %check
-make check
+make %{?_smp_mflags} check
 
 %filetriggerin -- %{_datadir}/mime
 export PKGSYSTEM_ENABLE_FSYNC=0
@@ -76,13 +78,13 @@
 [ -x %{_bindir}/update-mime-database ] && %{_bindir}/update-mime-database 
"%{_datadir}/mime"
 
 %files
-%defattr (-, root, root)
-%doc COPYING ChangeLog NEWS README
+%license COPYING
+%doc ChangeLog NEWS README
 %{_bindir}/*
 %{_datadir}/mime/packages/*.xml
 %{_datadir}/pkgconfig/*.pc
 %ghost %{_datadir}/mime/[a-ms-vxX]*
-%{_mandir}/man?/*.*
+%{_mandir}/man?/*%{ext_man}
 %{_sysconfdir}/rpm/macros.shared-mime-info
 
 %files lang -f %{name}.lang




commit shared-mime-info for openSUSE:Factory

2017-10-20 Thread root
Hello community,

here is the log from the commit of package shared-mime-info for 
openSUSE:Factory checked in at 2017-10-20 16:12:51

Comparing /work/SRC/openSUSE:Factory/shared-mime-info (Old)
 and  /work/SRC/openSUSE:Factory/.shared-mime-info.new (New)


Package is "shared-mime-info"

Fri Oct 20 16:12:51 2017 rev:53 rq:533694 version:1.9

Changes:

--- /work/SRC/openSUSE:Factory/shared-mime-info/shared-mime-info.changes
2017-09-25 13:51:03.513390479 +0200
+++ /work/SRC/openSUSE:Factory/.shared-mime-info.new/shared-mime-info.changes   
2017-10-20 16:12:52.372128635 +0200
@@ -1,0 +2,5 @@
+Wed Oct 11 14:14:36 CEST 2017 - sbra...@suse.com
+
+- Drop obsolete mime-info-to-mime (boo#1062631).
+
+---

Old:

  mime-info-to-mime



Other differences:
--
++ shared-mime-info.spec ++
--- /var/tmp/diff_new_pack.muX0v9/_old  2017-10-20 16:12:52.900103970 +0200
+++ /var/tmp/diff_new_pack.muX0v9/_new  2017-10-20 16:12:52.904103783 +0200
@@ -24,18 +24,13 @@
 License:GPL-2.0+
 Group:  System/X11/Utilities
 Source: http://people.freedesktop.org/~hadess/%{name}-%{version}.tar.xz
-Source1:mime-info-to-mime
-Source2:macros.shared-mime-info
+Source1:macros.shared-mime-info
 BuildRequires:  glib2-devel
 BuildRequires:  intltool
 BuildRequires:  libxml2-devel
 # needed for xmllint
 BuildRequires:  libxml2-tools
 BuildRequires:  translation-update-upstream
-# needed by mime-info-to-mime:
-Requires:   /bin/mkdir
-Requires:   /bin/rm
-Requires:   /usr/bin/fgrep
 # 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
@@ -65,10 +60,9 @@
 
 %install
 %makeinstall
-install %{S:1} $RPM_BUILD_ROOT%{_bindir}/
 %find_lang %{name} %{?no_lang_C}
 # Install rpm macros
-install -D -m644 %{S:2} %{buildroot}%{_sysconfdir}/rpm/macros.shared-mime-info
+install -D -m644 %{S:1} %{buildroot}%{_sysconfdir}/rpm/macros.shared-mime-info
 
 %check
 make check




commit shared-mime-info for openSUSE:Factory

2017-09-25 Thread root
Hello community,

here is the log from the commit of package shared-mime-info for 
openSUSE:Factory checked in at 2017-09-25 13:51:02

Comparing /work/SRC/openSUSE:Factory/shared-mime-info (Old)
 and  /work/SRC/openSUSE:Factory/.shared-mime-info.new (New)


Package is "shared-mime-info"

Mon Sep 25 13:51:02 2017 rev:52 rq:528344 version:1.9

Changes:

--- /work/SRC/openSUSE:Factory/shared-mime-info/shared-mime-info.changes
2017-07-12 19:32:33.153600375 +0200
+++ /work/SRC/openSUSE:Factory/.shared-mime-info.new/shared-mime-info.changes   
2017-09-25 13:51:03.513390479 +0200
@@ -1,0 +2,31 @@
+Mon Sep 18 11:51:57 UTC 2017 - apla...@suse.com
+
+- Update to version 1.9:
+  + Add x-systemd-unit and x-dbus-service MIME types.
+  + Fix magic for application/x-java-keystore on little endian.
+  + Add mime-type for STL 3D models and GCODE.
+  + Add application/x-executable as a supertype of
+application/ecmascript.
+  + Add shebang magic for gjs JavaScript files.
+  + Add a mimetype for Khronos texture files.
+  + Add a mime-type for Famicom Disk System images.
+  + Add "font" top level type, and use IANA registered type for
+TTF, OTF, WOFF, TTC and WOFF2.
+  + Add OpenCL mime-type.
+  + Add text/x-python3 content type.
+  + Add Audible.com mime type.
+  + Add application/x-atari-lynx-rom.
+  + Add application/x-wonderswan-rom.
+  + Add application/x-virtual-boy-rom.
+  + Better JPEG 2000 MIME type support.
+  + Add support for GIMP data files (.gbr, .gih, .pat).
+  + Add an alias for Adobe Illustrator formats.
+  + Add *.mjs glob for Javascript.
+  + Rename application/x-trig to application/trig.
+  + Rename Panasonic RAW image mime-types to image/x-panasonic-rw*.
+  + Change the preferred suffix for image/x-tga from icb to tga.
+  + Correct "PostScript" capitalisation.
+  + Add mimetype for AppImage Type 2.
+  + Remove AppImage glob with different casing.
+
+---

Old:

  shared-mime-info-1.8.tar.xz

New:

  shared-mime-info-1.9.tar.xz



Other differences:
--
++ shared-mime-info.spec ++
--- /var/tmp/diff_new_pack.f94H9v/_old  2017-09-25 13:51:05.485113061 +0200
+++ /var/tmp/diff_new_pack.f94H9v/_new  2017-09-25 13:51:05.485113061 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   shared-mime-info
-Version:1.8
+Version:1.9
 Release:0
 Url:http://freedesktop.org/wiki/Software/shared-mime-info
 Summary:Shared MIME Database

++ shared-mime-info-1.8.tar.xz -> shared-mime-info-1.9.tar.xz ++
 236684 lines of diff (skipped)




commit shared-mime-info for openSUSE:Factory

2017-07-12 Thread root
Hello community,

here is the log from the commit of package shared-mime-info for 
openSUSE:Factory checked in at 2017-07-12 19:32: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"

Wed Jul 12 19:32:29 2017 rev:51 rq:508932 version:1.8

Changes:

--- /work/SRC/openSUSE:Factory/shared-mime-info/shared-mime-info.changes
2016-12-11 13:23:22.597233227 +0100
+++ /work/SRC/openSUSE:Factory/.shared-mime-info.new/shared-mime-info.changes   
2017-07-12 19:32:33.153600375 +0200
@@ -1,0 +2,9 @@
+Tue Jun 27 11:09:32 UTC 2017 - dims...@opensuse.org
+
+- Replace %mime_database_post/postun with respective file triggers
+  in shared-mime-info: any file put into /usr/share/mime will
+  trigger the execution of the script. In order to not break the
+  macros short-term they are being redefined to %nil.
+- Drop redundant %clean section.
+
+---



Other differences:
--
++ shared-mime-info.spec ++
--- /var/tmp/diff_new_pack.eCTEiL/_old  2017-07-12 19:32:33.905494289 +0200
+++ /var/tmp/diff_new_pack.eCTEiL/_new  2017-07-12 19:32:33.905494289 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package shared-mime-info
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -73,12 +73,13 @@
 %check
 make check
 
-%clean
-rm -rf $RPM_BUILD_ROOT
+%filetriggerin -- %{_datadir}/mime
+export PKGSYSTEM_ENABLE_FSYNC=0
+%{_bindir}/update-mime-database "%{_datadir}/mime"
 
-%post
+%filetriggerpostun -- %{_datadir}/mime
 export PKGSYSTEM_ENABLE_FSYNC=0
-%{_bindir}/update-mime-database %{_datadir}/mime || true
+[ -x %{_bindir}/update-mime-database ] && %{_bindir}/update-mime-database 
"%{_datadir}/mime"
 
 %files
 %defattr (-, root, root)

++ macros.shared-mime-info ++
--- /var/tmp/diff_new_pack.eCTEiL/_old  2017-07-12 19:32:33.937489775 +0200
+++ /var/tmp/diff_new_pack.eCTEiL/_new  2017-07-12 19:32:33.937489775 +0200
@@ -15,27 +15,10 @@
 #
 ###
 
-# On install, update the mime database
+# macros are place holders to not unnescessarily break packages; package 
converted to file triggers
 %mime_database_post()  \
-export PKGSYSTEM_ENABLE_FSYNC=0\
-if test -x %{_bindir}/update-mime-database; then   \
-%if "x%1" != "x%%1"\
-  %{_bindir}/update-mime-database "%1" || true \
-%else  \
-  %{_bindir}/update-mime-database "%{_datadir}/mime" || true   \
-%endif \
-fi 
+%nil
 
-# On uninstall, update the mime database. Note: we ignore upgrades (already
-# handled in %post of the new package).
+# macros are place holders to not unnescessarily break packages; package 
converted to file triggers
 %mime_database_postun()\
-export PKGSYSTEM_ENABLE_FSYNC=0\
-if [ $1 -eq 0 ]; then  \
-  if test -x %{_bindir}/update-mime-database; then \
-%if "x%1" != "x%%1"\
-%{_bindir}/update-mime-database "%1" || true   \
-%else  \
-%{_bindir}/update-mime-database "%{_datadir}/mime" || true \
-%endif \
-  fi   \
-fi
+%nil




commit shared-mime-info for openSUSE:Factory

2016-09-17 Thread h_root
Hello community,

here is the log from the commit of package shared-mime-info for 
openSUSE:Factory checked in at 2016-09-17 14:38:13

Comparing /work/SRC/openSUSE:Factory/shared-mime-info (Old)
 and  /work/SRC/openSUSE:Factory/.shared-mime-info.new (New)


Package is "shared-mime-info"

Changes:

--- /work/SRC/openSUSE:Factory/shared-mime-info/shared-mime-info.changes
2016-08-03 11:41:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.shared-mime-info.new/shared-mime-info.changes   
2016-09-17 14:38:16.0 +0200
@@ -1,0 +2,42 @@
+Sun Sep 11 06:46:00 UTC 2016 - zai...@opensuse.org
+
+- Update to version 1.7:
+  + Add mime-types for a number of video games systems ROMS (Atari
+7800, Atari 2600, Neo Geo Pocket, Sega CD/Mega-CD, Game Boy
+Color, Genesis 32X, Sega SG-1000, Sega Game Gear, Sega Pico).
+  + Add mime-type for .tar.lz and tar.lz4 archives.
+  + Add mime-type for Jupyter Notebook files.
+  + Add Flatpak mime-types and add compatibility for xdg-app ones.
+  + Add *.dib glob to BMP images.
+  + Use official IANA mime-types for WMF and EMF images.
+  + Add application/raml+yaml mime-type.
+  + Add GPX mimetypes as found in the wild.
+  + Add application/vnd.squashfs and
+application/vnd.snap mime-types.
+  + Add mime-type for IGES documents.
+  + Add mime-types for Sass CSS pre-processor files.
+..+.Add mime-type for Twig templates.
+  + Add alias application/nappdf for application/pdf.
+  + Add mimetype for AppImage.
+  + Add application/x-bsdiff mime-type.
+  + Add Gherkin feature specifications mime-type.
+  + Use official IANA registered type for
+application/vnd.chess-pgn.
+  + Use new IANA registered type for application/geo+json.
+  + Use official IANA registered type for
+application/vnd.comicbook+zip.
+  + Use official IANA registered type for application/vnd.rar.
+  + Use official IANA registered type for
+application/vnd.framemaker.
+  + Improve VRML mime-type.
+  + Better MPEG-2 TS magic.
+  + Better magic for 669 tracker MOD files.
+  + Fix misdetection of zip files as their content.
+  + Fix multi-page DjVu detection by file.
+  + Fix TGA magic detection.
+  + Fixes related to AMR audio files.
+  + Remove "*.sg" glob for Sega Master System ROM types.
+- Drop 0001-Add-alias-application-nappdf-for-application-pdf.patch:
+  Fixed upstream.
+
+---

Old:

  0001-Add-alias-application-nappdf-for-application-pdf.patch
  shared-mime-info-1.6.tar.xz

New:

  shared-mime-info-1.7.tar.xz



Other differences:
--
++ shared-mime-info.spec ++
--- /var/tmp/diff_new_pack.Mi5ztq/_old  2016-09-17 14:38:16.0 +0200
+++ /var/tmp/diff_new_pack.Mi5ztq/_new  2016-09-17 14:38:16.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   shared-mime-info
-Version:1.6
+Version:1.7
 Release:0
 Url:http://freedesktop.org/wiki/Software/shared-mime-info
 Summary:Shared MIME Database
@@ -26,8 +26,6 @@
 Source: http://people.freedesktop.org/~hadess/%{name}-%{version}.tar.xz
 Source1:mime-info-to-mime
 Source2:macros.shared-mime-info
-# PATCH-FIX-UPSTREAM 
0001-Add-alias-application-nappdf-for-application-pdf.patch boo#984021 
astie...@suse.com -- Add alias application/nappdf for application/pdf
-Patch0: 0001-Add-alias-application-nappdf-for-application-pdf.patch
 BuildRequires:  glib2-devel
 BuildRequires:  intltool
 BuildRequires:  libxml2-devel
@@ -58,7 +56,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 translation-update-upstream
 
 %build

++ shared-mime-info-1.6.tar.xz -> shared-mime-info-1.7.tar.xz ++
 221056 lines of diff (skipped)




commit shared-mime-info for openSUSE:Factory

2016-08-03 Thread h_root
Hello community,

here is the log from the commit of package shared-mime-info for 
openSUSE:Factory checked in at 2016-08-03 11:41:17

Comparing /work/SRC/openSUSE:Factory/shared-mime-info (Old)
 and  /work/SRC/openSUSE:Factory/.shared-mime-info.new (New)


Package is "shared-mime-info"

Changes:

--- /work/SRC/openSUSE:Factory/shared-mime-info/shared-mime-info.changes
2016-07-01 09:57:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.shared-mime-info.new/shared-mime-info.changes   
2016-08-03 11:41:18.0 +0200
@@ -7,0 +8,8 @@
+Wed May  4 16:32:45 UTC 2016 - mgo...@suse.com
+
+- Update to GNOME 3.20  Fate#318572
+
+- Drop shared-mime-info-disable-fdatasync-in-installation.patch:
+  fixed upstream.
+
+---
@@ -27,0 +36,13 @@
+
+---
+Mon Dec 14 10:16:24 UTC 2015 - fezh...@suse.com
+
+- Disable fdatasync() during installation time or when
+  PKGSYSTEM_ENABLE_FSYNC is set (bsc#862596) (fdo#70366)
+  - Add shared-mime-info-disable-fdatasync-in-installation.patch
+
+---
+Sat Nov 21 11:26:14 UTC 2015 - fezh...@suse.com
+
+- Backport the fix from openSUSE:Factory to fix the slow 
+  installation issue (bsc#862596) (fdo#70366) 



Other differences:
--



commit shared-mime-info for openSUSE:Factory

2016-07-01 Thread h_root
Hello community,

here is the log from the commit of package shared-mime-info for 
openSUSE:Factory checked in at 2016-07-01 09:57:42

Comparing /work/SRC/openSUSE:Factory/shared-mime-info (Old)
 and  /work/SRC/openSUSE:Factory/.shared-mime-info.new (New)


Package is "shared-mime-info"

Changes:

--- /work/SRC/openSUSE:Factory/shared-mime-info/shared-mime-info.changes
2016-03-29 14:27:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.shared-mime-info.new/shared-mime-info.changes   
2016-07-01 09:57:43.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun 14 10:46:29 UTC 2016 - astie...@suse.com
+
+- Add alias application/nappdf to application/pdf (boo#984021)
+  0001-Add-alias-application-nappdf-for-application-pdf.patch
+
+---

New:

  0001-Add-alias-application-nappdf-for-application-pdf.patch



Other differences:
--
++ shared-mime-info.spec ++
--- /var/tmp/diff_new_pack.YgRoMs/_old  2016-07-01 09:57:44.0 +0200
+++ /var/tmp/diff_new_pack.YgRoMs/_new  2016-07-01 09:57:44.0 +0200
@@ -26,6 +26,8 @@
 Source: http://people.freedesktop.org/~hadess/%{name}-%{version}.tar.xz
 Source1:mime-info-to-mime
 Source2:macros.shared-mime-info
+# PATCH-FIX-UPSTREAM 
0001-Add-alias-application-nappdf-for-application-pdf.patch boo#984021 
astie...@suse.com -- Add alias application/nappdf for application/pdf
+Patch0: 0001-Add-alias-application-nappdf-for-application-pdf.patch
 BuildRequires:  glib2-devel
 BuildRequires:  intltool
 BuildRequires:  libxml2-devel
@@ -56,6 +58,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 
 %build

++ 0001-Add-alias-application-nappdf-for-application-pdf.patch ++
>From c6f5d831d2e8838f65895ce9c59e1ccc2d22a1c2 Mon Sep 17 00:00:00 2001
From: Andreas Stieger 
Date: Thu, 9 Jun 2016 18:35:20 +0200
Subject: [PATCH] Add alias application/nappdf for application/pdf
Upstream: committed
References: https://bugs.freedesktop.org/show_bug.cgi?id=96463 
https://bugzilla.opensuse.org/show_bug.cgi?id=984021

---
 freedesktop.org.xml.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in
index 34a5d00..38c292a 100644
--- a/freedesktop.org.xml.in
+++ b/freedesktop.org.xml.in
@@ -215,6 +215,7 @@ command to generate the output files.
 
 
 
+
   
   
 <_comment>XSPF playlist
-- 
2.6.6




commit shared-mime-info for openSUSE:Factory

2016-03-29 Thread h_root
Hello community,

here is the log from the commit of package shared-mime-info for 
openSUSE:Factory checked in at 2016-03-29 14:27:48

Comparing /work/SRC/openSUSE:Factory/shared-mime-info (Old)
 and  /work/SRC/openSUSE:Factory/.shared-mime-info.new (New)


Package is "shared-mime-info"

Changes:

--- /work/SRC/openSUSE:Factory/shared-mime-info/shared-mime-info.changes
2015-10-06 16:13:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.shared-mime-info.new/shared-mime-info.changes   
2016-03-29 14:27:49.0 +0200
@@ -1,0 +2,22 @@
+Tue Mar  1 23:19:28 UTC 2016 - dims...@opensuse.org
+
+- Update to version 1.6:
+  + Add XAR archive mime-type.
+  + Add GeoJSON mime-type.
+  + Add GPX mime-type.
+  + Add xdg-app mime-type.
+  + Add *.xht glob and magic for XHTML files.
+  + Bump priority of archive mime-types with long magics, to avoid
+false positives when detecting files inside the archive itself.
+- Drop xz BuildRequires: this is already part of default build
+  setups for a long time.
+- Drop workaround for fdo#70366 (that is, no longer
+  export ac_cv_func_fdatasync=no).
+- Add PKGSYSTEM_ENABLE_FSYNC=0 to mime_database_post and
+  mime_database_postun macros, which is the upstream provided way
+  to opt-out of the fdatasync call. That variable is checked for
+  since version 1.4.
+- Add PKGSYSTEM_ENABLE_FSYNC=0 to post script (as we do can't use
+  the macros we install with the package there).
+
+---

Old:

  shared-mime-info-1.5.tar.xz

New:

  shared-mime-info-1.6.tar.xz



Other differences:
--
++ shared-mime-info.spec ++
--- /var/tmp/diff_new_pack.WwyPIL/_old  2016-03-29 14:27:50.0 +0200
+++ /var/tmp/diff_new_pack.WwyPIL/_new  2016-03-29 14:27:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package shared-mime-info
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX 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,9 +17,8 @@
 
 
 Name:   shared-mime-info
-Version:1.5
+Version:1.6
 Release:0
-# FIXME: Remove workaround for fdo#70366 once fixed
 Url:http://freedesktop.org/wiki/Software/shared-mime-info
 Summary:Shared MIME Database
 License:GPL-2.0+
@@ -33,8 +32,6 @@
 # needed for xmllint
 BuildRequires:  libxml2-tools
 BuildRequires:  translation-update-upstream
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 # needed by mime-info-to-mime:
 Requires:   /bin/mkdir
 Requires:   /bin/rm
@@ -62,8 +59,6 @@
 translation-update-upstream
 
 %build
-# Workaround for fdo#70366
-export ac_cv_func_fdatasync=no
 %configure \
 --disable-default-make-check
 make
@@ -82,6 +77,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
+export PKGSYSTEM_ENABLE_FSYNC=0
 %{_bindir}/update-mime-database %{_datadir}/mime || true
 
 %files

++ macros.shared-mime-info ++
--- /var/tmp/diff_new_pack.WwyPIL/_old  2016-03-29 14:27:50.0 +0200
+++ /var/tmp/diff_new_pack.WwyPIL/_new  2016-03-29 14:27:50.0 +0200
@@ -17,6 +17,7 @@
 
 # On install, update the mime database
 %mime_database_post()  \
+export PKGSYSTEM_ENABLE_FSYNC=0\
 if test -x %{_bindir}/update-mime-database; then   \
 %if "x%1" != "x%%1"\
   %{_bindir}/update-mime-database "%1" || true \
@@ -28,6 +29,7 @@
 # On uninstall, update the mime database. Note: we ignore upgrades (already
 # handled in %post of the new package).
 %mime_database_postun()\
+export PKGSYSTEM_ENABLE_FSYNC=0\
 if [ $1 -eq 0 ]; then  \
   if test -x %{_bindir}/update-mime-database; then \
 %if "x%1" != "x%%1"\

++ shared-mime-info-1.5.tar.xz -> shared-mime-info-1.6.tar.xz ++
 3108 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/shared-mime-info-1.5/ChangeLog new/shared-mime-info-1.6/ChangeLog
--- old/shared-mime-info-1.5/ChangeLog  2015-09-16 13:51:30.0 +0200
+++ 

commit shared-mime-info for openSUSE:Factory

2015-10-06 Thread h_root
Hello community,

here is the log from the commit of package shared-mime-info for 
openSUSE:Factory checked in at 2015-10-06 16:13:10

Comparing /work/SRC/openSUSE:Factory/shared-mime-info (Old)
 and  /work/SRC/openSUSE:Factory/.shared-mime-info.new (New)


Package is "shared-mime-info"

Changes:

--- /work/SRC/openSUSE:Factory/shared-mime-info/shared-mime-info.changes
2015-02-23 13:06:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.shared-mime-info.new/shared-mime-info.changes   
2015-10-06 16:13:12.0 +0200
@@ -1,0 +2,37 @@
+Wed Sep 16 20:38:43 UTC 2015 - zai...@opensuse.org
+
+- Update to version 1.5:
+  + Fix compilation with glib < 2.26.
+  + Update DTD.
+  + Mime-type changes:
+- Add more globs to console ROM files.
+- Use "folder" generic-icon for inode/directory.
+- Bump priority for ISO images glob matching to work  around
+  confusion around Wii image files.
+- Add application/owl+xml.
+- Add text/turtle.
+- Use IANA registered image/vnd.zbrush.pcx for PCX.
+- Add text/rust for Rust source code.
+- Add application/ld+json as subclass of application/json.
+- Add text/csv-schema.
+- Add application/vnd.coffeescript.
+- Make application/vnd.apple.mpegurl a subclass of text/plain.
+- Make application/sdp a subclass of text/plain.
+- Add application/jrd+json as subclass of application/json.
+- Add MTM, MED, 699 and Ultratracker magic for
+  application/x-mod.
+- Add Meson build definitions.
+- Match newer versions of XCF files.
+- Use IANA registered type for PKCS#12.
+- Add application/x-doom-wad.
+- Add Amiga disk image.
+- Rename "Dreamcast ROM" to "Dreamcast GD-ROM".
+- Add application/x-wii-wad.
+- Add magic and tests to application/x-gameboy-rom.
+- Add application/x-saturn-rom.
+- Fix application/x-genesis-rom translation rules.
+- Split up multi-page DjVu into its own mime-type.
+- Drop shared-mime-info-bump-priority-for-ISO-images.patch: Fixed
+  upstream (fdo#80877).
+
+---

Old:

  shared-mime-info-1.4.tar.xz
  shared-mime-info-bump-priority-for-ISO-images.patch

New:

  shared-mime-info-1.5.tar.xz



Other differences:
--
++ shared-mime-info.spec ++
--- /var/tmp/diff_new_pack.YQFvaN/_old  2015-10-06 16:13:12.0 +0200
+++ /var/tmp/diff_new_pack.YQFvaN/_new  2015-10-06 16:13:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   shared-mime-info
-Version:1.4
+Version:1.5
 Release:0
 # FIXME: Remove workaround for fdo#70366 once fixed
 Url:http://freedesktop.org/wiki/Software/shared-mime-info
@@ -27,8 +27,6 @@
 Source: http://people.freedesktop.org/~hadess/%{name}-%{version}.tar.xz
 Source1:mime-info-to-mime
 Source2:macros.shared-mime-info
-# PATCH-FIX-UPSTREAM shared-mime-info-bump-priority-for-ISO-images.patch 
fdo#80877 kde#337035 boo#904100 hrvoje.sen...@gmail.com -- work-around file 
managers that cannot use magic to differentiate mime-types
-Patch0: shared-mime-info-bump-priority-for-ISO-images.patch
 BuildRequires:  glib2-devel
 BuildRequires:  intltool
 BuildRequires:  libxml2-devel
@@ -61,7 +59,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 translation-update-upstream
 
 %build

++ shared-mime-info-1.4.tar.xz -> shared-mime-info-1.5.tar.xz ++
 191514 lines of diff (skipped)




commit shared-mime-info for openSUSE:Factory

2015-02-23 Thread h_root
Hello community,

here is the log from the commit of package shared-mime-info for 
openSUSE:Factory checked in at 2015-02-23 13:06:06

Comparing /work/SRC/openSUSE:Factory/shared-mime-info (Old)
 and  /work/SRC/openSUSE:Factory/.shared-mime-info.new (New)


Package is shared-mime-info

Changes:

--- /work/SRC/openSUSE:Factory/shared-mime-info/shared-mime-info.changes
2014-04-15 07:35:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.shared-mime-info.new/shared-mime-info.changes   
2015-02-23 13:06:07.0 +0100
@@ -1,0 +2,37 @@
+Thu Feb 19 09:41:10 UTC 2015 - dims...@opensuse.org
+
+- Update to version 1.4:
+  + Add glob for low-resolution videos from GoPro.
+  + Add mime-type for partially downloaded files.
+  + Use IANA registered mime-type for Debian packages.
+  + Add another magic for OTF fonts.
+  + Add support for Adobe PageMaker.
+  + Remove the Apple iOS PNG variant.
+  + Add *.dbk glob for DocBook.
+  + Use IANA registered mime-type for Vivo.
+  + Remove obsolete application/x-gmc-link mime-type.
+  + Make application/x-wais-source a subclass of text/plain.
+  + Flip application/smil+xml and application/smil type/alias.
+  + Add Nintendo 64 ROM magic.
+  + Add qpress archive support.
+  + Add image/x-tiff-multipage mime-type.
+  + Rename Microsoft icon to Windows icon.
+  + Add magic for ODB files.
+  + Use IANA registered text/markdown for Markdown.
+  + New mimetype for SCons scripts as subclass of x-python.
+  + Make application/pgp-encrypted a subclass of text/plain.
+  + Associate *.qmltypes and *.qmlproject files with the text/x-qml
+mime type.
+  + Add text/x-genie mime type for Genie source code.
+  + Disable fdatasync() usage if PKGSYSTEM_ENABLE_FSYNC is set.
+  + Skip mime database update if packages are older than cache.
+  + Add -n option to update-mime-database to only update if
+newer.
+
+---
+Thu Feb 19 02:51:39 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Add shared-mime-info-bump-priority-for-ISO-images.patch
+  (fdo#80877, kde#337035, boo#904100)
+
+---

Old:

  shared-mime-info-1.3.tar.xz

New:

  shared-mime-info-1.4.tar.xz
  shared-mime-info-bump-priority-for-ISO-images.patch



Other differences:
--
++ shared-mime-info.spec ++
--- /var/tmp/diff_new_pack.zQri4d/_old  2015-02-23 13:06:08.0 +0100
+++ /var/tmp/diff_new_pack.zQri4d/_new  2015-02-23 13:06:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package shared-mime-info
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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.3
+Version:1.4
 Release:0
 # FIXME: Remove workaround for fdo#70366 once fixed
 Url:http://freedesktop.org/wiki/Software/shared-mime-info
@@ -27,6 +27,8 @@
 Source: http://people.freedesktop.org/~hadess/%{name}-%{version}.tar.xz
 Source1:mime-info-to-mime
 Source2:macros.shared-mime-info
+# PATCH-FIX-UPSTREAM shared-mime-info-bump-priority-for-ISO-images.patch 
fdo#80877 kde#337035 boo#904100 hrvoje.sen...@gmail.com -- work-around file 
managers that cannot use magic to differentiate mime-types
+Patch0: shared-mime-info-bump-priority-for-ISO-images.patch
 BuildRequires:  glib2-devel
 BuildRequires:  intltool
 BuildRequires:  libxml2-devel
@@ -59,6 +61,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 
 %build

++ shared-mime-info-1.3.tar.xz - shared-mime-info-1.4.tar.xz ++
 282349 lines of diff (skipped)

++ shared-mime-info-bump-priority-for-ISO-images.patch ++
From 824cff3da0f17812715795f0e64a47f7331a338b Mon Sep 17 00:00:00 2001
From: Bastien Nocera had...@hadess.net
Date: Wed, 18 Feb 2015 10:37:36 +0100
Subject: Bump priority for ISO images glob matching

To work-around file managers that cannot use magic to differentiate
mime-types.

https://bugs.freedesktop.org/show_bug.cgi?id=80877

diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in
index 64f34b9..59e399c 100644
--- a/freedesktop.org.xml.in
+++ b/freedesktop.org.xml.in
@@ -1499,7 +1499,7 @@ command to generate the output files.
 _commentraw CD image/_comment
 sub-class-of type=application/x-raw-disk-image/
 alias type=application/x-iso9660-image/
-glob pattern=*.iso/
+glob pattern=*.iso weight=80/
 glob pattern=*.iso9660/
   /mime-type
   mime-type type=application/x-cdrdao-toc
-- 
cgit v0.10.2

commit shared-mime-info for openSUSE:Factory

2014-04-14 Thread h_root
Hello community,

here is the log from the commit of package shared-mime-info for 
openSUSE:Factory checked in at 2014-04-15 07:35:21

Comparing /work/SRC/openSUSE:Factory/shared-mime-info (Old)
 and  /work/SRC/openSUSE:Factory/.shared-mime-info.new (New)


Package is shared-mime-info

Changes:

--- /work/SRC/openSUSE:Factory/shared-mime-info/shared-mime-info.changes
2014-02-13 06:51:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.shared-mime-info.new/shared-mime-info.changes   
2014-04-15 07:35:22.0 +0200
@@ -1,0 +2,25 @@
+Tue Apr  8 23:10:43 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to version 1.3:
+  + Mime-type changes:
+- Add Aliases for OpenOffice Base and StarWriter.
+- Add Apple Keynote 5 mime-type.
+- Add mimetype for compressed FictionBook2.
+- Don't recognize all .asc files as application/pgp-encrypted.
+- Add tree magic for the Kindle e-book reader.
+- Add LZ4 archive type.
+- Add PC Engine, GameCube and Wii ROM types.
+- Add audio/x-opus+ogg mime-type.
+- Add image/webp mime-type.
+- Prefer application/vnd.ms-asf to video/x-ms-asf.
+- Add application/x-riff mime-type.
+- Add JSON mime-type.
+- Add *.jsm glob for Javascript.
+- Add magic and glob patterns for compressed x-spss-sav files.
+- JavaScript and CSS are not subclasses of text/x-csrc.
+- Remove *.CSSL glob for CSS files.
+  + Call g_type_init() only with older glib.
+  + Fix failures on NetBSD.
+  + Store MEDIA/SUBTYPE.xml files in lowercase.
+
+---

Old:

  shared-mime-info-1.2.tar.xz

New:

  shared-mime-info-1.3.tar.xz



Other differences:
--
++ shared-mime-info.spec ++
--- /var/tmp/diff_new_pack.7Sm8aC/_old  2014-04-15 07:35:23.0 +0200
+++ /var/tmp/diff_new_pack.7Sm8aC/_new  2014-04-15 07:35:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   shared-mime-info
-Version:1.2
+Version:1.3
 Release:0
 # FIXME: Remove workaround for fdo#70366 once fixed
 Url:http://freedesktop.org/wiki/Software/shared-mime-info

++ shared-mime-info-1.2.tar.xz - shared-mime-info-1.3.tar.xz ++
 5466 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/shared-mime-info-1.2/ChangeLog new/shared-mime-info-1.3/ChangeLog
--- old/shared-mime-info-1.2/ChangeLog  2013-09-30 12:17:17.0 +0200
+++ new/shared-mime-info-1.3/ChangeLog  2014-04-08 14:51:00.0 +0200
@@ -1,3 +1,328 @@
+commit 9e46e73c60d129a2367eb715ae55d9f503c26074
+Author: Bastien Nocera had...@hadess.net
+Date:   Tue Apr 8 14:50:50 2014 +0200
+
+1.3
+
+ NEWS | 23 +++
+ configure.ac |  2 +-
+ 2 files changed, 24 insertions(+), 1 deletion(-)
+
+commit bbc47d00112526c2c409e72e9f4d38cc3a311bf8
+Author: Bastien Nocera had...@hadess.net
+Date:   Wed Apr 2 11:41:42 2014 +0200
+
+Add missing *.jsm test case file
+
+Was missing from the earlier commit.
+
+ tests/Utils.jsm | 498 
+ 1 file changed, 498 insertions(+)
+
+commit 8ecd4d643abc915d70db6fab46b17d32dfe64360
+Author: Bastien Nocera had...@hadess.net
+Date:   Wed Apr 2 11:38:01 2014 +0200
+
+Remove *.CSSL glob for CSS files
+
+It was probably meant to be *.CSS1 (one, not L) which got badly
+transposed when the KDE and GNOME databases were merged more than
+10 years ago.
+
+As nobody seems to have missed *.CSS1 and *.CSSL is wrong, remove it.
+
+https://bugs.freedesktop.org/show_bug.cgi?id=76940
+
+ freedesktop.org.xml.in | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 1c302e1cf2db02c4262bcb6501b337a2c9ea09fd
+Author: Gordon P. Hemsley m...@gphemsley.org
+Date:   Wed Jan 15 00:56:55 2014 -0500
+
+JavaScript and CSS are not subclasses of text/x-csrc
+
+and add test files for CSS.
+
+https://bugs.freedesktop.org/show_bug.cgi?id=73648
+
+ freedesktop.org.xml.in |   4 +-
+ tests/html4.css|  78 
+ tests/html5.css| 507 +
+ tests/list |   4 +
+ 4 files changed, 591 insertions(+), 2 deletions(-)
+
+commit 7f0731f461cbdd980c6b9312d60a515f29ae23d2
+Author: Ben Pfaff b...@cs.stanford.edu
+Date:   Fri Nov 15 07:13:00 2013 +
+
+Add magic and glob patterns for compressed x-spss-sav files
+
+

commit shared-mime-info for openSUSE:Factory

2014-02-12 Thread h_root
Hello community,

here is the log from the commit of package shared-mime-info for 
openSUSE:Factory checked in at 2014-02-13 06:51:41

Comparing /work/SRC/openSUSE:Factory/shared-mime-info (Old)
 and  /work/SRC/openSUSE:Factory/.shared-mime-info.new (New)


Package is shared-mime-info

Changes:

--- /work/SRC/openSUSE:Factory/shared-mime-info/shared-mime-info.changes
2013-10-02 14:49:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.shared-mime-info.new/shared-mime-info.changes   
2014-02-13 06:51:42.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  9 18:53:55 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Export ac_cv_func_fdatasync=no before calling configure, to
+  workaround the issue described in fdo#70366, where fdatasync()
+  is called on each update-mime-database invocation
+
+---



Other differences:
--
++ shared-mime-info.spec ++
--- /var/tmp/diff_new_pack.LithK8/_old  2014-02-13 06:51:42.0 +0100
+++ /var/tmp/diff_new_pack.LithK8/_new  2014-02-13 06:51:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package shared-mime-info
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -19,6 +19,7 @@
 Name:   shared-mime-info
 Version:1.2
 Release:0
+# FIXME: Remove workaround for fdo#70366 once fixed
 Url:http://freedesktop.org/wiki/Software/shared-mime-info
 Summary:Shared MIME Database
 License:GPL-2.0+
@@ -61,6 +62,8 @@
 translation-update-upstream
 
 %build
+# Workaround for fdo#70366
+export ac_cv_func_fdatasync=no
 %configure \
 --disable-default-make-check
 make

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit shared-mime-info for openSUSE:Factory

2013-10-02 Thread h_root
Hello community,

here is the log from the commit of package shared-mime-info for 
openSUSE:Factory checked in at 2013-10-02 14:49:17

Comparing /work/SRC/openSUSE:Factory/shared-mime-info (Old)
 and  /work/SRC/openSUSE:Factory/.shared-mime-info.new (New)


Package is shared-mime-info

Changes:

--- /work/SRC/openSUSE:Factory/shared-mime-info/shared-mime-info.changes
2013-02-20 09:36:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.shared-mime-info.new/shared-mime-info.changes   
2013-10-02 14:49:18.0 +0200
@@ -1,0 +2,29 @@
+Mon Sep 30 17:22:54 UTC 2013 - dims...@opensuse.org
+
+- Update to version 1.2:
+  + Mime-type changes:
+- Use IANA registered application/sql type for SQL.
+- Add test for text/x-python.
+- Added *.pyx as Pyrex/Cython variant of text/x-python.
+- Lower the priority of the *png glob on Apple PNGs.
+- Add magic for Kobo e-book reader.
+- Add another magic for EPub books.
+- Add missing globs and tests for OpenPGP files.
+- Add MIME types for raw disk images.
+- Add video/x-matroska-3d mime-type.
+- Use application/vnd.adobe.flash.movie for SWF.
+- Use application/vnd.nintendo.snes.rom for SNES ROMs,
+  associate *.sfc with them.
+- Fix shebang matches for shell scripts.
+- Remove *.ogv as a glob for Theora videos as they might not be
+  Theora.
+- Improve detection of Perl scripts.
+- Add more aliases for Photoshop images.
+- Add Microsoft Publisher mime-type.
+- Correct JPEG2000 definition.
+  + Check for errors when saving files, and ensure that files are
+saved to disk before carrying on.
+  + Don't use access() to check for writability.
+  + Rename configure.in to configure.ac.
+
+---

Old:

  shared-mime-info-1.1.tar.xz

New:

  shared-mime-info-1.2.tar.xz



Other differences:
--
++ shared-mime-info.spec ++
--- /var/tmp/diff_new_pack.hQW9hT/_old  2013-10-02 14:49:19.0 +0200
+++ /var/tmp/diff_new_pack.hQW9hT/_new  2013-10-02 14:49:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   shared-mime-info
-Version:1.1
+Version:1.2
 Release:0
 Url:http://freedesktop.org/wiki/Software/shared-mime-info
 Summary:Shared MIME Database

++ shared-mime-info-1.1.tar.xz - shared-mime-info-1.2.tar.xz ++
 7649 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit shared-mime-info for openSUSE:Factory

2013-02-20 Thread h_root
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 gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/shared-mime-info/shared-mime-info.changes
2012-07-24 17:20:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.shared-mime-info.new/shared-mime-info.changes   
2013-02-20 09:36:38.0 +0100
@@ -1,0 +2,21 @@
+Sun Feb 17 17:13:58 UTC 2013 - dims...@opensuse.org
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.XywDdz/_new  2013-02-20 09:36:39.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit shared-mime-info for openSUSE:Factory

2012-07-24 Thread h_root
Hello community,

here is the log from the commit of package shared-mime-info for 
openSUSE:Factory checked in at 2012-07-24 15:38:55

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 gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/shared-mime-info/shared-mime-info.changes
2012-03-19 09:59:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.shared-mime-info.new/shared-mime-info.changes   
2012-07-24 17:20:58.0 +0200
@@ -1,0 +2,5 @@
+Sat Jul 21 17:45:55 UTC 2012 - dims...@opensuse.org
+
+- Split out -lang package (bnc#645077). 
+
+---



Other differences:
--
++ shared-mime-info.spec ++
--- /var/tmp/diff_new_pack.5zs9Fp/_old  2012-07-24 17:21:00.0 +0200
+++ /var/tmp/diff_new_pack.5zs9Fp/_new  2012-07-24 17:21:00.0 +0200
@@ -44,6 +44,7 @@
 PreReq: libxml2-2 libglib-2_0-0
 Provides:   %{name}-devel = %{version}-%{release}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Recommends: %{name}-lang
 
 %description
 This package contains:
@@ -54,6 +55,7 @@
 
 - The update-mime-database command, used to install new MIME data.
 
+%lang_package
 %prep
 %setup -q
 translation-update-upstream
@@ -65,7 +67,7 @@
 %install
 %makeinstall
 install %{S:1} $RPM_BUILD_ROOT%{_bindir}/
-%find_lang %{name}
+%find_lang %{name} %{?no_lang_C}
 # Install rpm macros
 install -D -m644 %{S:2} %{buildroot}%{_sysconfdir}/rpm/macros.shared-mime-info
 
@@ -75,7 +77,7 @@
 %post
 %{_bindir}/update-mime-database %{_datadir}/mime || true
 
-%files -f %{name}.lang
+%files
 %defattr (-, root, root)
 %doc COPYING ChangeLog NEWS README
 %{_bindir}/*
@@ -85,4 +87,6 @@
 %{_mandir}/man?/*.*
 %{_sysconfdir}/rpm/macros.shared-mime-info
 
+%files lang -f %{name}.lang
+
 %changelog


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit shared-mime-info for openSUSE:Factory

2012-02-28 Thread h_root
Hello community,

here is the log from the commit of package shared-mime-info for 
openSUSE:Factory checked in at 2012-02-28 14:16:13

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 gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/shared-mime-info/shared-mime-info.changes
2012-01-20 22:07:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.shared-mime-info.new/shared-mime-info.changes   
2012-02-28 14:16:14.0 +0100
@@ -1,0 +2,6 @@
+Sun Feb 26 13:57:54 UTC 2012 - vu...@opensuse.org
+
+- Add libxml2-tools BuildRequires for xmllint, now that tools got
+  split from libxml2 package.
+
+---



Other differences:
--
++ shared-mime-info.spec ++
--- /var/tmp/diff_new_pack.1PLPk6/_old  2012-02-28 14:16:15.0 +0100
+++ /var/tmp/diff_new_pack.1PLPk6/_new  2012-02-28 14:16:15.0 +0100
@@ -29,11 +29,15 @@
 BuildRequires:  glib2-devel
 BuildRequires:  intltool
 BuildRequires:  libxml2-devel
+# needed for xmllint
+BuildRequires:  libxml2-tools
 BuildRequires:  translation-update-upstream
 # Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
 BuildRequires:  xz
 # needed by mime-info-to-mime:
-Requires:   /bin/rm /bin/mkdir /usr/bin/fgrep
+Requires:   /bin/mkdir
+Requires:   /bin/rm
+Requires:   /usr/bin/fgrep
 # 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


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit shared-mime-info for openSUSE:Factory

2012-01-20 Thread h_root
Hello community,

here is the log from the commit of package shared-mime-info for 
openSUSE:Factory checked in at 2012-01-20 22:07:58

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 gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/shared-mime-info/shared-mime-info.changes
2011-10-03 09:25:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.shared-mime-info.new/shared-mime-info.changes   
2012-01-20 22:07:59.0 +0100
@@ -1,0 +2,16 @@
+Tue Jan 17 18:02:01 UTC 2012 - vu...@opensuse.org
+
+- Update to version 1.0:
+  + Mime-type changes:
+- Add root-XML for AbiWord, Atom, Dia, Dia shape,
+  KML, RDF, XSL FO, metalink, XMI, SMIL
+- Add glob for VDR recordings
+- Make PBM/PPM detection more permissive
+- Fix magic for MP3 files without ID3
+- Add application/vnd.visio mimetype
+- Fix Amazon MP3 being detected as Qt Designer
+- Add application/acrobat alias for PDF files
+- Add support for detecting DVDs without VIDEO_TS dirs
+  + Test suite adjustments for xdgmime bug fixes
+
+---

Old:

  shared-mime-info-0.91.tar.xz

New:

  shared-mime-info-1.0.tar.xz



Other differences:
--
++ shared-mime-info.spec ++
--- /var/tmp/diff_new_pack.tec2PH/_old  2012-01-20 22:08:01.0 +0100
+++ /var/tmp/diff_new_pack.tec2PH/_new  2012-01-20 22:08:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package shared-mime-info
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,16 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   shared-mime-info
-Version:0.91
-Release:1
+Version:1.0
+Release:0
 Url:http://freedesktop.org/wiki/Software/shared-mime-info
-Group:  System/X11/Utilities
-License:GPL-2.0+
 Summary:Shared MIME Database
+License:GPL-2.0+
+Group:  System/X11/Utilities
 Source: http://people.freedesktop.org/~hadess/%{name}-%{version}.tar.xz
 Source1:mime-info-to-mime
 Source2:macros.shared-mime-info

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit shared-mime-info for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package shared-mime-info for 
openSUSE:Factory checked in at 2011-12-06 19:03:58

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 gnome-maintain...@suse.de

Changes:




Other differences:
--
++ shared-mime-info.spec ++
--- /var/tmp/diff_new_pack.NDt75j/_old  2011-12-06 19:37:19.0 +0100
+++ /var/tmp/diff_new_pack.NDt75j/_new  2011-12-06 19:37:19.0 +0100
@@ -23,7 +23,7 @@
 Release:1
 Url:http://freedesktop.org/wiki/Software/shared-mime-info
 Group:  System/X11/Utilities
-License:GPLv2+
+License:GPL-2.0+
 Summary:Shared MIME Database
 Source: http://people.freedesktop.org/~hadess/%{name}-%{version}.tar.xz
 Source1:mime-info-to-mime


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit shared-mime-info for openSUSE:Factory

2011-10-03 Thread h_root

Hello community,

here is the log from the commit of package shared-mime-info for openSUSE:Factory
checked in at Mon Oct 3 09:25:09 CEST 2011.




--- openSUSE:Factory/shared-mime-info/shared-mime-info.changes  2011-10-02 
11:15:09.0 +0200
+++ shared-mime-info/shared-mime-info.changes   2011-10-02 21:33:58.0 
+0200
@@ -1,0 +2,6 @@
+Sun Oct  2 19:32:30 UTC 2011 - dims...@opensuse.org
+
+- Add shared-mime-info to BuildIgnores: libgio-2_0-0 would drag it
+  in, but we can't require *self for build.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ shared-mime-info.spec ++
--- /var/tmp/diff_new_pack.HUDAtu/_old  2011-10-03 09:25:06.0 +0200
+++ /var/tmp/diff_new_pack.HUDAtu/_new  2011-10-03 09:25:06.0 +0200
@@ -36,6 +36,8 @@
 BuildRequires:  xz
 # needed by mime-info-to-mime:
 Requires:   /bin/rm /bin/mkdir /usr/bin/fgrep
+# 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 libglib-2_0-0
 Provides:   %{name}-devel = %{version}-%{release}


continue with q...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org