From 1fc6126e6a1c7dcede133af9e67034a711140d3ade3c971fe1ac907e10aebdc4 Mon Sep 17 00:00:00 2001 From: Danilo Spinella Date: Mon, 8 Jan 2024 10:39:16 +0000 Subject: [PATCH] Accepting request 1135813 from home:smolsheep:testing - Update to 1.10: * RISC OS: push backtrace extensions into Makefile.gcc * makefiles: move __postshared after all * makefiles/Makefile.top: dependencies for PRE_ and POST_TARGETS * makefiles: support building shared libs on Darwin * RISC OS: support gnueabi as well as gnueabihf * Tweak RISC OS host detection for new tooling * makefiles: Use install -C by default OBS-URL: https://build.opensuse.org/request/show/1135813 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/netsurf-buildsystem?expand=0&rev=7 --- buildsystem-1.10.tar.gz | 3 +++ buildsystem-1.9.tar.gz | 3 --- netsurf-buildsystem.changes | 12 ++++++++++++ netsurf-buildsystem.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) create mode 100644 buildsystem-1.10.tar.gz delete mode 100644 buildsystem-1.9.tar.gz diff --git a/buildsystem-1.10.tar.gz b/buildsystem-1.10.tar.gz new file mode 100644 index 0000000..4c64666 --- /dev/null +++ b/buildsystem-1.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d3e39d569e44677c4b179129bde614c65798e2b3e6253160239d1fd6eae4d79 +size 39221 diff --git a/buildsystem-1.9.tar.gz b/buildsystem-1.9.tar.gz deleted file mode 100644 index 2b02ad6..0000000 --- a/buildsystem-1.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93841e314a688209a20b8745f065393f3a90f01be68f45e96bc8d2f4a2aa9a2a -size 38723 diff --git a/netsurf-buildsystem.changes b/netsurf-buildsystem.changes index b53ad33..a121fb3 100644 --- a/netsurf-buildsystem.changes +++ b/netsurf-buildsystem.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Dec 31 04:38:23 UTC 2023 - Joshua Smith + +- Update to 1.10: + * RISC OS: push backtrace extensions into Makefile.gcc + * makefiles: move __postshared after all + * makefiles/Makefile.top: dependencies for PRE_ and POST_TARGETS + * makefiles: support building shared libs on Darwin + * RISC OS: support gnueabi as well as gnueabihf + * Tweak RISC OS host detection for new tooling + * makefiles: Use install -C by default + ------------------------------------------------------------------- Wed Aug 26 12:08:36 UTC 2020 - Tomáš Chvátal diff --git a/netsurf-buildsystem.spec b/netsurf-buildsystem.spec index 1eccbda..056275f 100644 --- a/netsurf-buildsystem.spec +++ b/netsurf-buildsystem.spec @@ -1,7 +1,7 @@ # # spec file for package netsurf-buildsystem # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define src_name buildsystem Name: netsurf-buildsystem -Version: 1.9 +Version: 1.10 Release: 0 Summary: Makefiles shared by NetSurf projects License: MIT