Hello community, here is the log from the commit of package mm-common for openSUSE:Factory checked in at 2019-11-03 11:53:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mm-common (Old) and /work/SRC/openSUSE:Factory/.mm-common.new.2990 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mm-common" Sun Nov 3 11:53:59 2019 rev:6 rq:744268 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mm-common/mm-common.changes 2019-08-13 13:11:54.145570050 +0200 +++ /work/SRC/openSUSE:Factory/.mm-common.new.2990/mm-common.changes 2019-11-03 11:54:01.227107765 +0100 @@ -1,0 +2,13 @@ +Tue Oct 29 19:50:28 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 1.0.0: + + Rename directory build/ to am_include/. + + Add support for building mm-common with Meson. + + Support modules that are built with Meson. Add the + mm-common-get command. + + skeletonmm: Use Meson instead of Autotools. + + MM_AX_CXX_COMPILE_STDCXX(): Update based on the upstream + AX_CXX_COMPILE_STDCXX() macro. +- Add meson BuildRequires and macros, following upstreams port. + +------------------------------------------------------------------- Old: ---- mm-common-0.9.12.tar.xz New: ---- mm-common-1.0.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mm-common.spec ++++++ --- /var/tmp/diff_new_pack.NSjebo/_old 2019-11-03 11:54:02.023108762 +0100 +++ /var/tmp/diff_new_pack.NSjebo/_new 2019-11-03 11:54:02.035108778 +0100 @@ -18,14 +18,15 @@ Name: mm-common -Version: 0.9.12 +Version: 1.0.0 Release: 0 Summary: Common build files of the GNOME C++ bindings License: GPL-2.0-or-later Group: Development/Libraries/C and C++ URL: https://gtkmm.org -Source: http://download.gnome.org/sources/%{name}/0.9/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/%{name}/1.0/%{name}-%{version}.tar.xz Source99: mm-common-rpmlintrc +BuildRequires: meson BuildRequires: pkgconfig BuildArch: noarch @@ -44,19 +45,21 @@ which could be used as a base for new mm module. %prep -%setup -q +%autosetup -p1 %build -%configure -make %{?_smp_mflags} +%meson +%meson_build %install -%make_install +%meson_install %files %license COPYING -%doc NEWS AUTHORS +%doc NEWS AUTHORS README +%{_bindir}/mm-common-get %{_bindir}/mm-common-prepare +%{_mandir}/man1/mm-common-get.1%{?ext_man} %{_mandir}/man1/mm-common-prepare.1%{?ext_man} %dir %{_datadir}/aclocal %{_datadir}/aclocal/mm-*.m4 ++++++ mm-common-0.9.12.tar.xz -> mm-common-1.0.0.tar.xz ++++++ ++++ 13993 lines of diff (skipped)
