From abf49b52313ccc82be2e01c6aab686fd127ea63f Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Mon, 24 Sep 2018 10:36:25 -0400 Subject: [PATCH 1/9] explain ourselves :) --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48c90cd..4b1cffe 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ -# rawtherapee +This is the module definition for Rawtherapee. It's pretty simple, so there +shouldn't need to be many changes. See https://src.fedoraproject.org/rpms/rawtherapee +for the RPMs. + +There are two streams: devel and stable. The `stable` stream tracks upstream +releases closely, after some basic testing. We may also include critical +security fixes, but again in general we follow an upstream-first model. + +The `devel` stream is less cautious. We may include release candidates, +nightly builds, or other experimental / in-development builds. + -Automatically requested module for rpms/rawtherapee:devel. \ No newline at end of file From fd176a3d16ec775c2488bbfdd6cc4245c080a104 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Mon, 24 Sep 2018 10:47:42 -0400 Subject: [PATCH 2/9] initial definition --- rawtherapee.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 rawtherapee.yaml diff --git a/rawtherapee.yaml b/rawtherapee.yaml new file mode 100644 index 0000000..ab2a6b0 --- /dev/null +++ b/rawtherapee.yaml @@ -0,0 +1,27 @@ +--- +document: modulemd +version: 2 +data: + summary: Raw image processing software + description: >- + Rawtherapee is a RAW image processing software. It gives full control over many + parameters to enhance the raw picture before finally exporting it to some common + image format. + license: + module: + - MIT # note that this is the module file license; RawTherapee is GPLv3 + dependencies: + - buildrequires: + platform: [] + requires: + platform: [] + api: + rpms: + - rawtherapee + components: + rpms: + rawtherapee: + rationale: The software itself + buildorder: 10 +... + From 75f6ffd60d413007a4f2d8e8c64de13fc6bf1b58 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Mon, 24 Sep 2018 11:47:56 -0400 Subject: [PATCH 3/9] stable module stream so use stable rpm stream --- rawtherapee.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/rawtherapee.yaml b/rawtherapee.yaml index ab2a6b0..d5b59c1 100644 --- a/rawtherapee.yaml +++ b/rawtherapee.yaml @@ -21,6 +21,7 @@ data: components: rpms: rawtherapee: + ref: stable rationale: The software itself buildorder: 10 ... From 13f8fe8af227717689b835d3043e47c8976df3c1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 18 Feb 2019 23:00:24 +0000 Subject: [PATCH 4/9] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 3ad658c677a92e940697e2d152fb34ed71ec7c33 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 1 Mar 2019 19:21:55 +0000 Subject: [PATCH 5/9] Branching f30 from rawhide Signed-off-by: Fedora Release Engineering From da206e82a5a69983af73d1da32f1d5838af67b1b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 4 Mar 2019 18:12:59 +0000 Subject: [PATCH 6/9] Branching f30 from rawhide, second attempt after platform:f31 enablement Signed-off-by: Fedora Release Engineering From 6469bfbe6dd23fde2cc80f3627fc6704119c2eea Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 12 Aug 2019 15:06:13 +0000 Subject: [PATCH 7/9] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering From bd6689f814db6aedc3993853e139728354696539 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 13 Aug 2019 20:03:40 +0000 Subject: [PATCH 8/9] Branching f31 from rawhide Signed-off-by: Fedora Release Engineering From 2331f5b1f1709567512397a3cbeaf9600468b145 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 22 Sep 2019 06:08:04 +0000 Subject: [PATCH 9/9] Branching f31 from rawhide, fourth attempt after platform:f32 enablement due to https://pagure.io/releng/issue/8664 Signed-off-by: Fedora Release Engineering