Hello community,

here is the log from the commit of package mm-common for openSUSE:Leap:15.2 
checked in at 2020-03-06 12:37:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/mm-common (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.mm-common.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mm-common"

Fri Mar  6 12:37:57 2020 rev:17 rq:779641 version:1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/mm-common/mm-common.changes    2020-01-15 
15:30:36.082750228 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.mm-common.new.26092/mm-common.changes 
2020-03-06 12:38:29.246655449 +0100
@@ -1,0 +2,37 @@
+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.
+
+-------------------------------------------------------------------
+Thu Aug  8 11:04:16 UTC 2019 - Dominique Leuenberger <[email protected]>
+
+- Own %{_datadir}/aclocal: when we might switch to pkgconf instead
+  of pkg-config, nothing in the build root is 'accidentally' owning
+  this directory for us.
+
+-------------------------------------------------------------------
+Tue Apr 17 12:00:12 UTC 2018 - [email protected]
+
+- Update summaries.
+
+-------------------------------------------------------------------
+Sat Apr  7 21:01:04 UTC 2018 - [email protected]
+
+- Update to version 0.9.12:
+  + MM_AX_CXX_COMPILE_STDCXX(): Update based on the upstream
+    AX_CXX_COMPILE_STDCXX() macro, to support C++17.
+
+-------------------------------------------------------------------
+Wed Feb 28 16:37:11 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  mm-common-0.9.11.tar.xz

New:
----
  mm-common-1.0.0.tar.xz

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

Other differences:
------------------
++++++ mm-common.spec ++++++
--- /var/tmp/diff_new_pack.DHhP9b/_old  2020-03-06 12:38:30.250656060 +0100
+++ /var/tmp/diff_new_pack.DHhP9b/_new  2020-03-06 12:38:30.250656060 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mm-common
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2016 Bjørn Lie, Bryne, Norway.
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,21 +13,21 @@
 # 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:           mm-common
-Version:        0.9.11
+Version:        1.0.0
 Release:        0
-Summary:        Common build files of the C++ bindings
-License:        GPL-2.0+
+Summary:        Common build files of the GNOME C++ bindings
+License:        GPL-2.0-or-later
 Group:          Development/Libraries/C and C++
-Url:            http://gtkmm.org
-Source:         
http://download.gnome.org/sources/%{name}/0.9/%{name}-%{version}.tar.xz
+URL:            https://gtkmm.org
+Source:         
http://download.gnome.org/sources/%{name}/1.0/%{name}-%{version}.tar.xz
 Source99:       mm-common-rpmlintrc
+BuildRequires:  meson
 BuildRequires:  pkgconfig
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
 %description
@@ -45,20 +45,23 @@
 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 %{?_smp_mflags} DESTDIR=%{buildroot} install
+%meson_install
 
 %files
-%defattr(-,root,root)
-%doc COPYING NEWS AUTHORS
+%license COPYING
+%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
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*
@@ -67,7 +70,6 @@
 %{_datadir}/pkgconfig/mm-common-util.pc
 
 %files docs
-%defattr(-,root,root)
 %dir %{_datadir}/doc/%{name}
 %{_datadir}/doc/mm-common/*
 

++++++ mm-common-0.9.11.tar.xz -> mm-common-1.0.0.tar.xz ++++++
++++ 168688 lines of diff (skipped)


Reply via email to