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 7fb7d16..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: 4%{?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: @@ -67,6 +69,7 @@ to be able to connect to the HP IJS server to print on an HP printer. Summary: Header & pkgconfig files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} BuildRequires: pkgconfig +BuildRequires: make %description devel This subpackage provides /usr/include/ijs/ijs.h header file, as well as ijs.pc @@ -93,6 +96,7 @@ which is useful for development purposes only. # --------------- %build +autoreconf -ifv %configure --disable-static --enable-shared %make_build @@ -131,6 +135,69 @@ 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 + +* Thu Jan 20 2022 Fedora Release Engineering - 0.35-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Thu Jul 22 2021 Fedora Release Engineering - 0.35-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Tue Jan 26 2021 Fedora Release Engineering - 0.35-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Jul 28 2020 Fedora Release Engineering - 0.35-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jan 29 2020 Fedora Release Engineering - 0.35-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Jul 25 2019 Fedora Release Engineering - 0.35-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri Feb 01 2019 Fedora Release Engineering - 0.35-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Tue Jul 31 2018 Florian Weimer - 0.35-8 +- Rebuild with fixed binutils + +* Fri Jul 27 2018 Igor Gnatenko - 0.35-7 +- Rebuild for new binutils + +* Fri Jul 27 2018 David Kaspar [Dee'Kej] - 0.35-6 +- FTBFS caused by new version of aclocal fixed (bug #1604599) + +* Fri Jul 13 2018 Fedora Release Engineering - 0.35-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Sat Mar 03 2018 Igor Gnatenko - 0.35-4 - Remove unneeded ldconfig scriptlets 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 +