Hello community,
here is the log from the commit of package osinfo-db-tools for openSUSE:Factory
checked in at 2019-12-23 22:34:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/osinfo-db-tools (Old)
and /work/SRC/openSUSE:Factory/.osinfo-db-tools.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "osinfo-db-tools"
Mon Dec 23 22:34:29 2019 rev:7 rq:755357 version:1.7.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/osinfo-db-tools/osinfo-db-tools.changes
2019-05-12 11:32:21.721687833 +0200
+++
/work/SRC/openSUSE:Factory/.osinfo-db-tools.new.6675/osinfo-db-tools.changes
2019-12-23 22:35:40.697774355 +0100
@@ -1,0 +2,17 @@
+Mon Dec 2 10:27:26 MST 2019 - [email protected]
+
+- Update to version 1.7.0
+ Changes in this release include:
+ * Switch to meson build system
+
+-------------------------------------------------------------------
+Wed Nov 13 13:21:51 MST 2019 - [email protected]
+
+- Update to version 1.6.0
+ Changes in this release include:
+ * Refresh translations from zanata
+ * spec,mingw: Add mingw*-libsoup as dependency
+ * Commit 3917e5f4ae0e5 introduced libsoup dependency but forgot
+ to add it to the mingw spec files.
+
+-------------------------------------------------------------------
Old:
----
osinfo-db-tools-1.5.0.tar.gz
New:
----
osinfo-db-tools-1.7.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ osinfo-db-tools.spec ++++++
--- /var/tmp/diff_new_pack.wYEGtI/_old 2019-12-23 22:35:42.029774932 +0100
+++ /var/tmp/diff_new_pack.wYEGtI/_new 2019-12-23 22:35:42.033774934 +0100
@@ -17,19 +17,22 @@
Name: osinfo-db-tools
-Version: 1.5.0
+Version: 1.7.0
Release: 0
Summary: Tools for managing the osinfo database
License: LGPL-2.1+ and GPL-2.0+
Group: System/Management
Url: https://releases.pagure.org/libosinfo/
-Source: https://releases.pagure.org/libosinfo/%{name}-%{version}.tar.gz
+Source: https://releases.pagure.org/libosinfo/%{name}-%{version}.tar.xz
+BuildRequires: gettext-devel
BuildRequires: glib2-devel
BuildRequires: json-glib-devel
+BuildRequires: libarchive-devel
+BuildRequires: libsoup-devel
BuildRequires: libxml2-devel >= 2.6.0
BuildRequires: libxslt-devel >= 1.0.0
-BuildRequires: libarchive-devel
-BuildRequires: perl
+BuildRequires: meson
+#BuildRequires: perl
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -40,16 +43,16 @@
%setup -q
%build
-%configure --prefix=/usr
-make %{?_smp_mflags} V=1
+%meson
+%meson_build
%install
-make install DESTDIR=%{buildroot}
+%meson_install
%find_lang %{name}
%files -f %{name}.lang
-%doc AUTHORS ChangeLog NEWS README
+%doc NEWS README
%{_bindir}/osinfo-db-export
%{_bindir}/osinfo-db-import
%{_bindir}/osinfo-db-path