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 <bjorn....@gmail.com>
+
+- 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 ++++++
<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


Reply via email to