Hello community,

here is the log from the commit of package appstream-glib for openSUSE:Factory 
checked in at 2019-08-19 20:56:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/appstream-glib (Old)
 and      /work/SRC/openSUSE:Factory/.appstream-glib.new.22127 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "appstream-glib"

Mon Aug 19 20:56:55 2019 rev:69 rq:723727 version:0.7.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/appstream-glib/appstream-glib.changes    
2019-08-09 16:50:51.925503452 +0200
+++ /work/SRC/openSUSE:Factory/.appstream-glib.new.22127/appstream-glib.changes 
2019-08-19 20:57:03.992974017 +0200
@@ -1,0 +2,29 @@
+Thu Aug 15 11:38:39 UTC 2019 - [email protected]
+
+- Update to version 0.7.15:
+  + Notes: The libappstream-builder shared library is no longer
+    installed.
+  + New Features:
+    - Add as_content_rating_get_rating_ids().
+    - Add as_release_set_install_duration().
+    - Add as_utils_vercmp_full() for gnome-software.
+    - Add support for CONTACT URLs.
+    - Add support for per-release URLs.
+    - Add support for SOURCE URLs.
+    - Make as_content_rating_attribute_to_csm_age() public.
+  + Bugfixes:
+    - Add missing OARS → CSM mappings.
+    - Add some thread safety to AsApp and AsStore.
+    - Do not overwrite the project group using heuristics if
+      already set.
+    - Recognise uncompressed Arch packages.
+    - Remove unnecessary gtk dependency for builder.
+    - Return G_IO_ERROR_NOT_FOUND when loading fails.
+    - Tokenize the ID when adding search tokens.
+- Drop pkgconfig(gtk+-3.0) BuildRequires: No longer needed.
+- Switch to obs_scm service, use explict tag ref in _service,
+  ensure we only use released tags and drop tag offset in version.
+- Drop no longer built subpackages libappstream-builder8 and
+  typelib-1_0-AppStreamBuilder-1_0.
+
+-------------------------------------------------------------------

Old:
----
  appstream-glib-0.7.14+0.tar.xz

New:
----
  appstream-glib-0.7.15.obscpio
  appstream-glib.obsinfo

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ appstream-glib.spec ++++++
--- /var/tmp/diff_new_pack.wUO4SF/_old  2019-08-19 20:57:05.288973739 +0200
+++ /var/tmp/diff_new_pack.wUO4SF/_new  2019-08-19 20:57:05.296973738 +0200
@@ -13,12 +13,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:           appstream-glib
-Version:        0.7.14+0
+Version:        0.7.15
 Release:        0
 Summary:        AppStream Abstraction Library
 License:        LGPL-2.1-or-later AND GPL-2.0-or-later
@@ -43,7 +43,6 @@
 BuildRequires:  pkgconfig(glib-2.0) >= 2.45.8
 BuildRequires:  pkgconfig(gmodule-2.0) >= 2.45.8
 BuildRequires:  pkgconfig(gobject-2.0)
-BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(json-glib-1.0) >= 1.1.2
 BuildRequires:  pkgconfig(libarchive)
 BuildRequires:  pkgconfig(libgcab-1.0)
@@ -79,26 +78,6 @@
 AppStream metadata. It also provides a DOM implementation to edit
 nodes and convert to and from the standardized XML representation.
 
-%package -n libappstream-builder8
-Summary:        AppStream Abstraction Library
-License:        LGPL-2.1-or-later
-Group:          System/Libraries
-
-%description -n libappstream-builder8
-This library provides GObjects and helper methods to read and write
-AppStream metadata. It also provides a DOM implementation to edit
-nodes and convert to and from the standardized XML representation.
-
-%package -n typelib-1_0-AppStreamBuilder-1_0
-Summary:        Introspection bindings for the AppStream abstraction library
-License:        LGPL-2.1-or-later
-Group:          System/Libraries
-
-%description -n typelib-1_0-AppStreamBuilder-1_0
-This library provides GObjects and helper methods to read and write
-AppStream metadata. It also provides a DOM implementation to edit
-nodes and convert to and from the standardized XML representation.
-
 %package -n typelib-1_0-AppStreamGlib-1_0
 Summary:        Introspection bindings for the AppStream abstraction library
 License:        LGPL-2.1-or-later
@@ -114,9 +93,7 @@
 License:        LGPL-2.1-or-later AND GPL-2.0-or-later
 Group:          Development/Languages/C and C++
 Requires:       %{name} = %{version}
-Requires:       libappstream-builder8 = %{version}
 Requires:       libappstream-glib8 = %{version}
