forked from pool/meson
bc0b4d1d93
new bugfix release OBS-URL: https://build.opensuse.org/request/show/512059 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=54
274 lines
10 KiB
Plaintext
274 lines
10 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Jul 22 13:55:52 UTC 2017 - mailaender@opensuse.org
|
|
|
|
- Update to version 0.41.2:
|
|
+ Various gtkdoc fixes
|
|
+ Fix how rpath directories are handled.
|
|
+ pkgconfig: avoid appending slash at Cflags
|
|
+ Fix a missing path issue causing Python traceback.
|
|
+ Qt4 support
|
|
+ Skip handling non-available dependencies
|
|
+ vala: Only add --use-header for unity builds regression
|
|
+ Tag functions in asm properly.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 27 14:19:46 UTC 2017 - rodrigo.z.lourenco@tecnico.ulisboa.pt
|
|
|
|
- Add a vim subpackage to add Meson support to Vim.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 23 21:47:40 UTC 2017 - dimstar@opensuse.org
|
|
|
|
- Split testsuite into an own package, in order to keep the build
|
|
dep chain of meson minimal.
|
|
- Drop meson-disable-untested-code.patch: no longer required.
|
|
- Add meson-test-installed-bin.patch: use /usr/bin/meson instead of
|
|
meson.py from the source tarball. We want to test the meson
|
|
binary package we produced, not the sources directly.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 23 19:27:31 UTC 2017 - dimstar@opensuse.org
|
|
|
|
- Update to version 0.41.1:
|
|
+ wxwidgets: Fix usage of multiple dependency() calls.
|
|
+ Make external library no-op when used with incompatible
|
|
target (gh#mesonbuild/meson#1941).
|
|
+ Failing test for -D dedupping.
|
|
+ Preserve standalone -D arguments always.
|
|
+ Handle both pkg-config and pkgconf argument order
|
|
(gh#mesonbuild/meson#1934).
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 23 13:56:37 UTC 2017 - dimstar@opensuse.org
|
|
|
|
- Update meson-suse-ify-macros.patch: export LANG for all macros.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 19 12:35:49 UTC 2017 - rpm@fthiessen.de
|
|
|
|
- Update to version 0.41.0:
|
|
* Native support for linking against LLVM using
|
|
the dependency function.
|
|
* Pkgconfig support for custom variables.
|
|
* A target for creating tarballs using 'ninja dist'.
|
|
* Support for passing arguments to Rust compiler.
|
|
* All known issues regarding reproducible builds are fixed.
|
|
* Extended template substitution in configure_file
|
|
for @BASENAME@ and @PLAINNAME@ .
|
|
* Support for capturing stdout of a command in configure_file.
|
|
- Removed SDL2 test to reduce dependencies (smaller build footprint)
|
|
- Dropped upstreamed patch meson-handle-skipped-tests.patch
|
|
- Rebased meson-suse-ify-macros.patch and meson-fix-gcc48.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 6 13:08:19 UTC 2017 - dimstar@opensuse.org
|
|
|
|
- Make the build footprint smaller to enter ring1: This means we
|
|
skip a couple tests though. Removed BuildRequires: java-devel,
|
|
libqt5-qtbase-devel, mono-core, mono-devel, wxWidgets-devel,
|
|
pkgconfig(protobuf) and pkgconfig(gtk+-3.0).
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 17 20:26:25 UTC 2017 - dimstar@opensuse.org
|
|
|
|
- Add meson-handle-skipped-tests.patch: Actually do skip tests that
|
|
are marked as MESON_SKIP_TEST (gh#mesonbuild/meson#1804).
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 8 07:53:20 UTC 2017 - dimstar@opensuse.org
|
|
|
|
- Update to version 0.40.1:
|
|
+ Outputs of generators can be used in custom targets in the VS
|
|
backend.
|
|
+ Visual Studio 2017 support.
|
|
+ Automatic initialization of subprojects that are git
|
|
submodules.
|
|
+ No download mode for wraps.
|
|
+ Overriding options per target.
|
|
+ Compiler object get define.
|
|
+ Cygwin support.
|
|
+ Multiple install directories.
|
|
+ Can specify method of obtaining dependencies.
|
|
+ Link whole contents of static libraries.
|
|
+ Unity builds only for subprojects.
|
|
+ Running mesonintrospect from scripts.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 20 11:21:10 UTC 2017 - dimstar@opensuse.org
|
|
|
|
- Add meson-disable-untested-code.patch: meson has code in the test
|
|
suite that assumes different behaviour between glib 2.51.5 (rc)
|
|
and 2.52.0 (final); this must be a wrong assumption to start with
|
|
and the test suite fails with 2.52.0. When this was added by
|
|
upstream 4 months before glib-2.52.0 was released, there must
|
|
have been no way at all to test this. We revert back to a state
|
|
like with the previous glib verison, where this test was simply
|
|
skipped (gh#mesonbuild/meson#1480).
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 16 11:04:13 UTC 2017 - sor.alexei@meowr.ru
|
|
|
|
- Update to version 0.39.1 (changes since 0.38.1):
|
|
* Allow specifying extra arguments for tests.
|
|
* Bug fixes and minor polishes.
|
|
- Add meson-fix-gcc48.patch: fix GCC 4.8 handling for
|
|
openSUSE Leap 42.x.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 4 14:50:28 UTC 2017 - dimstar@opensuse.org
|
|
|
|
- Update to version 0.38.1:
|
|
+ New Uninstall target.
|
|
+ Support for arbitrary test setups.
|
|
+ Intel C/C++ compiler support.
|
|
+ Get values from configuration data objects.
|
|
+ Python 3 module support simplified.
|
|
+ Default options to subprojects.
|
|
+ Set targets to be built (or not) by default.
|
|
+ Add option to mesonconf to wipe cached data.
|
|
+ Can specify file permissions and owner when installing data.
|
|
+ has_header() checks are now faster.
|
|
+ Array indexing now supports fallback values.
|
|
+ Silent mode for Mesontest.
|
|
- Rebase meson-suse-ify-macros.patch.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 10 16:14:32 UTC 2017 - dimstar@opensuse.org
|
|
|
|
- Add meson-suse-ify-macros.patch: Make the meson macros also work
|
|
on openSUSE. We do not (yet?) have separate macros for CFLAGS,
|
|
CXXFLAGS, FFLAGS and LDFLAGS, but only carry optflags. This is no
|
|
issue, since openSUSE so far only added flags that work accross
|
|
compilers/languages. This might change in the future, making the
|
|
patch obsolete.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 1 12:51:36 UTC 2017 - sor.alexei@meowr.ru
|
|
|
|
- Update to version 0.37.1:
|
|
* No changelog available.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 1 11:38:34 UTC 2017 - jengelh@inai.de
|
|
|
|
- Trim boasting words from descriptions. Add to description two
|
|
points from the feature list.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 19 05:55:00 UTC 2016 - dev@antergos.com
|
|
|
|
- Update to version 0.37.0:
|
|
* Mesontest: a new testing tool that allows you to run your
|
|
tests in many different ways.
|
|
* New shared_module function allows shared modules creation.
|
|
* GNOME module now detects required programs and prints useful
|
|
errors if any are missing.
|
|
* GNOME module uses depfile support available in GLib >= 2.52.0.
|
|
* i18n module has a new merge_file() function for creating
|
|
translated files.
|
|
* LLVM IR compilation is now supported.
|
|
* .wrap files for subprojects can now include a separate push
|
|
URL to allow developers to push changes directly from a
|
|
subproject git checkout.
|
|
* Multiple version restrictions while searching for pkg-config
|
|
dependencies is now supported.
|
|
* Support for localstatedir has been added.
|
|
* You can now pass arguments to install scripts added with
|
|
meson.add_install_script().
|
|
* Added new options sbindir and infodir that can be used for
|
|
installation.
|
|
- Remove meson-0.36.0-fix-old-pkgconfig-test.patch.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 10 20:38:23 UTC 2016 - sor.alexei@meowr.ru
|
|
|
|
- Add meson-0.36.0-fix-old-pkgconfig-test.patch: tests/common/51:
|
|
Skip validate if pkg-config is too old (commit 2f804e9).
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 22 15:04:05 UTC 2016 - dimstar@opensuse.org
|
|
|
|
- Update to version 0.36.0:
|
|
+ Add option to run under gdb.
|
|
+ Always specify installed data with a File object
|
|
(gh#mesonbuild/meson#858).
|
|
+ Made has_function survive optimization flags
|
|
(gh#mesonbuild/meson#1053).
|
|
+ Can give many alternative names to find_program to simplify
|
|
searching.
|
|
+ Can set compiler arguments in Java.
|
|
- Export SUSE_ASNEEDED=0 when running the test suite: linking the
|
|
test libraries/binaries is not done optimally.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 18 20:43:34 UTC 2016 - sor.alexei@meowr.ru
|
|
|
|
- Update to version 0.35.1:
|
|
* No changelog available.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 14 20:46:56 UTC 2016 - zaitor@opensuse.org
|
|
|
|
- Update to version 0.35.0:
|
|
+ No changelog available from upstream.
|
|
- Changes from version 0.34.0:
|
|
+ No changelog available from upstream.
|
|
- Drop meson-633.patch and meson-typelib-install.patch : Fixed
|
|
upstream.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 17 15:43:57 UTC 2016 - dimstar@opensuse.org
|
|
|
|
- Update to version 0.33.0:
|
|
+ Correctly install .typelib files to libdir.
|
|
+ Add option for as-needed link option.
|
|
+ Print the CFLAGS/LDFLAGS/etc inherited from the environment.
|
|
+ Only append compile flags to the link flags when appropriate.
|
|
- Add meson-633.patch: Handle both DT_RPATH as well as DT_RUNPATH
|
|
when fixing rpath settings (gh#mesonbuild/meson#663).
|
|
- Add meson-typelib-install.patch: Fix installation path for
|
|
gpobject introspection typelib files.
|
|
|
|
-------------------------------------------------------------------
|
|
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.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 9 16:47:26 UTC 2016 - jengelh@inai.de
|
|
|
|
- Avoid unnecessary bashism in %install script (run with /bin/sh)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 7 07:12:54 UTC 2016 - sor.alexei@meowr.ru
|
|
|
|
- Update to version 0.31.0.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 11 16:26:54 UTC 2016 - sor.alexei@meowr.ru
|
|
|
|
- Update to 0.29.0.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 29 05:32:40 UTC 2015 - sor.alexei@meowr.ru
|
|
|
|
- Update to 0.28.0.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 4 10:29:26 UTC 2015 - sor.alexei@meowr.ru
|
|
|
|
- Update to 0.27.0.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 13 10:21:57 UTC 2015 - sor.alexei@meowr.ru
|
|
|
|
- Update to 0.26.0.
|
|
- Use signed tarball.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jul 12 21:02:38 UTC 2015 - sor.alexei@meowr.ru
|
|
|
|
- Initial package based on the work of Igor Gnatenko.
|