2016-01-25 08:25:51 +00:00
|
|
|
|
%global libname mesonbuild
|
|
|
|
|
|
2020-02-07 07:12:42 +00:00
|
|
|
|
# Don’t run the tests by default, since they are rather flaky.
|
|
|
|
|
# I’ll get to getting them running eventually, but free time is sparse.
|
|
|
|
|
# — ekulik
|
|
|
|
|
%bcond_with check
|
2019-12-17 13:37:21 +00:00
|
|
|
|
|
2015-02-21 00:06:51 +00:00
|
|
|
|
Name: meson
|
2021-07-23 10:13:08 +00:00
|
|
|
|
Version: 0.59.0
|
2021-08-17 18:51:00 +00:00
|
|
|
|
Release: 2%{?dist}
|
2015-02-21 00:06:51 +00:00
|
|
|
|
Summary: High productivity build system
|
|
|
|
|
|
|
|
|
|
License: ASL 2.0
|
2019-05-02 12:43:22 +00:00
|
|
|
|
URL: https://mesonbuild.com/
|
2020-07-03 04:54:37 +00:00
|
|
|
|
Source: https://github.com/mesonbuild/meson/releases/download/%{version_no_tilde .}/meson-%{version_no_tilde %{quote:}}.tar.gz
|
2021-08-17 18:51:00 +00:00
|
|
|
|
# interperter: Fix list contains for Holders (fixes bolt test suite)
|
|
|
|
|
# https://github.com/mesonbuild/meson/pull/9027
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1994006
|
|
|
|
|
Patch0: 0001-interpreter-Fix-list-contains-for-Holders-fixes-9020.patch
|
2017-07-13 14:32:54 +00:00
|
|
|
|
|
2015-02-25 22:10:58 +00:00
|
|
|
|
BuildArch: noarch
|
2015-02-21 00:06:51 +00:00
|
|
|
|
|
2018-08-25 10:02:33 +00:00
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3-setuptools
|
2019-04-17 11:37:52 +00:00
|
|
|
|
Requires: python%{python3_version}dist(setuptools)
|
2015-02-21 00:25:35 +00:00
|
|
|
|
Requires: ninja-build
|
2015-02-21 00:06:51 +00:00
|
|
|
|
|
2019-12-17 13:37:21 +00:00
|
|
|
|
%if %{with check}
|
|
|
|
|
BuildRequires: ninja-build
|
2020-01-14 09:46:13 +00:00
|
|
|
|
# Some tests expect the unversioned executable
|
|
|
|
|
BuildRequires: /usr/bin/python
|
2019-12-17 13:37:21 +00:00
|
|
|
|
# Various languages
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: libasan
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
BuildRequires: gcc-gfortran
|
|
|
|
|
BuildRequires: gcc-objc
|
|
|
|
|
BuildRequires: gcc-objc++
|
|
|
|
|
BuildRequires: java-devel
|
2020-01-14 09:46:13 +00:00
|
|
|
|
BuildRequires: libomp-devel
|
2019-12-17 13:37:21 +00:00
|
|
|
|
BuildRequires: mono-core mono-devel
|
|
|
|
|
BuildRequires: rust
|
|
|
|
|
# Since the build is noarch, we can't use %%ifarch
|
|
|
|
|
#%%ifarch %%{ldc_arches}
|
|
|
|
|
#BuildRequires: ldc
|
|
|
|
|
#%%endif
|
|
|
|
|
# Various libs support
|
|
|
|
|
BuildRequires: boost-devel
|
|
|
|
|
BuildRequires: gtest-devel
|
|
|
|
|
BuildRequires: gmock-devel
|
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
2020-01-14 09:46:13 +00:00
|
|
|
|
BuildRequires: qt5-qtbase-private-devel
|
|
|
|
|
BuildRequires: qt5-linguist
|
2019-12-17 13:37:21 +00:00
|
|
|
|
BuildRequires: vala
|
|
|
|
|
BuildRequires: python3-gobject-base
|
|
|
|
|
BuildRequires: wxGTK3-devel
|
|
|
|
|
BuildRequires: flex
|
|
|
|
|
BuildRequires: bison
|
|
|
|
|
BuildRequires: gettext
|
|
|
|
|
BuildRequires: gnustep-base-devel
|
|
|
|
|
BuildRequires: %{_bindir}/gnustep-config
|
|
|
|
|
BuildRequires: git-core
|
|
|
|
|
BuildRequires: pkgconfig(protobuf)
|
|
|
|
|
BuildRequires: pkgconfig(glib-2.0)
|
|
|
|
|
BuildRequires: pkgconfig(glib-sharp-2.0)
|
|
|
|
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
|
BuildRequires: itstool
|
|
|
|
|
BuildRequires: pkgconfig(zlib)
|
2020-11-10 22:09:28 +00:00
|
|
|
|
BuildRequires: zlib-static
|
2019-12-17 13:37:21 +00:00
|
|
|
|
BuildRequires: python3dist(cython)
|
|
|
|
|
BuildRequires: pkgconfig(sdl2)
|
|
|
|
|
BuildRequires: %{_bindir}/pcap-config
|
|
|
|
|
BuildRequires: pkgconfig(vulkan)
|
|
|
|
|
BuildRequires: llvm-devel
|
|
|
|
|
BuildRequires: cups-devel
|
|
|
|
|
%endif
|
|
|
|
|
|
2015-02-21 00:06:51 +00:00
|
|
|
|
%description
|
|
|
|
|
Meson is a build system designed to optimize 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.
|
|
|
|
|
|
|
|
|
|
%prep
|
2020-07-03 04:54:37 +00:00
|
|
|
|
%autosetup -p1 -n meson-%{version_no_tilde %{quote:}}
|
2018-07-24 06:58:10 +00:00
|
|
|
|
# Macro should not change when we are redefining bindir
|
|
|
|
|
sed -i -e "/^%%__meson /s| .*$| %{_bindir}/%{name}|" data/macros.%{name}
|
2015-02-21 00:06:51 +00:00
|
|
|
|
|
|
|
|
|
%build
|
2016-01-24 20:30:48 +00:00
|
|
|
|
%py3_build
|
2015-02-21 00:06:51 +00:00
|
|
|
|
|
|
|
|
|
%install
|
2016-01-24 20:30:48 +00:00
|
|
|
|
%py3_install
|
2019-04-08 11:04:35 +00:00
|
|
|
|
install -Dpm0644 -t %{buildroot}%{rpmmacrodir} data/macros.%{name}
|
2015-02-21 00:06:51 +00:00
|
|
|
|
|
2019-12-17 13:37:21 +00:00
|
|
|
|
%if %{with check}
|
|
|
|
|
%check
|
2020-01-23 08:24:50 +00:00
|
|
|
|
# Remove Boost tests for now, because it requires Python 2
|
|
|
|
|
rm -rf "test cases/frameworks/1 boost"
|
2019-12-17 13:37:21 +00:00
|
|
|
|
# Remove MPI tests for now because it is complicated to run
|
|
|
|
|
rm -rf "test cases/frameworks/17 mpi"
|
|
|
|
|
export MESON_PRINT_TEST_OUTPUT=1
|
|
|
|
|
%{__python3} ./run_tests.py
|
|
|
|
|
%endif
|
|
|
|
|
|
2015-02-21 00:06:51 +00:00
|
|
|
|
%files
|
|
|
|
|
%license COPYING
|
2015-02-26 19:47:06 +00:00
|
|
|
|
%{_bindir}/%{name}
|
2016-01-24 20:30:48 +00:00
|
|
|
|
%{python3_sitelib}/%{libname}/
|
2016-12-03 20:24:19 +00:00
|
|
|
|
%{python3_sitelib}/%{name}-*.egg-info/
|
2017-01-29 20:30:26 +00:00
|
|
|
|
%{_mandir}/man1/%{name}.1*
|
2016-10-11 11:38:16 +00:00
|
|
|
|
%{rpmmacrodir}/macros.%{name}
|
2018-07-02 21:50:06 +00:00
|
|
|
|
%dir %{_datadir}/polkit-1
|
|
|
|
|
%dir %{_datadir}/polkit-1/actions
|
|
|
|
|
%{_datadir}/polkit-1/actions/com.mesonbuild.install.policy
|
2015-02-26 19:47:06 +00:00
|
|
|
|
|
2015-02-21 00:06:51 +00:00
|
|
|
|
%changelog
|
2021-08-17 18:51:00 +00:00
|
|
|
|
* Tue Aug 17 2021 Adam Williamson <awilliam@redhat.com> - 0.59.0-2
|
|
|
|
|
- Backport PR #9027 to fix a bug that broke some test suites (#1994006)
|
|
|
|
|
|
2021-07-23 10:13:08 +00:00
|
|
|
|
* Fri Jul 23 2021 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.59.0-1
|
|
|
|
|
- new version
|
|
|
|
|
|
2021-07-22 14:10:07 +00:00
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.58.0-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
2021-06-03 01:48:26 +00:00
|
|
|
|
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 0.58.0-4
|
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
|
2021-05-25 06:35:24 +00:00
|
|
|
|
* Tue May 25 2021 Ondrej Holy <oholy@redhat.com> - 0.58.0-3
|
|
|
|
|
- Backport upstream patch to fix environment variable regression
|
|
|
|
|
|
2021-05-20 09:06:32 +00:00
|
|
|
|
* Thu May 20 2021 Kalev Lember <klember@redhat.com> - 0.58.0-2
|
|
|
|
|
- Backport upstream patch to fix gtkdoc generation
|
|
|
|
|
|
2021-05-05 14:14:36 +00:00
|
|
|
|
* Wed May 05 2021 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.58.0-1
|
|
|
|
|
- new version
|
|
|
|
|
|
2021-04-11 09:18:49 +00:00
|
|
|
|
* Sun Apr 11 2021 Kalev Lember <klember@redhat.com> - 0.57.2-1
|
|
|
|
|
- Update to 0.57.2
|
|
|
|
|
|
2021-03-05 17:44:11 +00:00
|
|
|
|
* Fri Mar 05 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.57.1-1
|
|
|
|
|
- Update to 0.57.1
|
|
|
|
|
|
2021-01-26 19:40:06 +00:00
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.56.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
2021-01-21 11:36:38 +00:00
|
|
|
|
* Thu Jan 21 2021 Kalev Lember <klember@redhat.com> - 0.56.2-1
|
|
|
|
|
- Update to 0.56.2
|
|
|
|
|
|
2020-11-10 22:09:28 +00:00
|
|
|
|
* Tue Nov 10 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.56.0-1
|
|
|
|
|
- Update to latest version (#1889242)
|
|
|
|
|
|
2020-11-06 19:28:45 +00:00
|
|
|
|
* Fri Nov 06 2020 Jeff Law <law@redhat.com> - 0.55.3-2
|
|
|
|
|
- Avoid bogus volatile in gnome modules support code caught by gcc-11
|
|
|
|
|
|
2020-09-11 16:29:56 +00:00
|
|
|
|
* Fri Sep 11 2020 Kalev Lember <klember@redhat.com> - 0.55.3-1
|
|
|
|
|
- Update to 0.55.3
|
|
|
|
|
|
2020-09-10 19:56:41 +00:00
|
|
|
|
* Thu Sep 10 2020 Kalev Lember <klember@redhat.com> - 0.55.2-1
|
|
|
|
|
- Update to 0.55.2
|
|
|
|
|
|
2020-08-20 07:41:48 +00:00
|
|
|
|
* Thu Aug 20 2020 Kalev Lember <klember@redhat.com> - 0.55.1-1
|
|
|
|
|
- Update to 0.55.1
|
|
|
|
|
|
2020-07-28 07:18:00 +00:00
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.55.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
2020-07-12 16:06:48 +00:00
|
|
|
|
* Sun Jul 12 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.55.0-1
|
|
|
|
|
- Update to 0.55.0
|
|
|
|
|
|
2020-07-06 07:29:03 +00:00
|
|
|
|
* Mon Jul 06 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.55.0~rc2-1
|
|
|
|
|
- Update to 0.55.0rc2
|
|
|
|
|
|
2020-07-03 04:54:37 +00:00
|
|
|
|
* Fri Jul 03 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.55.0~rc1-1
|
|
|
|
|
- Update to 0.55.0rc1
|
|
|
|
|
|
2020-06-18 17:08:31 +00:00
|
|
|
|
* Thu Jun 18 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.54.3-2
|
|
|
|
|
- Use verbose mode for meson compile
|
|
|
|
|
|
2020-06-15 18:54:56 +00:00
|
|
|
|
* Mon Jun 15 2020 Kalev Lember <klember@redhat.com> - 0.54.3-1
|
|
|
|
|
- Update to 0.54.3
|
|
|
|
|
|
2020-08-20 07:45:47 +00:00
|
|
|
|
* Mon Jun 15 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.54.2-3
|
2020-06-15 17:55:06 +00:00
|
|
|
|
- Switch to meson compile / meson install
|
|
|
|
|
|
2020-05-22 21:34:54 +00:00
|
|
|
|
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 0.54.2-2
|
|
|
|
|
- Rebuilt for Python 3.9
|
|
|
|
|
|
2020-05-15 10:41:54 +00:00
|
|
|
|
* Fri May 15 2020 Kalev Lember <klember@redhat.com> - 0.54.2-1
|
|
|
|
|
- Update to 0.54.2
|
|
|
|
|
|
2020-05-07 07:11:08 +00:00
|
|
|
|
* Thu May 07 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.54.1-1
|
|
|
|
|
- Update to 0.54.1
|
|
|
|
|
|
2020-03-30 13:29:02 +00:00
|
|
|
|
* Mon Mar 30 2020 - Ernestas Kulik <ekulik@redhat.com> - 0.54.0-1
|
|
|
|
|
- Update to 0.54.0
|
|
|
|
|
|
2020-03-14 13:43:48 +00:00
|
|
|
|
* Sat Mar 14 2020 - Ernestas Kulik <ekulik@redhat.com> - 0.53.2-1.git88e40c7
|
|
|
|
|
- Update to snapshot of 0.53.2 with D fixes
|
|
|
|
|
|
2020-01-14 10:13:05 +00:00
|
|
|
|
* Fri Feb 07 2020 - Ernestas Kulik <ekulik@redhat.com> - 0.53.1-1
|
|
|
|
|
- Update to 0.53.1
|
|
|
|
|
|
2020-01-29 12:36:37 +00:00
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.52.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
2019-12-26 17:00:00 +00:00
|
|
|
|
* Thu Dec 26 2019 Björn Esser <besser82@fedoraproject.org> - 0.52.1-1
|
|
|
|
|
- Update to 0.52.1
|
|
|
|
|
|
2019-10-09 08:17:17 +00:00
|
|
|
|
* Wed Oct 09 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.52.0-1
|
|
|
|
|
- Update to 0.52.0
|
|
|
|
|
|
2019-10-03 11:56:50 +00:00
|
|
|
|
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.51.2-2
|
|
|
|
|
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
|
|
|
|
2019-08-26 18:27:25 +00:00
|
|
|
|
* Mon Aug 26 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.51.2-1
|
|
|
|
|
- Update to 0.51.2
|
|
|
|
|
|
2019-08-15 18:21:36 +00:00
|
|
|
|
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 0.51.1-3
|
|
|
|
|
- Rebuilt for Python 3.8
|
|
|
|
|
|
2019-07-25 16:24:10 +00:00
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.51.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
2019-07-10 07:32:40 +00:00
|
|
|
|
* Wed Jul 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.51.1-1
|
|
|
|
|
- Update to 0.51.1
|
|
|
|
|
|
2019-06-17 08:05:07 +00:00
|
|
|
|
* Mon Jun 17 10:03:21 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.51.0-1
|
|
|
|
|
- Update to 0.51
|
|
|
|
|
|
2019-04-17 11:37:52 +00:00
|
|
|
|
* Wed Apr 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.50.1-1
|
|
|
|
|
- Update to 0.50.1
|
|
|
|
|
|
2019-04-16 02:30:12 +00:00
|
|
|
|
* Mon Apr 15 2019 Adam Williamson <awilliam@redhat.com> - 0.50.0-4
|
|
|
|
|
- Backport patch to revert ld binary method change (#1699099)
|
|
|
|
|
|
2019-04-08 11:03:37 +00:00
|
|
|
|
* Mon Apr 08 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.50.0-3
|
|
|
|
|
- Drop -Db_ndebug=true and just fix it instead
|
|
|
|
|
|
2019-03-25 16:02:56 +00:00
|
|
|
|
* Mon Mar 25 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.50.0-2
|
|
|
|
|
- Set -Db_ndebug=true
|
|
|
|
|
|
2019-03-10 18:34:03 +00:00
|
|
|
|
* Sun Mar 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.50.0-1
|
|
|
|
|
- Update to 0.50.0
|
|
|
|
|
|
2019-02-04 20:25:56 +00:00
|
|
|
|
* Mon Feb 04 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.49.2-1
|
|
|
|
|
- Update to 0.49.2
|
|
|
|
|
|
2019-02-01 10:12:57 +00:00
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.49.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
2019-01-23 22:36:50 +00:00
|
|
|
|
* Wed Jan 23 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.49.1-1
|
|
|
|
|
- Update to 0.49.1
|
|
|
|
|
|
2018-12-09 20:27:29 +00:00
|
|
|
|
* Sun Dec 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.49.0-1
|
|
|
|
|
- Update to 0.49.0
|
|
|
|
|
|
2018-11-17 10:17:41 +00:00
|
|
|
|
* Sat Nov 17 2018 Kalev Lember <klember@redhat.com> - 0.48.2-1
|
|
|
|
|
- Update to 0.48.2
|
|
|
|
|
|
2018-10-21 09:53:46 +00:00
|
|
|
|
* Sun Oct 21 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.48.1-1
|
|
|
|
|
- Update to 0.48.1
|
|
|
|
|
|
2018-09-26 07:59:26 +00:00
|
|
|
|
* Wed Sep 26 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.48.0-2
|
|
|
|
|
- Add missing dependency on setuptools
|
|
|
|
|
|
2018-09-25 06:18:34 +00:00
|
|
|
|
* Tue Sep 25 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.48.0-1
|
|
|
|
|
- Update to 0.48.0
|
|
|
|
|
|
2018-08-25 09:51:13 +00:00
|
|
|
|
* Sat Aug 25 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.47.2-1
|
|
|
|
|
- Update to 0.47.2
|
|
|
|
|
|
2018-07-25 15:39:08 +00:00
|
|
|
|
* Wed Jul 25 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.47.1-5
|
|
|
|
|
- Backport more patches for "feature" option type
|
|
|
|
|
|
2018-07-24 13:56:05 +00:00
|
|
|
|
* Tue Jul 24 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.47.1-4
|
|
|
|
|
- Don't sneak auto-features patch yet
|
|
|
|
|
|
2018-07-24 06:58:10 +00:00
|
|
|
|
* Tue Jul 24 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.47.1-3
|
|
|
|
|
- Macros improvements
|
|
|
|
|
|
2018-07-13 10:09:40 +00:00
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.47.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
2018-07-10 22:14:49 +00:00
|
|
|
|
* Tue Jul 10 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.47.1-1
|
|
|
|
|
- Update to 0.47.1
|
|
|
|
|
|
2018-07-02 21:06:50 +00:00
|
|
|
|
* Mon Jul 02 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.47.0-1
|
|
|
|
|
- Update to 0.47.0
|
|
|
|
|
|
2018-06-28 13:03:53 +00:00
|
|
|
|
* Thu Jun 28 2018 Miro Hrončok <mhroncok@redhat.com> - 0.46.1-3
|
|
|
|
|
- Fix error on Python 3.7 (#1596230)
|
|
|
|
|
|
2018-06-18 22:26:32 +00:00
|
|
|
|
* Mon Jun 18 2018 Miro Hrončok <mhroncok@redhat.com> - 0.46.1-2
|
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
|
|
2018-05-17 07:02:19 +00:00
|
|
|
|
* Thu May 17 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.46.1-1
|
|
|
|
|
- Update to 0.46.1
|
|
|
|
|
|
2018-05-04 10:13:05 +00:00
|
|
|
|
* Fri May 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.46.0-2
|
|
|
|
|
- Backport upstream fixes
|
|
|
|
|
|
2018-04-24 15:21:30 +00:00
|
|
|
|
* Tue Apr 24 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.46.0-1
|
|
|
|
|
- Update to 0.46.0
|
|
|
|
|
|
2018-03-21 22:45:54 +00:00
|
|
|
|
* Wed Mar 21 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.45.1-1
|
|
|
|
|
- Update to 0.45.1
|
|
|
|
|
|
2018-03-04 22:09:35 +00:00
|
|
|
|
* Sun Mar 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.45.0-1
|
|
|
|
|
- Update to 0.45.0
|
|
|
|
|
|
2018-02-21 06:10:46 +00:00
|
|
|
|
* Tue Feb 20 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.44.1-1
|
|
|
|
|
- Update to 0.44.1
|
|
|
|
|
|
2018-02-08 01:42:42 +00:00
|
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.44.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
2017-12-10 19:24:50 +00:00
|
|
|
|
* Sun Dec 10 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.44.0-1
|
|
|
|
|
- Update to 0.44.0
|
|
|
|
|
|
2017-10-09 07:19:09 +00:00
|
|
|
|
* Mon Oct 09 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.43.0-1
|
|
|
|
|
- Update to 0.43.0
|
|
|
|
|
|
2017-09-12 18:48:08 +00:00
|
|
|
|
* Tue Sep 12 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.42.1-1
|
|
|
|
|
- Update to 0.42.1
|
|
|
|
|
|
2017-08-18 12:13:47 +00:00
|
|
|
|
* Fri Aug 18 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.42.0-1
|
|
|
|
|
- Update to 0.42.0
|
|
|
|
|
|
2017-07-26 21:20:05 +00:00
|
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.41.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
|
2017-07-19 10:26:49 +00:00
|
|
|
|
* Wed Jul 19 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.41.2-1
|
|
|
|
|
- Update to 0.41.2
|
|
|
|
|
|
2017-07-18 11:28:46 +00:00
|
|
|
|
* Tue Jul 18 2017 Kalev Lember <klember@redhat.com> - 0.41.1-3
|
|
|
|
|
- Backport various gtk-doc fixes from upstream
|
|
|
|
|
|
2017-07-13 14:32:54 +00:00
|
|
|
|
* Thu Jul 13 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.41.1-2
|
|
|
|
|
- Strip trailing slash from pkg-config files
|
|
|
|
|
|
2017-06-19 21:24:19 +00:00
|
|
|
|
* Mon Jun 19 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.41.1-1
|
|
|
|
|
- Update to 0.41.1
|
|
|
|
|
|
2017-06-13 06:03:13 +00:00
|
|
|
|
* Tue Jun 13 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.41.0-1
|
|
|
|
|
- Update to 0.41.0
|
|
|
|
|
|
2017-05-30 23:20:57 +00:00
|
|
|
|
* Wed May 31 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.40.1-2
|
|
|
|
|
- Don't run ldc tests
|
|
|
|
|
|
2017-04-28 18:53:40 +00:00
|
|
|
|
* Fri Apr 28 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.40.1-1
|
|
|
|
|
- Update to 0.40.1
|
|
|
|
|
|
2017-04-23 06:54:43 +00:00
|
|
|
|
* Sun Apr 23 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.40.0-1
|
|
|
|
|
- Update to 0.40.0
|
|
|
|
|
|
2017-04-13 13:42:06 +00:00
|
|
|
|
* Thu Apr 13 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.39.1-2
|
|
|
|
|
- Exclude ldc for module builds
|
|
|
|
|
|
2017-03-16 06:03:34 +00:00
|
|
|
|
* Thu Mar 16 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.39.1-1
|
|
|
|
|
- Update to 0.39.1
|
|
|
|
|
|
2017-03-06 07:44:23 +00:00
|
|
|
|
* Mon Mar 06 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.39.0-1
|
|
|
|
|
- Update to 0.39.0
|
|
|
|
|
|
2017-02-07 20:40:06 +00:00
|
|
|
|
* Tue Feb 07 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.38.1-1
|
|
|
|
|
- Update to 0.38.1
|
|
|
|
|
|
2017-01-29 20:30:26 +00:00
|
|
|
|
* Sun Jan 29 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.38.0-1
|
|
|
|
|
- Update to 0.38.0
|
|
|
|
|
|
2016-12-22 12:08:41 +00:00
|
|
|
|
* Thu Dec 22 2016 Miro Hrončok <mhroncok@redhat.com> - 0.37.1-2
|
|
|
|
|
- Rebuild for Python 3.6
|
|
|
|
|
|
2016-12-20 20:49:03 +00:00
|
|
|
|
* Tue Dec 20 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.37.1-1
|
|
|
|
|
- Update to 0.37.1
|
|
|
|
|
|
2016-12-19 17:20:36 +00:00
|
|
|
|
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.37.0-2
|
|
|
|
|
- Rebuild for Python 3.6
|
|
|
|
|
|
2016-12-18 21:03:19 +00:00
|
|
|
|
* Sun Dec 18 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.37.0-1
|
|
|
|
|
- Update to 0.37.0
|
|
|
|
|
|
2016-12-15 20:34:40 +00:00
|
|
|
|
* Thu Dec 15 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.36.0-4
|
|
|
|
|
- Backport more RPM macro fixes (FPC ticket #655)
|
|
|
|
|
|
2016-12-13 14:35:35 +00:00
|
|
|
|
* Tue Dec 13 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.36.0-3
|
|
|
|
|
- Backport fixes to RPM macros
|
|
|
|
|
|
2016-12-03 12:39:21 +00:00
|
|
|
|
* Sat Dec 03 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.36.0-2
|
|
|
|
|
- Print test output during build
|
|
|
|
|
|
2016-11-14 19:02:21 +00:00
|
|
|
|
* Mon Nov 14 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.36.0-1
|
|
|
|
|
- Update to 0.36.0
|
|
|
|
|
|
2016-10-18 06:42:51 +00:00
|
|
|
|
* Tue Oct 18 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.35.1-1
|
|
|
|
|
- Update to 0.35.1 (RHBZ #1385986)
|
|
|
|
|
|
2016-10-11 11:38:16 +00:00
|
|
|
|
* Tue Oct 11 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.35.0-3
|
|
|
|
|
- Backport couple of fixes
|
|
|
|
|
|
2016-10-05 10:12:06 +00:00
|
|
|
|
* Wed Oct 05 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.35.0-2
|
|
|
|
|
- Apply patch to fix FTBFS
|
|
|
|
|
|
2016-10-03 21:15:18 +00:00
|
|
|
|
* Mon Oct 03 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.35.0-1
|
|
|
|
|
- Update to 0.35.0
|
|
|
|
|
|
2016-09-07 10:12:34 +00:00
|
|
|
|
* Wed Sep 07 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.34.0-2
|
|
|
|
|
- Run D test suite
|
|
|
|
|
|
2016-09-07 09:55:15 +00:00
|
|
|
|
* Wed Sep 07 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.34.0-1
|
|
|
|
|
- Update to 0.34.0
|
|
|
|
|
|
2016-08-09 14:42:39 +00:00
|
|
|
|
* Tue Aug 09 2016 Jon Ciesla <limburgher@gmail.com> - 0.33.0-2
|
|
|
|
|
- Obsoletes fix.
|
|
|
|
|
|
2016-08-09 14:29:08 +00:00
|
|
|
|
* Tue Aug 09 2016 Jon Ciesla <limburgher@gmail.com> - 0.33.0-1
|
|
|
|
|
- 0.33.0
|
|
|
|
|
- GUI dropped upstream.
|
|
|
|
|
|
2016-07-19 07:56:26 +00:00
|
|
|
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.31.0-2
|
|
|
|
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
|
|
|
2016-04-14 10:44:43 +00:00
|
|
|
|
* Thu Apr 14 2016 Igor Gnatenko <ignatenko@redhat.com> - 0.31.0-1
|
|
|
|
|
- Update to 0.31.0
|
|
|
|
|
|
2016-03-20 13:36:41 +00:00
|
|
|
|
* Sun Mar 20 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.30.0-1
|
|
|
|
|
- Update to 0.30.0
|
|
|
|
|
|
2016-02-04 05:18:53 +00:00
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.29.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
2016-01-24 20:30:48 +00:00
|
|
|
|
* Sun Jan 24 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.29.0-1
|
|
|
|
|
- Update to 0.29.0
|
|
|
|
|
|
2016-01-15 12:29:13 +00:00
|
|
|
|
* Fri Jan 15 2016 Jonathan Wakely <jwakely@redhat.com> - 0.28.0-2
|
|
|
|
|
- Rebuilt for Boost 1.60
|
|
|
|
|
|
2015-12-28 22:40:58 +00:00
|
|
|
|
* Mon Dec 28 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.28.0-1
|
|
|
|
|
- 0.28.0
|
|
|
|
|
|
2015-11-25 21:37:19 +00:00
|
|
|
|
* Wed Nov 25 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.27.0-1
|
|
|
|
|
- 0.27.0
|
|
|
|
|
|
2015-11-10 14:46:50 +00:00
|
|
|
|
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.26.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
|
|
|
|
|
2015-10-30 15:52:20 +00:00
|
|
|
|
* Fri Oct 30 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.26.0-2
|
|
|
|
|
- Fix rpm macros for using optflags
|
|
|
|
|
|
2015-09-13 09:36:22 +00:00
|
|
|
|
* Sun Sep 13 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.26.0-1
|
|
|
|
|
- 0.26.0
|
|
|
|
|
|
2015-08-27 19:45:20 +00:00
|
|
|
|
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 0.25.0-4
|
|
|
|
|
- Rebuilt for Boost 1.59
|
|
|
|
|
|
2015-07-29 17:51:09 +00:00
|
|
|
|
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.25.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
|
|
|
|
|
|
2015-07-22 17:06:55 +00:00
|
|
|
|
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 0.25.0-2
|
|
|
|
|
- rebuild for Boost 1.58
|
|
|
|
|
|
2015-07-12 19:02:30 +00:00
|
|
|
|
* Sun Jul 12 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.25.0-1
|
|
|
|
|
- 0.25.0
|
|
|
|
|
|
2015-07-11 20:24:08 +00:00
|
|
|
|
* Sat Jul 11 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.24.0-3
|
|
|
|
|
- Update URLs
|
2015-07-11 20:29:27 +00:00
|
|
|
|
- drop unneded hacks in install section
|
2015-07-12 13:13:52 +00:00
|
|
|
|
- enable print test output for tests
|
2015-07-11 20:24:08 +00:00
|
|
|
|
|
2015-06-17 20:01:51 +00:00
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.24.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
2015-05-25 14:56:31 +00:00
|
|
|
|
* Mon May 25 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.24.0-1
|
|
|
|
|
- Update to 0.24.0
|
|
|
|
|
|
2015-05-21 10:04:13 +00:00
|
|
|
|
* Thu May 21 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.23.0-3.20150328git0ba1d54
|
|
|
|
|
- Update to latest git
|
|
|
|
|
|
2015-05-21 09:46:55 +00:00
|
|
|
|
* Thu May 21 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.23.0-3
|
|
|
|
|
- Add patch to accept .S files
|
|
|
|
|
|
2015-04-28 22:56:06 +00:00
|
|
|
|
* Wed Apr 29 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.23.0-2
|
|
|
|
|
- Add python3 to Requires (Thanks to Ilya Kyznetsov)
|
|
|
|
|
|
2015-03-31 12:18:45 +00:00
|
|
|
|
* Tue Mar 31 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.23.0-1
|
|
|
|
|
- 0.23.0
|
|
|
|
|
|
2015-03-28 11:10:12 +00:00
|
|
|
|
* Sat Mar 28 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.22.0-9.20150328git3b49b71
|
|
|
|
|
- Update to latest git
|
|
|
|
|
|
2015-03-25 07:27:27 +00:00
|
|
|
|
* Mon Mar 23 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.22.0-9.20150325git18550fe
|
|
|
|
|
- Update to latest git
|
|
|
|
|
- Include mesonintrospect
|
|
|
|
|
|
2015-03-23 08:41:07 +00:00
|
|
|
|
* Mon Mar 23 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.22.0-9.20150322git78d31ca
|
|
|
|
|
- Fix filelists for mesongui (python-bytecode-without-source)
|
|
|
|
|
|
2015-03-22 19:15:42 +00:00
|
|
|
|
* Sun Mar 22 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.22.0-8.20150322git78d31ca
|
|
|
|
|
- Enable C# tests
|
|
|
|
|
|
2015-03-22 13:39:56 +00:00
|
|
|
|
* Sun Mar 22 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.22.0-7.20150322git78d31ca
|
|
|
|
|
- update to latest git
|
|
|
|
|
- fix tests on arm
|
|
|
|
|
|
2015-03-21 12:38:15 +00:00
|
|
|
|
* Sat Mar 21 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.22.0-7.20150321gita084a8e
|
|
|
|
|
- update to latest git
|
|
|
|
|
|
2015-03-16 09:35:42 +00:00
|
|
|
|
* Mon Mar 16 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.22.0-7.20150316gitfa2c659
|
|
|
|
|
- update to latest git
|
|
|
|
|
|
2015-03-10 09:12:39 +00:00
|
|
|
|
* Tue Mar 10 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.22.0-7.20150310gitf9f51b1
|
|
|
|
|
- today's git snapshot with support for cool GNOME features
|
|
|
|
|
- re-enable wxGTK3 tests, package fixed in rawhide
|
|
|
|
|
|
|
|
|
|
* Thu Feb 26 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.22.0-6.git7581895
|
2015-02-26 19:47:06 +00:00
|
|
|
|
- split gui to subpkg
|
|
|
|
|
- update to latest snapshot
|
|
|
|
|
- enable tests
|
|
|
|
|
|
2015-02-25 22:10:58 +00:00
|
|
|
|
* Thu Feb 26 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.22.0-5.gitc6dbf98
|
|
|
|
|
- Fix packaging style
|
|
|
|
|
- Make package noarch
|
|
|
|
|
|
2015-02-23 21:13:21 +00:00
|
|
|
|
* Mon Feb 23 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.22.0-4.git.c6dbf98
|
|
|
|
|
- Use development version
|
|
|
|
|
|
2015-02-21 00:25:35 +00:00
|
|
|
|
* Sat Feb 21 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.22.0-3
|
|
|
|
|
- Add ninja-build to requires
|
|
|
|
|
|
2015-02-21 00:06:51 +00:00
|
|
|
|
* Thu Jan 22 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.22.0-2
|
|
|
|
|
- fix shebang in python files
|
|
|
|
|
|
|
|
|
|
* Wed Jan 21 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.22.0-1
|
|
|
|
|
- Initial package
|