-Requires:       typelib-1_0-AppStreamBuilder-1_0 = %{version}
 Requires:       typelib-1_0-AppStreamGlib-1_0 = %{version}
 # appdata-tools was consumed into appstream-glib and is no longer maintained 
upstream
 Obsoletes:      appdata-tools < 0.1.9
@@ -151,8 +128,7 @@
 %lang_package
 
 %prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
 
 %build
 %meson \
@@ -164,7 +140,8 @@
     -Dstemmer=false \
     -Dman=true \
     -Dgtk-doc=true \
-    -Dintrospection=true
+       -Dintrospection=true \
+       %{nil}
 %meson_build
 
 %install
@@ -190,8 +167,6 @@
 
 %post -n libappstream-glib8 -p /sbin/ldconfig
 %postun -n libappstream-glib8 -p /sbin/ldconfig
-%post -n libappstream-builder8 -p /sbin/ldconfig
-%postun -n libappstream-builder8 -p /sbin/ldconfig
 
 %files
 %doc AUTHORS NEWS
@@ -205,16 +180,10 @@
 %{_mandir}/man1/appstream-compose.1%{?ext_man}
 %{_mandir}/man1/appstream-util.1%{?ext_man}
 
-%files -n libappstream-builder8
-%license COPYING
-%{_libdir}/libappstream-builder.so.*
-
 %files -n libappstream-glib8
+%license COPYING
 %{_libdir}/libappstream-glib.so.*
 
-%files -n typelib-1_0-AppStreamBuilder-1_0
-%{_libdir}/girepository-1.0/AppStreamBuilder-1.0.typelib
-
 %files -n typelib-1_0-AppStreamGlib-1_0
 %{_libdir}/girepository-1.0/AppStreamGlib-1.0.typelib
 
@@ -224,14 +193,10 @@
 %{_datadir}/aclocal/appstream-xml.m4
 %dir %{_datadir}/gettext/its
 %{_datadir}/gettext/its/appdata.*
-%{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir
 %{_datadir}/gir-1.0/AppStreamGlib-1.0.gir
 %{_datadir}/gtk-doc/html/appstream-glib/
-%{_includedir}/libappstream-builder/
 %{_includedir}/libappstream-glib/
-%{_libdir}/pkgconfig/appstream-builder.pc
 %{_libdir}/pkgconfig/appstream-glib.pc
-%{_libdir}/libappstream-builder.so
 %{_libdir}/libappstream-glib.so
 
 %files -n openSUSE-appstream-process

++++++ _service ++++++
--- /var/tmp/diff_new_pack.wUO4SF/_old  2019-08-19 20:57:05.328973731 +0200
+++ /var/tmp/diff_new_pack.wUO4SF/_new  2019-08-19 20:57:05.332973729 +0200
@@ -1,14 +1,15 @@
 <services>
-  <service name="tar_scm" mode="disabled">
+  <service name="obs_scm" mode="disabled">
     <param name="url">https://github.com/hughsie/appstream-glib.git</param>
     <param name="scm">git</param>
-    <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
+    <param name="versionformat">@PARENT_TAG@</param>
     <param 
name="versionrewrite-pattern">appstream_glib_(\d+)_(\d+)_(\d+)</param>
     <param name="versionrewrite-replacement">\1.\2.\3</param>
     <param name="changesgenerate">enable</param>
-    <param name="revision">75a7af1</param>
+    <param name="revision">refs/tags/appstream_glib_0_7_15</param>
   </service>
-  <service name="recompress" mode="disabled">
+  <service name="tar" mode="buildtime"/>
+  <service name="recompress" mode="buildtime">
     <param name="file">*.tar</param>
     <param name="compression">xz</param>
   </service>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.wUO4SF/_old  2019-08-19 20:57:05.348973726 +0200
+++ /var/tmp/diff_new_pack.wUO4SF/_new  2019-08-19 20:57:05.348973726 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
             <param 
name="url">https://github.com/hughsie/appstream-glib.git</param>
-          <param 
name="changesrevision">75a7af1d8870bb0fcf216e788b273a4c41e99cec</param></service></servicedata>
\ No newline at end of file
+          <param 
name="changesrevision">0ab28ff96b74eb72ffe3c3a53026aee82cf31782</param></service></servicedata>
\ No newline at end of file

++++++ appstream-glib.obsinfo ++++++
name: appstream-glib
version: 0.7.15
mtime: 1551350914
commit: 0ab28ff96b74eb72ffe3c3a53026aee82cf31782


Reply via email to