From 9ca5f9d155c5ad3626c74e518f90e46781b0c1b0 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 12 Oct 2017 17:17:27 +0200 Subject: [PATCH 01/22] initial import Signed-off-by: Igor Gnatenko --- meson.yaml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 meson.yaml diff --git a/meson.yaml b/meson.yaml new file mode 100644 index 0000000..24d4883 --- /dev/null +++ b/meson.yaml @@ -0,0 +1,36 @@ +document: modulemd +version: 1 +data: + summary: The Meson Build system + description: >- + Meson is an open source build system meant to be both extremely fast, + and, even more importantly, as user friendly as possible. + + The main design point of Meson is that every moment a developer spends + writing or debugging build definitions is a second wasted. So is every + second spent waiting for the build system to actually start compiling code. + license: + module: [ MIT ] + dependencies: + buildrequires: + platform: master + python3: master + requires: + platform: master + python3: master + ninja: master + references: + community: http://mesonbuild.com/ + documentation: http://mesonbuild.com/ + tracker: https://github.com/mesonbuild/meson/issues + profiles: + default: + rpms: + - meson + api: + rpms: + - meson + components: + rpms: + meson: + rationale: Main component. From 79f17537eec301013d37997afb9b4aa5f6a84dfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 21 Nov 2017 15:06:43 +0100 Subject: [PATCH 02/22] Port to platform:f27 --- meson.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meson.yaml b/meson.yaml index 24d4883..684e308 100644 --- a/meson.yaml +++ b/meson.yaml @@ -13,11 +13,11 @@ data: module: [ MIT ] dependencies: buildrequires: - platform: master - python3: master + platform: f27 + python3: 3.6 requires: - platform: master - python3: master + platform: f27 + python3: 3.6 ninja: master references: community: http://mesonbuild.com/ From 19cc43e0ee300edae8e2ba90169be4a3a928eec5 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 12 Aug 2018 17:18:30 +0200 Subject: [PATCH 03/22] update to v2 Signed-off-by: Igor Gnatenko --- meson.yaml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/meson.yaml b/meson.yaml index 684e308..5c3f068 100644 --- a/meson.yaml +++ b/meson.yaml @@ -1,5 +1,5 @@ document: modulemd -version: 1 +version: 2 data: summary: The Meson Build system description: >- @@ -12,16 +12,14 @@ data: license: module: [ MIT ] dependencies: - buildrequires: - platform: f27 - python3: 3.6 - requires: - platform: f27 - python3: 3.6 - ninja: master + - buildrequires: + platform: [] + requires: + platform: [] + ninja: [] references: - community: http://mesonbuild.com/ - documentation: http://mesonbuild.com/ + community: https://mesonbuild.com/ + documentation: https://mesonbuild.com/ tracker: https://github.com/mesonbuild/meson/issues profiles: default: From 9826d0b55a3e90793ffee9e34aa17dd740b282e4 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 16 Aug 2018 11:16:13 -0400 Subject: [PATCH 04/22] Rebuild for F30 branch Signed-off-by: Stephen Gallagher From 9e45ccaff4ef7169630784107d893a3be5251e9f Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 8 Dec 2018 14:12:57 +0100 Subject: [PATCH 05/22] No need for such branch --- README.md | 3 --- dead.package | 1 + meson.yaml | 34 ---------------------------------- 3 files changed, 1 insertion(+), 37 deletions(-) delete mode 100644 README.md create mode 100644 dead.package delete mode 100644 meson.yaml diff --git a/README.md b/README.md deleted file mode 100644 index 67c601e..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# meson - -The meson package \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..2ea2a99 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +No need for such branch diff --git a/meson.yaml b/meson.yaml deleted file mode 100644 index 5c3f068..0000000 --- a/meson.yaml +++ /dev/null @@ -1,34 +0,0 @@ -document: modulemd -version: 2 -data: - summary: The Meson Build system - description: >- - Meson is an open source build system meant to be both extremely fast, - and, even more importantly, as user friendly as possible. - - The main design point of Meson is that every moment a developer spends - writing or debugging build definitions is a second wasted. So is every - second spent waiting for the build system to actually start compiling code. - license: - module: [ MIT ] - dependencies: - - buildrequires: - platform: [] - requires: - platform: [] - ninja: [] - references: - community: https://mesonbuild.com/ - documentation: https://mesonbuild.com/ - tracker: https://github.com/mesonbuild/meson/issues - profiles: - default: - rpms: - - meson - api: - rpms: - - meson - components: - rpms: - meson: - rationale: Main component. From fcdfc482f0d26ec0b93d386012f605b72e2f5a76 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 8 Dec 2018 14:19:52 +0100 Subject: [PATCH 06/22] initial import Signed-off-by: Igor Gnatenko --- meson.yaml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 meson.yaml diff --git a/meson.yaml b/meson.yaml new file mode 100644 index 0000000..02944d0 --- /dev/null +++ b/meson.yaml @@ -0,0 +1,35 @@ +document: modulemd +version: 2 +data: + summary: The Meson Build system + description: >- + Meson is an open source build system meant to be both extremely fast, + and, even more importantly, as user friendly as possible. + + The main design point of Meson is that every moment a developer spends + writing or debugging build definitions is a second wasted. So is every + second spent waiting for the build system to actually start compiling code. + license: + module: [ MIT ] + dependencies: + - buildrequires: + platform: [] + requires: + platform: [] + ninja: [] + references: + community: https://mesonbuild.com/ + documentation: https://mesonbuild.com/ + tracker: https://github.com/mesonbuild/meson/issues + profiles: + default: + rpms: + - meson + api: + rpms: + - meson + components: + rpms: + meson: + rationale: Main component. + ref: latest From ed9db65a6431f413b0c282b89f5865f9e97273c8 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 8 Dec 2018 14:26:51 +0100 Subject: [PATCH 07/22] rebuild Signed-off-by: Igor Gnatenko From 2413a5031b4355bba65e63604934ac54e4059bd4 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 9 Dec 2018 21:31:25 +0100 Subject: [PATCH 08/22] rebuild Signed-off-by: Igor Gnatenko From 5bd13b5734c79ed759a96484093e3789b3293abd Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 23 Jan 2019 23:37:13 +0100 Subject: [PATCH 09/22] rebuild Signed-off-by: Igor Gnatenko From 6dfa1f87661bf2a5e4b0635f877331b4839bd2d5 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 4 Feb 2019 21:46:56 +0100 Subject: [PATCH 10/22] rebuild Signed-off-by: Igor Gnatenko From 3491c58b99740eb064917be9641b9c6660a9cf44 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 18 Feb 2019 22:54:37 +0000 Subject: [PATCH 11/22] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering From bda0379e9f7bdc0f18c3637b4e7214b689bd9ca2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 1 Mar 2019 19:16:23 +0000 Subject: [PATCH 12/22] Branching f30 from rawhide Signed-off-by: Fedora Release Engineering From 59cc3bb436d7bd10dd0cb7b2df04949dd6fb38e8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 4 Mar 2019 18:08:54 +0000 Subject: [PATCH 13/22] Branching f30 from rawhide, second attempt after platform:f31 enablement Signed-off-by: Fedora Release Engineering From f7a5d6adde097ab54f05892f36fe29bd79b40110 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 10 Mar 2019 19:36:00 +0100 Subject: [PATCH 14/22] 0.50.0 Signed-off-by: Igor Gnatenko From d386271ed572b044e3af9030c4b92b9a11dca6d8 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 8 Apr 2019 13:07:18 +0200 Subject: [PATCH 15/22] rebuild Signed-off-by: Igor Gnatenko From 8fd72fad3a322c219d5a1796f97ba09c92081d59 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 17 Apr 2019 13:44:46 +0200 Subject: [PATCH 16/22] 0.50.1 Signed-off-by: Igor Gnatenko From b11b748e5aa59ef412dbb2aa58b5f7f6f0e8a184 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 10 Jul 2019 09:37:04 +0200 Subject: [PATCH 17/22] Rebuild Signed-off-by: Igor Gnatenko From b1f3feaae877fa6f6588a21dcffed5cedfefe6b0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 12 Aug 2019 15:01:31 +0000 Subject: [PATCH 18/22] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 57ec172e479a3f8b77f7ba63c5a05f6c36d93b8f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 13 Aug 2019 19:57:22 +0000 Subject: [PATCH 19/22] Branching f31 from rawhide Signed-off-by: Fedora Release Engineering From b22b333c724bec710bc9dce0b2c541b505f76abe Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 26 Aug 2019 20:33:02 +0200 Subject: [PATCH 20/22] rebuild Signed-off-by: Igor Gnatenko From 49a46c96a7c7a83aaa67f20b1d0fe857953ba027 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 9 Oct 2019 10:18:36 +0200 Subject: [PATCH 21/22] Update to 0.52.0 Signed-off-by: Igor Gnatenko From 375f383f2a31d2461adb59747f84d9740ee16a5f Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 25 Oct 2019 18:21:15 +0200 Subject: [PATCH 22/22] Demodularizing --- README.md | 3 --- dead.module | 1 + meson.yaml | 35 ----------------------------------- 3 files changed, 1 insertion(+), 38 deletions(-) delete mode 100644 README.md create mode 100644 dead.module delete mode 100644 meson.yaml diff --git a/README.md b/README.md deleted file mode 100644 index 67c601e..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# meson - -The meson package \ No newline at end of file diff --git a/dead.module b/dead.module new file mode 100644 index 0000000..37b2fe0 --- /dev/null +++ b/dead.module @@ -0,0 +1 @@ +Demodularizing diff --git a/meson.yaml b/meson.yaml deleted file mode 100644 index 02944d0..0000000 --- a/meson.yaml +++ /dev/null @@ -1,35 +0,0 @@ -document: modulemd -version: 2 -data: - summary: The Meson Build system - description: >- - Meson is an open source build system meant to be both extremely fast, - and, even more importantly, as user friendly as possible. - - The main design point of Meson is that every moment a developer spends - writing or debugging build definitions is a second wasted. So is every - second spent waiting for the build system to actually start compiling code. - license: - module: [ MIT ] - dependencies: - - buildrequires: - platform: [] - requires: - platform: [] - ninja: [] - references: - community: https://mesonbuild.com/ - documentation: https://mesonbuild.com/ - tracker: https://github.com/mesonbuild/meson/issues - profiles: - default: - rpms: - - meson - api: - rpms: - - meson - components: - rpms: - meson: - rationale: Main component. - ref: latest