diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/0001-Squash-compiler-warning-in-ijs-code.patch b/0001-Squash-compiler-warning-in-ijs-code.patch new file mode 100644 index 0000000..adc04a3 --- /dev/null +++ b/0001-Squash-compiler-warning-in-ijs-code.patch @@ -0,0 +1,25 @@ +From eb770edd1c4dd9bf6c561f15564e4b8e10cc54b9 Mon Sep 17 00:00:00 2001 +From: Chris Liddell +Date: Fri, 16 Mar 2018 10:19:43 +0000 +Subject: [PATCH] Squash compiler warning in ijs code. + +--- + ijs_exec_unix.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/ijs_exec_unix.c b/ijs_exec_unix.c +index 862961913..622569416 100644 +--- a/ijs_exec_unix.c ++++ b/ijs_exec_unix.c +@@ -75,7 +75,7 @@ ijs_exec_server(const char *server_cmd, int *pfd_to, int *pfd_from, + + argv[i++] = (char *)server_cmd; + argv[i++] = NULL; +- status = execvp (argv[0], argv); ++ status = execvp (argv[0], (char * const *)argv); + if (status < 0) + exit (1); + } +-- +2.43.0 + diff --git a/ci.fmf b/ci.fmf new file mode 100644 index 0000000..c5aa0e0 --- /dev/null +++ b/ci.fmf @@ -0,0 +1 @@ +resultsdb-testcase: separate diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..8085288 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,25 @@ +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_testing +subject_type: koji_build +rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier1-public.functional} + +#Rawhide +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_stable +subject_type: koji_build +rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier1-public.functional} + +#gating rhel +--- !Policy +product_versions: + - rhel-* +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-public.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional} diff --git a/libijs.spec b/libijs.spec index 7937ff8..caa54c6 100644 --- a/libijs.spec +++ b/libijs.spec @@ -13,9 +13,9 @@ Name: libijs Summary: IJS Raster Image Transport Protocol Library Version: 0.35 -Release: 16%{?dist} +Release: 25%{?dist} -License: AGPLv3+ +License: AGPL-3.0-or-later URL: https://ghostscript.com/ Source: https://github.com/ArtifexSoftware/ijs/archive/%{version}.tar.gz#/ijs-%{version}.tar.gz @@ -36,6 +36,8 @@ BuildRequires: libtool # Upstream patches -- official upstream patches released by upstream since the # ---------------- last rebase that are necessary for any reason: #Patch000: example000.patch +# https://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=eb770edd1c +Patch: 0001-Squash-compiler-warning-in-ijs-code.patch # Downstream patches -- these should be always included when doing rebase: @@ -133,6 +135,33 @@ install -m 0644 -p ijs_spec.pdf %{buildroot}%{_docdir}/%{name} # ============================================================================= %changelog +* Thu Jul 24 2025 Fedora Release Engineering - 0.35-25 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + +* Fri Jan 17 2025 Fedora Release Engineering - 0.35-24 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + +* Thu Jul 18 2024 Fedora Release Engineering - 0.35-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Thu Jan 25 2024 Fedora Release Engineering - 0.35-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sun Jan 21 2024 Fedora Release Engineering - 0.35-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Tue Jan 09 2024 Zdenek Dohnal - 0.35-20 +- fix FTBFS with GCC 14 + +* Thu Jul 20 2023 Fedora Release Engineering - 0.35-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Thu Feb 16 2023 Richard Lescak - 0.35-18 +- SPDX migration + +* Thu Jan 19 2023 Fedora Release Engineering - 0.35-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Thu Jul 21 2022 Fedora Release Engineering - 0.35-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild diff --git a/plans.fmf b/plans.fmf new file mode 100644 index 0000000..61d9413 --- /dev/null +++ b/plans.fmf @@ -0,0 +1,37 @@ +/tier1-internal: + plan: + import: + url: https://gitlab.com/redhat/centos-stream/tests/libijs.git + name: /plans/tier1/internal + +/tier1-public: + plan: + import: + url: https://gitlab.com/redhat/centos-stream/tests/libijs.git + name: /plans/tier1/public + +/tier2-tier3-internal: + plan: + import: + url: https://gitlab.com/redhat/centos-stream/tests/libijs.git + name: /plans/tier2-tier3/internal + +/tier2-tier3-public: + plan: + import: + url: https://gitlab.com/redhat/centos-stream/tests/libijs.git + name: /plans/tier2-tier3/public + + +/others-internal: + plan: + import: + url: https://gitlab.com/redhat/centos-stream/tests/libijs.git + name: /plans/others/internal + +/others-public: + plan: + import: + url: https://gitlab.com/redhat/centos-stream/tests/libijs.git + name: /plans/others/public +