commit meson for openSUSE:Factory
Hello community, here is the log from the commit of package meson for openSUSE:Factory checked in at 2016-07-28 23:46:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/meson (Old) and /work/SRC/openSUSE:Factory/.meson.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "meson" Changes: -------- --- /work/SRC/openSUSE:Factory/meson/meson.changes 2016-05-17 17:16:20.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.meson.new/meson.changes 2016-07-28 23:46:49.000000000 +0200 @@ -1,0 +2,7 @@ +Sat Jul 23 16:15:39 UTC 2016 - sor.alexei@meowr.ru + +- Update to version 0.32.0: + * No changelog available. +- Remove meson-gui package: GUI was removed upstream. + +------------------------------------------------------------------- Old: ---- meson-0.31.0.tar.gz meson-0.31.0.tar.gz.asc New: ---- meson-0.32.0.tar.gz meson-0.32.0.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ meson.spec ++++++ --- /var/tmp/diff_new_pack.TNLVfQ/_old 2016-07-28 23:46:49.000000000 +0200 +++ /var/tmp/diff_new_pack.TNLVfQ/_new 2016-07-28 23:46:49.000000000 +0200 @@ -18,7 +18,7 @@ %define _name mesonbuild Name: meson -Version: 0.31.0 +Version: 0.32.0 Release: 0 Summary: High productivity build system License: Apache-2.0 @@ -42,7 +42,7 @@ BuildRequires: mono-core BuildRequires: mono-devel BuildRequires: ninja -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: python3 >= 3.4 BuildRequires: python3-devel BuildRequires: python3-gobject @@ -54,24 +54,18 @@ BuildRequires: pkgconfig(protobuf) BuildRequires: pkgconfig(zlib) Requires: ninja +# meson-gui was last used in openSUSE Leap 42.1. +Provides: %{name}-gui = %{version} +Obsoletes: %{name}-gui < %{version} BuildArch: noarch %description -Meson is a build system designed to optimize programmer +Meson is a build system designed to optimise programmer productivity. It aims to do this by providing simple, out-of-the-box support for modern software development tools and practices, such as unit tests, coverage reports, Valgrind, CCache and the like. -%package gui -Summary: GUI for high productivity build system -Group: Development/Tools/Building -Requires: %{name} = %{version} -Requires: python3-qt5 - -%description gui -Graphical user interface for the high productivity build system. - %prep %setup -q @@ -90,7 +84,8 @@ for file in %{buildroot}%{_bindir}/*.py; do mv -fv "$file" "${file%.py}" done -install -Dm 0644 data/macros.%{name} %{buildroot}%{_rpmconfigdir}/macros.d/macros.%{name} +install -Dm 0644 data/macros.%{name} \ + %{buildroot}%{_rpmconfigdir}/macros.d/macros.%{name} %check export MESON_PRINT_TEST_OUTPUT=1 @@ -104,9 +99,6 @@ %{_bindir}/%{name}introspect %{_bindir}/wraptool %{python3_sitelib}/%{_name}/ -%exclude %{python3_sitelib}/%{_name}/*.ui -%exclude %{python3_sitelib}/%{_name}/mgui.py -%exclude %{python3_sitelib}/%{_name}/__pycache__/mgui.* %{python3_sitelib}/%{name}-* %{_rpmconfigdir}/macros.d/macros.%{name} %{_mandir}/man1/%{name}.1%{?ext_man} @@ -114,13 +106,4 @@ %{_mandir}/man1/%{name}introspect.1%{?ext_man} %{_mandir}/man1/wraptool.1%{?ext_man} -%files gui -%defattr(-,root,root) -%doc authors.txt contributing.txt COPYING -%{_bindir}/%{name}gui -%{python3_sitelib}/%{_name}/*.ui -%{python3_sitelib}/%{_name}/mgui.py -%{python3_sitelib}/%{_name}/__pycache__/mgui.* -%{_mandir}/man1/%{name}gui.1%{?ext_man} - %changelog ++++++ meson-0.31.0.tar.gz -> meson-0.32.0.tar.gz ++++++ ++++ 4862 lines of diff (skipped)
participants (1)
-
root@hilbert.suse.de