Accepting request 948209 from devel:tools:compiler

- Update to version 1.0.2: complete release notes can be found here:
  https://github.com/rui314/mold/releases/tag/v1.0.2.

OBS-URL: https://build.opensuse.org/request/show/948209
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mold?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2022-01-23 12:41:38 +00:00 committed by Git OBS Bridge
parent 9de417fa98
commit ade014dc5c
4 changed files with 11 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b0d54602d1229c26583ee8a0132e53463c4d755f9dbc456475f388fd8a1aa3e4
size 3675262

3
mold-1.0.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1a5c4779d10c6c81d21092ea776504f51e6a4994121f536550c60a8e7bb6a028
size 4501088

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jan 23 09:44:13 UTC 2022 - Martin Liška <mliska@suse.cz>
- Update to version 1.0.2: complete release notes can be found here:
https://github.com/rui314/mold/releases/tag/v1.0.2.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 3 08:33:39 UTC 2022 - Martin Liška <mliska@suse.cz> Mon Jan 3 08:33:39 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

@ -17,7 +17,7 @@
Name: mold Name: mold
Version: 1.0.1 Version: 1.0.2
Release: 0 Release: 0
Summary: A Modern Linker (mold) Summary: A Modern Linker (mold)
License: AGPL-3.0-or-later License: AGPL-3.0-or-later
@ -55,11 +55,7 @@ export BINDIR=%{_bindir}
%make_build %{build_args} %make_build %{build_args}
%install %install
export PREFIX=%{_prefix} %make_install PREFIX=%{_prefix} BINDIR=%{_bindir} MANDIR=%{_mandir} LIBDIR=%{_libdir} %{build_args}
export MANDIR=%{_mandir}
export LIBDIR=%{_libdir}
export BINDIR=%{_bindir}
%make_install %{build_args}
%post %post
"%_sbindir/update-alternatives" --install \ "%_sbindir/update-alternatives" --install \